Produced by Araxis Merge on 10/5/2018 9:05:32 PM 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 | MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0\scheduling-manager-resources-2.4.0.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\emrservice | Visit.java | Thu Jul 19 20:06:36 2018 UTC |
| 2 | MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0\scheduling-manager-resources-2.4.0.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\emrservice | Visit.java | Fri Oct 5 16:54:24 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 452 |
| Changed | 1 | 2 |
| 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.XmlElem ent; | |
| 7 | import jav ax.xml.bin d.annotati on.XmlRoot Element; | |
| 8 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 9 | ||
| 10 | ||
| 11 | /** | |
| 12 | * <p>Java class for anonymous complex t ype. | |
| 13 | * | |
| 14 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 15 | * | |
| 16 | * <pre> | |
| 17 | * <com plexType> | |
| 18 | * <c omplexCont ent> | |
| 19 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 20 | * & lt;sequenc e> | |
| 21 | * <eleme nt name="p wd" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 22 | * <eleme nt name="s itelist" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 23 | * <eleme nt name="u serSitecod e" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
| 24 | * <eleme nt name="u serName" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 25 | * <eleme nt name="D UZ" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 26 | * <eleme nt name="S SN" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 27 | * <eleme nt name="c ontext" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 28 | * & lt;/sequen ce> | |
| 29 | * < ;/restrict ion> | |
| 30 | * </ complexCon tent> | |
| 31 | * </co mplexType> | |
| 32 | * </pre> | |
| 33 | * | |
| 34 | * | |
| 35 | */ | |
| 36 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 37 | @XmlType(n ame = "", propOrder = { | |
| 38 | "pwd", | |
| 39 | "sitel ist", | |
| 40 | "userS itecode", | |
| 41 | "userN ame", | |
| 42 | "duz", | |
| 43 | "ssn", | |
| 44 | "conte xt" | |
| 45 | }) | |
| 46 | @XmlRootEl ement(name = "visit" ) | |
| 47 | public cla ss Visit { | |
| 48 | ||
| 49 | protec ted String pwd; | |
| 50 | protec ted String sitelist; | |
| 51 | protec ted String userSitec ode; | |
| 52 | protec ted String userName; | |
| 53 | @XmlEl ement(name = "DUZ") | |
| 54 | protec ted String duz; | |
| 55 | @XmlEl ement(name = "SSN") | |
| 56 | protec ted String ssn; | |
| 57 | protec ted String context; | |
| 58 | ||
| 59 | /** | |
| 60 | * Get s the valu e of the p wd propert y. | |
| 61 | * | |
| 62 | * @re turn | |
| 63 | * possible object is | |
| 64 | * {@link St ring } | |
| 65 | * | |
| 66 | */ | |
| 67 | public String ge tPwd() { | |
| 68 | re turn pwd; | |
| 69 | } | |
| 70 | ||
| 71 | /** | |
| 72 | * Set s the valu e of the p wd propert y. | |
| 73 | * | |
| 74 | * @pa ram value | |
| 75 | * allowed o bject is | |
| 76 | * {@link St ring } | |
| 77 | * | |
| 78 | */ | |
| 79 | public void setP wd(String value) { | |
| 80 | th is.pwd = v alue; | |
| 81 | } | |
| 82 | ||
| 83 | /** | |
| 84 | * Get s the valu e of the s itelist pr operty. | |
| 85 | * | |
| 86 | * @re turn | |
| 87 | * possible object is | |
| 88 | * {@link St ring } | |
| 89 | * | |
| 90 | */ | |
| 91 | public String ge tSitelist( ) { | |
| 92 | re turn sitel ist; | |
| 93 | } | |
| 94 | ||
| 95 | /** | |
| 96 | * Set s the valu e of the s itelist pr operty. | |
| 97 | * | |
| 98 | * @pa ram value | |
| 99 | * allowed o bject is | |
| 100 | * {@link St ring } | |
| 101 | * | |
| 102 | */ | |
| 103 | public void setS itelist(St ring value ) { | |
| 104 | th is.sitelis t = value; | |
| 105 | } | |
| 106 | ||
| 107 | /** | |
| 108 | * Get s the valu e of the u serSitecod e property . | |
| 109 | * | |
| 110 | * @re turn | |
| 111 | * possible object is | |
| 112 | * {@link St ring } | |
| 113 | * | |
| 114 | */ | |
| 115 | public String ge tUserSitec ode() { | |
| 116 | re turn userS itecode; | |
| 117 | } | |
| 118 | ||
| 119 | /** | |
| 120 | * Set s the valu e of the u serSitecod e property . | |
| 121 | * | |
| 122 | * @pa ram value | |
| 123 | * allowed o bject is | |
| 124 | * {@link St ring } | |
| 125 | * | |
| 126 | */ | |
| 127 | public void setU serSitecod e(String v alue) { | |
| 128 | th is.userSit ecode = va lue; | |
| 129 | } | |
| 130 | ||
| 131 | /** | |
| 132 | * Get s the valu e of the u serName pr operty. | |
| 133 | * | |
| 134 | * @re turn | |
| 135 | * possible object is | |
| 136 | * {@link St ring } | |
| 137 | * | |
| 138 | */ | |
| 139 | public String ge tUserName( ) { | |
| 140 | re turn userN ame; | |
| 141 | } | |
| 142 | ||
| 143 | /** | |
| 144 | * Set s the valu e of the u serName pr operty. | |
| 145 | * | |
| 146 | * @pa ram value | |
| 147 | * allowed o bject is | |
| 148 | * {@link St ring } | |
| 149 | * | |
| 150 | */ | |
| 151 | public void setU serName(St ring value ) { | |
| 152 | this. V s ID
|
|
| 153 | } | |
| 154 | ||
| 155 | /** | |
| 156 | * Get s the valu e of the d uz propert y. | |
| 157 | * | |
| 158 | * @re turn | |
| 159 | * possible object is | |
| 160 | * {@link St ring } | |
| 161 | * | |
| 162 | */ | |
| 163 | public String ge tDUZ() { | |
| 164 | re turn duz; | |
| 165 | } | |
| 166 | ||
| 167 | /** | |
| 168 | * Set s the valu e of the d uz propert y. | |
| 169 | * | |
| 170 | * @pa ram value | |
| 171 | * allowed o bject is | |
| 172 | * {@link St ring } | |
| 173 | * | |
| 174 | */ | |
| 175 | public void setD UZ(String value) { | |
| 176 | th is.duz = v alue; | |
| 177 | } | |
| 178 | ||
| 179 | /** | |
| 180 | * Get s the valu e of the s sn propert y. | |
| 181 | * | |
| 182 | * @re turn | |
| 183 | * possible object is | |
| 184 | * {@link St ring } | |
| 185 | * | |
| 186 | */ | |
| 187 | public String ge tSSN() { | |
| 188 | re turn ssn; | |
| 189 | } | |
| 190 | ||
| 191 | /** | |
| 192 | * Set s the valu e of the s sn propert y. | |
| 193 | * | |
| 194 | * @pa ram value | |
| 195 | * allowed o bject is | |
| 196 | * {@link St ring } | |
| 197 | * | |
| 198 | */ | |
| 199 | public void setS SN(String value) { | |
| 200 | th is.ssn = v alue; | |
| 201 | } | |
| 202 | ||
| 203 | /** | |
| 204 | * Get s the valu e of the c ontext pro perty. | |
| 205 | * | |
| 206 | * @re turn | |
| 207 | * possible object is | |
| 208 | * {@link St ring } | |
| 209 | * | |
| 210 | */ | |
| 211 | public String ge tContext() { | |
| 212 | re turn conte xt; | |
| 213 | } | |
| 214 | ||
| 215 | /** | |
| 216 | * Set s the valu e of the c ontext pro perty. | |
| 217 | * | |
| 218 | * @pa ram value | |
| 219 | * allowed o bject is | |
| 220 | * {@link St ring } | |
| 221 | * | |
| 222 | */ | |
| 223 | public void setC ontext(Str ing value) { | |
| 224 | th is.context = value; | |
| 225 | } | |
| 226 | ||
| 227 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.