Print Page as PDF
Convert to Mixed Case ICR (6266)

Convert to Mixed Case    ICR (6266)

Name Value
NUMBER 6266
IA # 6266
DATE CREATED 2015/11/17
CUSTODIAL PACKAGE LEXICON UTILITY
USAGE Supported
TYPE Routine
ROUTINE LEXXMC
NAME Convert to Mixed Case
GENERAL DESCRIPTION
Effective upon release of patch LEX*2.0*103.

STATUS Pending
KEYWORDS
  • MIX
  • LEXXMC
  • ICD-10
DURATION Till Otherwise Agreed
ID LEXXMC
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
$$MIX(TEXT)
This API converts text from any form to a modified
mix text format.  This API replaces an older API $$MIX^LEXXM (ICR 5781) which
converted text to mix text using hard coded rules found in a series of Lexicon
namespace routines. This API still uses rules to convert text to mixed case
but the rules are stored in the TOKENS file #757.07 which is much easier to
maintain.

Examples:

Input:    arthropathy in behcet's syndrome
involving other specified sites

Output:   Arthropathy in Behcet's Syndrome
involving other specified sites

Input:    24 hour esophageal ph study

Output:   24 hour Esophageal pH Study


VARIABLES TYPE VARIABLES DESCRIPTION
TEXT Input
This is a text string to be converted to mix text.

$$MIX Output
This is a string of text in mixed case.