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

Package: Lexicon Utility

Routine: LEXXM


Information

LEXXM ;ISL/KER - Convert Text to Mix Case ;05/23/2017

Source Information

Source file <LEXXM.m>

Entry Points

Name Comments DBIA/ICR reference
MIX(X) ; Mix Case any length
  • ICR #5781
    • Status: Active
    • Usage: Controlled Subscription
    LEG(X) ; Mix Case (Legacy)
    TXT(X,L) ; Convert Text to Mixed Case
    FULL(X) ; Convert Text to Mixed Case
    LEX(X,L) ; Convert Expression to Mixed Case
    ICDDX1(X,V,L) ; Convert ICD Diagnosis to Mixed Case
    ICDDX2(X,V,L) ; Convert ICD Diagnosis Description to Mixed Case
    ICDOP1(X,V,L) ; Convert ICD Procedure to Mixed Case
    ICDOP2(X,V,L) ; Convert ICD Procedure Description to Mixed Case
    ICPT1(X,V,L) ; Convert CPT Procedure to Mixed Case
    ICPT2(X,V,L) ; Convert CPT Procedure Description to Mixed Case
    MOD1(X,V,L) ; Convert CPT Modifier to Mixed Case
    MOD2(X,V,L) ; Convert CPT Modifier Description to Mixed Case
    EXP(X) ; Get Case for Expression X = IEN in 757.01
    CASE(X) ; Get Case for String X = String of Text
    GETC(X) ; Set to Mixed/lower/UPPER case
    SW1(X) ; Switch Text (before setting case)
    SW2(X) ; Switch Text (after setting case)
    SW3(X) ; Switch Text (after assembling string)
    EW(X) ; Display Word Usage
    USE(X) ; Used
    FN(X) ; Footnote Removed
    LO(X) ; Lower Case
    UP(X) ; Upper Case
    MX(X) ; Mixed Case
    LD(X) ; Leading Character
    TRIM(X) ; Trim Spaces
    TP(X) ; Trim Punctuation
    TM(X,Y) ; Trim Character Y - Default " "
    DBL(X) ; Double Spaces
    Info |  Source |  Entry Points