• 1.25in

REx Logo
REx Rounding Report

Help
Instructions:
  1. Add yourself to SmartPhrase "REX", with SmartPhrase ID . Be sure you are using the original and not a copy.
  2. Invoke the SmartPhrase somewhere in the patient's chart, e.g. the "Labs" section under "Handoff Report".
  3. Select all (Ctrl + A), cut (Ctrl + X) and paste (Ctrl + V) the resulting code into Menu Bar.1
  4. Click the "Add" button, then repeat the process for your other patients.
  5. 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.

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: ` @HOSPPROB@ `
  },
  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(400263)@ `,
     flow: ` @FLOW(400262)@ `,
     fio2: ` @FLOW(400310)@ `,
     vt: ` @FLOW(415192)@ `,
     rate: ` @FLOW(415041)@ `,
     peep: ` @FLOW(415051)@ `
  },
  labs: {
    regular: {
      cbc: `@LABRCNT(HB:2,HCT:2,WBC:2,PLT:2)@`,
      bmp: `@LABRCNT(NA:2,CHLOR:2,BUN:2,K:2,CO2:2,CREAT:2,GLUC:2,CA:2)@`,
      mg: `@LABRCNT(MG:2)@`,
      phos: `@LABRCNT(P:2)@`,
      ical: `@LABRCNT(ICA:2)@`,
      lft: `@LABRCNT(ALB:2,TPROT:2,DBILI:2,TBILI:2,ALKPHOS:2,ALT:2,AST:2)@`,
      abg: `@LABRCNT(O2AD:2,PH:2,PCO2:2,PO2:2,HCO3:2,BE:2)@`,
      ptinr: `@LABRCNT(PTSEC:2,INR:2)@`,
      ptt: `@LABRCNT(APTT:2)@`,
      lactate: `@LABRCNT(LACT:2)@`,
      crp: `@LABRCNT(CRP:2)@`,
      trop: `@LABRCNT(HSTNT:2)@`,
      lipase: `@LABRCNT(LIPASE:2)@`,
      xahep: `@LABRCNT(HEPASY:1)@`
    },
    special: {
      ts: `@LABRCNT(ABO:1)@`
    }
  },
  io: {
    in: [],
    out: [],
    net: `@IOBRIEF@`,
    summary: `@IODETAILSEXPANDED@`
  },
  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: `<!CDATA[@HNDSUMMARY@]]>`
};
            

© 2025