SEQ10 |
This function returns the race of a specific patient.
The validity and existence of the input is assumed. Use of the 'T' & 'B'
qualifiers assumes use of the 'N' qualifier. This function assumes no
individual component is greater than 245 characters in length.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
HOW |
Input |
Passes in qualifiers denoting how and which (new or
historic) race information is to be returned.
"N": Return new race value (2.02 multiple)
"T": Include text (components 2 & 5)
"B": Include second triplet (components 4 - 6)
Null: Return historical value (.06 field)
|
HLQ |
Input |
HLQ is the variable used to insert null field values
in segments.
|
VAFY |
Output |
The array in which race information is returned for a
specific patient.
|
|
SEQ22 |
This function returns the ethnicity of a specific
patient. The validity and existence of the input variables are assumed. This
function assumes no individual component is greater than 245 characters in
length.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
HOW |
Input |
Passes in qualifiers denoting how and which (new or
historic) race information is to be returned.
"T": Include text (components 2 & 5)
"B": Include second triplet (components 4 - 6)
Null: Only return components 1 - 3.
|
HLQ |
Input |
HLQ is the variable used to insert null field values
in segments.
|
VAFY |
Output |
The array in which ethnicity information is returned
for a specific patient.
|
|