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
Print Page as PDF
Routine: LRPXAPI5

Package: Lab Service

Routine: LRPXAPI5


Information

LRPXAPI5 ;SLC/STAFF Lab Extract API code - Match ;9/30/03 09:59

Source Information

Source file <LRPXAPI5.m>

Entry Points

Name Comments DBIA/ICR reference
MATCH(DFN,DATE,CONDS,TYPE) ; $$(dfn,date,conds,type) -> 1 if ok, else 0
; from LRPXAPI3,LRPXAPI6
; check if conditions are met for date/time
NOTEQUAL(CONDS,RESULTS,OK) ;
; check not equal condition for pointer values
EQUAL(CONDS,RESULTS,OK) ;
; check equal condition for pointer values
AC(CONDS,RESULTS,OK) ;
; check conditions for AP categories
MC(CONDS,RESULTS,OK) ;
; check conditions for Micro categories
AS(CONDS,RESULTS,OK) ;
; check conditions for AP specimen
MIR(CONDS,RESULTS,OK) ; $$(dfn,date,conds) -> 1 if ok, else 0
; check conditions for antimicrobial results and interpretations
Info |  Source |  Entry Points