Produced by Araxis Merge on 5/10/2018 8:39:53 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
# | Location | File | Last Modified |
---|---|---|---|
1 | MHED_APPS_CIF.zip\SM v2.2.5\scheduling-manager-resources-2.2.5@e7f57981138.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\emrservice | VitalSignSetTO.java | Sat Apr 7 11:28:50 2018 UTC |
2 | MHED_APPS_CIF.zip\SM v2.2.5\scheduling-manager-resources-2.2.5@e7f57981138.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\emrservice | VitalSignSetTO.java | Thu May 3 12:56:12 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 3 | 334 |
Changed | 2 | 6 |
Inserted | 0 | 0 |
Removed | 0 | 0 |
Whitespace | |
---|---|
Character case | Differences in character case are significant |
Line endings | Differences in line endings (CR and LF characters) are ignored |
CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
1 | ||
2 | package co m.agilex.h ealthcare. scheduling manager.md ws.generat edwsdl.emr service; | |
3 | ||
4 | import jav ax.xml.bin d.annotati on.XmlAcce ssType; | |
5 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |
6 | import jav ax.xml.bin d.annotati on.XmlType ; | |
7 | ||
8 | ||
9 | /** | |
10 | * <p>Java class for VitalSign SetTO comp lex type. | |
11 | * | |
12 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
13 | * | |
14 | * <pre> | |
15 | * <com plexType n ame="Vital SignSetTO" > | |
16 | * <c omplexCont ent> | |
17 | * <extens ion base=" {http:// DNS /EmrSvc}Ab stractTO"> | |
18 | * & lt;sequenc e> | |
19 | * <eleme nt name="t imestamp" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
20 | * <elemen t name="fa cility" ty pe="{http: // DNS /EmrSvc}Ta ggedText" minOccurs= "0"/> | |
21 | * <elemen t name="vi talSigns" type="{htt p:// DNS /EmrSvc}Ar rayOfVital SignTO" mi nOccurs="0 "/> | |
22 | * <eleme nt name="u nits" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
23 | * <eleme nt name="q ualifiers" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
24 | * & lt;/sequen ce> | |
25 | * < ;/extensio n> | |
26 | * </ complexCon tent> | |
27 | * </co mplexType> | |
28 | * </pre> | |
29 | * | |
30 | * | |
31 | */ | |
32 | @XmlAccess orType(Xml AccessType .FIELD) | |
33 | @XmlType(n ame = "Vit alSignSetT O", propOr der = { | |
34 | "times tamp", | |
35 | "facil ity", | |
36 | "vital Signs", | |
37 | "units ", | |
38 | "quali fiers" | |
39 | }) | |
40 | public cla ss VitalSi gnSetTO | |
41 | extend s Abstract TO | |
42 | { | |
43 | ||
44 | protec ted String timestamp ; | |
45 | protec ted Tagged Text facil ity; | |
46 | protec ted ArrayO fVitalSign TO vitalSi gns; | |
47 | protec ted String units; | |
48 | protec ted String qualifier s; | |
49 | ||
50 | /** | |
51 | * Get s the valu e of the t imestamp p roperty. | |
52 | * | |
53 | * @re turn | |
54 | * possible object is | |
55 | * {@link St ring } | |
56 | * | |
57 | */ | |
58 | public String ge tTimestamp () { | |
59 | re turn times tamp; | |
60 | } | |
61 | ||
62 | /** | |
63 | * Set s the valu e of the t imestamp p roperty. | |
64 | * | |
65 | * @pa ram value | |
66 | * allowed o bject is | |
67 | * {@link St ring } | |
68 | * | |
69 | */ | |
70 | public void setT imestamp(S tring valu e) { | |
71 | th is.timesta mp = value ; | |
72 | } | |
73 | ||
74 | /** | |
75 | * Get s the valu e of the f acility pr operty. | |
76 | * | |
77 | * @re turn | |
78 | * possible object is | |
79 | * {@link Ta ggedText } | |
80 | * | |
81 | */ | |
82 | public TaggedTex t getFacil ity() { | |
83 | re turn facil ity; | |
84 | } | |
85 | ||
86 | /** | |
87 | * Set s the valu e of the f acility pr operty. | |
88 | * | |
89 | * @pa ram value | |
90 | * allowed o bject is | |
91 | * {@link Ta ggedText } | |
92 | * | |
93 | */ | |
94 | public void setF acility(Ta ggedText v alue) { | |
95 | th is.facilit y = value; | |
96 | } | |
97 | ||
98 | /** | |
99 | * Get s the valu e of the v italSigns property. | |
100 | * | |
101 | * @re turn | |
102 | * possible object is | |
103 | * {@link Ar rayOfVital SignTO } | |
104 | * | |
105 | */ | |
106 | public ArrayOfVi talSignTO getVitalSi gns() { | |
107 | re turn vital Signs; | |
108 | } | |
109 | ||
110 | /** | |
111 | * Set s the valu e of the v italSigns property. | |
112 | * | |
113 | * @pa ram value | |
114 | * allowed o bject is | |
115 | * {@link Ar rayOfVital SignTO } | |
116 | * | |
117 | */ | |
118 | public void setV italSigns( ArrayOfVit alSignTO v alue) { | |
119 | th is.vitalSi gns = valu e; | |
120 | } | |
121 | ||
122 | /** | |
123 | * Get s the valu e of the u nits prope rty. | |
124 | * | |
125 | * @re turn | |
126 | * possible object is | |
127 | * {@link St ring } | |
128 | * | |
129 | */ | |
130 | public String ge tUnits() { | |
131 | re turn units ; | |
132 | } | |
133 | ||
134 | /** | |
135 | * Set s the valu e of the u nits prope rty. | |
136 | * | |
137 | * @pa ram value | |
138 | * allowed o bject is | |
139 | * {@link St ring } | |
140 | * | |
141 | */ | |
142 | public void setU nits(Strin g value) { | |
143 | th is.units = value; | |
144 | } | |
145 | ||
146 | /** | |
147 | * Get s the valu e of the q ualifiers property. | |
148 | * | |
149 | * @re turn | |
150 | * possible object is | |
151 | * {@link St ring } | |
152 | * | |
153 | */ | |
154 | public String ge tQualifier s() { | |
155 | re turn quali fiers; | |
156 | } | |
157 | ||
158 | /** | |
159 | * Set s the valu e of the q ualifiers property. | |
160 | * | |
161 | * @pa ram value | |
162 | * allowed o bject is | |
163 | * {@link St ring } | |
164 | * | |
165 | */ | |
166 | public void setQ ualifiers( String val ue) { | |
167 | th is.qualifi ers = valu e; | |
168 | } | |
169 | ||
170 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.