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

Package: Virtual Patient Record

Routine: VPRHST1


Information

VPRHST1 ;SLC/KCM,MKB - Display XML object ;09/18/18 4:36pm

Source Information

Source file <VPRHST1.m>

Entry Points

Name Comments DBIA/ICR reference
XML(OBJ) ; -- display XML OBJect in hierarchy, returns DONE if ^
OPEN ; -- opening tag
XDATA ; -- data + closing tag
CLOSE ; -- closing tag, pop stack
READ ; -- continue?
R1
JSON(OBJ) ; -- display JSON OBJect in hierarchy, returns DONE if ^
TAG ; -- display tag
BRACE ; -- braces
LIST ; -- list
JDATA ; -- display value, pop stack

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,?((ORSTK*2)),TAG
  • Line Location: OPEN+3
Function Call: WRITE
  • Prompt: DATA
  • Line Location: XDATA+2
Function Call: WRITE
  • Prompt: TAG
  • Line Location: XDATA+4
Function Call: WRITE
  • Prompt: !,?((ORSTK*2)),TAG
  • Line Location: CLOSE+3
Function Call: WRITE
  • Prompt: !!,"Press <return> to continue or ^ to exit item ..."
  • Line Location: R1+0
Function Call: WRITE
  • Prompt: !,"Enter ^ to skip the rest of this item, or ^^ to exit the option."
  • Line Location: R1+1
Function Call: WRITE
  • Prompt: !,?((ORSTK*2)),TAG
  • Line Location: TAG+3
Function Call: WRITE
  • Prompt: "{"
  • Line Location: BRACE+1
Function Call: WRITE
  • Prompt: "["
  • Line Location: LIST+1
Function Call: WRITE
  • Prompt: X
  • Line Location: JDATA+4
Info |  Source |  Entry Points |  Interaction Calls