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

Package: Health Level Seven

Routine: HLFNC


Information

HLFNC ;AISC/SAW/OAK-OIFO/RBN-Routine of Functions and Other Calls Used for HL7 Messages ;03/26/2008 11:34

Source Information

Source file <HLFNC.m>

Entry Points

Name Comments DBIA/ICR reference
HLNAME(X,HLECDE) ;Convert a name in DHCP format to HL7 format
; INPUT: X - Name in DHCP format
; Optional - HLECDE - HL7 encoding chars
  • ICR #10106
    • Status: Active
    • Usage: Supported
    FMNAME(X,HLECDE) ;Convert a name in HL7 format to DHCP format
    ; INPUT: X - Name in HL7 format
    ; Optional - HLECDE - HL7 encoding chars
  • ICR #10106
    • Status: Active
    • Usage: Supported
    HLDATE(X,Y) ;Convert date, date/time or time only in FM format to HL7 format
  • ICR #10106
    • Status: Active
    • Usage: Supported
    FMDATE(X) ; Convert a date, date/time or time only in HL7 format to FM format
  • ICR #10106
    • Status: Active
    • Usage: Supported
    M10(X,HLECDE) ; M10 check digit scheme
    ; INPUT : X - ID number
    ; Optional HLECDE - Encoding chars
  • ICR #10106
    • Status: Active
    • Usage: Supported
    M11(X,HLECDE) ; M11 check digit scheme
    ; INPUT : X - ID number
    ; Optional HLECDE - Encoding chars
  • ICR #10106
    • Status: Active
    • Usage: Supported
    OLDM10(X,HLECDE) ;Calculate M10 checksum
    ; INPUT : X - String to calc checksum
    ; Optional HLECDE - Encoding chars
    OLDM11(X,HLECDE) ;Calculate M11 checksum
    ; INPUT : X - String to calc checksum
    ; Optional HLECDE - Encoding chars
    UPPER(X) ;Convert lowercase letters to uppercase
  • ICR #10106
    • Status: Active
    • Usage: Supported
    HLPHONE(X,B,C) ;Convert DHCP Phone Number to HL7 Format
  • ICR #10106
    • Status: Active
    • Usage: Supported
    HLADDR(AD,GL,HLECDE) ;Convert DHCP address fields to HL7 address format
  • ICR #10106
    • Status: Active
    • Usage: Supported
    Info |  Source |  Entry Points