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

Package: VA FileMan

Routine: DICL


Information

DICL ;SEA/TOAD,SF/TKW-VA FileMan: Lookup: Lister ;28APR2012

Source Information

Source file <DICL.m>

Entry Points

Name Comments DBIA/ICR reference
LIST(DIFILE,DIFIEN,DIFIELDS,DIFLAGS,DINUMBER,DIFROM,DIPART,DINDEX,DISCREEN,DIWRITE,DILIST,DIMSGA,DIC) ;
; ENTRY POINT--return a list of entries from a file
; (Note: DIC parameter only passed if called from ^DICQ)
IN ; Entry point from LIST^DIC
INPUT ; Validate input parameters
OUTPUT ; Establish output file name, starting output subscript no.
FILE ; Validate file number and IENS.
CHECKS ;
IXANDID ; Gather information about index and field data to be returned.
IXNAME ; Set default index name if null.
BADQ
BRANCH ; Continue on to actual search.
DINDEX(DIFILE,DIFLAGS) ; Set DINDEX to index name for KEY. Also called at top of ^DIC & by DICF & DICF2
ERROUT
OUT
Info |  Source |  Entry Points