
1 NEW: Pasting the code into the Menu Bar is now optional if you're using the Edge browser. Just click the "Add" button and you're good to go!
REX Tags allow you to include certain information in your lists that wouldn't otherwise be available. For example, by putting "#REX_SURGERYDAY(1/1/2022)#" in the "Summary" section of the "Handoff Report", REX will automatically calculate the post-op day from 1/1/2022 and replace the tag with "POD #1" in your list.
// Go here to get started: // https://roundingreport.com var rex = { firstName: ` @FNAME@ `, lastName: ` @LNAME@ `, mi: ` @MIDDLENAME@ `, dob: `@DOB@`, age: `@AGE@`, mrn: `@MRN@`, patid: `@PATID@`, sex: `@SEX@`, roomInfo: { roomBed: `@ROOMBED@` }, admission: { admitDate: `@ADMITDTTM@`, lengthOfStay: `@LENGTHOFSTAY@`, attending: `@ATTPROV@`, diet: `@RRDIET@`, problems: ` @HOSPITALPROBLEMS@ ` }, user: { name: ` @ME@ `, id: ` @USER@ ` }, vitals: { bp: { minmax: ` @FLOWSTAT(5:24)@ `, last: ` @FLOW(5:LAST)@ ` }, temp: { minmax: ` @FLOWSTAT(6:24)@ `, last: ` @FLOW(6:LAST)@ ` }, hr: { minmax: ` @FLOWSTAT(8:24)@ `, last: ` @FLOW(8:LAST)@ ` }, rr: { minmax: ` @FLOWSTAT(9:24)@ `, last: ` @FLOW(9:LAST)@ ` }, spo2: { minmax: ` @FLOWSTAT(10:24)@ `, last: ` @FLOW(10:LAST)@ ` }, height: { last: ` @FLOW(11:LAST)@ ` }, weight: { last: ` @FLOW(14:LAST)@ ` } }, respiratory: { device: ` @FLOW(1014)@ `, flow: ` @FLOW(1002961)@ `, fio2: ` @FLOW(1002960)@ `, vt: ` @FLOW(7074327)@ `, rate: ` @FLOW(301570)@ `, peep: ` @FLOW(301620)@ ` }, labs: { regular: { cbc: `@LABRCNT(HGB:2,HCT:2,WBC:2,PLT:2)@`, bmp: `@LABRCNT(NA:2,CL:2,BUN:2,K:2,CO2:2,CR:2,GLU:2,CA:2)@`, mg: `@LABRCNT(MG:2)@`, phos: `@LABRCNT(PHOS:2)@`, lft: `@LABRCNT(ALBUMIN:2,TP:2,DBIL:2,TBIL:2,ALKPHOS:2,ALT:2,AST:2)@`, abg: `@LABRCNT(FIO2:2,PH:2,PCO2:2,PO2:2,HCO3:2,ABE:2)@`, ptinr: `@LABRCNT(PT:2,INR:2)@`, ptt: `@LABRCNT(PTT:2)@`, xauh: `@LABRCNT(FXAUN:1)@`, xalmwh: `@LABRCNT(ANTIFXALMWHE:1)@` }, special: { ts: `@LASTTYPEANDSCREEN@` } }, io: { in: { poVolume: `@IPVITALS(24:51)@`, poMeals: `@IPVITALS(24:1004505)@` }, out: { drains: `@OUTPUT(1,2,3,4,5,6,7,8,9,10)@`, ngt: `@IPVITALS(24:1009835)@`, uop: `@MHRXURINE@`, urineOccur: `@IPVITALS(24:1007547)@`, urineIncont: `@IPVITALS(24:5633)@`, stoolVolume: `@IPVITALS(24:305020)@`, stoolOccur: `@IPVITALS(24:1002281)@`, stoolIncont: `@IPVITALS(24:5634)@`, emesisVolume: `@IPVITALS(24:62)@`, emesisOccur: `@IPVITALS(24:1002282)@` }, net: `@IOBRIEF@` }, meds: { all: `@CMED@`, sqh: `@PSTMADM(27770)@`, lmwh30: `@PSTMADM(123390)@`, lmwh40: `@PSTMADM(123391)@`, lmwh60: `@PSTMADM(123392)@`, lmwh80: `@PSTMADM(123393)@`, lmwh100: `@PSTMADM(301331)@`, lmwh120: `@PSTMADM(301330)@`, lmwh150: `@PSTMADM(301332)@` }, handoff: `<!CDATA[@HNDSUMMARY@]]>` };
© 2022