Produced by Araxis Merge on 10/26/2017 10:44:23 PM Eastern 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 | Fri Oct 27 02:44:23 2017 UTC | ||
| 2 | OSCIF_BMS_v2_iter 2_September_2017.zip\BMS_Cand\Source\Sources\BMS.Vista.TestEis\BMS.Utils | EISConstants.cs | Wed Oct 18 18:47:02 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 507 |
| 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 | using Syst em; | |||||
| 2 | using Syst em.Collect ions.Gener ic; | |||||
| 3 | using Syst em.Linq; | |||||
| 4 | using Syst em.Text; | |||||
| 5 | ||||||
| 6 | ||||||
| 7 | namespace BMS.Utils | |||||
| 8 | { | |||||
| 9 | /// <s ummary> | |||||
| 10 | /// EI S access c onstants c lass. | |||||
| 11 | /// </ summary> | |||||
| 12 | public class EIS Constants | |||||
| 13 | { | |||||
| 14 | #r egion Enti ty Type Id entifier | |||||
| 15 | ||||||
| 16 | // / <summary > | |||||
| 17 | // / Entity t ype identi fier for o rganizatio n. | |||||
| 18 | // / </summar y> | |||||
| 19 | pu blic const string OR GANIZATON = "HL7-RIM -V3-Organi zation"; | |||||
| 20 | ||||||
| 21 | // / <summary > | |||||
| 22 | // / Entity t ype identi fier for p lace. | |||||
| 23 | // / </summar y> | |||||
| 24 | pu blic const string PL ACE = "HL7 -RIM-V3-Pl ace"; | |||||
| 25 | ||||||
| 26 | // / <summary > | |||||
| 27 | // / Entity t ype identi fier for p erson. | |||||
| 28 | // / </summar y> | |||||
| 29 | pu blic const string PE RSON = "HL 7-RIM-V3-P erson"; | |||||
| 30 | ||||||
| 31 | #e ndregion | |||||
| 32 | ||||||
| 33 | #r egion Doma in Identif ier | |||||
| 34 | ||||||
| 35 | // / <summary > | |||||
| 36 | // / Domain i dentifier for medica soft | |||||
| 37 | // / </summar y> | |||||
| 38 | // public con st string MEDICASOFT DOMAIN = " InfoWorld" ; | |||||
| 39 | ||||||
| 40 | #e ndregion | |||||
| 41 | ||||||
| 42 | #r egion Trai t Identifi er | |||||
| 43 | ||||||
| 44 | // / <summary > | |||||
| 45 | // / Identifi er for R_S erviceDeli veryLocati on class. | |||||
| 46 | // / </summar y> | |||||
| 47 | pu blic const string SD LOC = "SDL OC"; | |||||
| 48 | ||||||
| 49 | // / <summary > | |||||
| 50 | // / Identifi er for R_M ember clas s. | |||||
| 51 | // / </summar y> | |||||
| 52 | pu blic const string MB R = "MBR"; | |||||
| 53 | ||||||
| 54 | // / <summary > | |||||
| 55 | // / Identifi er for R_M aintainedE ntity clas s. | |||||
| 56 | // / </summar y> | |||||
| 57 | pu blic const string MN T = "MNT"; | |||||
| 58 | ||||||
| 59 | // / <summary > | |||||
| 60 | // / Identifi er for R_L ocatedEnti ty class. | |||||
| 61 | // / </summar y> | |||||
| 62 | pu blic const string LO CE = "LOCE "; | |||||
| 63 | ||||||
| 64 | // / <summary > | |||||
| 65 | // / Identifi er for R_O wnedEntity class. | |||||
| 66 | // / </summar y> | |||||
| 67 | pu blic const string OW N = "OWN"; | |||||
| 68 | ||||||
| 69 | // / <summary > | |||||
| 70 | // / Identifi er for R_P atient cla ss. | |||||
| 71 | // / </summar y> | |||||
| 72 | pu blic const string PA T = "PAT"; | |||||
| 73 | ||||||
| 74 | // / <summary > | |||||
| 75 | // / Identifi er for R_H ealthcareP rovider cl ass. | |||||
| 76 | // / </summar y> | |||||
| 77 | pu blic const string PR OV = "PROV "; | |||||
| 78 | ||||||
| 79 | // / <summary > | |||||
| 80 | // / Trait id entifier f or Name. | |||||
| 81 | // / </summar y> | |||||
| 82 | pu blic const string NA ME = "NAME "; | |||||
| 83 | ||||||
| 84 | // / <summary > | |||||
| 85 | // / Trait id entifier f or Descrip tion. | |||||
| 86 | // / </summar y> | |||||
| 87 | pu blic const string DE SCRIPTION = "DESCRIP TION"; | |||||
| 88 | ||||||
| 89 | // / <summary > | |||||
| 90 | // / Trait id entifier f or Unique Identifica tion. | |||||
| 91 | // / </summar y> | |||||
| 92 | pu blic const string UI D = "UID"; | |||||
| 93 | ||||||
| 94 | // / <summary > | |||||
| 95 | // / Trait id entifier f or Root. | |||||
| 96 | // / </summar y> | |||||
| 97 | pu blic const string CO DE = "CODE "; | |||||
| 98 | ||||||
| 99 | // / <summary > | |||||
| 100 | // / Trait id entifier f or IEN. | |||||
| 101 | // / </summar y> | |||||
| 102 | pu blic const string IE N = "IEN"; | |||||
| 103 | ||||||
| 104 | // / <summary > | |||||
| 105 | // / Trait id entifier f or SSN. | |||||
| 106 | // / </summar y> | |||||
| 107 | pu blic const string SS N = "SSN"; | |||||
| 108 | ||||||
| 109 | // / <summary > | |||||
| 110 | // / Trait id entifier f or SITE. | |||||
| 111 | // / </summar y> | |||||
| 112 | pu blic const string SI TE = "SITE "; | |||||
| 113 | ||||||
| 114 | // / <summary > | |||||
| 115 | // / Trait id entifier f or NUMBER. | |||||
| 116 | // / </summar y> | |||||
| 117 | pu blic const string NU MBER = "NU MBER"; | |||||
| 118 | ||||||
| 119 | ||||||
| 120 | // / <summary > | |||||
| 121 | // / Trait id entifier f or Type Gr oup (Speci alty). | |||||
| 122 | // / </summar y> | |||||
| 123 | pu blic const string TY PEGROUP = "TYPE_GROU P"; | |||||
| 124 | ||||||
| 125 | // / <summary > | |||||
| 126 | // / Trait id entifier f or Vista S pecility. | |||||
| 127 | // / </summar y> | |||||
| 128 | pu blic const string VI STASPECIAL TY = "VIST A_SPECIALI TY"; | |||||
| 129 | ||||||
| 130 | // / <summary > | |||||
| 131 | // / Trait id entifier f or Phone. | |||||
| 132 | // / </summar y> | |||||
| 133 | pu blic const string PH ONE = "CON TACT1"; | |||||
| 134 | ||||||
| 135 | // / <summary > | |||||
| 136 | // / trait id entifier f or contact . | |||||
| 137 | // / </summar y> | |||||
| 138 | pu blic const string PE RSON_CONTA CT_NAME = "POINT_OF_ CONTACT"; | |||||
| 139 | ||||||
| 140 | pu blic const string PE RSON_WEIGH T = "PERSO N_WEIGHT"; | |||||
| 141 | ||||||
| 142 | pu blic const string IS _PATIENT_O PTOUT = "I S_PATIENT_ OPTOUT"; | |||||
| 143 | ||||||
| 144 | // / <summary > | |||||
| 145 | // / trait id entifier f or ward lo cation. | |||||
| 146 | // / </summar y> | |||||
| 147 | pu blic const string WA RD_LOCATIO N_ID = "WA RD_LOCATIO N_ID"; | |||||
| 148 | ||||||
| 149 | // / <summary > | |||||
| 150 | // / trait id entifier f or email. | |||||
| 151 | // / </summar y> | |||||
| 152 | pu blic const string EM AIL = "CON TACT2"; | |||||
| 153 | ||||||
| 154 | // / <summary > | |||||
| 155 | // / contact type value for email . | |||||
| 156 | // / </summar y> | |||||
| 157 | pu blic const string EM AIL_CONTAC T_VALUE = "mailto:"; | |||||
| 158 | ||||||
| 159 | // / <summary > | |||||
| 160 | // / contact type value for telep hone. | |||||
| 161 | // / </summar y> | |||||
| 162 | pu blic const string TE LEPHONE_CO NTACT_VALU E = "tel:" ; | |||||
| 163 | ||||||
| 164 | // / <summary > | |||||
| 165 | // / contact type value for fax. | |||||
| 166 | // / </summar y> | |||||
| 167 | pu blic const string FA X_CONTACT_ VALUE = "f ax:"; | |||||
| 168 | ||||||
| 169 | // / <summary > | |||||
| 170 | // / trait id entifier f or contact 4. | |||||
| 171 | // / </summar y> | |||||
| 172 | pu blic const string TE LEPHONE = "CONTACT3" ; | |||||
| 173 | ||||||
| 174 | // / <summary > | |||||
| 175 | // / TYPE_COD E(code) fo r facility . | |||||
| 176 | // / </summar y> | |||||
| 177 | pu blic const string FA CILITY_COD E = "FACIL ITY"; | |||||
| 178 | ||||||
| 179 | // / <summary > | |||||
| 180 | // / TYPE_NAM E (display name) for facility. | |||||
| 181 | // / </summar y> | |||||
| 182 | pu blic const string FA CILITY_NAM E = "Facil ity"; | |||||
| 183 | ||||||
| 184 | // / <summary > | |||||
| 185 | // / TYPE_COD E(code) fo r VISN | |||||
| 186 | // / </summar y> | |||||
| 187 | pu blic const string VI SN_CODE = "VISN"; | |||||
| 188 | ||||||
| 189 | // / <summary > | |||||
| 190 | // / TYPE_NAM E (display name) for VISN. | |||||
| 191 | // / </summar y> | |||||
| 192 | pu blic const string VI SN_NAME = "VISN"; | |||||
| 193 | ||||||
| 194 | // / <summary > | |||||
| 195 | // / TYPE_COD E (code) f or ward gr oup. | |||||
| 196 | // / </summar y> | |||||
| 197 | pu blic const string WA RD_GROUP_C ODE = "WAR D_GROUP"; | |||||
| 198 | ||||||
| 199 | // / <summary > | |||||
| 200 | // / TYPE_NAM E (display name) for Ward Grou p. | |||||
| 201 | // / </summar y> | |||||
| 202 | pu blic const string WA RD_GROUP_N AME = "War d Group"; | |||||
| 203 | ||||||
| 204 | // / <summary > | |||||
| 205 | // / TYPE_COD E (code) f or vista s ite. | |||||
| 206 | // / </summar y> | |||||
| 207 | pu blic const string VI STA_SITE_C ODE = "VIS TA_SITE"; | |||||
| 208 | ||||||
| 209 | // / <summary > | |||||
| 210 | // / TYPE_NAM E (display name) for vista sit e. | |||||
| 211 | // / </summar y> | |||||
| 212 | pu blic const string VI STA_SITE_N AME = "Vis ta Site"; | |||||
| 213 | ||||||
| 214 | // / <summary > | |||||
| 215 | // / TYPE_COD E (code) f or hospita l location . | |||||
| 216 | // / </summar y> | |||||
| 217 | pu blic const string HO SPITAL_LOC ATION_CODE = "HOSPIT AL_LOCATIO N"; | |||||
| 218 | ||||||
| 219 | // / <summary > | |||||
| 220 | // / TYPE_NAM E (display name) for hospital location. | |||||
| 221 | // / </summar y> | |||||
| 222 | pu blic const string HO SPITAL_LOC ATION_NAME = "Hospit al Locatio n"; | |||||
| 223 | ||||||
| 224 | // / <summary > | |||||
| 225 | // / TYPE_COD E (code) f or ward. | |||||
| 226 | // / </summar y> | |||||
| 227 | pu blic const string WA RD_CODE = "WARD"; | |||||
| 228 | ||||||
| 229 | // / <summary > | |||||
| 230 | // / TYPE_NAM E (display name) for ward. | |||||
| 231 | // / </summar y> | |||||
| 232 | pu blic const string WA RD_NAME = "Ward"; | |||||
| 233 | ||||||
| 234 | // / <summary > | |||||
| 235 | // / Code sys tem for ro le. | |||||
| 236 | // / </summar y> | |||||
| 237 | pu blic const string RO LE_CODE_SY STEM = "2. 16.840.1.1 13883.5.11 1"; | |||||
| 238 | ||||||
| 239 | // / <summary > | |||||
| 240 | // / Code sys tem name f or role. | |||||
| 241 | // / </summar y> | |||||
| 242 | pu blic const string RO LE_CODE = "RoleCode" ; | |||||
| 243 | ||||||
| 244 | // / <summary > | |||||
| 245 | // / Code sys tem for or ganization . | |||||
| 246 | // / </summar y> | |||||
| 247 | pu blic const string OR GANIZATION _CHART_COD E_SYSTEM = "2.12.24. 40"; | |||||
| 248 | ||||||
| 249 | // / <summary > | |||||
| 250 | // / Code sys tem name f or organiz ation. | |||||
| 251 | // / </summar y> | |||||
| 252 | pu blic const string OR GANIZATION _CHART_COD E = "Organ izationCha rt"; | |||||
| 253 | ||||||
| 254 | // / <summary > | |||||
| 255 | // / Trait id entifier f or IS_ACTI VE. | |||||
| 256 | // / </summar y> | |||||
| 257 | pu blic const string IS _ACTIVE = "IS_ACTIVE "; | |||||
| 258 | ||||||
| 259 | // / <summary > | |||||
| 260 | // / Trait id entifier f or IS_ALIV E. | |||||
| 261 | // / </summar y> | |||||
| 262 | pu blic const string IS _ALIVE = " IS_ALIVE"; | |||||
| 263 | ||||||
| 264 | // / <summary > | |||||
| 265 | // / Trait id entifier f or SITE_NU MBER | |||||
| 266 | // / </summar y> | |||||
| 267 | pu blic const string SI TE_NUMBER = "SITE_NU MBER"; | |||||
| 268 | ||||||
| 269 | // / <summary > | |||||
| 270 | // / Trait id entifier f or WHITEBO ARD_REPORT _PATH | |||||
| 271 | // / </summar y> | |||||
| 272 | pu blic const string WH ITEBOARD_R EPORT_PATH = "WHITEB OARD_REPOR T_PATH"; | |||||
| 273 | ||||||
| 274 | // / <summary > | |||||
| 275 | // / Trait id entifier f or the pla ce's addre ss. | |||||
| 276 | // / </summar y> | |||||
| 277 | pu blic const string AD DRESS1 = " PUBLIC_ADD RESS"; | |||||
| 278 | ||||||
| 279 | // / <summary > | |||||
| 280 | // / Trait id entifier f or second address of place. | |||||
| 281 | // / </summar y> | |||||
| 282 | pu blic const string AD DRESS2 = " WORK_PLACE _ADDRESS"; | |||||
| 283 | ||||||
| 284 | // / <summary > | |||||
| 285 | // / Trait va lue for IS _ACTIVE. | |||||
| 286 | // / </summar y> | |||||
| 287 | pu blic const string TR UE = "TRUE "; | |||||
| 288 | ||||||
| 289 | // / <summary > | |||||
| 290 | // / Trait va lue for IS _ACTIVE. | |||||
| 291 | // / </summar y> | |||||
| 292 | pu blic const string FA LSE = "FAL SE"; | |||||
| 293 | ||||||
| 294 | // / <summary > | |||||
| 295 | // / Trait id entifier f or last na me. | |||||
| 296 | // / </summar y> | |||||
| 297 | pu blic const string NA ME_FAMILY = "NAME_FA MILY"; | |||||
| 298 | ||||||
| 299 | // / <summary > | |||||
| 300 | // / Trait id entifier f or first g iven name. | |||||
| 301 | // / </summar y> | |||||
| 302 | pu blic const string NA ME_FIRST_G IVEN = "NA ME_FIRST_G IVEN"; | |||||
| 303 | ||||||
| 304 | // / <summary > | |||||
| 305 | // / Trait id entifier f or middle name. | |||||
| 306 | // / </summar y> | |||||
| 307 | pu blic const string NA ME_SECOND_ GIVEN = "N AME_SECOND _GIVEN"; | |||||
| 308 | ||||||
| 309 | // / <summary > | |||||
| 310 | // / Trait id entifier f or person gender. | |||||
| 311 | // / </summar y> | |||||
| 312 | pu blic const string GE NDER = "AD MINISTRATI VE_GENDER" ; | |||||
| 313 | ||||||
| 314 | // / <summary > | |||||
| 315 | // / Trait id entifier f or date of birth of the person . | |||||
| 316 | // / </summar y> | |||||
| 317 | pu blic const string DA TE_OF_BIRT H = "BIRTH _TIME"; | |||||
| 318 | ||||||
| 319 | // / <summary > | |||||
| 320 | // / Trait id entifier f or vista v alidated. | |||||
| 321 | // / </summar y> | |||||
| 322 | pu blic const string IS _VISTA_VAL IDATED = " IS_VISTA_V ALIDATED"; | |||||
| 323 | ||||||
| 324 | // / <summary > | |||||
| 325 | // / Trait id entifier f or current ly oos. | |||||
| 326 | // / </summar y> | |||||
| 327 | pu blic const string IS _CURRENTLY _OOS = "IS _CURRENTLY _OOS"; | |||||
| 328 | ||||||
| 329 | // / <summary > | |||||
| 330 | // / Trait to determine whether o r not a wa rd special ty will sh ow up on w hiteboard in kiosk m ode | |||||
| 331 | // / </summar y> | |||||
| 332 | pu blic const string HI DE_SPECIAL TY_KIOSK = "HIDE_SPE CIALTY_WHI TEBOARD"; | |||||
| 333 | ||||||
| 334 | // / <summary > | |||||
| 335 | // / Trait to determine whether o r not a wa rd special ty will sh ow up on w hiteboard in desktop mode | |||||
| 336 | // / </summar y> | |||||
| 337 | pu blic const string HI DE_SPECIAL TY_DESKTOP = "HIDE_S PECIALTY_D ESKTOP"; | |||||
| 338 | ||||||
| 339 | // / <summary > | |||||
| 340 | // / Trait id entifier f or whether or not a ward exist s in BMS o nly (non-V istA). | |||||
| 341 | // / </summar y> | |||||
| 342 | pu blic const string IS _VIRTUAL_W ARD = "IS_ VIRTUAL_WA RD"; | |||||
| 343 | ||||||
| 344 | // / <summary > | |||||
| 345 | // / Trait fo r wards to determine which cen sus catego ry to grou p them in. | |||||
| 346 | // / </summar y> | |||||
| 347 | pu blic const string CE NSUS_CATEG ORY = "CEN SUS_CATEGO RY"; | |||||
| 348 | ||||||
| 349 | // / <summary > | |||||
| 350 | // / Trait fo r wards to show whic h virtual ward they are assign ed to. | |||||
| 351 | // / </summar y> | |||||
| 352 | pu blic const string AS SIGNED_VIR TUAL_WARD = "ASSIGNE D_VIRTUAL_ WARD"; | |||||
| 353 | ||||||
| 354 | // / <summary > | |||||
| 355 | // / Trait id entifier f or admitti ng diagnos is. | |||||
| 356 | // / </summar y> | |||||
| 357 | pu blic const string AD MITTING_DI AGNOSIS = "ADMITTING _DIAGNOSIS "; | |||||
| 358 | ||||||
| 359 | // / <summary > | |||||
| 360 | // / Trait id entifier f or attendi ng physici an. | |||||
| 361 | // / </summar y> | |||||
| 362 | pu blic const string AT TENDING_PH YSICIAN = "ATTENDING _PHYSICIAN "; | |||||
| 363 | ||||||
| 364 | // / <summary > | |||||
| 365 | // / Trait id entifier f or the pat ient iens (list of p atients ie ns) | |||||
| 366 | // / </summar y> | |||||
| 367 | pu blic const string IE N_LIST = " IEN_LIST"; | |||||
| 368 | ||||||
| 369 | // / <summary > | |||||
| 370 | // / Trait id entifier f or patient treating specialty. | |||||
| 371 | // / </summar y> | |||||
| 372 | pu blic const string TR EATING_SPE CIALTY = " TREATING_S PECIALTY"; | |||||
| 373 | ||||||
| 374 | // / <summary > | |||||
| 375 | // / Trait id entifier f or patient service c onnected p ercentage. | |||||
| 376 | // / </summar y> | |||||
| 377 | pu blic const string SE RVICE_CONN ECTED_PERC ENTAGE = " SERVICE_CO NNECTED_PE RCENTAGE"; | |||||
| 378 | ||||||
| 379 | // / <summary > | |||||
| 380 | // / Trait id entifier f or NurseAs signment p roperty of the bed. | |||||
| 381 | // / </summar y> | |||||
| 382 | pu blic const string NU RSE_ASSIGN MENT = "NU RSE_ASSIGN MENT"; | |||||
| 383 | ||||||
| 384 | // / <summary > | |||||
| 385 | // / Trait id entifier f or Comment property of the bed . | |||||
| 386 | // / </summar y> | |||||
| 387 | pu blic const string CO MMENT = "C OMMENT"; | |||||
| 388 | ||||||
| 389 | // / <summary > | |||||
| 390 | // / Trait id entifier f or Reason property o f the bed. | |||||
| 391 | // / </summar y> | |||||
| 392 | pu blic const string RE ASON = "RE ASON"; | |||||
| 393 | ||||||
| 394 | // / <summary > | |||||
| 395 | // / Trait id entifier f or BedStat us propert y of the b ed. | |||||
| 396 | // / </summar y> | |||||
| 397 | pu blic const string BE D_STATUS = "BED_STAT US"; | |||||
| 398 | ||||||
| 399 | // / <summary > | |||||
| 400 | // / Trait id entifier f or IsBedHo ld propert y of the b ed. | |||||
| 401 | // / </summar y> | |||||
| 402 | pu blic const string IS _BED_HOLD = "IS_BED_ HOLD"; | |||||
| 403 | ||||||
| 404 | // / <summary > | |||||
| 405 | // / Trait id entifier f or region. | |||||
| 406 | // / </summar y> | |||||
| 407 | pu blic const string ID ENTIFIER_F OR_REGION_ CODE = "RE G"; | |||||
| 408 | ||||||
| 409 | // / <summary > | |||||
| 410 | // / Trait id entifier f or visn. | |||||
| 411 | // / </summar y> | |||||
| 412 | pu blic const string ID ENTIFIER_F OR_VISN_CO DE = "VISN "; | |||||
| 413 | ||||||
| 414 | // / <summary > | |||||
| 415 | // / Trait id entifier f or vista s ite. | |||||
| 416 | // / </summar y> | |||||
| 417 | pu blic const string ID ENTIFIER_F OR_VISTA_S ITE_CODE = "VST"; | |||||
| 418 | ||||||
| 419 | // / <summary > | |||||
| 420 | // / Trait id entifier f or hospita l location . | |||||
| 421 | // / </summar y> | |||||
| 422 | pu blic const string ID ENTIFIER_F OR_HOSPITA L_LOCATION _CODE = "H LOC"; | |||||
| 423 | ||||||
| 424 | // / <summary > | |||||
| 425 | // / Trait id entifier f or facilit y. | |||||
| 426 | // / </summar y> | |||||
| 427 | pu blic const string ID ENTIFIER_F OR_FACILIT Y_CODE = " FAC"; | |||||
| 428 | ||||||
| 429 | // / <summary > | |||||
| 430 | // / Trait id entifier f or wardgro up. | |||||
| 431 | // / </summar y> | |||||
| 432 | pu blic const string ID ENTIFIER_F OR_WARDGRO UP_CODE = "WGR"; | |||||
| 433 | ||||||
| 434 | // / <summary > | |||||
| 435 | // / Trait id entifier f or ward. | |||||
| 436 | // / </summar y> | |||||
| 437 | pu blic const string ID ENTIFIER_F OR_WARD_CO DE = "WRD" ; | |||||
| 438 | ||||||
| 439 | // / <summary > | |||||
| 440 | // / Trait id entifier f or bed. | |||||
| 441 | // / </summar y> | |||||
| 442 | pu blic const string ID ENTIFIER_F OR_BED_COD E = "BED"; | |||||
| 443 | ||||||
| 444 | // / <summary > | |||||
| 445 | // / Trait id entifier f or region (descripti on). | |||||
| 446 | // / </summar y> | |||||
| 447 | pu blic const string ID ENTIFIER_F OR_REGION_ NAME = "RE GION"; | |||||
| 448 | ||||||
| 449 | // / <summary > | |||||
| 450 | // / Trait id entifier f or visn (d escription ). | |||||
| 451 | // / </summar y> | |||||
| 452 | pu blic const string ID ENTIFIER_F OR_VISN_NA ME = "VISN "; | |||||
| 453 | ||||||
| 454 | // / <summary > | |||||
| 455 | // / Trait id entifier f or vista s ite (descr iption). | |||||
| 456 | // / </summar y> | |||||
| 457 | pu blic const string ID ENTIFIER_F OR_VISTA_S ITE_NAME = "VISTA SI TE"; | |||||
| 458 | ||||||
| 459 | // / <summary > | |||||
| 460 | // / Trait id entifier f or hospita l location (descript ion). | |||||
| 461 | // / </summar y> | |||||
| 462 | pu blic const string ID ENTIFIER_F OR_HOSPITA L_LOCATION _NAME = "H OSPITAL LO CATION"; | |||||
| 463 | ||||||
| 464 | // / <summary > | |||||
| 465 | // / Trait id entifier f or facilit y (descrip tion). | |||||
| 466 | // / </summar y> | |||||
| 467 | pu blic const string ID ENTIFIER_F OR_FACILIT Y_NAME = " FACILITY"; | |||||
| 468 | ||||||
| 469 | // / <summary > | |||||
| 470 | // / Trait id entifier f or wardgro up (descri ption). | |||||
| 471 | // / </summar y> | |||||
| 472 | pu blic const string ID ENTIFIER_F OR_WARDGRO UP_NAME = "WARD GROU P"; | |||||
| 473 | ||||||
| 474 | // / <summary > | |||||
| 475 | // / Trait id entifier f or ward (d escription ). | |||||
| 476 | // / </summar y> | |||||
| 477 | pu blic const string ID ENTIFIER_F OR_WARD_NA ME = "WARD "; | |||||
| 478 | ||||||
| 479 | // / <summary > | |||||
| 480 | // / Trait id entifier f or bed (de scription) . | |||||
| 481 | // / </summar y> | |||||
| 482 | pu blic const string ID ENTIFIER_F OR_BED_NAM E = "BED"; | |||||
| 483 | ||||||
| 484 | #e ndregion | |||||
| 485 | ||||||
| 486 | pu blic stati c readonly string EI S_ORGANIZA TION_TYPE = "HL7-RIM -V3-Organi zation"; | |||||
| 487 | pu blic stati c readonly string EI S_PERSON_T YPE = "HL7 -RIM-V3-Pe rson"; | |||||
| 488 | pu blic stati c readonly string EI S_DEVICE_T YPE = "HL7 -RIM-V3-De vice"; | |||||
| 489 | pu blic stati c readonly string EI S_PLACE_TY PE = "HL7- RIM-V3-Pla ce"; | |||||
| 490 | pu blic stati c readonly string EI S_MATERIAL _TYPE = "H L7-RIM-V3- Material"; | |||||
| 491 | ||||||
| 492 | pu blic stati c readonly List<stri ng> EIS_DO MAIN_ID_LI ST = null; | |||||
| 493 | pu blic stati c readonly List<stri ng> EIS_OR GANIZATION _TYPE_LIST = new Lis t<string>( | |||||
| 494 | new stri ng[] { EIS _ORGANIZAT ION_TYPE } ); | |||||
| 495 | pu blic stati c readonly List<stri ng> EIS_DE VICE_TYPE_ LIST = new List<stri ng>( | |||||
| 496 | new stri ng[] { EIS _DEVICE_TY PE }); | |||||
| 497 | pu blic stati c readonly List<stri ng> EIS_PL ACE_TYPE_L IST = new List<strin g>( | |||||
| 498 | new stri ng[] { EIS _PLACE_TYP E }); | |||||
| 499 | pu blic stati c readonly List<stri ng> EIS_PE RSON_TYPE_ LIST = new List<stri ng>( | |||||
| 500 | new stri ng[] { EIS _PERSON_TY PE }); | |||||
| 501 | ||||||
| 502 | pu blic stati c readonly string VI RTUAL_DIVI SION_NAME = "Vista V irtual Div ision"; | |||||
| 503 | pu blic stati c readonly string VI RTUAL_DIVI SION_ID = "-1"; | |||||
| 504 | ||||||
| 505 | pu blic stati c readonly int GET_E NTITY_FILT R_MAX_ENTI TIES = 200 ; | |||||
| 506 | } | |||||
| 507 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.