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 | Constants.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 | 732 |
| 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 | namespace BMS.Utils | |||||
| 7 | { | |||||
| 8 | /// <s ummary> | |||||
| 9 | /// BM S solution global co ntants. | |||||
| 10 | /// </ summary> | |||||
| 11 | public static cl ass Consta nts | |||||
| 12 | { | |||||
| 13 | #r egion Regu lar Expres sions | |||||
| 14 | pu blic const string EM AIL_GROUP_ REGULAR_EX PRESSION = @"^(([\w- ]+\.)+[\w- ]+|([a-zA- Z]{1}|[\w- ]{2,}))@(( ([0-1]?[0- 9]{1,2}|25 [0-5]|2[0- 4][0-9])\. ([0-1]?[0- 9]{1,2}|25 [0-5]|2[0- 4][0-9])\. ([0-1]?[0- 9]{1,2}|25 [0-5]|2[0- 4][0-9])\. ([0-1]?[0- 9]{1,2}|25 [0-5]|2[0- 4][0-9])){ 1}|([a-zA- Z]+[\w-]+\ .)+[a-zA-Z ]{2,4})((, [ ]{0,1}(( [\w-]+\.)+ [\w-]+|([a -zA-Z]{1}| [\w-]{2,}) )@((([0-1] ?[0-9]{1,2 }|25[0-5]| 2[0-4][0-9 ])\.([0-1] ?[0-9]{1,2 }|25[0-5]| 2[0-4][0-9 ])\.([0-1] ?[0-9]{1,2 }|25[0-5]| 2[0-4][0-9 ])\.([0-1] ?[0-9]{1,2 }|25[0-5]| 2[0-4][0-9 ])){1}|([a -zA-Z]+[\w -]+\.)+[a- zA-Z]{2,4} ))*)$"; | |||||
| 15 | pu blic const string PA TIENT_SEAR CH_REGULAR _EXPRESSIO N = @"^[a- zA-Z0-9\-] {3,}$"; | |||||
| 16 | pu blic const string CO NTINGENCY_ REGULAR_EX PRESSION = @"^(([a-z A-Z]:)|(\\ {2}\w+[a-z A-Z0-9\-]+ )\$?)(\\(\ w[a-zA-Z0- 9\-].*))$" ; | |||||
| 17 | #e ndregion | |||||
| 18 | ||||||
| 19 | // / <summary > | |||||
| 20 | // / Controll er tempora ry data di ctionary c onstant fo r BedStatu s. | |||||
| 21 | // / </summar y> | |||||
| 22 | pu blic const string Te mpData_Bed Status = " BedStatus" ; | |||||
| 23 | // / <summary > | |||||
| 24 | // / Controll er tempora ry data di ctionary c onstant fo r WardGrou p. | |||||
| 25 | // / </summar y> | |||||
| 26 | pu blic const string Te mpData_War dGroup = " WardGroup" ; | |||||
| 27 | ||||||
| 28 | pu blic const string NO NE = "NONE "; | |||||
| 29 | pu blic const string Ye s = "Yes"; | |||||
| 30 | pu blic const string No = "No"; | |||||
| 31 | pu blic const string St at = "Stat "; | |||||
| 32 | ||||||
| 33 | pu blic const string DN RDNIRegex = "(DNI)+| (DNR)+|(DN AR)+|(D\\. N\\.R\\.)+ |(D\\.N\\. I\\.)+|(D\ \.N\\.A\\. R\\.)+|(dn i)+|(dnr)+ |(dnar)+|( d\\.n\\.r\ \.)+|(d\\. n\\.i\\.)+ |(d\\.n\\. a\\.r\\.)+ "; | |||||
| 34 | ||||||
| 35 | pu blic const string Ic on = "Icon "; | |||||
| 36 | ||||||
| 37 | pu blic const string No nAcute = " Non-Acute" ; | |||||
| 38 | ||||||
| 39 | pu blic const string WA ITING_AREA _SCHEDULED _ADMISSION S = "NATIO NAL_SCHEDU LED_ADMISS IONS"; | |||||
| 40 | pu blic const string WA ITING_AREA _EVACUATIO N_CODE = " NATIONAL_E VACUATION" ; | |||||
| 41 | pu blic const string WA ITING_AREA _ADMISSION S_CODE = " NATIONAL_A DMISSIONS" ; | |||||
| 42 | ||||||
| 43 | pu blic const string EV AC_DISPOSI TION_STATU S_EVACUATE _CODE = "E VAC"; | |||||
| 44 | pu blic const string EV AC_TRANSPO RTATION_PR OVIDER_VA_ CODE = "VA "; | |||||
| 45 | pu blic const string EV AC_TRANSPO RTATION_TY PE_CODE = "ALS_AMB"; | |||||
| 46 | ||||||
| 47 | pu blic const string PE RSON_FIRST _NAME = "F irstName"; | |||||
| 48 | pu blic const string PE RSON_MIDDL E_NAME = " MiddleName "; | |||||
| 49 | pu blic const string PE RSON_LAST_ NAME = "La stName"; | |||||
| 50 | pu blic const string DE FAULT_USER _PROFILE = "Default" ; | |||||
| 51 | pu blic const string La stNameInit ialAndLast FourDigits OfSsn = "1 st+Last4"; | |||||
| 52 | pu blic const string La stName = " Last Name" ; | |||||
| 53 | pu blic const string Ge nderColorN one = "Non e"; | |||||
| 54 | pu blic const string Ge nderColorB lueAndPink = "Blue/P ink"; | |||||
| 55 | pu blic const string Vi sn = "VISN "; | |||||
| 56 | pu blic const string Fa cility = " Facility"; | |||||
| 57 | pu blic const string Pa tient = "P atientName "; | |||||
| 58 | pu blic const string Ss n = "SSN"; | |||||
| 59 | pu blic const string Se rviceConne cted = "Se rvice Conn ected"; | |||||
| 60 | pu blic const string Er a = "Era"; | |||||
| 61 | pu blic const string Co ntract = " Contract"; | |||||
| 62 | pu blic const string Di agnosis = "Diagnosis "; | |||||
| 63 | pu blic const string Sp ecialty = "Specialty "; | |||||
| 64 | pu blic const string Cu rrentLocat ion = "Cur rentLocati on"; | |||||
| 65 | pu blic const string Ev entDT = "A dmissionDa te"; | |||||
| 66 | pu blic const string Co mment = "C omment"; | |||||
| 67 | pu blic const string En tered = "E ntered"; | |||||
| 68 | pu blic const string Re quested = "Requested "; | |||||
| 69 | pu blic const string Re moved = "R emoved"; | |||||
| 70 | pu blic const string Pa tientName = "Patient Name"; | |||||
| 71 | pu blic const string Pr oblem = "P roblem"; | |||||
| 72 | pu blic const string Ty peOfBedWar d = "TypeO fBedWard"; | |||||
| 73 | pu blic const string Wa itingArea = "Waiting Area"; | |||||
| 74 | pu blic const string Wa itTime = " WaitTime"; | |||||
| 75 | pu blic const string Se rviceRecei vingFee = "ServiceRe ceivingFee "; | |||||
| 76 | pu blic const string Fe e = "Fee"; | |||||
| 77 | pu blic const string Re asonUsingF ee = "Reas onUsingFee "; | |||||
| 78 | pu blic const string Ac ute = "Acu te"; | |||||
| 79 | pu blic const string Fe eComments = "FeeComm ents"; | |||||
| 80 | pu blic const string Be dAssignedD ate = "Bed AssignedDa te"; | |||||
| 81 | pu blic const string Ro omBedAssig ned = "Roo mBedAssign ed"; | |||||
| 82 | pu blic const string EV ENTDT = "E VENTDT"; | |||||
| 83 | pu blic const string RE QUESTDT = "REQUESTDT "; | |||||
| 84 | pu blic const string ST ANDARD = " Standard"; | |||||
| 85 | pu blic const string CU RRENT = "C URR"; | |||||
| 86 | pu blic const string AL L = "ALL"; | |||||
| 87 | pu blic const string Pa stThirtyDa ys = "30D" ; | |||||
| 88 | pu blic const string Pa stSixtyDay s = "60D"; | |||||
| 89 | pu blic const string Co mments = " Comments"; | |||||
| 90 | pu blic const string SE ARCH = "SE ARCH"; | |||||
| 91 | pu blic const string AC TIVE = "Ac tive"; | |||||
| 92 | ||||||
| 93 | pu blic const string CU RRENT2 = " Current"; | |||||
| 94 | pu blic const string PA ST_30_DAYS = "Past 3 0-Days"; | |||||
| 95 | pu blic const string YE STERDAY = "Today -24 hours"; | |||||
| 96 | pu blic const string TO MORROW = " Today +24 hours"; | |||||
| 97 | ||||||
| 98 | pu blic const string RE CORDS_NUMB ER_PER_PAG E = "Recor dsNumberPe rPage"; | |||||
| 99 | ||||||
| 100 | pu blic const string TR ANSFER_REQ UEST_ID = "TransferR equestID"; | |||||
| 101 | ||||||
| 102 | pu blic const string Be dHasMultip leDivision sAssignedW arning = " Bed assign ed to mult iple BMS w ard group texts."; | |||||
| 103 | pu blic const string Be dHasMultip leComments Warning = "ERROR: Mu ltiple com ment found ."; | |||||
| 104 | pu blic const string GE NDER_UNKNO WN_CODE = "UNK"; | |||||
| 105 | ||||||
| 106 | pu blic const string HO ME = "home "; | |||||
| 107 | pu blic const string NE W_EVENTS = "newevent s"; | |||||
| 108 | ||||||
| 109 | pu blic const string WL _AUTO_REMO VE_USER = "Bed_Contr ol_Auto"; | |||||
| 110 | ||||||
| 111 | #r egion Pati ent Risk | |||||
| 112 | ||||||
| 113 | pu blic const string Ne gativePres sure = "Ne gative Pre ssure"; | |||||
| 114 | pu blic const string Cl oseObserva tion = "Cl ose Observ ation"; | |||||
| 115 | pu blic const string On eOnOne = " One-On-One "; | |||||
| 116 | pu blic const string St retcher = "Stretcher "; | |||||
| 117 | pu blic const string Re spiratoryT herapy = " Respirator y Therapy" ; | |||||
| 118 | pu blic const string Ve ntilator = "Ventilat or"; | |||||
| 119 | ||||||
| 120 | ||||||
| 121 | pu blic const string Ne gativePres sureImageN ame = "Neg ativePress ure"; | |||||
| 122 | pu blic const string Cl oseObserva tionImageN ame = "Clo seObservat ion"; | |||||
| 123 | pu blic const string On eOnOneImag eName = "O neOnOne"; | |||||
| 124 | pu blic const string St retcherIma geName = " Stretcher" ; | |||||
| 125 | pu blic const string Re spiratoryT herapyImag eName = "R espiratory Therapy"; | |||||
| 126 | pu blic const string Ve ntilatorIm ageName = "Ventilato r"; | |||||
| 127 | ||||||
| 128 | #e ndregion | |||||
| 129 | ||||||
| 130 | #r egion Repo rts Name | |||||
| 131 | ||||||
| 132 | pu blic const string Si gnedAdmiss ion = "Act ive Admiss ion Orders Report"; | |||||
| 133 | pu blic const string Pa tientMovem entByDate = "Patient Movements by Date"; | |||||
| 134 | pu blic const string Si gnedDischa rge = "Act ive Discha rge Orders Report"; | |||||
| 135 | pu blic const string An ticipatedD ischarge = "Antic Di scharge Or ders Repor t"; | |||||
| 136 | pu blic const string Di schargeApp ointment = "Patients w Dischar ge Appoint ments"; | |||||
| 137 | pu blic const string Di schargeApp ointment1 = "Patient s w Discha rge Appoin tments"; | |||||
| 138 | pu blic const string EM SBedStatus = "EMS Be d Status R eport (Adm in)"; | |||||
| 139 | pu blic const string Be dOutOfServ ice = "Bed s Out of S ervice Rep ort (All)" ; | |||||
| 140 | pu blic const string Be dsOutOfSer vice = "Be ds Out of Service Re port (By D ate)"; | |||||
| 141 | pu blic const string Be dSpecialty Roster = " Bed Specia lty Roster "; | |||||
| 142 | pu blic const string Be dSpecialty Report = " Bed Specia lty Report "; | |||||
| 143 | pu blic const string Sc heduledAdm issionsByD ate = "Sch eduled Adm issions by Date"; | |||||
| 144 | pu blic const string Sc heduledAdm issions = "Scheduled Admission s Report"; | |||||
| 145 | pu blic const string Fa cilityDive rsion = "F acility Di version Re port"; | |||||
| 146 | pu blic const string Pa tientMovem ent = "Pat ient Movem ent Report "; | |||||
| 147 | pu blic const string Pa tientInqui ry = "Pati ent Inquir y"; | |||||
| 148 | pu blic const string VI SNBedSumma ryReport = "VISN Bed Summary R eport"; | |||||
| 149 | pu blic const string PP BPDateRang e = "PPBP By Date Ra nge Report "; | |||||
| 150 | ||||||
| 151 | pu blic const string Na tionalPPBP = "Nation alPPBP_New "; | |||||
| 152 | ||||||
| 153 | pu blic const string BE D_AVAILABI LITY_STATU S_REPORT = "BED AVAI LABILITY S TATUS REPO RT"; | |||||
| 154 | pu blic const string BE D_SUMMARY_ REPORT = " Bed Summar y Report"; | |||||
| 155 | pu blic const string BE D_TURNAROU ND_TIME_RE PORT = "Be d Turnarou nd Time Re port"; | |||||
| 156 | pu blic const string DI SCHARGES_I N_PROGRESS _REPORT = "Discharge s In Progr ess"; | |||||
| 157 | pu blic const string DI SCHARGE_OR DER_DIFF_R EPORT = "D ischarge O rder Diffe rence Repo rt"; | |||||
| 158 | ||||||
| 159 | pu blic const string VI SN_ACTIVE_ RPT = "VIS N Network Active Rep ort"; | |||||
| 160 | pu blic const string VI SN_AUDIT_R PT = "VISN Network A udit Repor t"; | |||||
| 161 | pu blic const string VI SN_CONTRAC T_RPT = "V ISN Networ k Contract Report"; | |||||
| 162 | pu blic const string VI SN_DISPOSI TION_RPT = "VISN Net work Dispo sition Rep ort"; | |||||
| 163 | ||||||
| 164 | pu blic const string IC ON_USAGE_R PT = "Icon Usage Rep ort"; | |||||
| 165 | pu blic const string IC ON_FLAG_RP T = "Audit Log Repor t"; | |||||
| 166 | pu blic const string IC ON_FLAG_RP T_SELECT_R PT_PARAM = "SelectRe port"; | |||||
| 167 | ||||||
| 168 | pu blic const string EM ERGENCY_MA NAGEMENT_R EPORT = "E mergency M anagement Report"; | |||||
| 169 | pu blic const string AC TIVE_TRANS FER_REPORT = "Active Transfer Orders Rep ort"; | |||||
| 170 | pu blic const string BE D_SWITCH_R EPORT = "B ed Switch Report"; | |||||
| 171 | pu blic const string US ER_ACCESS_ REPORT = " User Acces s Report"; | |||||
| 172 | ||||||
| 173 | pu blic const string RO STER = "Ro ster"; | |||||
| 174 | pu blic const string RE GULATE = " Regulate"; | |||||
| 175 | pu blic const string MA NIFEST = " Manifest"; | |||||
| 176 | pu blic const string TR ANSFER = " Patient Tr ansfer"; | |||||
| 177 | ||||||
| 178 | pu blic const string WA IT_LIST_ST ATUS_REPOR T = "Patie nts Pendin g Bed Plac ement List Status Re port"; | |||||
| 179 | #e ndregion | |||||
| 180 | ||||||
| 181 | #r egion Repo rt Paramet ers | |||||
| 182 | ||||||
| 183 | pu blic const string RE P_GENERAL_ FACILITY_E XTENSION = "Facility Extension" ; | |||||
| 184 | pu blic const string RE P_GENERAL_ FACILITY_E XTENSION_T O_UPPER = "FACILITY_ EXTENSION" ; | |||||
| 185 | pu blic const string RE P_GENERAL_ RETURN_URL = "Return Url"; | |||||
| 186 | pu blic const string RE P_GENERAL_ RETURN_TEX T = "Retur nText"; | |||||
| 187 | pu blic const string RE P_GENERAL_ RETURN_PAT H = "Retur nPath"; | |||||
| 188 | pu blic const string RE P_GENERAL_ FACILITY_C ODE = "FAC ILITY_CODE "; | |||||
| 189 | pu blic const string RE P_GENERAL_ IS_ROSTER_ REPORT = " IS_ROSTER_ REPORT"; | |||||
| 190 | pu blic const string RE P_GENERAL_ IS_REGULAT E_REPORT = "IS_REGUL ATE_REPORT "; | |||||
| 191 | pu blic const string RE P_GENERAL_ IS_MANIFES T_REPORT = "IS_MANIF EST_REPORT "; | |||||
| 192 | pu blic const string RE P_GENERAL_ IS_TRANSFE R_REPORT = "IS_TRANS FER_REPORT "; | |||||
| 193 | pu blic const string RE P_GENERAL_ REPORT_TYP E = "REPOR T_TYPE"; | |||||
| 194 | pu blic const string RE P_GENERAL_ DEFAULT_DI VISION_ID = "DEFAULT _SELECTED_ DIVISION_I D"; | |||||
| 195 | pu blic const string RE P_GENERAL_ DEFAULT_DI VISION_NAM E = "DIVIS ION_NAME"; | |||||
| 196 | pu blic const string RE P_GENERAL_ WARDGROUP_ ID = "Ward groupId"; | |||||
| 197 | pu blic const string RE P_VISN_BED _SUMMARY_V ISN_ROOT = "VisnRoot "; | |||||
| 198 | pu blic const string RE P_VISN_BED _SUMMARY_V ISN_EXTENS ION = "Vis nExtension "; | |||||
| 199 | ||||||
| 200 | pu blic const string RE P_PATIENT_ INQUIRY_IS _DISCH_ORD ER_ACTIVE = "IS_DISC HARGE_ORDE R_ACTIVE"; | |||||
| 201 | pu blic const string RE P_PATIENT_ INQUIRY_IS _ANTICIPAT ED_DISCH_O RDER_ACTIV E = "IS_AN TICIPATED_ DISCHARGE_ ORDER_ACTI VE"; | |||||
| 202 | pu blic const string RE P_PATIENT_ INQUIRY_IS _DISCH_APP OINTMENT_A CTIVE = "I S_DISCHARG E_APPOINTM ENT_ACTIVE "; | |||||
| 203 | pu blic const string RE P_PATIENT_ INQUIRY_IS _TRANSFER_ ORDER_ACTI VE = "IS_T RANSFER_OR DER_ACTIVE "; | |||||
| 204 | ||||||
| 205 | pu blic const string RE P_GENERAL_ FACILITIES = "FACILI TIES"; | |||||
| 206 | ||||||
| 207 | pu blic const string RE P_NEW_EVEN T_START_DA TE = "Star tDate"; | |||||
| 208 | pu blic const string RE P_NEW_EVEN T_END_DATE = "EndDat e"; | |||||
| 209 | pu blic const string RE P_TIME_ZON E_MINUTES_ OFFSET = " TimeZoneMi nutesOffse t"; | |||||
| 210 | pu blic const string RE P_BED_SPEC IALTY_ROST ER_TYPEGRO UP = "Type Group"; | |||||
| 211 | pu blic const string RE P_SCHEDULE D_ADMISSIO NS_REPORT_ NEXT_DAYS = "NextDay s"; | |||||
| 212 | pu blic const string RE P_PATIENT_ MOVEMENT_R EPORT_DATE = "Date"; | |||||
| 213 | pu blic const string RE P_PATIENT_ MOVEMENT_R EPORT_TRAN SATION = " Transation "; | |||||
| 214 | pu blic const string RE P_VISN_NET WORK_VISN_ EXTENSION = "VISN_EX TENSION"; | |||||
| 215 | pu blic const string RE P_EDIT_PT_ IEN = "Pat ientIEN"; | |||||
| 216 | pu blic const string RE P_EDIT_PT_ IDENTIFIER = "Patien tIdentifie r"; | |||||
| 217 | pu blic const string RE P_ADMITTED _PATIENT_T RANS = "Tr ans"; | |||||
| 218 | pu blic const string RE PORT_TITLE = "Title" ; | |||||
| 219 | pu blic const string RE P_SCHEDULE D_ADMISSIO N_MEDICAL_ DIVISION = "MedicalC enterID"; | |||||
| 220 | pu blic const string RE P_PAGE_TIT LE = "Page Title"; | |||||
| 221 | ||||||
| 222 | pu blic const string RE P_IS_ROSTE R_REPORT = "IS_ROSTE R_REPORT"; | |||||
| 223 | pu blic const string RE P_IS_REGUL ATE_REPORT = "IS_REG ULATE_REPO RT"; | |||||
| 224 | pu blic const string RE P_IS_MANIF EST_REPORT = "IS_MAN IFEST_REPO RT"; | |||||
| 225 | ||||||
| 226 | pu blic const string RE P_SELECT_R EPORT = "S electRepor t"; | |||||
| 227 | pu blic const string RE P_REGION_E XTENSIONS = "REGION_ EXTENSIONS "; | |||||
| 228 | pu blic const string RE P_VISN_EXT ENSIONS = "VISN_EXTE NSIONS"; | |||||
| 229 | pu blic const string RE P_FACILITI ES_IDS = " FACILITIES _IDS"; | |||||
| 230 | pu blic const string RE P_IS_FACIL ITY = "IsF acilityRep ort"; | |||||
| 231 | ||||||
| 232 | pu blic const string RE P_USER_SAL T = "UserS alt"; | |||||
| 233 | pu blic const string RE P_CURRENT_ USER = "Cu rrentUser" ; | |||||
| 234 | ||||||
| 235 | #e ndregion | |||||
| 236 | ||||||
| 237 | pu blic const string RE PORTS_ERRO R_MESSAGE_ SESSION_KE Y = "Repor tsErrorMsg "; | |||||
| 238 | #r egion Root s for HL7 entities | |||||
| 239 | ||||||
| 240 | // / <summary > | |||||
| 241 | // / root for VISN. | |||||
| 242 | // / </summar y> | |||||
| 243 | pu blic const string VI SNROOT = " VISN"; | |||||
| 244 | ||||||
| 245 | // / <summary > | |||||
| 246 | // / root for REGION. | |||||
| 247 | // / </summar y> | |||||
| 248 | pu blic const string RE GION_ROOT = "REGION" ; | |||||
| 249 | ||||||
| 250 | // / <summary > | |||||
| 251 | // / root for Facility. | |||||
| 252 | // / </summar y> | |||||
| 253 | pu blic const string FA CILITYROOT = "FACILI TY"; | |||||
| 254 | ||||||
| 255 | // / <summary > | |||||
| 256 | // / root for Division. | |||||
| 257 | // / </summar y> | |||||
| 258 | pu blic const string DI VISIONROOT = "DIVISI ON"; | |||||
| 259 | ||||||
| 260 | // / <summary > | |||||
| 261 | // / root for Ward. | |||||
| 262 | // / </summar y> | |||||
| 263 | pu blic const string WA RDROOT = " WARD"; | |||||
| 264 | ||||||
| 265 | // / <summary > | |||||
| 266 | // / root for User. | |||||
| 267 | // / </summar y> | |||||
| 268 | pu blic const string US ERROOT = " USER"; | |||||
| 269 | ||||||
| 270 | // / <summary > | |||||
| 271 | // / root for SSN. | |||||
| 272 | // / </summar y> | |||||
| 273 | pu blic const string SS NROOT = "S SN"; | |||||
| 274 | ||||||
| 275 | // / <summary > | |||||
| 276 | // / root for Patient. | |||||
| 277 | // / </summar y> | |||||
| 278 | pu blic const string PA TIENTROOT = "PATIENT "; | |||||
| 279 | ||||||
| 280 | // / <summary > | |||||
| 281 | // / root for Act. | |||||
| 282 | // / </summar y> | |||||
| 283 | pu blic const string AC TROOT = "A CT"; | |||||
| 284 | ||||||
| 285 | // / <summary > | |||||
| 286 | // / root for Bed | |||||
| 287 | // / </summar y> | |||||
| 288 | pu blic const string BE DROOT = "B ED"; | |||||
| 289 | ||||||
| 290 | pu blic const string AD MISSIONROO T = "InfoW orld"; | |||||
| 291 | ||||||
| 292 | #e ndregion | |||||
| 293 | ||||||
| 294 | pu blic const int DEFAU LT_EVS_CAC HE_SIZE = 1024; | |||||
| 295 | pu blic const string AP P_SETTINGS _EVS_CACHE _SIZE = "B MS.EVSDict ionaryCach eSize"; | |||||
| 296 | pu blic const string AP P_SETTING_ VA_URL = " VAURL"; | |||||
| 297 | pu blic const string AP P_SETTING_ TICKET_URL = "TICKET URL"; | |||||
| 298 | pu blic const string HO ME_PAGE_RE FRESH_RATE = "HomePa geRefreshR ate"; | |||||
| 299 | ||||||
| 300 | pu blic const string MI ME_TEXT = "text/plai n"; | |||||
| 301 | pu blic const string EV S_Language _code = "e n"; | |||||
| 302 | pu blic const string HT TP_SESSION _ID_HTTP_H EADER = "H TTP_SESSIO N_ID_HTTP_ HEADER"; | |||||
| 303 | ||||||
| 304 | pu blic const string SM TP_HOST = "SmtpHost" ; | |||||
| 305 | pu blic const string BE D_OUT_OF_S ERVICE = " BED_OOS"; | |||||
| 306 | pu blic const string AD MISSION_OR DER = "ADM _ORDER"; | |||||
| 307 | pu blic const string CA NCEL_ORDER = "CNC_OR DER"; | |||||
| 308 | pu blic const string AN TICIPATED_ DISCHARGE_ ORDER = "A NTIC_DISCH _ORDER"; | |||||
| 309 | pu blic const string DI SCHARGE_AP POINTMENT = "DISCH_A PP"; | |||||
| 310 | pu blic const string DI SCH_ORDER = "DISCH_O RDER"; | |||||
| 311 | pu blic const string TR ANSFER_ORD ER = "TRSF _ORDER"; | |||||
| 312 | pu blic const string BE D_SWITCH = "BED_SWIT CH"; | |||||
| 313 | pu blic const string IS OLATION = "ISOLATION "; | |||||
| 314 | pu blic const string AD M_ORD = "A DM_ORD"; | |||||
| 315 | pu blic const string DI SCH_ORD = "DISCH_ORD "; | |||||
| 316 | pu blic const string TR SF_ORD = " TRSF_ORD"; | |||||
| 317 | pu blic const string AN TIC_DISCH = "ANTIC_D ISCH"; | |||||
| 318 | ||||||
| 319 | #r egion EmsN otificatio ns | |||||
| 320 | pu blic const string No tification sAdd = "No tification s Add"; | |||||
| 321 | pu blic const string EM SBedNotifi cationEdit = "EMS Be d Notifica tion Edit" ; | |||||
| 322 | ||||||
| 323 | pu blic const string EM S_NOTIFICA TION = "EM SNotificat ion"; | |||||
| 324 | pu blic const string EM S_EMAIL = "EMSEmail" ; | |||||
| 325 | pu blic const string EM S_DIRTY = "EMSDirty" ; | |||||
| 326 | pu blic const string EM S_CLEANED = "EMSClea ned"; | |||||
| 327 | pu blic const string EM S_BED_CONT ROLLER_EMA IL = "EMSB edControll erEmail"; | |||||
| 328 | pu blic const string EM S_BED_CONT ROLLER_DIR TY = "EMSB edControll erDirty"; | |||||
| 329 | pu blic const string EM S_BED_CONT ROLLER_CLE ANED = "EM SBedContro llerCleane d"; | |||||
| 330 | pu blic const string EM S_VISTA_GR OUP_MAIL = "EMSVista GroupMail" ; | |||||
| 331 | pu blic const string EM S_VISTA_GR OUP_DIRTY = "EMSVist aGroupDirt y"; | |||||
| 332 | pu blic const string EM S_VISTA_GR OUP_CLEANE D = "EMSVi staGroupCl eaned"; | |||||
| 333 | ||||||
| 334 | #e ndregion | |||||
| 335 | ||||||
| 336 | #r egion Even tNotificat ions | |||||
| 337 | pu blic const string Ev entNotific ationsAdd = "Event N otificatio ns Add"; | |||||
| 338 | pu blic const string Ev entNotific ationsEdit = "Event Notificati ons Edit"; | |||||
| 339 | ||||||
| 340 | pu blic const string EV ENT_NOTIFI CATION = " EventNotif ication"; | |||||
| 341 | pu blic const string EV ENT_BED_CO NTROLLER_E MAIL = "Ev entBedCont rollerEmai l"; | |||||
| 342 | pu blic const string EV ENT_BED_CO NTROLLER_N OTIFY = "E ventBedCon trollerNot ify"; | |||||
| 343 | pu blic const string EV ENT_OTHER_ EMAIL = "E ventOtherE mail"; | |||||
| 344 | pu blic const string EV ENT_OTHER_ NOTIFY = " EventOther Notify"; | |||||
| 345 | #e ndregion | |||||
| 346 | ||||||
| 347 | #r egion Voca bularyCode SystemCons tants | |||||
| 348 | pu blic const string Or derableIte mCodeSyste m = "2.12. 24.38"; | |||||
| 349 | pu blic const string AD TOrderable ItemCodeSy stem = "2. 12.24.34"; | |||||
| 350 | pu blic const string AD TOrderable Item = "AD TOrderable Item"; | |||||
| 351 | pu blic const string Wa itingAreaC odeSystem = "2.12.24 .8"; | |||||
| 352 | pu blic const string Un availableR eason = "U navailable Reason"; | |||||
| 353 | pu blic const string Un availableR easonCodeS ystem = "2 .12.24.33" ; | |||||
| 354 | pu blic const string Vi staSpecial tyCodeSyst em = "2.12 .24.39"; | |||||
| 355 | pu blic const string Ty peOfMoveme ntCodeSyst em = "2.12 .24.43"; | |||||
| 356 | pu blic const string Vi staTreatin gSpecialty CodeSystem = "2.12.2 4.44"; | |||||
| 357 | pu blic const string Me dicalCente rDivisionC odeSystem = "2.12.24 .47"; | |||||
| 358 | pu blic const string Co mmentsCode System = " 2.12.24.48 "; | |||||
| 359 | #e ndregion | |||||
| 360 | ||||||
| 361 | #r egion Voca bularyConc eptCodeCon stants | |||||
| 362 | ||||||
| 363 | pu blic const string Qu ickDateTod ay = "0TOD AY"; | |||||
| 364 | pu blic const string Qu ickDate1D = "1D"; | |||||
| 365 | pu blic const string Qu ickDate2D = "2D"; | |||||
| 366 | pu blic const string Qu ickDate3D = "3D"; | |||||
| 367 | pu blic const string Qu ickDate4D = "4D"; | |||||
| 368 | pu blic const string Qu ickDate5D = "5D"; | |||||
| 369 | pu blic const string Qu ickDate6D = "6D"; | |||||
| 370 | pu blic const string Qu ickDate7D = "7D"; | |||||
| 371 | ||||||
| 372 | pu blic const string SE LECT_REPOR T_ACTIVE = "ACTIVE"; | |||||
| 373 | pu blic const string SE LECT_REPOR T_DISP = " DISP"; | |||||
| 374 | pu blic const string SE LECT_REPOR T_CONTRACT = "CONTRA CT"; | |||||
| 375 | pu blic const string SE LECT_REPOR T_DATE_AUD IT = "DATE _AUDIT"; | |||||
| 376 | ||||||
| 377 | pu blic const string TR ANSFER_EVE NT_DT = "T ransferEve ntDT"; | |||||
| 378 | ||||||
| 379 | pu blic const string OR DERABLE_IT EM_TYPE_AD MISSION_CO DE = "ADM" ; | |||||
| 380 | pu blic const string OR DERABLE_IT EM_TYPE_TR ANSFER_COD E = "TRF"; | |||||
| 381 | pu blic const string OR DERABLE_IT EM_TYPE_DI SCHARGE_CO DE = "DIS" ; | |||||
| 382 | pu blic const string OR DERABLE_IT EM_TYPE_AU TOMATIC_IC ON_CODE = "AMI"; | |||||
| 383 | ||||||
| 384 | pu blic const string CO NCEPT_PROP ERTY_IEN = "IEN"; | |||||
| 385 | pu blic const string CO NCEPT_PROP ERTY_ORDER ABLE_ITEM_ TYPE = "Or derableIte mType"; | |||||
| 386 | ||||||
| 387 | pu blic const string NA TIONAL_VOC ABULARY_CO DE_PREFIX = "NATIONA L_"; | |||||
| 388 | ||||||
| 389 | #e ndregion | |||||
| 390 | ||||||
| 391 | #r egion Bed Board Modu le | |||||
| 392 | pu blic const string BE D_BOARD_MO DULE = "Be dBoardModu le"; | |||||
| 393 | pu blic const string BE D_BOARD_MO DULE_CURRE NTLY_IN_US E = "Curre ntlyInUse" ; | |||||
| 394 | ||||||
| 395 | #e ndregion | |||||
| 396 | ||||||
| 397 | #r egion Sett ings | |||||
| 398 | ||||||
| 399 | pu blic const string SE TTINGS_Sis terSites = "Sister S ites"; | |||||
| 400 | pu blic const string SE TTINGS_Pro file = "Pr ofile"; | |||||
| 401 | ||||||
| 402 | #e ndregion | |||||
| 403 | ||||||
| 404 | #r egion Vist ASetttings | |||||
| 405 | pu blic const string VI STA_SETTIN GS = "Vist ASettings" ; | |||||
| 406 | pu blic const string VI STA_SETTIN GS_SITE_TI ME_ZONE = "VistASite TimeZone"; | |||||
| 407 | pu blic const string VI STA_SETTIN GS_LOCALTI MEADJUST = "VistALoc alTimeAdju st"; | |||||
| 408 | #e ndregion | |||||
| 409 | ||||||
| 410 | #r egion Faci litySettin gs | |||||
| 411 | ||||||
| 412 | pu blic const string FA CILITY_SET TINGS = "F acilitySet tings"; | |||||
| 413 | pu blic const string FA CILITY_SET TINGS_BMS_ SERVER_TIM E_ZONE = " BMSServerT imeZone"; | |||||
| 414 | pu blic const string FA CILITY_SET TINGS_SITE _TIME_ZONE = "Facili tySiteTime Zone"; | |||||
| 415 | pu blic const string FA CILITY_SET TINGS_LOCA LTIMEADJUS T = "Local TimeAdjust "; | |||||
| 416 | pu blic const string FA CILITY_SET TINGS_AUTO _REMOVAL_W AITING_LIS T = "AutoR emovalWait ingList"; | |||||
| 417 | pu blic const string FA CILITY_SET TINGS_INTE GRATED_FAC ILITY = "I ntegratedF acility"; | |||||
| 418 | pu blic const string FA CILITY_SET TINGS_ALLO WED_ACCESS = "Allowe dAccessInt egratedSit es"; | |||||
| 419 | pu blic const string FA CILITY_SET TINGS_MEDI CAL_CENTER _ID = "Med icalCenter ID"; | |||||
| 420 | pu blic const string FA CILITY_SET TINGS_WARD _PREFIX = "WardPrefi x"; | |||||
| 421 | pu blic const string FA CILITY_SET TINGS_WARD _SUFFIX = "WardSuffi x"; | |||||
| 422 | pu blic const string FA CILITY_SET TINGS_ADT_ PREFIX = " ADTPrefix" ; | |||||
| 423 | pu blic const string FA CILITY_SET TINGS_ADT_ SUFFIX = " ADTSuffix" ; | |||||
| 424 | pu blic const string FA CILITY_SET TINGS_FACI LITY_NAME = "Facilit yName"; | |||||
| 425 | pu blic const string FA CILITY_SET TINGS_FACI LITY_ADDRE SS1 = "Fac ilityAddre ss1"; | |||||
| 426 | pu blic const string FA CILITY_SET TINGS_FACI LITY_ADDRE SS2 = "Fac ilityAddre ss2"; | |||||
| 427 | pu blic const string FA CILITY_SET TINGS_SITE ALIAS1 = " SiteAlias1 "; | |||||
| 428 | pu blic const string FA CILITY_SET TINGS_SITE ALIAS2 = " SiteAlias2 "; | |||||
| 429 | pu blic const string FA CILITY_SET TINGS_SITE ALIAS3 = " SiteAlias3 "; | |||||
| 430 | pu blic const string FA CILITY_SET TINGS_EMSM AILSENDER = "EMSMail Sender"; | |||||
| 431 | pu blic const string FA CILITY_SET TINGS_EVEN TMAILSENDE R = "Event MailSender "; | |||||
| 432 | pu blic const string FA CILITY_SET TINGS_BPMA ILMONITOR = "BPMailM onitor"; | |||||
| 433 | pu blic const string FA CILITY_SET TINGS_INTE GRATED_SIT E_SISTER_I D = "Integ ratedSiteS isterConfi gKey"; | |||||
| 434 | pu blic const string FA CILITY_SET TINGS_EMS_ USER_NAME = "EMSUser Name"; | |||||
| 435 | pu blic const string FA CILITY_SET TINGS_EMS_ PASSWORD = "EMSPassw ord"; | |||||
| 436 | pu blic const string FA CILITY_SET TINGS_KIOS K_USER_NAM E = "Kiosk UserName"; | |||||
| 437 | pu blic const string FA CILITY_SET TINGS_KIOS K_PASSWORD = "KioskP assword"; | |||||
| 438 | pu blic const string FA CILITY_SEN TTINGS_EMP TY_MEDICAL _CENTER_CO DE = "EMPT Y_CODE"; | |||||
| 439 | #e ndregion | |||||
| 440 | ||||||
| 441 | #r egion Admi n | |||||
| 442 | ||||||
| 443 | pu blic const string VI STA_SITE_S ETTINGS = "VistASite Settings " ; | |||||
| 444 | pu blic const string VI STA_SITE_S ETTINGS_NA ME = "Name "; | |||||
| 445 | pu blic const string VI STA_SITE_S ETTINGS_TI MEZONE = " TimeZone"; | |||||
| 446 | pu blic const string VI STA_SITE_S ETTINGS_OD BC_USER = "OdbcUser" ; | |||||
| 447 | pu blic const string VI STA_SITE_S ETTINGS_OD BC_PASSWOR D = "OdbcP assword"; | |||||
| 448 | pu blic const string VI STA_SITE_S ETTINGS_OD BC_CONNECT ION_STRING = "OdbcCo nnectionSt ring"; | |||||
| 449 | pu blic const string VI STA_SITE_S ETTINGS_VI STA_NUMBER = "MDWSVi stANumber" ; | |||||
| 450 | pu blic const string VI STA_SITE_S ETTINGS_RE TRIEVAL_DE TAIL = "Re trievalDet ail"; | |||||
| 451 | pu blic const string VI STA_SITE_S ETTINGS_RE TRIEVAL_DE TAIL_METHO D = VISTA_ SITE_SETTI NGS_RETRIE VAL_DETAIL + "Method "; | |||||
| 452 | pu blic const string VI STA_SITE_S ETTINGS_RE TRIEVAL_DE TAIL_IS_HL 7_ENABLED = VISTA_SI TE_SETTING S_RETRIEVA L_DETAIL + "IsHL7Ena bled"; | |||||
| 453 | pu blic const string VI STA_SITE_S ETTINGS_MD WS_URL_CON FIG_KEY = "MDWSEndpo intConfigK ey"; | |||||
| 454 | pu blic const string VI STA_SITE_S ETTINGS_RE TRIEVAL_DE TAIL_CALEN DAR = VIST A_SITE_SET TINGS_RETR IEVAL_DETA IL + "Cale ndar"; | |||||
| 455 | pu blic const string VI STA_SITE_R ETRIEVAL_D ETAIL_CALE NDAR_LAST_ RUN = VIST A_SITE_SET TINGS_RETR IEVAL_DETA IL + "Last Run"; | |||||
| 456 | pu blic const string VI STA_SITE_S ETTINGS_RE TRIEVAL_DE TAIL_METHO D_WAITINGL IST = "Ret rievalDeta ilMethodPa tientsPend ingBedPlac ementList" ; | |||||
| 457 | pu blic const string VI STA_SITE_S ETTINGS_RE TRIEVAL_DE TAIL_CALEN DAR_WAITIN GLIST = "R etrievalDe tailCalend arPatients PendingBed PlacementL ist"; | |||||
| 458 | pu blic const string VI STA_SITE_S ETTINGS_RE TRIEVAL_DE TAIL_HL7_E NABLED_WAI TINGLIST = "Retrieva lDetailIsH L7EnabledP atientsPen dingBedPla cementList "; | |||||
| 459 | ||||||
| 460 | pu blic const string JO B_CALENDAR = "JobCal endar "; | |||||
| 461 | ||||||
| 462 | pu blic const string JO B_AUDIT_QU ERY_START_ DATE = "St artDate"; | |||||
| 463 | pu blic const string JO B_AUDIT_QU ERY_END_DA TE = "EndD ate"; | |||||
| 464 | ||||||
| 465 | pu blic const string CH ECK_BOX_CO NTAINER_VI STA_SITES = "vistaSi tesCheckBo xContainer "; | |||||
| 466 | pu blic const string CH ECK_BOX_CO NTAINER_DA TA_TYPES = "dataType sCheckBoxC ontainer"; | |||||
| 467 | pu blic const string CH ECK_BOX_CO NTAINER_RE TRIEVAL_ME THODS = "r etrievalMe thodsCheck BoxContain er"; | |||||
| 468 | pu blic const string CH ECK_BOX_CO NTAINER_ST ATUS = "st atusCheckB oxContaine r"; | |||||
| 469 | ||||||
| 470 | pu blic const string NU MI_ENTRY = "NumiEntr y"; | |||||
| 471 | ||||||
| 472 | pu blic const string WH ITEBOARD_R EPORT_ENTR Y = "White boardRepor tEntry"; | |||||
| 473 | ||||||
| 474 | pu blic const string Md ws_Endpoin t_Url = "M dwsEndpoin tUrl"; | |||||
| 475 | ||||||
| 476 | pu blic const string Vi a_Endpoint _Url = "Vi aEndpointU rl"; | |||||
| 477 | pu blic const string Vi a_Requesti ng_App = " ViaRequest ingApp"; | |||||
| 478 | pu blic const string Vi a_App_Toke n = "ViaAp pToken"; | |||||
| 479 | pu blic const string Vi a_App_Pass word = "Vi aAppPasswo rd"; | |||||
| 480 | ||||||
| 481 | #e ndregion | |||||
| 482 | ||||||
| 483 | pu blic const string EV ACUATION = "EVACUAT" ; | |||||
| 484 | pu blic const string IS _EVACUATIO N = "IsEva cuation"; | |||||
| 485 | pu blic const string OF F = "Off"; | |||||
| 486 | pu blic const string ON = "On"; | |||||
| 487 | pu blic const string MA RQUEE_TEXT = "Marque eText"; | |||||
| 488 | pu blic const string MA RQUEE_ACTI VE_INDEX = "ActiveIn dex"; | |||||
| 489 | pu blic const string AP PLICATION_ PARAMETERS = "Applic ationParam eters"; | |||||
| 490 | pu blic const string AP PLICATION_ PARAMETERS _CLINICAL_ INVENTORY = "Clinica lInventory "; | |||||
| 491 | pu blic const string AP PLICATION_ PARAMETERS _NPP_ALERT _EMAIL = " NPPAlertEm ail"; | |||||
| 492 | pu blic const string OR DERABLE_IT EM_TYPE_AD MISSION = "ADMISSION "; | |||||
| 493 | pu blic const string OR DERABLE_IT EM_TYPE_TR ANSFER = " TRANSFER"; | |||||
| 494 | pu blic const string OR DERABLE_IT EM_TYPE_DI SCHARGE = "DISCHARGE "; | |||||
| 495 | pu blic const string OR DERABLE_IT EM_TYPE_AU TOICON = " AUTO-ICON" ; | |||||
| 496 | pu blic const string OR DERABLE_IT EM_TYPE_Ca ncelled_Ad mission = "CANCELLED ADMISSION "; | |||||
| 497 | pu blic const string WA ITING_LIST _USER_SETT INGS = "Wa itingListU serSetting s"; | |||||
| 498 | ||||||
| 499 | pu blic const decimal P ATIENT_MOV EMENT_TRAN SACTION_AD MISSION_MI N = 1; | |||||
| 500 | pu blic const decimal P ATIENT_MOV EMENT_TRAN SACTION_AD MISSION_MA X = 1.1M; | |||||
| 501 | pu blic const decimal P ATIENT_MOV EMENT_TRAN SACTION_TR ANSFER_MIN = 2; | |||||
| 502 | pu blic const decimal P ATIENT_MOV EMENT_TRAN SACTION_TR ANSFER_MAX = 2.1M; | |||||
| 503 | pu blic const decimal P ATIENT_MOV EMENT_TRAN SACTION_DI SCHARGE_MI N = 3; | |||||
| 504 | pu blic const decimal P ATIENT_MOV EMENT_TRAN SACTION_DI SCHARGE_MA X = 3.1M; | |||||
| 505 | pu blic const decimal P ATIENT_MOV EMENT_TRAN SACTION_SP ECIALTY_TR ANSFER_MIN = 6; | |||||
| 506 | pu blic const decimal P ATIENT_MOV EMENT_TRAN SACTION_SP ECIALTY_TR ANSFER_MAX = 6.1M; | |||||
| 507 | ||||||
| 508 | pu blic const string AC T_OPERATIO N_TYPE_INT ENT = "INT "; | |||||
| 509 | pu blic const string AC T_OPERATIO N_TYPE_REQ UEST = "RE Q"; | |||||
| 510 | pu blic const string AC T_OPERATIO N_TYPE_EVE NT = "EVN" ; | |||||
| 511 | ||||||
| 512 | pu blic const string BE D_OUT_OF_S ERVICE_VAC ABULARY_CO DE = "OUT_ OF_SERVICE "; | |||||
| 513 | pu blic const string BE D_OUT_OF_S ERVICE_TYP E_CODE = " OOS"; | |||||
| 514 | pu blic const string BE D_DO_NOT_D ISPLAY_TYP E_CODE = " DND"; | |||||
| 515 | pu blic const string BE D_OOS_FROM _VISTA = " BED_OOS_VI STA"; | |||||
| 516 | pu blic const string BE D_OOS_FROM _BEDBOARD = "BED_OOS _BEDBOARD" ; | |||||
| 517 | pu blic const string NA TIONAL_BED _OUT_OF_SE RVICE_CODE = "NATION AL_OUT_OF_ SERVICE"; | |||||
| 518 | ||||||
| 519 | pu blic const string BE D_IN_ISOLA TION_TYPE_ CODE = "IS O"; | |||||
| 520 | pu blic const string BE D_AVAILABI LITY_STATU S_ISOLATIO N_CODE = " BED_ISOLAT ION"; | |||||
| 521 | ||||||
| 522 | pu blic const string VI SN_Add_Tra nsfer_Oper ation_Perm ission = " Transfer, AddTranfer Update"; | |||||
| 523 | pu blic const string VI SN_Edit_Tr ansfer_Ope ration_Per mission = "Transfer, EditTrans fer Update "; | |||||
| 524 | pu blic const string VI SN_Finaliz e_Transfer _Operation _Permissio n = "Trans fer, Final izeTransfe r Update"; | |||||
| 525 | ||||||
| 526 | pu blic const string Wh iteboard_E dit_Staff_ Permission = "WardWh iteBoard, WardWhiteB oard Updat e"; | |||||
| 527 | ||||||
| 528 | pu blic const string WA IT_LIST_ST ATUS_REPOR T_PERMISSI ON = "rep, Wait List Status Re port"; | |||||
| 529 | ||||||
| 530 | #r egion Disc harge Stat us | |||||
| 531 | ||||||
| 532 | pu blic const string DI SCHARGE_OR DER = "DIS CH_ORDERED "; | |||||
| 533 | pu blic const string DI SCHARGE_AN TICIPATED = "ANTIC_D ISCH_APP"; | |||||
| 534 | pu blic const string IN TERNAL_TRA NSFER = "I NTER_TRF"; | |||||
| 535 | ||||||
| 536 | #e ndregion | |||||
| 537 | ||||||
| 538 | #r egion NUMI Level Of Care | |||||
| 539 | ||||||
| 540 | pu blic const string NU MI_LEVEL_O F_CARE_YES = "NUMI_L EVEL_OF_CA RE_MET"; | |||||
| 541 | pu blic const string NU MI_LEVEL_O F_CARE_NO = "NUMI_LE VEL_OF_CAR E_NOT_MET" ; | |||||
| 542 | pu blic const string NU MI_LEVEL_O F_CARE_STA T = "NUMI_ LEVEL_OF_C ARE_NOT_RE VIEWED"; | |||||
| 543 | ||||||
| 544 | #e ndregion | |||||
| 545 | ||||||
| 546 | #r egion Bed Clean Stat us | |||||
| 547 | ||||||
| 548 | pu blic const string BE D_CLEANED = "BED_CLE ANED"; | |||||
| 549 | pu blic const string CL EANING_BED = "CLEANI NG_BED"; | |||||
| 550 | pu blic const string BE D_NEEDS_CL EAN = "BED _NEEDS_CLE AN"; | |||||
| 551 | pu blic const string EM S_NOTIFIED = "EMS_NO TIFIED"; | |||||
| 552 | ||||||
| 553 | #e ndregion | |||||
| 554 | ||||||
| 555 | #r egion Disp osition Co de | |||||
| 556 | ||||||
| 557 | [S ystem.Diag nostics.Co deAnalysis .SuppressM essage("Mi crosoft.Na ming", "CA 1707:Ident ifiersShou ldNotConta inUndersco res")] | |||||
| 558 | [S ystem.Diag nostics.Co deAnalysis .SuppressM essage("Mi crosoft.Na ming", "CA 1709:Ident ifiersShou ldBeCasedC orrectly", MessageId = "COMMEN T")] | |||||
| 559 | [S ystem.Diag nostics.Co deAnalysis .SuppressM essage("Mi crosoft.Na ming", "CA 1709:Ident ifiersShou ldBeCasedC orrectly", MessageId = "OTHER" )] | |||||
| 560 | pu blic const string OT HER_COMMEN T = "Other Comment"; | |||||
| 561 | [S ystem.Diag nostics.Co deAnalysis .SuppressM essage("Mi crosoft.Na ming", "CA 1707:Ident ifiersShou ldNotConta inUndersco res")] | |||||
| 562 | [S ystem.Diag nostics.Co deAnalysis .SuppressM essage("Mi crosoft.Na ming", "CA 1709:Ident ifiersShou ldBeCasedC orrectly", MessageId = "ADMISS ION")] | |||||
| 563 | pu blic const string VA _ADMISSION = "VAAdmi ssion"; | |||||
| 564 | ||||||
| 565 | #e ndregion | |||||
| 566 | ||||||
| 567 | #r egion Era Code | |||||
| 568 | [S ystem.Diag nostics.Co deAnalysis .SuppressM essage("Mi crosoft.Na ming", "CA 1709:Ident ifiersShou ldBeCasedC orrectly", MessageId = "OTHER" )] | |||||
| 569 | pu blic const string OT HER = "Oth er"; | |||||
| 570 | #e ndregion | |||||
| 571 | ||||||
| 572 | #r egion HL7 message ty pes | |||||
| 573 | ||||||
| 574 | pu blic const string Ad missionEve ntMessageT ype = "A01 "; | |||||
| 575 | pu blic const string Tr ansferEven tMessageTy pe = "A02" ; | |||||
| 576 | pu blic const string Di schargeEve ntMessageT ype = "A03 "; | |||||
| 577 | pu blic const string Re gisterPati entEventMe ssageType = "A04"; | |||||
| 578 | ||||||
| 579 | #e ndregion | |||||
| 580 | ||||||
| 581 | #r egion Appl icationMod ule | |||||
| 582 | pu blic const string EM S_MODULE = "BED_CLN" ; | |||||
| 583 | #e ndregion | |||||
| 584 | ||||||
| 585 | #r egion Whit eboard | |||||
| 586 | ||||||
| 587 | pu blic const string SO RT_BY_STAF F_OR_ATTEN DING_ASCEN DING = "St aff/Attend ing (ascen ding)"; | |||||
| 588 | pu blic const string SO RT_BY_STAF F_OR_ATTEN DING_DESCE NDING = "S taff/Atten ding (desc ending)"; | |||||
| 589 | pu blic const string SO RT_BY_STAF F_ASCENDIN G = "Staff (ascendin g)"; | |||||
| 590 | pu blic const string SO RT_BY_STAF F_DESCENDI NG = "Staf f (descend ing)"; | |||||
| 591 | pu blic const string SO RT_BY_ATTE NDING_ASCE NDING = "A ttending ( ascending) "; | |||||
| 592 | pu blic const string SO RT_BY_ATTE NDING_DESC ENDING = " Attending (descendin g)"; | |||||
| 593 | pu blic const string SO RT_BY_WARD _ASCENDING = "Ward ( ascending) "; | |||||
| 594 | pu blic const string SO RT_BY_WARD _DESCENDIN G = "Ward (descendin g)"; | |||||
| 595 | ||||||
| 596 | pu blic const string ST AFF = "Sta ff"; | |||||
| 597 | pu blic const string AT TENDING = "Attending "; | |||||
| 598 | pu blic const string ST AFF_ATTEND ING = "Sta ff and Att ending"; | |||||
| 599 | ||||||
| 600 | pu blic const string DI SPLAY_PT_F IRST_AND_L AST4_CODE = "FirstAn dLast4"; | |||||
| 601 | pu blic const string DI SPLAY_PT_L AST_NAME_C ODE = "Las tName"; | |||||
| 602 | ||||||
| 603 | #e ndregion | |||||
| 604 | ||||||
| 605 | #r egion Icon s | |||||
| 606 | ||||||
| 607 | pu blic const string AP PLICATION_ ICON = "AP PLICATION_ ICON"; | |||||
| 608 | pu blic const string SY STEM_ICON = "SYSTEM_ ICON"; | |||||
| 609 | pu blic const string BE D_CLEANING _ICON = "B ED_CLEANIN G_ICON"; | |||||
| 610 | pu blic const string SI MILAR_SAME _NAME = "S IMILAR_SAM E_NAME"; | |||||
| 611 | pu blic const string WH ITEBOARD_I CON = "WHI TEBOARD_IC ON"; | |||||
| 612 | pu blic const string ST ANDARD_ICO N = "STAND ARD_ICON"; | |||||
| 613 | pu blic const string EM ERGENCY_IC ON = "EMER GENCY_ICON "; | |||||
| 614 | pu blic const string SI TE_CONFIGU RABLE_ICON = "SITE_C ONFIGURABL E_ICON"; | |||||
| 615 | pu blic const string BE D_ISOLATIO N = "BED_I SOLATION"; | |||||
| 616 | pu blic const string IM AGE_BYTES = "ImageBy tes"; | |||||
| 617 | pu blic const string IM AGE_BYTES_ INACTIVE = "ImageByt esInactive "; | |||||
| 618 | pu blic const string IM AGE_NAME = "ImageNam e"; | |||||
| 619 | pu blic const string PA TIENT_ICON _CODE = "P ATIENT_ICO N"; | |||||
| 620 | pu blic const string RO OM_BED_ICO N_CODE = " ROOM_BED_I CON"; | |||||
| 621 | pu blic const string WH ITEBOARD = "WHITEBOA RD"; | |||||
| 622 | ||||||
| 623 | #e ndregion | |||||
| 624 | ||||||
| 625 | pu blic const int WAITI NG_LIST_IN ACTIVATE_T IMEOUT_DAY S = 90; | |||||
| 626 | pu blic const int WAITI NG_LIST_IN ACTIVATE_T IMEOUT_MIN UTES = 0; | |||||
| 627 | ||||||
| 628 | #r egion wf s tart metho d names | |||||
| 629 | ||||||
| 630 | pu blic const string WA ITING_LIST _FLOW_CREA TE_ITEM = "CreateWai tingListIt em"; | |||||
| 631 | pu blic const string WA ITING_LIST _FLOW_UNDO _REMOVE_IT EM = "Undo RemoveFrom WaitingLis t"; | |||||
| 632 | pu blic const string TR ANSFER_FLO W_CREATE_R EQUEST = " CreateTran sferReques t"; | |||||
| 633 | pu blic const string BE D_CLEAN_FL OW_CREATE_ REQUEST = "CreateBed CleanReque st"; | |||||
| 634 | pu blic const string BE D_UNAVAILA BLE_CREATE = "Create BedUnavail able"; | |||||
| 635 | pu blic const string BE D_CLEAN_FL OW_COMPLET E_REQUEST = "Complet eBedCleanR equest"; | |||||
| 636 | pu blic const string BE D_CLEAN_FL OW_UPDATE_ REQUEST = "UpdateBed CleanReque st"; | |||||
| 637 | ||||||
| 638 | ||||||
| 639 | #e ndregion | |||||
| 640 | ||||||
| 641 | pu blic const int MAX_B ED_CONTROL LER_EMAIL_ LENGTH = 3 00; | |||||
| 642 | pu blic const int COMME NTS_MAX_LE NGTH = 150 ; | |||||
| 643 | ||||||
| 644 | #r egion Bed Status Rep ort Fields | |||||
| 645 | ||||||
| 646 | pu blic const string PA TIENT_FIEL D = "Patie nt"; | |||||
| 647 | pu blic const string GE NDER_FIELD = "Gender "; | |||||
| 648 | pu blic const string EV ENT_TIME_F IELD = "Ev ent Time"; | |||||
| 649 | pu blic const string RE QUEST_DT_F IELD = "Re quest DT"; | |||||
| 650 | pu blic const string RE MOVE_FROM_ LIST_FIELD = "Remove d From Lis t"; | |||||
| 651 | pu blic const string CU RRENT_WAIT _AREA_FIEL D = "Curre nt Wait Ar ea"; | |||||
| 652 | pu blic const string RE CORD_LAST_ EDITED_BY_ FIELD = "L ast Edited By"; | |||||
| 653 | pu blic const string CO MMUNITY_SE RVICES_FIE LD = "Comm unity Serv ices"; | |||||
| 654 | pu blic const string CO NTRACTED_F IELD = "Co ntracted"; | |||||
| 655 | pu blic const string RE ASON_USING _FEE_FIELD = "Reason Using Fee "; | |||||
| 656 | pu blic const string AC UTE_FIELD = "Acute"; | |||||
| 657 | pu blic const string AU THORIZED_F EE_FIELD = "Authoriz ed Fee"; | |||||
| 658 | pu blic const string IN _HOUSE_TRA NSFER_FIEL D = "In Ho use Transf er"; | |||||
| 659 | pu blic const string DA TE_TIME_BE D_REQUEST_ FIELD = "D ate/Time o f Bed Requ est"; | |||||
| 660 | pu blic const string DA TE_TIME_BE D_ASSIGNED _FIELD = " Date/Time of Bed Ass igned"; | |||||
| 661 | pu blic const string FE E_COMMENTS _FIELD = " Fee Commen ts"; | |||||
| 662 | pu blic const string RO OM_BED_ASS IGNED_FIEL D = "Room/ Bed Assign ed"; | |||||
| 663 | pu blic const string TY PE_OF_BED_ WARD_REQUI RED_FIELD = "Type of Bed/Ward Required"; | |||||
| 664 | pu blic const string PR ESENTING_P ROBLEM_FIE LD = "Pres enting Pro blem"; | |||||
| 665 | ||||||
| 666 | pu blic const string PA TIENT_FIEL D_SQL = "P ATIENT_NAM E"; | |||||
| 667 | pu blic const string GE NDER_FIELD _SQL = "PA TIENT_GEND ER_CODE"; | |||||
| 668 | pu blic const string EV ENT_TIME_F IELD_SQL = "ENTERED_ DATE"; | |||||
| 669 | pu blic const string RE QUEST_DT_F IELD_SQL = "REQUESTE D_DATE"; | |||||
| 670 | pu blic const string RE MOVE_FROM_ LIST_FIELD _SQL = "RE MOVED_DATE "; | |||||
| 671 | pu blic const string CU RRENT_WAIT _AREA_FIEL D_SQL = "W AITING_ARE A_CODE"; | |||||
| 672 | pu blic const string RE CORD_LAST_ EDITED_BY_ FIELD_SQL = "LAST_ED IT_BY"; | |||||
| 673 | pu blic const string CO MMUNITY_SE RVICES_FIE LD_SQL = " SERVICE_RE CEIVING_FE E_CODE"; | |||||
| 674 | pu blic const string CO NTRACTED_F IELD_SQL = "CONTRACT _FEE_CODE" ; | |||||
| 675 | pu blic const string RE ASON_USING _FEE_FIELD _SQL = "RE ASON_USING _FEE_CODE" ; | |||||
| 676 | pu blic const string AC UTE_FIELD_ SQL = "FEE _DISPOSITI ON_CODE"; | |||||
| 677 | pu blic const string AU THORIZED_F EE_FIELD_S QL = "AUTH ORIZED_FEE _CODE"; | |||||
| 678 | pu blic const string IN _HOUSE_TRA NSFER_FIEL D_SQL = "I N_HOUSE"; | |||||
| 679 | pu blic const string DA TE_TIME_BE D_REQUEST_ FIELD_SQL = "BED_REQ UESTED_DAT E"; | |||||
| 680 | pu blic const string DA TE_TIME_BE D_ASSIGNED _FIELD_SQL = "BED_AS SIGNED_DAT E"; | |||||
| 681 | pu blic const string FE E_COMMENTS _FIELD_SQL = "FEE_CO MMENTS"; | |||||
| 682 | pu blic const string RO OM_BED_ASS IGNED_FIEL D_SQL = "B ED_ASSIGNE D_UID"; | |||||
| 683 | pu blic const string TY PE_OF_BED_ WARD_REQUI RED_FIELD_ SQL = "TYP E_OF_BED_W ARD"; | |||||
| 684 | pu blic const string PR ESENTING_P ROBLEM_FIE LD_SQL = " PRESENTING _PROBLEM"; | |||||
| 685 | ||||||
| 686 | pu blic const string DI SPLAY = "D isplay"; | |||||
| 687 | pu blic const string FI LTER = "Fi lter"; | |||||
| 688 | pu blic const string SO RT = "Sort "; | |||||
| 689 | ||||||
| 690 | pu blic const string So rtAscendin gCode = "A SC"; | |||||
| 691 | pu blic const string So rtDescendi ngCode = " DESC"; | |||||
| 692 | pu blic const string So rtAscendin gName = "A scending"; | |||||
| 693 | pu blic const string So rtDescendi ngName = " Descending "; | |||||
| 694 | pu blic const string So rtNoneCode = "NONE"; | |||||
| 695 | pu blic const string So rtNoneName = "None"; | |||||
| 696 | pu blic const string LI KE = "LIKE "; | |||||
| 697 | pu blic const string BE TWEEN = "B ETWEEN"; | |||||
| 698 | ||||||
| 699 | #e ndregion | |||||
| 700 | ||||||
| 701 | pu blic const string NU MA = "NUMA "; | |||||
| 702 | pu blic const string HA vBED = "HA vBED"; | |||||
| 703 | pu blic const string Hi dden = "Hi dden"; | |||||
| 704 | pu blic const string NU MACodeSyst em = "2.12 .24.56"; | |||||
| 705 | pu blic const string HA vBEDCodeSy stem = "2. 12.24.55"; | |||||
| 706 | ||||||
| 707 | pu blic const string BE D_HOLD_TEX T = "BED H OLD"; | |||||
| 708 | pu blic const string BE D_HOLD_CON CEPT_CODE = "BED_HOL D"; | |||||
| 709 | ||||||
| 710 | pu blic const string EM S_USER_ROL E = "EmsSt aff"; | |||||
| 711 | ||||||
| 712 | pu blic const string EM S_Supervis or_Permiss ion = "Ems BedStatusA dmin, EMS Supervisor Read/Upda te"; | |||||
| 713 | ||||||
| 714 | #r egion Type Of Moveme nt | |||||
| 715 | ||||||
| 716 | pu blic const string AU THORIZED_A BSENCE = " AUTHORIZED ABSENCE < THAN 96 H OURS"; | |||||
| 717 | pu blic const string UN _AUTHORIZE D_ABSENCE = "UNAUTHO RIZED ABSE NCE"; | |||||
| 718 | pu blic const string WH ILE_ASIH = "WHILE AS IH"; | |||||
| 719 | pu blic const string FR OM_ASIH = "FROM ASIH "; | |||||
| 720 | pu blic const string RE SUME_ASIH = "RESUME ASIH"; | |||||
| 721 | ||||||
| 722 | #e ndregion | |||||
| 723 | ||||||
| 724 | pu blic const string Md ws_Connect ion_Except ion_Text_1 = "Mdws r eturn a fa ult. Fault msj: An e stablished connectio n was abor ted by the software in your ho st machine "; | |||||
| 725 | pu blic const string Md ws_Connect ion_Except ion_Text_2 = "Mdws r eturn a fa ult. Fault msj: Ther e is no lo gged in co nnection"; | |||||
| 726 | pu blic const string MD WS = "MDWS "; | |||||
| 727 | pu blic const string VI A = "VIA"; | |||||
| 728 | pu blic const string Md ws_Fault_E xception_T ext = "Mdw s return a fault. Fa ult msj"; | |||||
| 729 | ||||||
| 730 | pu blic const string CL EAR_ALL = "CLEAR-ALL "; | |||||
| 731 | } | |||||
| 732 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.