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 |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: LEXU5

Package: Lexicon Utility

Routine: LEXU5


Information

LEXU5 ;ISL/KER - Miscellaneous Lexicon Utilities ;05/23/2017

Source Information

Source file <LEXU5.m>

Entry Points

Name Comments DBIA/ICR reference
IMPDATE(SYS) ; Get the Implementation Date for a Coding System
;
; Input
;
; SYS Coding System Abbreviation (757.03,.01)
; or pointer to file 757.03
;
; Output
;
; $$IMPDATE Implementation Date in FileMan format
;
CSYS(SYS) ; Get Coding System Info
;
; Input
;
; SYS Coding System Abbreviation (757.03,.01)
; or pointer to file 757.03
;
; Output
;
; A 13 piece caret (^) delimited string
;
; 1 IEN
; 2 SAB (3 character source abbreviation)
; 3 Source Abbreviation (3-7 char) (#.01)
; 4 Nomenclature (2-11 char) (#1)
; 5 Source Title (2-52 char) (#2)
; 6 Source (2-50 char) (#3)
; 7 Entries (numeric) (#4)
; 8 Unique Entries (numeric) (#5)
; 9 Inactive Version (1-20 char) (#6)
; 10 HL7 Coding System (2-40 char) (#7)
; 11 SDO Version Date (date) (757.08 #.01)
; 12 SDO Version Id (1-40 char) (757.08 #1)
; 13 Implementation Date (date) (#11)
; 14 Lookup Threshold (#12)
;
SIEN(MNEM) ; Return code system IEN for mnemonic
SMNEM(SIEN) ; Return code system mnemonic for IEN
PR(LEX,X) ; Parse Array into Specified String Lengths
;
; Input
;
; .LEX(n) Local Array of Text passed by reference
; X Length of the Text strings in the output
;
;
; Output
;
; LEX Number of lines in array LEX(n)
; LEX(n) Local Array of Text in the specified string
; Lengths
;
PRMN(LEX,X) ; Parse Minimum Character Length (DIWP Work-Around)
TM(X,Y) ; Trim Character Y - Default " "
SUBSETS(CODE,SRC,LEX) ; Get Subsets for a Code

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^LEX(757.03 - [#757.03] GET1^DIQ
Info |  Source |  Entry Points |  FileMan Files Accessed Via FileMan Db Call