ORQQVI2 ;SLC/dee- RPC calls to GMRVPCE0, Vitals data event drivers ;2/2/98
Source file <ORQQVI2.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
VALIDATE(ORRETURN,ORQDATA) | ;
; Given the array ORQDATA passed in by PCE Device Interface whose ; format is described in the PCE Device Interface documentation, this ; procedure will validate the Vitals data. If the data is invalid, ; the procedure will return the errors in the form given above. |
|
VALSTORE(ORRETURN,ORQDATA) | ;Calls VALIDATE and if no errors calls STORE
; Given the array ORQDATA passed in by PCE Device Interface whose ; format is described in the PCE Device Interface documentation, this ; procedure will validate the Vitals data. If the data is invalid, ; the procedure will return the errors in the form given above. ; If there are no errors then this procedure will call ; Vitals/Measurements to store the data in the GMRV's ; Patient Measurements (120.5) file. |
|
PREVITAL(ORRETURN,ORVITALS,ORQVIT,ORQDATA) | ;format array for call to Vitlals
|
|
POSTVIT(ORRETURN,ORQVIT,ORVITALS) | ;return errors and warnings
|
|
HELP(ORQLST,ORQTYPE) | ; This procedure will return help for a particular
; measurement type in an array. ; Input ; Variables: ORQTYPE=Type of measurement (abbreviation ; (req.) from PCE Device Interface Specification). ; ORQLST=Array root to store help text in |
|
RATECHK(ORRETURN,ORQTYPE,ORQRATE,ORQUNIT) | ;
; Extrinsic function to validate the ; rate for a particular measurement ; Input ; Variables: ORQTYPE=Type of measurement (abbreviation ; (req.) from PCE Device Interface Specification). ; ORQRATE=Measurement rate to be validated. ; (req.) ; ORQUNIT=Unit of measurement for rate, if specified. ; (opt.) ; Return value: 1 if rate is valid. ; 0 if rate is invalid. |
|
VMTYPES(ORRETURN,ORQTYPE) | ;
; This function returns one if ORQTYPE is a valid type abbrev. ; from the PCE Device Interface Specification. |
RPC Name | Call Tags |
---|---|
ORQQVI2 VITALS HELP | HELP |
ORQQVI2 VITALS RATE CHECK | RATECHK |
ORQQVI2 VITALS VALIDATE | VALIDATE |
ORQQVI2 VITALS VALIDATE TYPE | VMTYPES |
ORQQVI2 VITALS VAL & STORE | VALSTORE |