GMVDCCNV ;HOIFO/DAD,FT-VITALS COMPONENT: CONVERT UNITS ;9/29/00 09:15
Source file <GMVDCCNV.m>
| Package | Total | Caller Graph |
|---|---|---|
| General Medical Record - Vitals | 4 | GMVDCCHK GMVDCEXT GMVDCRPC GMVDCVAL |
| Name | Comments | DBIA/ICR reference |
|---|---|---|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
| Name | Line Occurrences |
|---|---|
| $$CVP | CNV+12 |
| $$LEN | CNV+13 |
| $$TMP | CNV+10 |
| $$WEI | CNV+11 |
| >> | Not killed explicitly |
| * | Changed |
| ! | Killed |
| ~ | Newed |
| Name | Field # of Occurrence |
|---|---|
| GMVALUE | CNV~, CNV+9, CNV+10*, CNV+11*, CNV+12*, CNV+13*, CNV+15, TMP~, TMP+12*, TMP+14 , LEN~, LEN+12*, LEN+14, WEI~, WEI+12*, WEI+14, CVP~, CVP+9*, CVP+10*, CVP+12 |
| GMVFR | TMP+9~, TMP+10*, TMP+11*, TMP+12, LEN+9~, LEN+10*, LEN+11*, LEN+12, WEI+9~, WEI+10* , WEI+11*, WEI+12 |
| GMVMSYS | CNV~, CNV+9, CNV+10, CNV+11, CNV+12, CNV+13, TMP~, TMP+8, LEN~, LEN+8 , WEI~, WEI+8, CVP~, CVP+8 |
| GMVOPER | CNV~, CNV+9, CNV+10, CNV+11, CNV+12, CNV+13, TMP~, TMP+10, TMP+11, LEN~ , LEN+10, LEN+11, WEI~, WEI+10, WEI+11, CVP~, CVP+9, CVP+10 |
| GMVTO | TMP+9~, TMP+10*, TMP+11*, TMP+12, LEN+9~, LEN+10*, LEN+11*, LEN+12, WEI+9~, WEI+10* , WEI+11*, WEI+12 |
| GMVTYPE | CNV~, CNV+9, CNV+10, CNV+11, CNV+12, CNV+13 |
| U | CNV+10, CNV+11, CNV+12, CNV+13 |