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 |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: DGENEGT

Package: Registration

Routine: DGENEGT


Information

DGENEGT ;ALB/KCL/RGL - Enrollment Group Threshold API's ; 11/20/03 3:39pm

Source Information

Source file <DGENEGT.m>

Entry Points

Name Comments DBIA/ICR reference
LOCK(IEN) ;
; Description: Used to lock the ENROLLMENT GROUP THRESHOLD record.
UNLOCK(IEN) ;
; Description: Used to unlock the ENROLLMENT GROUP THRESHOLD record.
FINDCUR(ENRDT) ;
; Description: Used to find a record in the ENROLLMENT GROUP THRESHOLD file.
GET(EGTIEN,DGEGT) ;
; Description: Used to obtain a record in the ENROLLMENT GROUP THRESHOLD file. The values will be returned in the DGEGT() array.
STORE(DGEGT,ERROR,CHKFLG) ;
; Description: Creates a new entry in the ENROLLMENT GROUP THRESHOLD file.
UPDATE(EGTIEN,DGEGT,ERROR) ;
; Description: Updates an Enrollment Group Threshold record in the
; ENROLLMENT GROUP THRESHOLD file. This function locks the Enrollment
; Group Threshold record and releases the lock when the update is
; complete.
DELETE(EGTIEN) ; Description: This function will delete a record in the ENROLLMENT GROUP THRESHOLD file.
VALID(DGEGT,ERROR) ;
; Description: Performs validation checks on ENROLLMENT GROUP THRESHOLD record contained in the DGEGT array.
TESTVAL(SUB,VAL) ; Description: Used to determine if a field value is valid.
FIELD(SUB) ; Description: Used to determine the field number for a given subscript in the EGT array.
INACT(EGTIEN,OLDIEN,DGEGT) ;inactivate EGT settings that are currently not in effect

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^DGEN(27.16 - [#27.16] Classic Fileman Calls,  CHK^DIE,  EXTERNAL^DILFD,  GET1^DID
Info |  Source |  Entry Points |  FileMan Files Accessed Via FileMan Db Call