-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnesthesiaType.xml
34 lines (33 loc) · 1.63 KB
/
AnesthesiaType.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
<?xml version='1.0'?>
<Section name="AnesthesiaType">
<Data>
<Element type="BooleanFormElement" name="General"/>
<Element type="BooleanFormElement" name="IVRegional"/>
<Element type="BooleanFormElement" name="Spinal"/>
<Element type="BooleanFormElement" name="Epidural"/>
<Element type="BooleanFormElement" name="NerveBlockForPostopPain"/>
<Element type="BooleanFormElement" name="MAC"/>
<Element type="BooleanFormElement" name="AxillaryBlock"/>
<Element type="BooleanFormElement" name="InterscaleneBlock"/>
<Element type="StringListElement" name="OtherAnesthesiaType"/>
</Data>
<Graphics>
<Group label="Anesthesia Type" orientation="vertical">
<Group orientation="horizontal">
<Group orientation="vertical">
<Element name="General" label="General" />
<Element name="IVRegional" label="IV Regional" />
<Element name="Spinal" label="Spinal" />
<Element name="Epidural" label="Epidural" />
</Group>
<Group orientation="vertical">
<Element name="MAC" label="MAC" />
<Element name="AxillaryBlock" label="Axillary Block" />
<Element name="InterscaleneBlock" label="Interscalene Block" />
</Group>
</Group>
<Element name="NerveBlockForPostopPain" label="Nerve block by Anesthesia for postop pain" />
<Element name="OtherAnesthesiaType" label="Other Anesthesia Types" marginT="8" />
</Group>
</Graphics>
</Section>