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 |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: HDISVF02

Package: Health Data and Informatics

Routine: HDISVF02


Information

HDISVF02 ;BPFO/JRP - FILE UTILITIES/API;12/20/2004

Source Information

Source file <HDISVF02.m>

Entry Points

Name Comments DBIA/ICR reference
GETTYPE(SYSPTR) ;Get value of SYSTEM TYPE field (#.02)
; Input : SYSPTR - Pointer to HDIS System file
; (default to current system)
SETTYPE(VALUE,SYSPTR) ;Set value of SYSTEM TYPE field (#.02)
; Input : VALUE - New value (internal or external)
; : SYSPTR - Pointer to HDIS System file
; (default to current system)
GETVFAIL(SYSPTR) ;Get value of DISABLE VUID ACTIVITY field (#11)
; Input : SYSPTR - Pointer to HDIS System file
; (default to current system)
SETVFAIL(VALUE,SYSPTR) ;Set value of DISABLE VUID ACTIVITY field (#11)
; Input : VALUE - New value (internal or external)
; : SYSPTR - Pointer to HDIS System file
; (default to current system)
GETVLOC(SYSPTR) ;Get value of VUID SERVER LOCATION field (#12)
; Input : SYSPTR - Pointer to HDIS System file
; (default to current system)
SETVLOC(VALUE,SYSPTR) ;Set value of VUID SERVER LOCATION field (#12)
; Input : VALUE - New value (internal or external)
; : SYSPTR - Pointer to HDIS System file
; (default to current system)
GETVCON(SYSPTR) ;Get value of VUID SERVER CONNECTION TYPE field (#13)
; Input : SYSPTR - Pointer to HDIS System file
; (default to current system)
SETVCON(VALUE,SYSPTR) ;Set value of VUID SERVER CONNECTION TYPE field (#13)
; Input : VALUE - New value (internal or external)
; : SYSPTR - Pointer to HDIS System file
; (default to current system)
GETVSRV(SYSPTR) ;Get value of VUID SERVER OPTION field (#21)
; Input : SYSPTR - Pointer to HDIS System file
; (default to current system)
SETVSRV(VALUE,SYSPTR) ;Set value of VUID SERVER OPTION field (#21)
; Input : VALUE - New value (internal or external)
; : SYSPTR - Pointer to HDIS System file
; (default to current system)
SET(FILE,FIELD,IENS,VALUE,XTRNL) ;Store value into a field
; Input : FILE - File number
; FIELD - Field number
; IENS - IENS of entry
; VALUE - Value to store
; XTRNL - Flag indicating if VALUE is in external format
; 1 = Yes (external) 0 = No (internal) (default)
GET(FILE,FIELD,IENS,HOW,OUTPUT) ;Get value for a field
; Input : FILE - File number
; FIELD - Field number
; IENS - IENS of entry
; HOW - Flag indicating how value should be returned
; I - Return internal value
; E - Return external value
; B - Return internal and external value
; OUTPUT - Output array (pass by reference - dot notation)
; Only set if HOW = B (both)
; OUTPUT("I") = Internal value
; OUTPUT("E") = External value

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^HDISF(7118.29 - [#7118.29] CHK^DIE
Info |  Source |  Entry Points |  FileMan Files Accessed Via FileMan Db Call