Rehab Terminology
AROM: Active Range of Motion
PROM: Passive Range of Motion
No warranty is expressed or implied for this information.
MEDITECH Online Reference is not affiliated with MEDITECH, Inc @ http://meditech.com.
C - Complete
NPI Website: http://www.cms.hhs.gov/NationalProvIdentstand/
B - Blood Pressure
Assessments are stored in the MIS Assessments Dictionary.
MIS Spooling Menu:
Pharmacy Sig Times are usually keyed of the MIS Directions Dictionary (\GGW):
1) \GGW[sig code]F[facility most often .DFT]T
2) \GGW[sig code]F[facility most often .DFT]M[PHA or .DFT]T
"Once in the health-care system, 32% of U.S. patients suffered medical mistakes, the highest rate of the seven nations. That could be because the U.S. ranked last when it came to their doctors having access to their medical records at the time of an office visit."
Patient Type:
Schedule Status: DRAFT, HOLD, POSTED & CLOSED.
RAD Requisitions are the primary tool used to communicate image study information between clinical staff and radiology staff.
@number in BAR is the ABS.PAT.account.number
MAR: Main Menu / Dictionaries / Report
CMG: Case Mix Group
Does FS require more robust hardware? Read Cindy's post to the Meditech L on the subject: http://mtusers.blogspot.com/2008/01/meditech-l-no-subject_03.html.
To identify the DPM, Segment, Field & Data Type for a Meditech Client Server field: SHIFT+F9.
Desktop menus fill the screen. They present other desktops, sub-menus and NPR routines.
AFI: After Input Field Check
Patient Centered Systems PCS are used to assess the patient.
The ADD A PROBLEM intervention and screen is used to update the plan of care and plan eval screen.
+ next to an intervention indicates that a screen is attached to that intervention.
SI from the NUR Process Interventions allows you to SELECT INTERVENTIONS by STATUS.
The idea of branching attribute code based on a screen title came about based on the need to execute attribute code on a NUR Document Now screen and not execute attribute code on a NUR Edit Screen. We reviewed the /SLASH file for each screen and found that the screen title variables contained the information needed.
&[Z,@.appl] = /.APPL
To do this on the same page, the basic idea is to put the cursor on the coordinates for that query.
"TEST"^STRING,IF{STRING#L(STRING,"E") 1;2}
I noticed an interesting phenomenon while moving a screen from LIVE to TEST. There was a difference in the queries between LIVE & TEST. I moved the LIVE version back to TEST overwriting the one in TEST. When I checked the screen in the TEST MIS Screen Dictionary, LIVE & TEST were now in synch. When I ran a report against the mis.screen.fields segment in the MIS.SCREEN dpm TEST did not match LIVE. After refiling the screen from TEST, they matched.
When programming screen attributes you can use the local symbol table or the /slash file to store data. The local symbol table is limited to 1K of data. The local symbol table will overflow and crash the screen if you exceed the 1K limit. Since MediTech uses the local symbol table, you have no idea how much data will be stored in the local symbol table.
In MediTech Magic, we have Nil values which are like Null values in the relational database world. A nil value is the absence of a value. If a variable has a nil value, it doesn't even exist.