Create PatientDetails - cristal-ise/kernel GitHub Wiki
PatientDetails
OutcomeDesc (Schema)
Sequence of actions using the Cristalise GUI to create -
Create an XSD in a text editor containing 3 elements - eg: PatientDetailsXSD
- InsuranceNumber of type string
- Gender of type string
- DateOfBirth of type string
-
Use
SchemaFactory
Item to executeCreateNewSchema
Activity- In the tree browser open the
desc
folder then thedev
folder to reveal theSchemaFactory
Item - Right-click on
SchemaFactory
and select ActivityCreateNewSchema
- Type
PatientDetails
into input fieldObjectName
- Type
tutorial
into input fieldSubFolder
- Push
Done
button
- In the tree browser open the
-
Use
PatientDetails
Item to executeEditDefinition
Activity- Select
/desc/OutcomeDesc/tutorial/PatientDetails
in the tree browser - Right-click on the icon and select Activity
EditDefinition
- Copy the content of PatientDetailsXSD to the textbox
- Push
Done
button
- Select
-
Create the version 0 of the Schema
- Select
/desc/OutcomeDesc/tutorial/PatientDetails
in the tree browser - Right-click on the icon and select
AssignNewSchemaVersionFromLast
- Push
Done
button. Version 0 of the PatientDetails schema has now been created. - You can view it as View 0 of the 'Schema' outcome in the Data Viewer tab.
- Select