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 |  Interaction Calls
Print Page as PDF
Routine: RGFIU

Package: Clinical Information Resource Network

Routine: RGFIU


Information

RGFIU ;ALB/CJM-MPI/PD NDBI MERGE UTILITY (CONTINUED) ;08/27/99

Source Information

Source file <RGFIU.m>

Entry Points

Name Comments DBIA/ICR reference
STATNUM(IEN) ;
UPD(FILE,RGDA,DATA,ERROR) ;File data into an existing record.
; Input:
; FILE - File or sub-file number
; RGDA - New name for traditional DA array, with same meaning.
; Pass by reference.
; DATA - Data array to file (pass by reference)
; Format: DATA(<field #>)=<value>
GETFIELD(FILE,FIELD,RGDA,ERROR,EXT) ;Get field value from an existing record.
; Input:
; FILE - File or sub-file number
; RGDA - New name for traditional DA array, with same meaning.
; Pass by reference.
; FIELD - Field for which value is needed
; EXT - (optional) If $G(EXT) then returns the external display form of the value
; Output:
; Function Value - field value in internal format,"" if an error was encountered
; ERROR - optional error message - if needed, pass by reference
DELETE(FILE,RGDA,ERROR) ;Delete an existing record.
; Input:
; FILE - File or sub-file number
; RGDA - New name for traditional DA array, with same meaning.
; Pass by reference.
ADD(FILE,RGDA,DATA,ERROR,IEN) ;
TESTVAL(FILE,FIELD,VALUE) ;
GETLINK(INSTIEN) ;
ASKYESNO(PROMPT,DEFAULT) ;
EXC(RGEXC,RGERR,RGDFN,RGMSGID,RGSITE) ;
SSN(DFN) ;
NAME(DFN) ;
ICN(DFN) ;Return patient ICN
DFN(ICN) ;Return patient IEN
MPINODE(DFN) ;
GETALL(DFN,MPIDATA) ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"DONE"
  • Line Location: UPD+14
Function Call: WRITE
  • Prompt: !,"DONE"
  • Line Location: DELETE+12
Function Call: WRITE
  • Prompt: !,"DONE"
  • Line Location: ADD+18
Function Call: WRITE
  • Prompt: !,"DONE"
  • Line Location: ADD+21
Info |  Source |  Entry Points |  Interaction Calls