• 1.25in

REx Logo
REx Rounding Report

Help
Instructions:
  1. Invoke the SmartPhrase "REX" somewhere in the chart, e.g. the "Labs" section under "Handoff Report".
  2. Select all (Ctrl + A), cut (Ctrl + X) and paste (Ctrl + V) the resulting code into Menu Bar.1
  3. Click the "Add" button, then repeat the process for your other patients.
  4. When ready to print, click the Print button.

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!

Tips for printing:
  • Narrow the margins.
  • Don't print headers and footers.
  • Do print backgrounds.
Other information:
  • NGT values can't be trusted if there's a "?" superscript.

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.

More Settings
REX SmartPhrase
// 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@`,
  codeStatus: `@RRCODESTATUS@`,
  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)@`,
      ical: `@LABRCNT(CAION: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)@`,
      lactate: `@LABRCNT(LACTATE:2)@`,
      crp: `@LABRCNT(CRP:2)@`,
      trop: `@LABRCNT(HSTRP:2)@`,
      lipase: `@LABRCNT(LIP:2)@`,
      xauh: `@LABRCNT(FXAUN:1)@`,
      xalmwh: `@LABRCNT(ANTIFXALMWHE:1)@`
    },
    special: {
      ts: `@LABRCNT(ABORH:1)@`
    }
  },
  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)@`,
      ostomyVolume: `@IPVITALS(24:271478)@`,
      emesisVolume: `@IPVITALS(24:62)@`,
      emesisOccur: `@IPVITALS(24:1002282)@`
    },
    net: `@IOBRIEF@`
  },
  meds: {
    all: `@CMED@`,
    sqh: `@PSTMADM(27770)@`,
    sqh2: `@PSTMADM(301550)@`,
    lmwh30: `@PSTMADM(123390)@`,
    lmwh40: `@PSTMADM(123391)@`,
    lmwh60: `@PSTMADM(123392)@`,
lmwh80: `@PSTMADM(123393)@`,
lmwh100: `@PSTMADM(301331)@`,
lmwh120: `@PSTMADM(301330)@`,
lmwh150: `@PSTMADM(301332)@`
  },
  handoff: ``
};
            

© 2022