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

Package: Scheduling

Routine: SDQ


Information

SDQ ;ALB/MJK - Query Object Methods ;8/12/96

Source Information

Source file <SDQ.m>

Entry Points

Name Comments DBIA/ICR reference
OPEN(SDQ,SDERR) ; -- SDQ OPEN [API ID: 79]
  • ICR #2548
    • Status: Active
    • Usage: Supported
    OPENQ
    CLOSE(SDQ,SDERR) ; -- SDQ CLOSE [API ID: 80]
  • ICR #2548
    • Status: Active
    • Usage: Supported
    CLOSEQ
    CREATE(SDQ,SDQNAME,SDERR) ; -- query class level method for CREATE
    STORE(SDQUERY,SDSTORE) ; -- decide whether to use a local or global
    DESTROY(SDQ) ; -- query class level method for DESTROY
    KILL ; -- kill class and ien list globals
    PAT(SDQ,SDFN,SDACT,SDERR) ; -- SDQ PATIENT [API ID: 81]
  • ICR #2548
    • Status: Active
    • Usage: Supported
    GETPAT(SDQ,SDERR) ; -- get patient property [API ID: 1xx]
    ; -- not supported
    DATE(SDQ,SDBEG,SDEND,SDACT,SDERR) ; -- SDQ DATE RANGE [API ID: 82]
  • ICR #2548
    • Status: Active
    • Usage: Supported
    GETDATE(SDQ,SDERR) ; -- get date range property [API ID: 1xx]
    ; -- not supported
    FILTER(SDQ,SDFIL,SDACT,SDERR) ; -- SDQ FILTER [API ID: 83]
  • ICR #2548
    • Status: Active
    • Usage: Supported
    GETFIL(SDQ,SDERR) ; -- get filter property [API ID: 1xx]
    ; -- not supported
    VISIT(SDQ,SDVST,SDACT,SDERR) ; -- SDQ VISIT [API ID: 84]
  • ICR #2548
    • Status: Active
    • Usage: Supported
    GETVISIT(SDQ,SDERR) ; -- get visit property [API ID: 1xx]
    ; -- not supported
    INDEX(SDQ,SDIDX,SDACT,SDERR) ; -- SDQ INDEX NAME [API ID: 85]
  • ICR #2548
    • Status: Active
    • Usage: Supported
    GETINDEX(SDQ,SDERR) ; -- get index property [API ID: 1xx]
    ; -- not supported
    ACTIVE(SDQ,SDSTAT,SDACT,SDERR) ; -- SDQ ACTIVE STATUS [API ID: 88]
  • ICR #2548
    • Status: Active
    • Usage: Supported
    GETACT(SDQ,SDERR) ; -- activate query [API ID: 1xx]
    ; -- not supported
    REFRESH(SDQ,SDERR) ; -- SDQ REFRESH [API ID: 94]
  • ICR #2548
    • Status: Active
    • Usage: Supported
    SCAN(SDQ,SDIR,SDERR) ; -- SDQ SCAN [API ID: 99]
  • ICR #2548
    • Status: Active
    • Usage: Supported
    SCANCB(SDQ,SDCB,SDACT,SDERR) ; -- SDQ SCAN CALLBACK [API ID: 100]
  • ICR #2548
    • Status: Active
    • Usage: Supported
    NEXT(SDQ,SDERR) ; -- SDQ NEXT [API ID: 92]
  • ICR #2548
    • Status: Active
    • Usage: Supported
    PRIOR(SDQ,SDERR) ; -- SDQ PRIOR [API ID: 93]
  • ICR #2548
    • Status: Active
    • Usage: Supported
    FIRST(SDQ,SDERR) ; -- SDQ FIRST [API ID: 90]
  • ICR #2548
    • Status: Active
    • Usage: Supported
    LAST(SDQ,SDERR) ; -- SDQ LAST [API ID: 91]
  • ICR #2548
    • Status: Active
    • Usage: Supported
    EOF(SDQ,SDERR) ; -- SDQ EOF [API ID: 86]
  • ICR #2548
    • Status: Active
    • Usage: Supported
    BOF(SDQ,SDERR) ; -- SDQ BOF [API ID: 87]
  • ICR #2548
    • Status: Active
    • Usage: Supported
    COUNT(SDQ,SDERR) ; -- SDQ COUNT [API ID: 89]
  • ICR #2548
    • Status: Active
    • Usage: Supported
    GETENTRY(SDQ,SDERR) ; -- SDQ GET CURRENT ENTRY ID [API ID: 95]
  • ICR #2548
    • Status: Active
    • Usage: Supported
    Info |  Source |  Entry Points