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: DGRP6CL1

Package: Registration

Routine: DGRP6CL1


Information

DGRP6CL1 ;ALB/TMK - REGISTRATION SCREEN 6 FLDS Conflict loc (cont) ; 09/15/2005

Source Information

Source file <DGRP6CL1.m>

Entry Points

Name Comments DBIA/ICR reference
DELCFL(DFN) ; Delete all existing OEF/OIF episodes for a patient
; DFN = patient ien
EDCFL(DFN,IEN,VEDIT) ; Edit OEF/OIF conflict from/to dates only or delete entry
ADDCFL(DFN,DGY,DGCONF,SRC) ; Add a new OEF/OIF conflict entry
; DFN = patient ien
; DGY = 1 for OIF, 2 for OEF, 3 for UNKNOWN OEF/OIF
; DGCONF = the conflict record being added (OEF/OIF/ UNKNOWN OEF/OIF)
; SRC = 1 if HEC data (locked) or 0 if site entered
; If SRC is passed by reference, it must contain the values needed
; to 'stuff' a new record into the file at the fld # subscript level
; SRC(.02)=from dt SRC(.03)=to dt SRC(.04)=1 if HEC source of data
; SRC("OK") is returned as 1 if filing was successful or as the
; reason why the data was not filed if unsuccessful
CKDT(DGCONF,DGMSE,DGPOSS) ; Check dates for conflict in DGCONF(DGCONF)=
; fr date^to date are valid against military service episodes (DGMSE)
; for the patient and if no dates, if the MSE's would support that
; conflict being entered.
; Assume DFN exists
; FUNCTION returns
; DGCONF(DGCONF,1)=1 if MSE inconsistency found,0 if none
; Also returns DGPOSS(DGCONF) if patient has no dates for the
; conflict, but the MSE's indicate entry of the conflict would
; not be inconsistent.
NOCHG ;Only from,to dates can be chged on locally entered OEF/OIF conflict data
HELP(SET) ;Help text for reader prompt for conflict to add/edit/delete
LOOPCNF(DGCONF,DGPOSS,DIR) ; Loop thru non-OEF/OIF conflicts
; DGCONF,DGPOSS = arrays from DGRP6CL containing conflict data
; Returns DIR array for screen display of conflicts

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"WARNING - THIS CONFLICT IS INCONSISTENT WITH MILITARY SERVICE DATA",!
  • Line Location: EDCFL+2
Function Call: WRITE
  • Prompt: !!,"Adding NEW "_DGCONF_" conflict data ...",!
  • Line Location: ADDCFL+17
Function Call: WRITE
  • Prompt: !
  • Line Location: NOCHG+2
Function Call: WRITE
  • Prompt: !
  • Line Location: NOCHG+2
Function Call: WRITE
  • Prompt: !!,"Those conflicts with a number enclosed in brackets ""[]"" are valid",!,"for the veteran while those enclosed in arrows ""<>"" are not.",!
  • Line Location: HELP+2
Function Call: WRITE
  • Prompt: !,$J("",5),"Select one of the following:",!
  • Line Location: HELP+3
Function Call: WRITE
  • Prompt: !,$J("",15),$E($P(Z0,":")_$J("",10),1,10)_$P(Z0,":",2)
  • Line Location: HELP+4
Function Call: WRITE
  • Prompt: !
  • Line Location: HELP+5
Info |  Source |  Entry Points |  Interaction Calls