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

Package: Kernel

Routine: XUAF4


Information

XUAF4 ;ISC-SF/RWF/RAM - Institution file access. ;12/03/2019 08:07

Source Information

Source file <XUAF4.m>

Entry Points

Name Comments DBIA/ICR reference
PARENT(ROOT,CHILD,ASSO) ;sr. Return array of IEN's of parents
  • ICR #2171
    • Status: Active
    • Usage: Supported
    CHILDREN(ROOT,PAR,ASSO,XUAC) ;sr. Return the children
  • ICR #2171
    • Status: Active
    • Usage: Supported
    SIBLING(ROOT,CHILD,ASSO) ;sr. Return the siblings
  • ICR #2171
    • Status: Active
    • Usage: Supported
    NNT(%) ;ef.sr. Return Name, Station Number, ASSO
  • ICR #2171
    • Status: Active
    • Usage: Supported
    LKUP(%) ;ef.sr. Resolve a value into IEN
  • ICR #2171
    • Status: Active
    • Usage: Supported
    STATUS(%) ;Get the status of a IEN
    TYPE(%) ;Lookup a Faclity TYPE in file 4.1
    ASSO(%) ;Lookup an Asso
    NS(IEN) ;ef.sr. Return name and station #
  • ICR #2171
    • Status: Active
    • Usage: Supported
    WHAT(IEN,FLD) ;ef.sr. Field to return
  • ICR #2171
    • Status: Active
    • Usage: Supported
    CIRN(%1,%2) ;ef.sr. Is this a CIRN Enables inst.
  • ICR #2171
    • Status: Active
    • Usage: Supported
    IEN(STA) ;return IEN for a station number
  • ICR #2171
    • Status: Active
    • Usage: Supported
    STA(IEN) ;return station number for an IEN
  • ICR #2171
    • Status: Active
    • Usage: Supported
    TF(IEN) ;active treating facility? (1=YES,0=NO)
  • ICR #2171
    • Status: Active
    • Usage: Supported
    RT(IEN) ;realigned to
    RF(IEN) ;realigned from
    O99(IEN) ;returns pointer to new station number IEN
  • ICR #2171
    • Status: Active
    • Usage: Supported
    LEGACY(STA) ; -- legacy station number (1=yes; 0=no)
  • ICR #2171
    • Status: Active
    • Usage: Supported
    PRNT(STA) ; -- parent facility
  • ICR #2171
    • Status: Active
    • Usage: Supported
    NAME(IEN) ; -- Official Name
  • ICR #2171
    • Status: Active
    • Usage: Supported
    ACTIVE(IEN) ; -- active facility (1=active, 0=inactive)
  • ICR #2171
    • Status: Active
    • Usage: Supported
    PADD(IEN) ; -- physical address (street addr^city^state^zip)
  • ICR #2171
    • Status: Active
    • Usage: Supported
    HPADD(IEN,XUEDT) ; -- historical physical address based on effective date
  • ICR #2171
    • Status: Active
    • Usage: Supported
    MADD(IEN) ; -- mailing address (street addr^city^state^zip)
  • ICR #2171
    • Status: Active
    • Usage: Supported
    F4(STA,ARRAY,FLAG,ONDT) ;File #4 multipurpose API
  • ICR #2171
    • Status: Active
    • Usage: Supported
    IDT(IEN) ; inactive date
    SCRN() ;sreen IEN
    LOOKUP ; -- lookup an enty by coding system / ID pair
  • ICR #2171
    • Status: Active
    • Usage: Supported
    IDX(CDSYS,ID) ; -- return IEN for a given coding system / ID pair
  • ICR #2171
    • Status: Active
    • Usage: Supported
    ID(CDSYS,IEN) ; returns the ID for a given coding system / IEN
  • ICR #2171
    • Status: Active
    • Usage: Supported
    CDSYS(Y) ; coding systems
  • ICR #2171
    • Status: Active
    • Usage: Supported
    LCDSYS(Y) ; list coding systems
    BNIEN(IEN) ; -- Billing Facility Name - Internal Entry Number
  • ICR #2171
    • Status: Active
    • Usage: Supported
    BNSTA(STA) ; -- Billing Facility Name - Station Number
  • ICR #2171
    • Status: Active
    • Usage: Supported
    CERNER(STA) ; Check if a facility has been converted to CERNER
    ; Take in STA = Station number
    ; Return -1 for invalid station number
    ; Return 1 for CERNER station
  • ICR #2171
    • Status: Active
    • Usage: Supported
    Info |  Source |  Entry Points