Produced by Araxis Merge on 12/9/2016 1:47:05 PM Eastern Standard 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 | TMP_CRM.zip\TMP_Integration\VA.TMP.Integration.Schema.VideoVisitService | Appointment.Designer.cs | Wed Nov 30 21:45:02 2016 UTC |
| 2 | TMP_CRM.zip\TMP_Integration\VA.TMP.Integration.Schema.VideoVisitService | Appointment.Designer.cs | Wed Dec 7 21:02:43 2016 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 23 | 2610 |
| Changed | 22 | 50 |
| 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 | // <auto- generated> | |
| 3 | // Gene rated by X sd2Code++. Version 4 .2.0.15 | |
| 4 | // <Nam eSpace>VA. TMP.Integr ation.Sche ma.VideoVi sitService </NameSpac e><Collect ion>List</ Collection ><codeType >CSharp</c odeType><E nableDataB inding>Fal se</Enable DataBindin g><Generat eCloneMeth od>False</ GenerateCl oneMethod> <GenerateD ataContrac ts>False</ GenerateDa taContract s><DataMem berNameArg >OnlyIfDif ferent</Da taMemberNa meArg><Dat aMemberOnX mlIgnore>F alse</Data MemberOnXm lIgnore><C odeBaseTag >Net45</Co deBaseTag> <Initializ eFields>No ne</Initia lizeFields ><Generate UnusedComp lexTypes>F alse</Gene rateUnused ComplexTyp es><Genera teUnusedSi mpleTypes> False</Gen erateUnuse dSimpleTyp es><Genera teXMLAttri butes>True </Generate XMLAttribu tes><Order XMLAttrib> False</Ord erXMLAttri b><EnableL azyLoading >False</En ableLazyLo ading><Vir tualProp>F alse</Virt ualProp><P ascalCase> True</Pasc alCase><Au tomaticPro perties>Fa lse</Autom aticProper ties><Prop NameSpecif ied>Defaul t</PropNam eSpecified ><PrivateF ieldName>S tartWithUn derscore</ PrivateFie ldName><Pr ivateField NamePrefix ></Private FieldNameP refix><Ena bleRestric tion>True< /EnableRes triction>< Restrictio nMaxLenght >True</Res trictionMa xLenght><R estriction RegEx>True </Restrict ionRegEx>< Restrictio nRange>Tru e</Restric tionRange> <ValidateP roperty>Fa lse</Valid atePropert y><ClassNa mePrefix>< /ClassName Prefix><Cl assLevel>P ublic</Cla ssLevel><P artialClas s>True</Pa rtialClass ><ClassesI nSeparateF iles>False </ClassesI nSeparateF iles><Clas sesInSepar ateFilesDi r></Classe sInSeparat eFilesDir> <TrackingC hangesEnab le>False</ TrackingCh angesEnabl e><GenTrac kingClasse s>False</G enTracking Classes><H idePrivate FieldInIDE >False</Hi dePrivateF ieldInIDE> <EnableSum maryCommen t>True</En ableSummar yComment>< EnableAppI nfoSetting s>False</E nableAppIn foSettings ><EnableEx ternalSche masCache>F alse</Enab leExternal SchemasCac he><Enable Debug>Fals e</EnableD ebug><Enab leWarn>Fal se</Enable Warn><Excl udeImporte dTypes>Fal se</Exclud eImportedT ypes><Expa ndNesteadA ttributeGr oup>False< /ExpandNes teadAttrib uteGroup>< CleanupCod e>True</Cl eanupCode> <EnableXml Serializat ion>False< /EnableXml Serializat ion><Seria lizeMethod Name>Seria lize</Seri alizeMetho dName><Des erializeMe thodName>D eserialize </Deserial izeMethodN ame><SaveT oFileMetho dName>Save ToFile</Sa veToFileMe thodName>< LoadFromFi leMethodNa me>LoadFro mFile</Loa dFromFileM ethodName> <EnableEnc oding>Fals e</EnableE ncoding><E nableXMLIn dent>False </EnableXM LIndent><E ncoder>UTF 8</Encoder ><Serializ er>XmlSeri alizer</Se rializer>< sspNullabl e>False</s spNullable ><sspStrin g>False</s spString>< sspCollect ion>False< /sspCollec tion><sspC omplexType >False</ss pComplexTy pe><sspSim pleType>Fa lse</sspSi mpleType>< sspEnumTyp e>True</ss pEnumType> <BaseClass Name>Entit yBase</Bas eClassName ><UseBaseC lass>False </UseBaseC lass><GenB aseClass>F alse</GenB aseClass>< CustomUsin gs></Custo mUsings><A ttributesT oExlude></ Attributes ToExlude> | |
| 5 | // </auto -generated > | |
| 6 | // ------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- - | |
| 7 | #pragma wa rning disa ble | |
| 8 | namespace VA.TMP.Int egration.S chema.Vide oVisitServ ice | |
| 9 | { | |
| 10 | using System; | |
| 11 | using System.Dia gnostics; | |
| 12 | using System.Xml .Serializa tion; | |
| 13 | using System.Col lections; | |
| 14 | using System.Xml .Schema; | |
| 15 | using System.Com ponentMode l; | |
| 16 | using System.Com ponentMode l.DataAnno tations; | |
| 17 | using System.Xml ; | |
| 18 | using System.Col lections.G eneric; | |
| 19 | ||
| 20 | ||
| 21 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 22 | [Seria lizable] | |
| 23 | [Debug gerStepThr ough] | |
| 24 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 25 | [XmlTypeAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", TypeN ame = "app ointment") ] | |
| 26 | [XmlRootAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", IsNul lable = fa lse, Eleme ntName = " appointmen t")] | |
| 27 | public partial c lass Appoi ntment | |
| 28 | { | |
| 29 | ||
| 30 | pr ivate stri ng _id; | |
| 31 | ||
| 32 | pr ivate Pati ents _pati ents; | |
| 33 | ||
| 34 | pr ivate int _duration; | |
| 35 | ||
| 36 | pr ivate Syst em.DateTim e _dateTim e; | |
| 37 | ||
| 38 | pr ivate Stat us _status ; | |
| 39 | ||
| 40 | pr ivate Syst em.Nullabl e<Scheduli ngRequestT ype> _sche dulingRequ estType; | |
| 41 | ||
| 42 | pr ivate Appo intmentKin d _appoint mentKind; | |
| 43 | ||
| 44 | pr ivate Syst em.Nullabl e<Appointm entType> _ type; | |
| 45 | ||
| 46 | pr ivate stri ng _bookin gNotes; | |
| 47 | ||
| 48 | pr ivate Date Time? _des iredDate; | |
| 49 | ||
| 50 | pr ivate Prov iders _pro viders; | |
| 51 | ||
| 52 | pr ivate stri ng _versio n; | |
| 53 | ||
| 54 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "id") ] | |
| 55 | pu blic strin g Id | |
| 56 | { | |
| 57 | get | |
| 58 | { | |
| 59 | retu rn _id; | |
| 60 | } | |
| 61 | set | |
| 62 | { | |
| 63 | _id = value; | |
| 64 | } | |
| 65 | } | |
| 66 | ||
| 67 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "pati ents")] | |
| 68 | pu blic Patie nts Patien ts | |
| 69 | { | |
| 70 | get | |
| 71 | { | |
| 72 | retu rn _patien ts; | |
| 73 | } | |
| 74 | set | |
| 75 | { | |
| 76 | _pat ients = va lue; | |
| 77 | } | |
| 78 | } | |
| 79 | ||
| 80 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "dura tion")] | |
| 81 | pu blic int D uration | |
| 82 | { | |
| 83 | get | |
| 84 | { | |
| 85 | retu rn _durati on; | |
| 86 | } | |
| 87 | set | |
| 88 | { | |
| 89 | _dur ation = va lue; | |
| 90 | } | |
| 91 | } | |
| 92 | ||
| 93 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "date Time")] | |
| 94 | pu blic Syste m.DateTime DateTime | |
| 95 | { | |
| 96 | get | |
| 97 | { | |
| 98 | retu rn _dateTi me; | |
| 99 | } | |
| 100 | set | |
| 101 | { | |
| 102 | _dat eTime = va lue; | |
| 103 | } | |
| 104 | } | |
| 105 | ||
| 106 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "stat us")] | |
| 107 | pu blic Statu s Status | |
| 108 | { | |
| 109 | get | |
| 110 | { | |
| 111 | retu rn _status ; | |
| 112 | } | |
| 113 | set | |
| 114 | { | |
| 115 | _sta tus = valu e; | |
| 116 | } | |
| 117 | } | |
| 118 | ||
| 119 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "sche dulingRequ estType")] | |
| 120 | pu blic Sched ulingReque stType Sch edulingReq uestType | |
| 121 | { | |
| 122 | get | |
| 123 | { | |
| 124 | if ( _schedulin gRequestTy pe.HasValu e) | |
| 125 | { | |
| 126 | return _sc hedulingRe questType. Value; | |
| 127 | } | |
| 128 | else | |
| 129 | { | |
| 130 | return def ault(Sched ulingReque stType); | |
| 131 | } | |
| 132 | } | |
| 133 | set | |
| 134 | { | |
| 135 | _sch edulingReq uestType = value; | |
| 136 | } | |
| 137 | } | |
| 138 | ||
| 139 | [X mlIgnore] | |
| 140 | pu blic bool Scheduling RequestTyp eSpecified | |
| 141 | { | |
| 142 | get | |
| 143 | { | |
| 144 | retu rn _schedu lingReques tType.HasV alue; | |
| 145 | } | |
| 146 | set | |
| 147 | { | |
| 148 | if ( value == f alse) | |
| 149 | { | |
| 150 | _schedulin gRequestTy pe = null; | |
| 151 | } | |
| 152 | } | |
| 153 | } | |
| 154 | ||
| 155 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "appo intmentKin d")] | |
| 156 | pu blic Appoi ntmentKind Appointme ntKind | |
| 157 | { | |
| 158 | get | |
| 159 | { | |
| 160 | retu rn _appoin tmentKind; | |
| 161 | } | |
| 162 | set | |
| 163 | { | |
| 164 | _app ointmentKi nd = value ; | |
| 165 | } | |
| 166 | } | |
| 167 | ||
| 168 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "type ")] | |
| 169 | pu blic Appoi ntmentType Type | |
| 170 | { | |
| 171 | get | |
| 172 | { | |
| 173 | if ( _type.HasV alue) | |
| 174 | { | |
| 175 | return _ty pe.Value; | |
| 176 | } | |
| 177 | else | |
| 178 | { | |
| 179 | return def ault(Appoi ntmentType ); | |
| 180 | } | |
| 181 | } | |
| 182 | set | |
| 183 | { | |
| 184 | _typ e = value; | |
| 185 | } | |
| 186 | } | |
| 187 | ||
| 188 | [X mlIgnore] | |
| 189 | pu blic bool TypeSpecif ied | |
| 190 | { | |
| 191 | get | |
| 192 | { | |
| 193 | retu rn _type.H asValue; | |
| 194 | } | |
| 195 | set | |
| 196 | { | |
| 197 | if ( value == f alse) | |
| 198 | { | |
| 199 | _type = nu ll; | |
| 200 | } | |
| 201 | } | |
| 202 | } | |
| 203 | ||
| 204 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "book ingNotes") ] | |
| 205 | pu blic strin g BookingN otes | |
| 206 | { | |
| 207 | get | |
| 208 | { | |
| 209 | retu rn _bookin gNotes; | |
| 210 | } | |
| 211 | set | |
| 212 | { | |
| 213 | _boo kingNotes = value; | |
| 214 | } | |
| 215 | } | |
| 216 | ||
| 217 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "desi redDate")] | |
| 218 | pu blic Syste m.DateTime DesiredDa te | |
| 219 | { | |
| 220 | get | |
| 221 | { | |
| 222 | if ( _desiredDa te.HasValu e) | |
| 223 | { | |
| 224 | return _de siredDate. Value; | |
| 225 | } | |
| 226 | else | |
| 227 | { | |
| 228 | return def ault(Syste m.DateTime ); | |
| 229 | } | |
| 230 | } | |
| 231 | set | |
| 232 | { | |
| 233 | _des iredDate = value; | |
| 234 | } | |
| 235 | } | |
| 236 | ||
| 237 | [X mlIgnore] | |
| 238 | pu blic bool DesiredDat eSpecified | |
| 239 | { | |
| 240 | get | |
| 241 | { | |
| 242 | retu rn _desire dDate.HasV alue; | |
| 243 | } | |
| 244 | set | |
| 245 | { | |
| 246 | if ( value == f alse) | |
| 247 | { | |
| 248 | _desiredDa te = null; | |
| 249 | } | |
| 250 | } | |
| 251 | } | |
| 252 | ||
| 253 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "prov iders")] | |
| 254 | pu blic Provi ders Provi ders | |
| 255 | { | |
| 256 | get | |
| 257 | { | |
| 258 | retu rn _provid ers; | |
| 259 | } | |
| 260 | set | |
| 261 | { | |
| 262 | _pro viders = v alue; | |
| 263 | } | |
| 264 | } | |
| 265 | ||
| 266 | [X mlAttribut eAttribute (Attribute Name = "ve rsion")] | |
| 267 | pu blic strin g Version | |
| 268 | { | |
| 269 | get | |
| 270 | { | |
| 271 | retu rn _versio n; | |
| 272 | } | |
| 273 | set | |
| 274 | { | |
| 275 | _ver sion = val ue; | |
| 276 | } | |
| 277 | } | |
| 278 | } | |
| 279 | ||
| 280 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 281 | [Seria lizable] | |
| 282 | [Debug gerStepThr ough] | |
| 283 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 284 | [XmlTypeAt tribute(Na mespace = "https:// DNS DNS /vamf/vide o-visits/2 .0", TypeN ame = "pat ients")] | |
| 285 | [XmlRo otAttribut e("patient s")] | |
| 286 | public partial c lass Patie nts | |
| 287 | { | |
| 288 | ||
| 289 | pr ivate List <Patient> _patient; | |
| 290 | ||
| 291 | [X mlElementA ttribute(" patient", Form = Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , ElementN ame = "pat ient")] | |
| 292 | pu blic List< Patient> P atient | |
| 293 | { | |
| 294 | get | |
| 295 | { | |
| 296 | retu rn _patien t; | |
| 297 | } | |
| 298 | set | |
| 299 | { | |
| 300 | _pat ient = val ue; | |
| 301 | } | |
| 302 | } | |
| 303 | } | |
| 304 | ||
| 305 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 306 | [Seria lizable] | |
| 307 | [Debug gerStepThr ough] | |
| 308 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 309 | [XmlTypeAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", TypeN ame = "pat ient")] | |
| 310 | [XmlRo otAttribut e("patient ")] | |
| 311 | public partial c lass Patie nt | |
| 312 | { | |
| 313 | ||
| 314 | pr ivate Pers onIdentifi er _id; | |
| 315 | ||
| 316 | pr ivate Pers onName _na me; | |
| 317 | ||
| 318 | pr ivate Cont actInforma tion _cont actInforma tion; | |
| 319 | ||
| 320 | pr ivate Loca tion _loca tion; | |
| 321 | ||
| 322 | pr ivate Virt ualMeeting Room _virt ualMeeting Room; | |
| 323 | ||
| 324 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "id") ] | |
| 325 | pu blic Perso nIdentifie r Id | |
| 326 | { | |
| 327 | get | |
| 328 | { | |
| 329 | retu rn _id; | |
| 330 | } | |
| 331 | set | |
| 332 | { | |
| 333 | _id = value; | |
| 334 | } | |
| 335 | } | |
| 336 | ||
| 337 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "name ")] | |
| 338 | pu blic Perso nName Name | |
| 339 | { | |
| 340 | get | |
| 341 | { | |
| 342 | retu rn _name; | |
| 343 | } | |
| 344 | set | |
| 345 | { | |
| 346 | _nam e = value; | |
| 347 | } | |
| 348 | } | |
| 349 | ||
| 350 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "cont actInforma tion")] | |
| 351 | pu blic Conta ctInformat ion Contac tInformati on | |
| 352 | { | |
| 353 | get | |
| 354 | { | |
| 355 | retu rn _contac tInformati on; | |
| 356 | } | |
| 357 | set | |
| 358 | { | |
| 359 | _con tactInform ation = va lue; | |
| 360 | } | |
| 361 | } | |
| 362 | ||
| 363 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "loca tion")] | |
| 364 | pu blic Locat ion Locati on | |
| 365 | { | |
| 366 | get | |
| 367 | { | |
| 368 | retu rn _locati on; | |
| 369 | } | |
| 370 | set | |
| 371 | { | |
| 372 | _loc ation = va lue; | |
| 373 | } | |
| 374 | } | |
| 375 | ||
| 376 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "virt ualMeeting Room")] | |
| 377 | pu blic Virtu alMeetingR oom Virtua lMeetingRo om | |
| 378 | { | |
| 379 | get | |
| 380 | { | |
| 381 | retu rn _virtua lMeetingRo om; | |
| 382 | } | |
| 383 | set | |
| 384 | { | |
| 385 | _vir tualMeetin gRoom = va lue; | |
| 386 | } | |
| 387 | } | |
| 388 | } | |
| 389 | ||
| 390 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 391 | [Seria lizable] | |
| 392 | [Debug gerStepThr ough] | |
| 393 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 394 | [XmlTypeAt tribute(Na mespace = "https:// DNS DNS /vamf/vide o-visits/2 .0", TypeN ame = "per sonIdentif ier")] | |
| 395 | [XmlRo otAttribut e("personI dentifier" )] | |
| 396 | public partial c lass Perso nIdentifie r | |
| 397 | { | |
| 398 | ||
| 399 | pr ivate stri ng _assign ingAuthori ty; | |
| 400 | ||
| 401 | pr ivate stri ng _unique Id; | |
| 402 | ||
| 403 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "assi gningAutho rity")] | |
| 404 | pu blic strin g Assignin gAuthority | |
| 405 | { | |
| 406 | get | |
| 407 | { | |
| 408 | retu rn _assign ingAuthori ty; | |
| 409 | } | |
| 410 | set | |
| 411 | { | |
| 412 | _ass igningAuth ority = va lue; | |
| 413 | } | |
| 414 | } | |
| 415 | ||
| 416 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "uniq ueId")] | |
| 417 | pu blic strin g UniqueId | |
| 418 | { | |
| 419 | get | |
| 420 | { | |
| 421 | retu rn _unique Id; | |
| 422 | } | |
| 423 | set | |
| 424 | { | |
| 425 | _uni queId = va lue; | |
| 426 | } | |
| 427 | } | |
| 428 | } | |
| 429 | ||
| 430 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 431 | [Seria lizable] | |
| 432 | [Debug gerStepThr ough] | |
| 433 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 434 | [XmlTypeAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", TypeN ame = "pro vider")] | |
| 435 | [XmlRo otAttribut e("provide r")] | |
| 436 | public partial c lass Provi der | |
| 437 | { | |
| 438 | ||
| 439 | pr ivate Pers onName _na me; | |
| 440 | ||
| 441 | pr ivate Pers onIdentifi er _id; | |
| 442 | ||
| 443 | pr ivate Cont actInforma tion _cont actInforma tion; | |
| 444 | ||
| 445 | pr ivate Virt ualMeeting Room _virt ualMeeting Room; | |
| 446 | ||
| 447 | pr ivate Loca tion _loca tion; | |
| 448 | ||
| 449 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "name ")] | |
| 450 | pu blic Perso nName Name | |
| 451 | { | |
| 452 | get | |
| 453 | { | |
| 454 | retu rn _name; | |
| 455 | } | |
| 456 | set | |
| 457 | { | |
| 458 | _nam e = value; | |
| 459 | } | |
| 460 | } | |
| 461 | ||
| 462 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "id") ] | |
| 463 | pu blic Perso nIdentifie r Id | |
| 464 | { | |
| 465 | get | |
| 466 | { | |
| 467 | retu rn _id; | |
| 468 | } | |
| 469 | set | |
| 470 | { | |
| 471 | _id = value; | |
| 472 | } | |
| 473 | } | |
| 474 | ||
| 475 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "cont actInforma tion")] | |
| 476 | pu blic Conta ctInformat ion Contac tInformati on | |
| 477 | { | |
| 478 | get | |
| 479 | { | |
| 480 | retu rn _contac tInformati on; | |
| 481 | } | |
| 482 | set | |
| 483 | { | |
| 484 | _con tactInform ation = va lue; | |
| 485 | } | |
| 486 | } | |
| 487 | ||
| 488 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "virt ualMeeting Room")] | |
| 489 | pu blic Virtu alMeetingR oom Virtua lMeetingRo om | |
| 490 | { | |
| 491 | get | |
| 492 | { | |
| 493 | retu rn _virtua lMeetingRo om; | |
| 494 | } | |
| 495 | set | |
| 496 | { | |
| 497 | _vir tualMeetin gRoom = va lue; | |
| 498 | } | |
| 499 | } | |
| 500 | ||
| 501 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "loca tion")] | |
| 502 | pu blic Locat ion Locati on | |
| 503 | { | |
| 504 | get | |
| 505 | { | |
| 506 | retu rn _locati on; | |
| 507 | } | |
| 508 | set | |
| 509 | { | |
| 510 | _loc ation = va lue; | |
| 511 | } | |
| 512 | } | |
| 513 | } | |
| 514 | ||
| 515 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 516 | [Seria lizable] | |
| 517 | [Debug gerStepThr ough] | |
| 518 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 519 | [XmlTypeAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", TypeN ame = "per sonName")] | |
| 520 | [XmlRo otAttribut e("personN ame")] | |
| 521 | public partial c lass Perso nName | |
| 522 | { | |
| 523 | ||
| 524 | pr ivate stri ng _firstN ame; | |
| 525 | ||
| 526 | pr ivate stri ng _lastNa me; | |
| 527 | ||
| 528 | pr ivate stri ng _middle Initial; | |
| 529 | ||
| 530 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "firs tName")] | |
| 531 | pu blic strin g FirstNam e | |
| 532 | { | |
| 533 | get | |
| 534 | { | |
| 535 | retu rn _firstN ame; | |
| 536 | } | |
| 537 | set | |
| 538 | { | |
| 539 | _fir stName = v alue; | |
| 540 | } | |
| 541 | } | |
| 542 | ||
| 543 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "last Name")] | |
| 544 | pu blic strin g LastName | |
| 545 | { | |
| 546 | get | |
| 547 | { | |
| 548 | retu rn _lastNa me; | |
| 549 | } | |
| 550 | set | |
| 551 | { | |
| 552 | _las tName = va lue; | |
| 553 | } | |
| 554 | } | |
| 555 | ||
| 556 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "midd leInitial" )] | |
| 557 | pu blic strin g MiddleIn itial | |
| 558 | { | |
| 559 | get | |
| 560 | { | |
| 561 | retu rn _middle Initial; | |
| 562 | } | |
| 563 | set | |
| 564 | { | |
| 565 | _mid dleInitial = value; | |
| 566 | } | |
| 567 | } | |
| 568 | } | |
| 569 | ||
| 570 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 571 | [Seria lizable] | |
| 572 | [Debug gerStepThr ough] | |
| 573 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 574 | [XmlTypeAt tribute(Na mespace = "https:// DNS DNS /vamf/vide o-visits/2 .0", TypeN ame = "con tactInform ation")] | |
| 575 | [XmlRo otAttribut e("contact Informatio n")] | |
| 576 | public partial c lass Conta ctInformat ion | |
| 577 | { | |
| 578 | ||
| 579 | pr ivate stri ng _mobile ; | |
| 580 | ||
| 581 | pr ivate stri ng _prefer redEmail; | |
| 582 | ||
| 583 | pr ivate stri ng _altern ativeEmail ; | |
| 584 | ||
| 585 | pr ivate int? _timeZone ; | |
| 586 | ||
| 587 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "mobi le")] | |
| 588 | pu blic strin g Mobile | |
| 589 | { | |
| 590 | get | |
| 591 | { | |
| 592 | retu rn _mobile ; | |
| 593 | } | |
| 594 | set | |
| 595 | { | |
| 596 | _mob ile = valu e; | |
| 597 | } | |
| 598 | } | |
| 599 | ||
| 600 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "pref erredEmail ")] | |
| 601 | pu blic strin g Preferre dEmail | |
| 602 | { | |
| 603 | get | |
| 604 | { | |
| 605 | retu rn _prefer redEmail; | |
| 606 | } | |
| 607 | set | |
| 608 | { | |
| 609 | _pre ferredEmai l = value; | |
| 610 | } | |
| 611 | } | |
| 612 | ||
| 613 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "alte rnativeEma il")] | |
| 614 | pu blic strin g Alternat iveEmail | |
| 615 | { | |
| 616 | get | |
| 617 | { | |
| 618 | retu rn _altern ativeEmail ; | |
| 619 | } | |
| 620 | set | |
| 621 | { | |
| 622 | _alt ernativeEm ail = valu e; | |
| 623 | } | |
| 624 | } | |
| 625 | ||
| 626 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "time Zone")] | |
| 627 | pu blic int T imeZone | |
| 628 | { | |
| 629 | get | |
| 630 | { | |
| 631 | if ( _timeZone. HasValue) | |
| 632 | { | |
| 633 | return _ti meZone.Val ue; | |
| 634 | } | |
| 635 | else | |
| 636 | { | |
| 637 | return def ault(int); | |
| 638 | } | |
| 639 | } | |
| 640 | set | |
| 641 | { | |
| 642 | _tim eZone = va lue; | |
| 643 | } | |
| 644 | } | |
| 645 | ||
| 646 | [X mlIgnore] | |
| 647 | pu blic bool TimeZoneSp ecified | |
| 648 | { | |
| 649 | get | |
| 650 | { | |
| 651 | retu rn _timeZo ne.HasValu e; | |
| 652 | } | |
| 653 | set | |
| 654 | { | |
| 655 | if ( value == f alse) | |
| 656 | { | |
| 657 | _timeZone = null; | |
| 658 | } | |
| 659 | } | |
| 660 | } | |
| 661 | } | |
| 662 | ||
| 663 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 664 | [Seria lizable] | |
| 665 | [Debug gerStepThr ough] | |
| 666 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 667 | [XmlTypeAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", TypeN ame = "vir tualMeetin gRoom")] | |
| 668 | [XmlRo otAttribut e("virtual MeetingRoo m")] | |
| 669 | public partial c lass Virtu alMeetingR oom | |
| 670 | { | |
| 671 | ||
| 672 | pr ivate stri ng _confer ence; | |
| 673 | ||
| 674 | pr ivate stri ng _pin; | |
| 675 | ||
| 676 | pr ivate stri ng _url; | |
| 677 | ||
| 678 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "conf erence")] | |
| 679 | pu blic strin g Conferen ce | |
| 680 | { | |
| 681 | get | |
| 682 | { | |
| 683 | retu rn _confer ence; | |
| 684 | } | |
| 685 | set | |
| 686 | { | |
| 687 | _con ference = value; | |
| 688 | } | |
| 689 | } | |
| 690 | ||
| 691 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "pin" )] | |
| 692 | pu blic strin g Pin | |
| 693 | { | |
| 694 | get | |
| 695 | { | |
| 696 | retu rn _pin; | |
| 697 | } | |
| 698 | set | |
| 699 | { | |
| 700 | _pin = value; | |
| 701 | } | |
| 702 | } | |
| 703 | ||
| 704 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, DataType = "anyURI" , ElementN ame = "url ")] | |
| 705 | pu blic strin g Url | |
| 706 | { | |
| 707 | get | |
| 708 | { | |
| 709 | retu rn _url; | |
| 710 | } | |
| 711 | set | |
| 712 | { | |
| 713 | _url = value; | |
| 714 | } | |
| 715 | } | |
| 716 | } | |
| 717 | ||
| 718 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 719 | [Seria lizable] | |
| 720 | [Debug gerStepThr ough] | |
| 721 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 722 | [XmlTypeAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", TypeN ame = "loc ation")] | |
| 723 | [XmlRo otAttribut e("locatio n")] | |
| 724 | public partial c lass Locat ion | |
| 725 | { | |
| 726 | ||
| 727 | pr ivate Loca tionType _ type; | |
| 728 | ||
| 729 | pr ivate Faci lity _faci lity; | |
| 730 | ||
| 731 | pr ivate Clin ic _clinic ; | |
| 732 | ||
| 733 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "type ")] | |
| 734 | pu blic Locat ionType Ty pe | |
| 735 | { | |
| 736 | get | |
| 737 | { | |
| 738 | retu rn _type; | |
| 739 | } | |
| 740 | set | |
| 741 | { | |
| 742 | _typ e = value; | |
| 743 | } | |
| 744 | } | |
| 745 | ||
| 746 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "faci lity")] | |
| 747 | pu blic Facil ity Facili ty | |
| 748 | { | |
| 749 | get | |
| 750 | { | |
| 751 | retu rn _facili ty; | |
| 752 | } | |
| 753 | set | |
| 754 | { | |
| 755 | _fac ility = va lue; | |
| 756 | } | |
| 757 | } | |
| 758 | ||
| 759 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "clin ic")] | |
| 760 | pu blic Clini c Clinic | |
| 761 | { | |
| 762 | get | |
| 763 | { | |
| 764 | retu rn _clinic ; | |
| 765 | } | |
| 766 | set | |
| 767 | { | |
| 768 | _cli nic = valu e; | |
| 769 | } | |
| 770 | } | |
| 771 | } | |
| 772 | ||
| 773 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 774 | [Seria lizable] | |
| 775 | [XmlTypeAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", TypeN ame = "loc ationType" )] | |
| 776 | [XmlRo otAttribut e("locatio nType")] | |
| 777 | public enum Loca tionType | |
| 778 | { | |
| 779 | ||
| 780 | // / <remarks /> | |
| 781 | VA , | |
| 782 | ||
| 783 | // / <remarks /> | |
| 784 | No nVA, | |
| 785 | } | |
| 786 | ||
| 787 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 788 | [Seria lizable] | |
| 789 | [Debug gerStepThr ough] | |
| 790 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 791 | [XmlTypeAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", TypeN ame = "fac ility")] | |
| 792 | [XmlRo otAttribut e("facilit y")] | |
| 793 | public partial c lass Facil ity | |
| 794 | { | |
| 795 | ||
| 796 | pr ivate stri ng _name; | |
| 797 | ||
| 798 | pr ivate stri ng _siteCo de; | |
| 799 | ||
| 800 | pr ivate int _timeZone; | |
| 801 | ||
| 802 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "name ")] | |
| 803 | pu blic strin g Name | |
| 804 | { | |
| 805 | get | |
| 806 | { | |
| 807 | retu rn _name; | |
| 808 | } | |
| 809 | set | |
| 810 | { | |
| 811 | _nam e = value; | |
| 812 | } | |
| 813 | } | |
| 814 | ||
| 815 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "site Code")] | |
| 816 | pu blic strin g SiteCode | |
| 817 | { | |
| 818 | get | |
| 819 | { | |
| 820 | retu rn _siteCo de; | |
| 821 | } | |
| 822 | set | |
| 823 | { | |
| 824 | _sit eCode = va lue; | |
| 825 | } | |
| 826 | } | |
| 827 | ||
| 828 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "time Zone")] | |
| 829 | pu blic int T imeZone | |
| 830 | { | |
| 831 | get | |
| 832 | { | |
| 833 | retu rn _timeZo ne; | |
| 834 | } | |
| 835 | set | |
| 836 | { | |
| 837 | _tim eZone = va lue; | |
| 838 | } | |
| 839 | } | |
| 840 | } | |
| 841 | ||
| 842 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 843 | [Seria lizable] | |
| 844 | [Debug gerStepThr ough] | |
| 845 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 846 | [XmlTypeAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", TypeN ame = "cli nic")] | |
| 847 | [XmlRo otAttribut e("clinic" )] | |
| 848 | public partial c lass Clini c | |
| 849 | { | |
| 850 | ||
| 851 | pr ivate stri ng _ien; | |
| 852 | ||
| 853 | pr ivate stri ng _name; | |
| 854 | ||
| 855 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "ien" )] | |
| 856 | pu blic strin g Ien | |
| 857 | { | |
| 858 | get | |
| 859 | { | |
| 860 | retu rn _ien; | |
| 861 | } | |
| 862 | set | |
| 863 | { | |
| 864 | _ien = value; | |
| 865 | } | |
| 866 | } | |
| 867 | ||
| 868 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "name ")] | |
| 869 | pu blic strin g Name | |
| 870 | { | |
| 871 | get | |
| 872 | { | |
| 873 | retu rn _name; | |
| 874 | } | |
| 875 | set | |
| 876 | { | |
| 877 | _nam e = value; | |
| 878 | } | |
| 879 | } | |
| 880 | } | |
| 881 | ||
| 882 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 883 | [Seria lizable] | |
| 884 | [Debug gerStepThr ough] | |
| 885 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 886 | [XmlTypeAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", TypeN ame = "pro viders")] | |
| 887 | [XmlRo otAttribut e("provide rs")] | |
| 888 | public partial c lass Provi ders | |
| 889 | { | |
| 890 | ||
| 891 | pr ivate List <Provider> _provider ; | |
| 892 | ||
| 893 | [X mlElementA ttribute(" provider", Form = Sy stem.Xml.S chema.XmlS chemaForm. Unqualifie d, Element Name = "pr ovider")] | |
| 894 | pu blic List< Provider> Provider | |
| 895 | { | |
| 896 | get | |
| 897 | { | |
| 898 | retu rn _provid er; | |
| 899 | } | |
| 900 | set | |
| 901 | { | |
| 902 | _pro vider = va lue; | |
| 903 | } | |
| 904 | } | |
| 905 | } | |
| 906 | ||
| 907 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 908 | [Seria lizable] | |
| 909 | [Debug gerStepThr ough] | |
| 910 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 911 | [XmlTypeAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", TypeN ame = "sta tus")] | |
| 912 | [XmlRo otAttribut e("status" )] | |
| 913 | public partial c lass Statu s | |
| 914 | { | |
| 915 | ||
| 916 | pr ivate stri ng _descri ption; | |
| 917 | ||
| 918 | pr ivate Syst em.Nullabl e<StatusCo de> _code; | |
| 919 | ||
| 920 | pr ivate Syst em.Nullabl e<ReasonCo de> _reaso n; | |
| 921 | ||
| 922 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "desc ription")] | |
| 923 | pu blic strin g Descript ion | |
| 924 | { | |
| 925 | get | |
| 926 | { | |
| 927 | retu rn _descri ption; | |
| 928 | } | |
| 929 | set | |
| 930 | { | |
| 931 | _des cription = value; | |
| 932 | } | |
| 933 | } | |
| 934 | ||
| 935 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "code ")] | |
| 936 | pu blic Statu sCode Code | |
| 937 | { | |
| 938 | get | |
| 939 | { | |
| 940 | if ( _code.HasV alue) | |
| 941 | { | |
| 942 | return _co de.Value; | |
| 943 | } | |
| 944 | else | |
| 945 | { | |
| 946 | return def ault(Statu sCode); | |
| 947 | } | |
| 948 | } | |
| 949 | set | |
| 950 | { | |
| 951 | _cod e = value; | |
| 952 | } | |
| 953 | } | |
| 954 | ||
| 955 | [X mlIgnore] | |
| 956 | pu blic bool CodeSpecif ied | |
| 957 | { | |
| 958 | get | |
| 959 | { | |
| 960 | retu rn _code.H asValue; | |
| 961 | } | |
| 962 | set | |
| 963 | { | |
| 964 | if ( value == f alse) | |
| 965 | { | |
| 966 | _code = nu ll; | |
| 967 | } | |
| 968 | } | |
| 969 | } | |
| 970 | ||
| 971 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "reas on")] | |
| 972 | pu blic Reaso nCode Reas on | |
| 973 | { | |
| 974 | get | |
| 975 | { | |
| 976 | if ( _reason.Ha sValue) | |
| 977 | { | |
| 978 | return _re ason.Value ; | |
| 979 | } | |
| 980 | else | |
| 981 | { | |
| 982 | return def ault(Reaso nCode); | |
| 983 | } | |
| 984 | } | |
| 985 | set | |
| 986 | { | |
| 987 | _rea son = valu e; | |
| 988 | } | |
| 989 | } | |
| 990 | ||
| 991 | [X mlIgnore] | |
| 992 | pu blic bool ReasonSpec ified | |
| 993 | { | |
| 994 | get | |
| 995 | { | |
| 996 | retu rn _reason .HasValue; | |
| 997 | } | |
| 998 | set | |
| 999 | { | |
| 1000 | if ( value == f alse) | |
| 1001 | { | |
| 1002 | _reason = null; | |
| 1003 | } | |
| 1004 | } | |
| 1005 | } | |
| 1006 | } | |
| 1007 | ||
| 1008 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 1009 | [Seria lizable] | |
| 1010 | [XmlTypeAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", TypeN ame = "sta tusCode")] | |
| 1011 | [XmlRo otAttribut e("statusC ode")] | |
| 1012 | public enum Stat usCode | |
| 1013 | { | |
| 1014 | ||
| 1015 | // / <remarks /> | |
| 1016 | CH ECKED_IN, | |
| 1017 | ||
| 1018 | // / <remarks /> | |
| 1019 | CH ECKED_OUT, | |
| 1020 | ||
| 1021 | // / <remarks /> | |
| 1022 | NO _ACTION_TA KEN, | |
| 1023 | ||
| 1024 | // / <remarks /> | |
| 1025 | NO _SHOW, | |
| 1026 | ||
| 1027 | // / <remarks /> | |
| 1028 | CA NCELLED_BY _CLINIC, | |
| 1029 | ||
| 1030 | // / <remarks /> | |
| 1031 | NO _SHOW_AND_ AUTO_RE_BO OK, | |
| 1032 | ||
| 1033 | // / <remarks /> | |
| 1034 | CA NCELLED_BY _CLINIC_AN D_AUTO_RE_ BOOK, | |
| 1035 | ||
| 1036 | // / <remarks /> | |
| 1037 | IN PATIENT_AP POINTMENT, | |
| 1038 | ||
| 1039 | // / <remarks /> | |
| 1040 | CA NCELLED_BY _PATIENT, | |
| 1041 | ||
| 1042 | // / <remarks /> | |
| 1043 | CA NCELLED_BY _PATIENT_A ND_AUTO_RE BOOK, | |
| 1044 | ||
| 1045 | // / <remarks /> | |
| 1046 | FU TURE, | |
| 1047 | ||
| 1048 | // / <remarks /> | |
| 1049 | NO N_COUNT, | |
| 1050 | ||
| 1051 | // / <remarks /> | |
| 1052 | DE LETED, | |
| 1053 | ||
| 1054 | // / <remarks /> | |
| 1055 | AC TION_REQUI RED, | |
| 1056 | } | |
| 1057 | ||
| 1058 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 1059 | [Seria lizable] | |
| 1060 | [XmlTypeAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", TypeN ame = "rea sonCode")] | |
| 1061 | [XmlRo otAttribut e("reasonC ode")] | |
| 1062 | public enum Reas onCode | |
| 1063 | { | |
| 1064 | ||
| 1065 | // / <remarks /> | |
| 1066 | AP POINTMENT_ NO_LONGER_ REQUIRED, | |
| 1067 | ||
| 1068 | // / <remarks /> | |
| 1069 | CL INIC_CANCE LLED, | |
| 1070 | ||
| 1071 | // / <remarks /> | |
| 1072 | CL INIC_STAFF ING, | |
| 1073 | ||
| 1074 | // / <remarks /> | |
| 1075 | DE ATH_IN_FAM ILY, | |
| 1076 | ||
| 1077 | // / <remarks /> | |
| 1078 | IN PATIENT_ST ATUS, | |
| 1079 | ||
| 1080 | // / <remarks /> | |
| 1081 | OT HER, | |
| 1082 | ||
| 1083 | // / <remarks /> | |
| 1084 | PA TIENT_DEAT H, | |
| 1085 | ||
| 1086 | // / <remarks /> | |
| 1087 | PA TIENT_NOT_ ELIGIBLE, | |
| 1088 | ||
| 1089 | // / <remarks /> | |
| 1090 | SC HEDULING_C ONFLICT_OR _ERROR, | |
| 1091 | ||
| 1092 | // / <remarks /> | |
| 1093 | TR ANSFER_OPT _CARE_TO_O THER_VA, | |
| 1094 | ||
| 1095 | // / <remarks /> | |
| 1096 | TR AVEL_DIFFI CULTY, | |
| 1097 | ||
| 1098 | // / <remarks /> | |
| 1099 | UN ABLE_TO_KE EP_APPOINT MENT, | |
| 1100 | ||
| 1101 | // / <remarks /> | |
| 1102 | WE ATHER, | |
| 1103 | } | |
| 1104 | ||
| 1105 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 1106 | [Seria lizable] | |
| 1107 | [XmlTypeAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", TypeN ame = "sch edulingReq uestType") ] | |
| 1108 | [XmlRo otAttribut e("schedul ingRequest Type")] | |
| 1109 | public enum Sche dulingRequ estType | |
| 1110 | { | |
| 1111 | ||
| 1112 | // / <remarks /> | |
| 1113 | NE XT_AVAILAB LE_APPT, | |
| 1114 | ||
| 1115 | // / <remarks /> | |
| 1116 | OT HER_THAN_N EXT_AVAILA BLE_CLINIC IAN_REQUES TED, | |
| 1117 | ||
| 1118 | // / <remarks /> | |
| 1119 | OT HER_THAN_N EXT_AVAILA BLE_PATIEN T_REQUESTE D, | |
| 1120 | ||
| 1121 | // / <remarks /> | |
| 1122 | WA LKIN_APPTO INTMENT, | |
| 1123 | ||
| 1124 | // / <remarks /> | |
| 1125 | MU LTIPLE_APP TOINTMENT_ BOOKING, | |
| 1126 | ||
| 1127 | // / <remarks /> | |
| 1128 | AU TO_REBOOK, | |
| 1129 | ||
| 1130 | // / <remarks /> | |
| 1131 | OT HER_THAN_N EXT_AVAILA BLE_APPOIN TMENT, | |
| 1132 | } | |
| 1133 | ||
| 1134 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 1135 | [Seria lizable] | |
| 1136 | [XmlTypeAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", TypeN ame = "app ointmentKi nd")] | |
| 1137 | [XmlRo otAttribut e("appoint mentKind") ] | |
| 1138 | public enum Appo intmentKin d | |
| 1139 | { | |
| 1140 | ||
| 1141 | // / <remarks /> | |
| 1142 | CL INIC_BASED , | |
| 1143 | ||
| 1144 | // / <remarks /> | |
| 1145 | ST ORE_FORWAR D, | |
| 1146 | ||
| 1147 | // / <remarks /> | |
| 1148 | MO BILE_BYOD, | |
| 1149 | ||
| 1150 | // / <remarks /> | |
| 1151 | MO BILE_GFE, | |
| 1152 | } | |
| 1153 | ||
| 1154 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 1155 | [Seria lizable] | |
| 1156 | [XmlTypeAt tribute(Na mespace = "https:// DNS DNS /vamf/vide o-visits/2 .0", TypeN ame = "app ointmentTy pe")] | |
| 1157 | [XmlRo otAttribut e("appoint mentType") ] | |
| 1158 | public enum Appo intmentTyp e | |
| 1159 | { | |
| 1160 | ||
| 1161 | // / <remarks /> | |
| 1162 | CO MPENSATION _AND_PENSI ON, | |
| 1163 | ||
| 1164 | // / <remarks /> | |
| 1165 | CL ASS_II_DEN TAL, | |
| 1166 | ||
| 1167 | // / <remarks /> | |
| 1168 | OR GAN_DONORS , | |
| 1169 | ||
| 1170 | // / <remarks /> | |
| 1171 | EM PLOYEE, | |
| 1172 | ||
| 1173 | // / <remarks /> | |
| 1174 | PR IMA_FACIA, | |
| 1175 | ||
| 1176 | // / <remarks /> | |
| 1177 | RE SEARCH, | |
| 1178 | ||
| 1179 | // / <remarks /> | |
| 1180 | CO LLATERAL_O F_VET, | |
| 1181 | ||
| 1182 | // / <remarks /> | |
| 1183 | SH ARING_AGRE EMENT, | |
| 1184 | ||
| 1185 | // / <remarks /> | |
| 1186 | RE GULAR, | |
| 1187 | ||
| 1188 | // / <remarks /> | |
| 1189 | CO MPUTER_GEN ERATED, | |
| 1190 | ||
| 1191 | // / <remarks /> | |
| 1192 | SE RVICE_CONN ECTED, | |
| 1193 | } | |
| 1194 | ||
| 1195 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 1196 | [Seria lizable] | |
| 1197 | [Debug gerStepThr ough] | |
| 1198 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 1199 | [XmlTypeAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", TypeN ame = "can celAppoint mentReques t")] | |
| 1200 | [XmlRootAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", IsNul lable = fa lse, Eleme ntName = " cancelAppo intmentReq uest")] | |
| 1201 | public partial c lass Cance lAppointme ntRequest | |
| 1202 | { | |
| 1203 | ||
| 1204 | pr ivate stri ng _id; | |
| 1205 | ||
| 1206 | pr ivate Stat us _status ; | |
| 1207 | ||
| 1208 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "id") ] | |
| 1209 | pu blic strin g Id | |
| 1210 | { | |
| 1211 | get | |
| 1212 | { | |
| 1213 | retu rn _id; | |
| 1214 | } | |
| 1215 | set | |
| 1216 | { | |
| 1217 | _id = value; | |
| 1218 | } | |
| 1219 | } | |
| 1220 | ||
| 1221 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "stat us")] | |
| 1222 | pu blic Statu s Status | |
| 1223 | { | |
| 1224 | get | |
| 1225 | { | |
| 1226 | retu rn _status ; | |
| 1227 | } | |
| 1228 | set | |
| 1229 | { | |
| 1230 | _sta tus = valu e; | |
| 1231 | } | |
| 1232 | } | |
| 1233 | } | |
| 1234 | ||
| 1235 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 1236 | [Seria lizable] | |
| 1237 | [Debug gerStepThr ough] | |
| 1238 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 1239 | [XmlTypeAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", TypeN ame = "val idationErr ors")] | |
| 1240 | [XmlRootAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", IsNul lable = fa lse, Eleme ntName = " validation Errors")] | |
| 1241 | public partial c lass Valid ationError s | |
| 1242 | { | |
| 1243 | ||
| 1244 | pr ivate List <Validatio nError> _e rrors; | |
| 1245 | ||
| 1246 | pr ivate stri ng _object Type; | |
| 1247 | ||
| 1248 | pr ivate obje ct _reques tObject; | |
| 1249 | ||
| 1250 | [X mlElementA ttribute(" errors", F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "erro rs")] | |
| 1251 | pu blic List< Validation Error> Err ors | |
| 1252 | { | |
| 1253 | get | |
| 1254 | { | |
| 1255 | retu rn _errors ; | |
| 1256 | } | |
| 1257 | set | |
| 1258 | { | |
| 1259 | _err ors = valu e; | |
| 1260 | } | |
| 1261 | } | |
| 1262 | ||
| 1263 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "obje ctType")] | |
| 1264 | pu blic strin g ObjectTy pe | |
| 1265 | { | |
| 1266 | get | |
| 1267 | { | |
| 1268 | retu rn _object Type; | |
| 1269 | } | |
| 1270 | set | |
| 1271 | { | |
| 1272 | _obj ectType = value; | |
| 1273 | } | |
| 1274 | } | |
| 1275 | ||
| 1276 | [X mlElementA ttribute(F orm = Syst em.Xml.Sch ema.XmlSch emaForm.Un qualified, ElementNa me = "requ estObject" )] | |
| 1277 | pu blic objec t RequestO bject | |
| 1278 | { | |
| 1279 | get | |
| 1280 | { | |
| 1281 | retu rn _reques tObject; | |
| 1282 | } | |
| 1283 | set | |
| 1284 | { | |
| 1285 | _req uestObject = value; | |
| 1286 | } | |
| 1287 | } | |
| 1288 | } | |
| 1289 | ||
| 1290 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")] | |
| 1291 | [Seria lizable] | |
| 1292 | [Debug gerStepThr ough] | |
| 1293 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 1294 | [XmlTypeAt tribute(Na mespace = "https:// DNS . DNS /vamf/vide o-visits/2 .0", TypeN ame = "val idationErr or")] | |
| 1295 | [XmlRo otAttribut e("validat ionError") ] | |
| 1296 | public partial c lass Valid ationError | |
| 1297 | { | |
| 1298 | ||
| 1299 | pr ivate stri ng _fieldN ame; | |
| 1300 | ||
| 1301 | pr ivate stri ng _errorM essage; | |
| 1302 | ||
| 1303 | [X mlAttribut eAttribute (Attribute Name = "fi eldName")] | |
| 1304 | pu blic strin g FieldNam e | |
| 1305 | { | |
| 1306 | get | |
| 1307 | { | |
| 1308 | retu rn _fieldN ame; | |
| 1309 | } | |
| 1310 | set | |
| 1311 | { | |
| 1312 | _fie ldName = v alue; | |
| 1313 | } | |
| 1314 | } | |
| 1315 | ||
| 1316 | [X mlAttribut eAttribute (Attribute Name = "er rorMessage ")] | |
| 1317 | pu blic strin g ErrorMes sage | |
| 1318 | { | |
| 1319 | get | |
| 1320 | { | |
| 1321 | retu rn _errorM essage; | |
| 1322 | } | |
| 1323 | set | |
| 1324 | { | |
| 1325 | _err orMessage = value; | |
| 1326 | } | |
| 1327 | } | |
| 1328 | } | |
| 1329 | } | |
| 1330 | #pragma wa rning rest ore |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.