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

Package: Enterprise Terminology Services

Routine: ETSLNC


Information

ETSLNC ;O-OIFO/FM23 - LOINC APIs ;01/31/2017

Source Information

Source file <ETSLNC.m>

Entry Points

Name Comments DBIA/ICR reference
HIST(ETSCODE,ETSSYS,ARY) ; Get Activation History for a Code
;
; Input:
;
; ETSCODE LOINC Code with Check Digit (required)
; ETSSYS Coding System (required) [hard coded to LNC]
; .ARY Array, passed by Reference (required)
;
; Output:
;
; $$HIST Number of Histories Found
; or
; -1 ^ error message
;
; ARY(0) = Number of Activation History
; ARY(0,0) = Code ^ "LNC" ^ "LOINC"
; ARY(<date>,<status>) = Comment
PERIOD(ETSCODE,ETSSYS,ARY) ; Get Activation/Inactivation Periods for a Code
CSYS(ETSSYS) ;Retrieve the Coding System Information
; Hardcoded to specifically provide LEXICON users System Information
; Currently hardcoded - ETS does not have a Coding System dictionary
CSDATA(ETSCODE,ETSCSYS,ETSCDT,ARY) ; Get Information about a Code
TAX(ETSX,ETSSRC,ETSDT,ETSSUB,ETSVER) ; Taxonomy lookup for Clinical Reminders
CHKDATE(ETSX) ;Check to see if the date is in proper FileMan format
CHKCODE(ETSCODE) ;Entry point for routine $$CHKCODE
GETCODE(ETSIEN) ;Entry point for routine $$GETCODE
GETNAME(ETSINPT,ETSINTY,NAME) ;Entry point for routine $$GETNAME
GETSTAT(ETSINPT,ETSINTY) ;Entry point for routine $$GETSTAT
GETREC(ETSINPT,ETSINTY,ETSSUB) ;Entry point for routine $$GETREC
VERSION() ;Entry point for routine $$VERSION
COMLST(ETSCOM,ETSTYP,ETSSUB) ;Entry point for routine $$COMLST
DEPLST(ETSSUB) ;Entry point for routine $$DEPLST
Info |  Source |  Entry Points