Create PatientDetails - cristal-ise/kernel GitHub Wiki
Sequence of actions using the Cristalise GUI to create PatientDetails OutcomeDesc (Schema)
-
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
SchemaFactoryItem to executeCreateNewSchemaActivity
- In the tree browser open the
descfolder then thedevfolder to reveal theSchemaFactoryItem - Right-click on
SchemaFactoryand select ActivityCreateNewSchema - Type
PatientDetailsinto input fieldObjectName - Type
tutorialinto input fieldSubFolder - Push
Donebutton
- In the tree browser open the
-
Use
PatientDetailsItem to executeEditDefinitionActivity
- Select
/desc/OutcomeDesc/tutorial/PatientDetailsin the tree browser - Right-click on the icon and select Activity
EditDefinition - Copy the content of PatientDetailsXSD to the textbox
- Push
Donebutton
- Select
-
Create the version 0 of the Schema

- Select
/desc/OutcomeDesc/tutorial/PatientDetailsin the tree browser - Right-click on the icon and select
AssignNewSchemaVersionFromLast - Push
Donebutton. 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