Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: GMVDCCNV

Package: General Medical Record - Vitals

Routine: GMVDCCNV


Information

GMVDCCNV ;HOIFO/DAD,FT-VITALS COMPONENT: CONVERT UNITS ;9/29/00 09:15

Source Information

Source file <GMVDCCNV.m>

Entry Points

Name Comments DBIA/ICR reference
CNV(GMVALUE,GMVMSYS,GMVOPER,GMVTYPE) ;
; Unit conversion
; Input:
; GMVALUE = The value to be converted
; GMVMSYS = The desired Measurement system
; GMVOPER = The operation taking place (G - Get data, S - Save data)
; GMVTYPE = The Vital Type abbreviation
; Output:
; The measurement expressed in the desired units
TMP(GMVALUE,GMVMSYS,GMVOPER) ;
; Temperature conversion
; Input:
; GMVALUE = The value to be converted
; GMVMSYS = The desired Measurement system
; GMVOPER = The operation taking place (G - Get data, S - Save data)
; Output:
; The measurement expressed in the desired units
LEN(GMVALUE,GMVMSYS,GMVOPER) ;
; Length conversion
; Input:
; GMVALUE = The value to be converted
; GMVMSYS = The desired Measurement system
; GMVOPER = The operation taking place (G - Get data, S - Save data)
; Output:
; The measurement expressed in the desired units
WEI(GMVALUE,GMVMSYS,GMVOPER) ;
; Weight conversion
; Input:
; GMVALUE = The value to be converted
; GMVMSYS = The desired Measurement system
; GMVOPER = The operation taking place (G - Get data, S - Save data)
; Output:
; The measurement expressed in the desired units
CVP(GMVALUE,GMVMSYS,GMVOPER) ;
; Central Venous Pressure conversion
; Input:
; GMVALUE = The value to be converted
; GMVMSYS = The desired Measurement system
; GMVOPER = The operation taking place (G - Get data, S - Save data)
; Output:
; The measurement expressed in the desired units
Info |  Source |  Entry Points