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
Print Page as PDF
Routine: VAFHLZEL

Package: Registration

Routine: VAFHLZEL


Information

VAFHLZEL ;ALB/ESD,KCL,SCK,JRP - Creation of ZEL segment ; 11/23/99

Source Information

Source file <VAFHLZEL.m>

Entry Points

Name Comments DBIA/ICR reference
EN(DFN,VAFSTR,VAFNUM) ; This function call has been left for backwards
; compatability and is superceeded by EN1^VAFHLZEL. This function
; call is designed to build the HL7 ZEL segment. This segment contains
; VA-specific patient eligibility data. Because a patient can have
; more than eligibility, the ZEL segment for the patient's primary
; eligibility will be the output of the function call and all other
; eligibilities will be returned in the array VAFZEL. Because this
; call was not designed to accomodate a segment length greater than
; 245, sequence numbers 1 to 24 are the only fields supported.
  • ICR #752
    • Status: Active
    • Usage: Controlled Subscription
    EN1(DFN,VAFSTR,VAFNUM,VAFZEL) ; This procedure call is designed to build the
    ; HL7 ZEL segment. This segment contains VA-specific patient
    ; eligibility data. Because a patient can have more than eligibility,
    ; the ZEL segment(s) will be returned in the array VAFZEL. This call
    ; superceeds $$EN^VAFHLZEL because it accomodates a segment length
    ; greater than 245.
  • ICR #752
    • Status: Active
    • Usage: Controlled Subscription
    MAKESEG ;Make segment using obtained data
    Info |  Source |  Entry Points