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

Package: Health Summary

Routine: GMTSOBT


Information

GMTSOBT ; SLC/KER - HS Object - Time and Type ; 01/06/2003

Source Information

Source file <GMTSOBT.m>

Entry Points

Name Comments DBIA/ICR reference
TP ; Time Period
TH ; Time Help
TIM(X) ; Input Transform for Time
TYPE(I) ; Select Type
; Uses Fileman's DIC variables for Lookup
TY2 ; Prompt for Type
RP(TYPE,OBJ) ; Report Period
; Input TYPE Required, Health Summary Type IEN
; OBJ Optional, Health Summary Object IEN
RT(X) ; Report Period or Time Limits
; Input X IEN or Health Summary Type
RTH(X) ; Report Period or Time Limits Help
; Input X IEN or Health Summary Type
RTA(X) ; Report Period or Time Limit DIR(A)
LS(X) ; List Structure
TA(X) ; Time Limits Applicable
TRIM(X) ; Trim Spaces
XY(I) ; Set X and Y Variables
ATTR ; Set Screen Attributes
KATTR ; Kill Screen Attributes

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: " ",GMTSX
  • Line Location: TP+7
Function Call: WRITE
  • Prompt: !," Enter a time limit for the Health Summary report/object. It"
  • Line Location: TH+2
Function Call: WRITE
  • Prompt: !," must be in the format of a numeric time length and an alpha"
  • Line Location: TH+3
Function Call: WRITE
  • Prompt: !," time unit, and can not exceed 5 characters. If no time unit"
  • Line Location: TH+4
Function Call: WRITE
  • Prompt: !," is provided, then the time unit will be set to Days (D), i.e.,"
  • Line Location: TH+5
Function Call: WRITE
  • Prompt: !," "
  • Line Location: TH+6
Function Call: WRITE
  • Prompt: !,$G(BOLD)," 11, 2D, 4D, 6W, 18W, 3M, 6M, 1Y",$G(NORM)
  • Line Location: TH+7
Function Call: WRITE
  • Prompt: !
  • Line Location: TY2+6
Function Call: WRITE
  • Prompt: !
  • Line Location: RP+12
Function Call: WRITE
  • Prompt: " ",GMTSX
  • Line Location: RP+14
Function Call: WRITE
  • Prompt: !
  • Line Location: RT+5
Function Call: WRITE
  • Prompt: !
  • Line Location: RTH+2
Function Call: WRITE
  • Prompt: !," Entering a new TIME LIMIT for the Health Summary Object will "
  • Line Location: RTH+4
Function Call: WRITE
  • Prompt: !," overwrite the TIME LIMITS set the for individual components. "
  • Line Location: RTH+5
Function Call: WRITE
  • Prompt: !," It must be alpha numeric and can not exceed 5 characters."
  • Line Location: RTH+6
Function Call: WRITE
  • Prompt: !," Examples: ",$G(BOLD),"3D, 6W, 3M, 1Y",$G(NORM)
  • Line Location: RTH+7
Function Call: WRITE
  • Prompt: !," Example of Health Summary Type component ",$G(BOLD),"TIME LIMITS",$G(NORM),!
  • Line Location: LS+10
Function Call: WRITE
  • Prompt: !,?9,"Abbr",?15,"Component Name",?45,"Max Occurrences",?62,$G(BOLD),"Time Limits",$G(NORM)
  • Line Location: LS+11
Function Call: WRITE
  • Prompt: !,?9,"----------------------------------------------------------------"
  • Line Location: LS+12
Function Call: WRITE
  • Prompt: !,?9,GMTSAB,?15,GMTSNM,?49,$J(GMTSOL,4),?63,$G(BOLD),$J(GMTSTL,5),$G(NORM)
  • Line Location: LS+13
Info |  Source |  Entry Points |  Interaction Calls