GMVGETC ;HOIFO/FT-GET CATEGORY INFORMATION ;2/26/07 15:32
Source file <GMVGETC.m>
Package | Total | Call Graph |
---|---|---|
General Medical Record - Vitals | 1 | ($$FIELD,$$UPPER)^GMVGETVT |
VA Fileman | 1 | $$GET1^DIQ |
Package | Total | Caller Graph |
---|---|---|
General Medical Record - Vitals | 1 | GMVGETQL |
Name | Comments | DBIA/ICR reference |
---|---|---|
FIELD(GMVIEN,GMVFIELD,GMVFMT) | ; Returns the FILE 120.53 value
; Input: GMVIEN = File 120.53 internal entry number (required) ; GMVFIELD = field you want (required) ; 1 = Name (.01) ; 2 = VUID (99.99) ; 3 = Master Entry For VUID (99.98) ; GMVFMT = return internal or external value (optional) ; I for Internal, E for External ; default is E ; Output: field value or -1 if there is an error |
|
VT(RESULT,GMVIEN) | ; Returns the vital types (field #1) values
; Input: RESULT = Array name to return data in (required) ; GMVIEN = File 120.53 internal entry number (required) ; Output: RESULT(0)=piece1 ; RESULT(n)=piece2^piece3 |
|
GETIEN(GMVX,GMVY) | ; Returns the qualifier IEN
; Input: GMVX - File 120.53 look up value (required) ; GMVY - index type (required) ; 1 - Name (.01) ; 2 - VUID (99.99) ; Output: File 120.53 internal entry number, ; or null if not found, ; or -1 if there is an error |
FileNo | Call Tags |
---|---|
^GMRD(120.53 - [#120.53] | GET1^DIQ |
Name | Line Occurrences (* Changed, ! Killed) |
---|---|
^GMRD(120.53 - [#120.53] | GETIEN+11, GETIEN+12, VT+15, VT+16 |
>> | Not killed explicitly |
* | Changed |
! | Killed |
~ | Newed |
Name | Field # of Occurrence |
---|---|
GMVCNT | VT+11~, VT+13*, VT+22*, VT+23, VT+25 |
GMVFIELD | FIELD~, FIELD+12, FIELD+16, FIELD+17, FIELD+18 |
GMVFMT | FIELD~, FIELD+13*, FIELD+14*, FIELD+15*, FIELD+16, FIELD+17, FIELD+18 |
GMVIEN | FIELD~, FIELD+11, FIELD+16, FIELD+17, FIELD+18, GETIEN+8~, VT~, VT+14, VT+15, VT+16 |
GMVLOOP | VT+11~, VT+13*, VT+15*, VT+16 |
GMVNODE | VT+11~, VT+16*, VT+17, VT+18 |
GMVVTE | VT+11~, VT+20*, VT+21, VT+23 |
GMVVTI | VT+11~, VT+18*, VT+19, VT+20, VT+23 |
GMVX | GETIEN~, GETIEN+9, GETIEN+11, GETIEN+12 |
GMVY | GETIEN~, GETIEN+10, GETIEN+11, GETIEN+12 |
RESULT | VT~ |
RESULT( | VT+23* |
RESULT(0 | VT+13*, VT+25* |
U | VT+18, VT+23 |