Contents

Working with Multiple Page Clinical Assessment Layout Documents 

While working with multiple page assessment layouts, you can select the page you want work on by selecting the corresponding page number from the dropdown in the toolbar. You can append a new page by pressing the button in the toolbar.

Once you are down with a document you can select File->Save As to save the layout document in XML. You can load a saved layout document via File->Open menu item.

Editing container and display element properties 

Creating a multi-answer question

A multi-answer question, (like drug dosage history) is laid out like any regular question with following two constraints
  1. Each multi-answer question needs to be contained within a single container row. Since containers can be nested arbitarily, the layout possibilities within that single container row is not limited.
  2. Each multi-answer question needs to have an Add button component to add new input inputs for additional answers (upto the max allowed answer limit)
Once a multi-answer question laid out, the input fields can be logically grouped (for mutually exclusive radio button groups, and check box groups) and associated with their corresponding scores like a regular question. Then the question needs to be grouped (See Group Selection as a Question above) and the question metadata information needs to be supplied
  1. question type = multi-answer
  2. Min Answer = 1 (always needs to be one currently)
  3. Max Answer (> 1) (Even if you don't know the possible maximum answer number provide a conservative guess)