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 |  Interaction Calls
Print Page as PDF
Routine: OREV1

Package: Order Entry Results Reporting

Routine: OREV1


Information

OREV1 ;SLC/DAN Event delayed orders set up continued ;1/14/03 11:54

Source Information

Source file <OREV1.m>

Entry Points

Name Comments DBIA/ICR reference
SCR ;Sets DIC("S") for MAS MOVEMENT TYPE field of either file
ACT ;Inactivate or reactivate an event or auto dc rule
FLIP(DA) ;Check status and flip if necessary
SET(MIEN,X) ;add new multiple to activation history
INUSE(MULT) ;determine if location or treating specialty is already in use
CANACT(DA,USED) ;Function returns whether or not an entry can be activated.
INUSEDC() ;Checks AUTO-DC rules for unique movement types
HASREQD() ;Function returns whether entry has required entries or not
CHKTYP(IEN) ;Check type of event and delete fields that are no longer needed based on the event type
ORDERS(ACTION) ; -- Return order numbers to act on, if action chosen first
CANDEL(FILE) ;Determines if event or rule can be deleted
ASKOBS() ;Function to determine if 'except from observation' field should be asked.
DELMUL(FILE,IEN,LOC) ;Delete multiple entries for entry IEN in file FILE stored at location LOC
RELEVNTS(DA) ;Check to see if release event is currently being pointed to

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,NAME," is currently ",$S(STAT:"IN",1:"")_"ACTIVE."
  • Line Location: FLIP+5
Function Call: WRITE
  • Prompt: !!,"There are delayed orders awaiting release that are associated with this event.",!,"This event, even if inactivated, will still be applied to these delayed orders.",!!
  • Line Location: FLIP+6
Function Call: WRITE
  • Prompt: !!,"Inactivating auto-dc rules takes effect immediately.",!
  • Line Location: FLIP+7
Function Call: WRITE
  • Prompt: !,"Nothing changed!"
  • Line Location: FLIP+31
Function Call: WRITE
  • Prompt: !,NAME," is now "_$S(STAT:"",1:"IN")_"ACTIVATED!"
  • Line Location: FLIP+32
Function Call: WRITE
  • Prompt: !!,"Enter item number to edit or press enter to create a new entry"
  • Line Location: ORDERS+3
Function Call: WRITE
  • Prompt: !,">>>Too many entries selected, try using smaller ranges"
  • Line Location: ORDERS+7
Function Call: WRITE
  • Prompt: !,"< Can't delete this event because file 100.2 is pointing to it > "
  • Line Location: CANDEL+6
Function Call: WRITE
  • Prompt: !,"< Can't delete parent events that have children > "
  • Line Location: CANDEL+7
Function Call: WRITE
  • Prompt: !,"< Can't delete event because parameters are pointing to it > "
  • Line Location: CANDEL+15
Function Call: WRITE
  • Prompt: !,"< Can't delete this rule because file 100.2 is pointing to it > "
  • Line Location: CANDEL+18
Info |  Source |  Entry Points |  Interaction Calls