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

Package: PCE Patient Care Encounter

Routine: VSIT


Information

VSIT ;ISD/MRL,RJP,PKR - Visit Tracking ;03/29/2018

Source Information

Source file <VSIT.m>

Entry Points

Name Comments DBIA/ICR reference
EXIT ;
GET(VDT,DFN,PRAM,VSIT) ; find or create a visit
QUIT ; - end of job
; set vsit api
DONE
ADD ; - add to dependency count
; called via cross references on pointer files
  • ICR #1902
    • Status: Active
    • Usage: Controlled Subscription
    SUB ; - subtract from dependency count
    ; called via cross references on pointer files
  • ICR #1902
    • Status: Active
    • Usage: Controlled Subscription
    UPD ;Update Visit File
  • ICR #1901
    • Status: Active
    • Usage: Private
    PKG2IEN(PKG) ;Pass in package name space and
    ; returns pointer to the package in the Package file #9.4
  • ICR #1904
    • Status: Active
    • Usage: Controlled Subscription
    PKG(PKG,VALUE) ;-Entry point to add package to multiple in tracking parameters
  • ICR #1908
    • Status: Active
    • Usage: Private
    PKGON(PKG) ; -- Returns the active flag for the package
    ; 1 the package can create visits
    ; 0 the package cannot create visits
    ; -1 called wrong or could not find package in VT parameters file
  • ICR #1904
    • Status: Active
    • Usage: Controlled Subscription
    IEN2VID(IEN) ; -- Call with Visit IEN and returns the Visit ID
  • ICR #1903
    • Status: Active
    • Usage: Controlled Subscription
    VID2IEN(VID) ; -- Call with Visit's ID and returns the Visit IEN
  • ICR #1903
    • Status: Active
    • Usage: Controlled Subscription
    LOOKUP(IEN,FMT,WITHIEN) ; -- Lookup a visit and return all of its information
  • ICR #1906
    • Status: Active
    • Usage: Controlled Subscription
    SELECTED(DFN,SDT,EDT,HOSLOC,ENCTYPE,NENCTYPE,SERVCAT,NSERVCAT,LASTN) ;
    ; -- Returns selected visits depending on screens passed in.
  • ICR #1905
    • Status: Active
    • Usage: Controlled Subscription
    HISTORIC(IEN) ; -- Returns 1 if it is an Historical visit ("E" in #.07)
    ; 0 if it is not an Historical visit.
    ; -1 if the IEN is bad
  • ICR #1907
    • Status: Active
    • Usage: Private
    MODIFIED(IEN) ;Sets the Date Last Modified (.13) field to NOW
  • ICR #1901
    • Status: Active
    • Usage: Private
    Info |  Source |  Entry Points