|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!DOCTYPE topic PUBLIC "-//OASIS//DTD LIGHTWEIGHT DITA Topic//EN" "topic.dtd"> |
| 3 | +<topic id="section"> |
| 4 | + <title>Section</title> |
| 5 | + <shortdesc></shortdesc> |
| 6 | + <body> |
| 7 | + <p>For every Section it is important to specify the SectionContext since this defines the type of Composition in which the Section may be used; if no SectionContext is specified then the Section will not be available for selection in any drop-down menus on the Composition sheets.</p> |
| 8 | + <p>If on a Composition sheet there are no Sections available for selection as Content, or the expected Sections are absent, then the most likely cause is that the SectionContext is not correctly specified for the Section.</p> |
| 9 | + <simpletable> |
| 10 | + <sthead> |
| 11 | + <stentry><p>Property</p></stentry> |
| 12 | + <stentry><p>Description</p></stentry> |
| 13 | + </sthead> |
| 14 | + <strow> |
| 15 | + <stentry><p>Identifier</p></stentry> |
| 16 | + <stentry><p>Unique identifier for the ISO-13606 Section.</p></stentry> |
| 17 | + </strow> |
| 18 | + <strow> |
| 19 | + <stentry><p>DisplayName</p></stentry> |
| 20 | + <stentry><p>Label used when selecting the Section</p></stentry> |
| 21 | + </strow> |
| 22 | + <strow> |
| 23 | + <stentry><p>Hint</p></stentry> |
| 24 | + <stentry><p>Description displayed when the user hovers over the Section selection</p></stentry> |
| 25 | + </strow> |
| 26 | + <strow> |
| 27 | + <stentry><p>Alert</p></stentry> |
| 28 | + <stentry><p>Text displayed in a distinctive style with the Section. Can be used as a dynamic alert by setting Conditions on the Section.</p></stentry> |
| 29 | + </strow> |
| 30 | + <strow> |
| 31 | + <stentry><p>SectionContext</p></stentry> |
| 32 | + <stentry><p>The context in which the Section is used;</p> |
| 33 | + <ul> |
| 34 | + <li><p>Composition - Message, Form or Letter</p></li> |
| 35 | + <li><p>Pathway</p></li> |
| 36 | + <li><p>Order</p></li> |
| 37 | + <li><p>Prescription</p></li> |
| 38 | + <li><p>Booking</p></li> |
| 39 | + </ul></stentry> |
| 40 | + </strow> |
| 41 | + <strow> |
| 42 | + <stentry><p>Sequence</p></stentry> |
| 43 | + <stentry><p>Determines the layout of Sections or Entries contained in the Section for Compositions. In addition, for Pathway compositions the Sequence determines whether the contained activities (Acts) are to be performed in sequence or in parallel.</p> |
| 44 | + <ul><li><p>Ranked - sequentially, one after the other, laid out vertically</p></li> |
| 45 | + <li><p>Unranked - concurrently, in parallel, laid out horizontally</p></li> |
| 46 | + </ul></stentry> |
| 47 | + </strow> |
| 48 | + <strow> |
| 49 | + <stentry><p>Rendition</p></stentry> |
| 50 | + <stentry><p>The way in which the Section is rendered on screen for user interaction</p> |
| 51 | + <ul><li><p>Form - regular interaction using form-based controls (default)</p></li> |
| 52 | + <li><p>ImageMap - graphical interaction using an image map (which must be loaded through the Administration page)</p></li> |
| 53 | + <li><p>Image - displayed as a static image (which must be loaded through the Administration page)</p></li> |
| 54 | + <li><p>Denoted - form-based with each Element preceded by a bullet point icon</p></li> |
| 55 | + <li><p>Enumerated - form-based with each Element preceded by a number</p></li> |
| 56 | + <li><p>Standalone - displayed in a pop-out (not yet supported) and printed on a new page</p></li> |
| 57 | + <li><p>Chart - displayed as a chart generated from historic values of each Element</p></li> |
| 58 | + <li><p>Highlighted - form-based, emphasized</p></li> |
| 59 | + <li><p>Hidden - not displayed to the user, but recorded in the record when the Composition is committed</p></li> |
| 60 | + </ul></stentry> |
| 61 | + </strow> |
| 62 | + <strow> |
| 63 | + <stentry><p>Pre-conditions</p></stentry> |
| 64 | + <stentry><p>Result of the expression is cast to xs:boolean</p><p>These pre-conditions are evaluated once, when the Composition is loaded; any out-of- scope Section is removed from the Composition before any user interaction begins.</p></stentry> |
| 65 | + </strow> |
| 66 | + <strow> |
| 67 | + <stentry><p>Conditions</p></stentry> |
| 68 | + <stentry><p>The Condition is evaluated continuously as the containing Composition is edited by the user. If the Condition evaluates to <b>true</b> then the Section is in-scope, if the Condition evaluates to <b>false</b> then the Section is out-of-scope.</p> |
| 69 | + <p>Any out-of-scope Section has its visibility set to <b>false</b>, is hidden from the user, does not get used in other calculations and is removed from the Composition before it is committed to the patient record.</p></stentry> |
| 70 | + </strow> |
| 71 | + <strow> |
| 72 | + <stentry><p>EvaluationContext</p></stentry> |
| 73 | + <stentry><p>Conditions used to constrain the Compositions in the record from which default values for any Elements in the Section are calculated when the Composition is loaded.</p></stentry> |
| 74 | + </strow> |
| 75 | + <strow> |
| 76 | + <stentry><p>Content</p></stentry> |
| 77 | + <stentry><p>Selected identifiers of the content of the Section – can be other Sections (i.e. sub- sections) or Entries. The available selection is determined by the SectionContext – only sections of the same SectionContext, or Entries of the EntryType associated with the SectionContext can be selected as content.</p></stentry> |
| 78 | + </strow> |
| 79 | + </simpletable> |
| 80 | + </body> |
| 81 | +</topic> |
0 commit comments