-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAsaAnesthesiaType.xml
57 lines (56 loc) · 2.55 KB
/
AsaAnesthesiaType.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version='1.0'?>
<Section name="AsaAnesthesiaType">
<Data>
<Element type="BooleanFormElement" name="Asa1"/>
<Element type="BooleanFormElement" name="Asa2"/>
<Element type="BooleanFormElement" name="Asa3"/>
<Element type="BooleanFormElement" name="Asa4"/>
<Element type="BooleanFormElement" name="Asa5"/>
<Element type="BooleanFormElement" name="AsaE"/>
<Element type="TextElement" name="PreopEvalBy"/>
<Element type="BooleanFormElement" name="GeneralGeta"/>
<Element type="BooleanFormElement" name="MacMedNecessity"/>
<Element type="BooleanFormElement" name="Spinal"/>
<Element type="BooleanFormElement" name="GeneralLma"/>
<Element type="BooleanFormElement" name="NerveBlock"/>
<Element type="BooleanFormElement" name="GeneralMask"/>
<Element type="BooleanFormElement" name="Epidural"/>
</Data>
<Validation>
<RadioButtons>
<Element name="Asa1"/>
<Element name="Asa2"/>
<Element name="Asa3"/>
<Element name="Asa4"/>
<Element name="Asa5"/>
</RadioButtons>
</Validation>
<Graphics>
<Group orientation="vertical" label=" ">
<Group label="ASA: " orientation="horizontal">
<Element name="Asa1" label="1" />
<Element name="Asa2" label="2" />
<Element name="Asa3" label="3" />
<Element name="Asa4" label="4" />
<Element name="Asa5" label="5" />
<Element name="AsaE" label="E" />
</Group>
<Element name="PreopEvalBy" label="Preoperative Evaluation by:" marginB="8"/>
<Group label="Anesthesia Type" orientation="vertical">
<Group orientation="horizontal">
<Group orientation="vertical">
<Element name="GeneralGeta" label="General-GETA" />
<Element name="MacMedNecessity" label="MAC - Medical Necessity" />
<Element name="Spinal" label="Spinal" />
<Element name="GeneralLma" label="General-LMA" />
</Group>
<Group orientation="vertical">
<Element name="NerveBlock" label="Nerve Block" />
<Element name="GeneralMask" label="General-Mask" />
<Element name="Epidural" label="Epidural" />
</Group>
</Group>
</Group>
</Group>
</Graphics>
</Section>