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

Package: Lab Service

Routine: LRPXAPP


Information

LRPXAPP ;SLC/STAFF Test Lab APIs ;11/12/03 15:44

Source Information

Source file <LRPXAPP.m>

Entry Points

Name Comments DBIA/ICR reference
TESTS ; sample application to test TESTS API
; gets the lab tests (without results) on a patient (in date range)
ARESULTS ; sample application to test RESULTS API for all results
; gets all lab results on a patient (in date range)
RESULTS ; sample application to test RESULTS API
; gets patient's lab test results (in date range)
PATIENTS ; sample application to test PATIENTS API
; gets all patients that have had a specific lab test (in date range)
DATES ; sample application to test DATES API
; gets the dates of labs (without results) on a patient (in date range)
TESTLOOK ; test a lookup that screens for only tests done on patient
TESTVAL ; test conditions and values for a patient's test
VALUES ; test to get patient's values from PXRMINDX index
SPEC ; test of specimen APIs
; displays specimen node, comments, results
; restricted to MAX number of collections
CHNODE ; test CH data - some not defined
CONDOK ; sample application to test if condition is valid

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,PATIENTS(SUB)
  • Line Location: PATIENTS+12
Function Call: WRITE
  • Prompt: !,Y
  • Line Location: TESTLOOK+6
Function Call: WRITE
  • Prompt: !!,$$VAL^LRPXAPI(LRDFN,LRIDT,LRDN)
  • Line Location: TESTVAL+10
Function Call: WRITE
  • Prompt: !,RESULT
  • Line Location: TESTVAL+12
Function Call: WRITE
  • Prompt: !,RESULT
  • Line Location: TESTVAL+14
Function Call: WRITE
  • Prompt: !,ITEM,!,NODE,!,RESULT
  • Line Location: VALUES+13
Function Call: WRITE
  • Prompt: !
  • Line Location: SPEC+14
Function Call: WRITE
  • Prompt: !,$$COMMENT^LRPXAPI($$LRDFN^LRPXAPIU(DFN),$$LRIDT^LRPXAPIU(COL))
  • Line Location: SPEC+15
Function Call: WRITE
  • Prompt: !,DATA_"="_@DATA
  • Line Location: SPEC+18
Function Call: WRITE
  • Prompt: !!!,LRDFN," ",LRIDT
  • Line Location: CHNODE+8
Function Call: WRITE
  • Prompt: !!,LRDN,!,NODE,!
  • Line Location: CHNODE+12
Function Call: WRITE
  • Prompt: !,DEF," = ",RESULTS(DEF)
  • Line Location: CHNODE+16
Function Call: WRITE
  • Prompt: !,COND,!,"condition is ok"
  • Line Location: CONDOK+4
Function Call: WRITE
  • Prompt: !,COND,!,"condition is NOT ok"
  • Line Location: CONDOK+5
Info |  Source |  Entry Points |  Interaction Calls