Create PatientDescription - cristal-ise/kernel GitHub Wiki

Sequence of actions using the Cristalise GUI to create PatientDescription Description Item

  1. Use DescriptionFactory Item to excecute CreateNewDescription Activity DescriptionFactory

    1. Select /desc/dev/DescriptionFactory in the tree browser
    2. Right-click on the icon and select Activity CreateNewDescription
    3. Type PatientDescription into input field ObjectName
    4. Type tutorial into input field SubFolder
    5. Push Done button
  2. Use PatientDescription Item to execute SetPropertyDescription Activity PatientDescription

    1. Select /tutorial/PatientDescription in the tree browser
    2. Right-click on the icon and select Activity SetPropertyDescription
    3. Push + button to have two rows in the PropertyDescription table
    4. Set the Name column for the 2 rows to Name and Type respectively
    5. Set the IsClassIdentifier checkbox of Type row
    6. Type Patient to the DefaultValue column of Type row
    7. Set the IsMutable checkbox of Name row
    8. Push Done button
  3. Use PatientDescription Item to execute SetInstanceWorkflow Activity PatientDescription

    1. Select /tutorial/PatientDescription in the tree browser
    2. Right-click on the icon and select Activity SetInstanceWorkflow
    3. Type PatientLifecycle into input field WorkflowDefinition
    4. Type 0 into input field WorkflowDefinitionVersion
    5. Push Done button