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

Package: Text Integration Utility

Routine: TIURA1


Information

TIURA1 ; SLC/JER - Review screen actions ;3/5/01

Source Information

Source file <TIURA1.m>

Entry Points

Name Comments DBIA/ICR reference
ADDEND ; Make addenda
ADDEND1 ; Single record Addendum
; Receives TIUDA
NAME ; Identify signer(s)
NAMEX ; Revise list and cycle back as appropriate
SIGNER ; Link selected document to additional signers
; Receives TIUDA as pointer to document record
MAYCHNG(TIUDA) ; Boolean function - can cosigner be modified?
CHNGCSNR(DA) ; Change the expected cosigner
CHNGAGN
PERSEL(TIUY,TIUDA) ; Select a person
SCREEN(TIUDA,Y) ; Evaluate whether a person may be selected as a signer
SCREENX
ENCNTR ; Enter/edit encounter data on demand
ENCNTX ; Revise list and cycle back as appropriate
CHARTANY(VALMY) ; Can any of the selected items be printed for the chart?
CHARTONE(TIUDA) ; Can this document be printed for the chart?

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Making an addendum for #",+TIUDATA
  • Line Location: ADDEND+8
Function Call: WRITE
  • Prompt: !!,$C(7),"Ok, no harm done...",!
  • Line Location: ADDEND+12
Function Call: WRITE
  • Prompt: !,"No Documents selected."
  • Line Location: ADDEND1+5
Function Call: WRITE
  • Prompt: !!,$C(7),"Ok, no harm done...",!
  • Line Location: NAME+11
Function Call: WRITE
  • Prompt: !!,$C(7),$P(TIUCANID,U,2),!
  • Line Location: SIGNER+10
Function Call: WRITE
  • Prompt: !,"This Document Already has Additional Expected Signers."
  • Line Location: SIGNER+14
Function Call: WRITE
  • Prompt: !,$$SIGNAME^TIULS(+TIULIST(TIUI))," Added as expected signer..."
  • Line Location: SIGNER+28
Function Call: WRITE
  • Prompt: !,"You may change the expected cosigner, if you wish...",!
  • Line Location: CHNGCSNR+2
Function Call: WRITE
  • Prompt: !,$C(7)," Response Required."
  • Line Location: CHNGAGN+1
Function Call: WRITE
  • Prompt: !!,"Specify other practitioners whose signatures will be expected:",!
  • Line Location: PERSEL+2
Function Call: WRITE
  • Prompt: !
  • Line Location: PERSEL+9
Function Call: WRITE
  • Prompt: !!,$C(7),"Ok, no harm done...",!
  • Line Location: ENCNTR+11
Info |  Source |  Entry Points |  Interaction Calls