• 1.25in

REx Logo
REx Rounding Report

Help
Instructions:
  1. Invoke the SmartPhrase "REX" somewhere in the chart, e.g. the "Comments" 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 features:

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
{
  "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": ` @RRPROBLIST2@ `
  },
  "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(301030)@ `,
     "flow": ` @FLOW(250026)@ `,
     "fio2": ` @FLOW(301550)@ `,
     "vt": ` @FLOW(301590)@ `,
     "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,CREA:2,GLU:2,CA:2)@`,
      "mg": `@LABRCNT(MG:2)@`,
      "phos": `@LABRCNT(PHOS:2)@`,
      "lft": `@LABRCNT(ALBUMIN:2,PROT:2,BILID:2,BILIT:2,ALP:2,ALT:2,AST:2)@`,
      "abg": `@LABRCNT(FIO2:2,PH:2,PCO2:2,PO2:2,HCO3:2,BE:2)@`,
      "ptinr": `@LABRCNT(PT:2,INR:2)@`,
      "ptt": `@LABRCNT(APTT:2)@`,
      "xauh": `@LABRCNT(ANTIXA:1)@`,
      "xalmwh": `@LABRCNT(ANTIXA:1)@`
    },
    "special": {
      "ts": `@LABRCNT(ABORH:1)@`,
      "poctglu": {
        "minmax": ` @FLOWSTAT(5625:24)@ `,
        "last": ` @FLOW(5625:LAST)@ `
      }
    }
  },
  "io": {
    "in": [],
    "out": [],
    "net": `@IOBRIEF@`,
    "summary": `@IONEO@`
  },
  "meds": {
    "all": `@CMED@`,
    "infusions": `@MEDSINFUSIONS@`,
    "sqh": `@PSTMADM(10181)@`,
    "lmwh30": `@PSTMADM(105899)@`,
    "lmwh40": `@PSTMADM(105900)@`
  },
  "orders": ` @ACTIVEORD@ `,
  "handoff": `<!CDATA[@HNDSUMMARY@]]>`
}
            

© 2022