Create PatientDetails - cristal-ise/kernel GitHub Wiki

Sequence of actions using the Cristalise GUI to create PatientDetails OutcomeDesc (Schema)

  1. Create an XSD in a text editor containing 3 elements - eg: PatientDetailsXSD

    • InsuranceNumber of type string
    • Gender of type string
    • DateOfBirth of type string
  2. Use SchemaFactory Item to execute CreateNewSchema Activity SchemaFactory

    1. In the tree browser open the desc folder then the dev folder to reveal the SchemaFactory Item
    2. Right-click on SchemaFactory and select Activity CreateNewSchema
    3. Type PatientDetails into input field ObjectName
    4. Type tutorial into input field SubFolder
    5. Push Done button
  3. Use PatientDetails Item to execute EditDefinition Activity PatientDetails

    1. Select /desc/OutcomeDesc/tutorial/PatientDetails in the tree browser
    2. Right-click on the icon and select Activity EditDefinition
    3. Copy the content of PatientDetailsXSD to the textbox
    4. Push Done button
  4. Create the version 0 of the Schema PatientDetails

    1. Select /desc/OutcomeDesc/tutorial/PatientDetails in the tree browser
    2. Right-click on the icon and select AssignNewSchemaVersionFromLast
    3. Push Done button. Version 0 of the PatientDetails schema has now been created.
    4. You can view it as View 0 of the 'Schema' outcome in the Data Viewer tab.PatientDetails