SETTS(.SEG,.VALUE,FIELD,COMP,REP) |
Sets a value that is a time stamp in FM format into the segment in HL7
format. The degree of precision may be optionally specified. The
inserted value will include the timezone if the input included the
time.
IF the component is specified, then the data type is 'demoted' to a
component, and its components are 'demoted' to subcomponents.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SEG |
Both |
(required, pass by reference) The segment that is
being built.
|
FIELD |
Input |
(required) The sequence # of the field.
|
COMP |
Input |
(optional) If specified, the data type is 'demoted'
to a component value.
|
REP |
Input |
(optional, defaults to 1) The occurrence #. For a
non-repeating fields, this parameter is not necessary.
|
VALUE |
Input |
(required, pass-by-reference to also pass the the
"PRECISION" subscript) The date/time in FileMan format. You can optionally
specify that the value is to be rounded down to a particular precision by
specifying this subscript:
"PRECISION" - Allowed values are:
"S" - second
"M" - minute
"H" - hour
"D" - day
"L" - month
"Y" - year
"" - precision not specified
|
|
SETDT(.SEG,.VALUE,FIELD,COMP,REP) |
Sets a value that is a date in FM format into the segment in HL7
format.
The degree of precision may be optionally specified. IF the component
is specified, then the data type is 'demoted' to a component, and its
components are 'demoted' to subcomponents.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SEG |
Both |
(required, pass by reference) The segment that is
being built.
|
VALUE |
Input |
(required) The date to be set into the segment.
Optionally, you may specify that the value should be rounded down to a
particular precision by specifying this subscript:
"PRECISION" (If needed, VALUE must be passed by reference.)
Allowed values are:
"D" - day (default value)
"L" - month
"Y" - year
|
FIELD |
Input |
(required) The sequence # of the field.
|
COMP |
Input |
(optional) If specified, the data type is 'demoted'
to a component value.
|
REP |
Input |
(optional, defaults to 1) The occurrence #. For a
non-repeating fields, this parameter is not necessary.
|
|
SETCE(.SEG,.VALUE,FIELD,COMP,REP) |
Sets a value that is an HL7 Coded Element data type (HL7 Section
Reference 2.9.3) into the segment in the specified field. IF the
component is specified, then the data type is 'demoted' to a component,
and its components are 'demoted' to subcomponents.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SEG |
Both |
(required, pass-by-reference) The segment that is
being built.
|
VALUE |
Input |
(required, pass-by-reference) These subscripts may be
passed:
"ID" - the identifier
"TEXT" -
"SYSTEM" - name of the code system
"ALTERNATE ID" - alternate identifier
"ALTERNATE TEXT"
"ALTERNATE SYSTEM" - name of the alternate coding system
|
FIELD |
Input |
(required) The sequence # of the field.
|
COMP |
Input |
(optional) If specified, the data type is 'demoted'
to a component value.
|
REP |
Input |
(optional, defaults to 1) The occurrence #. For a
non-repeating fields, this parameter is not necessary.
|
|
SETHD(.SEG,.VALUE,FIELD,COMP,REP) |
Sets a value that is an HL7 Hierarchic Designator data type (HL7
Section
Reference 2.9.21) into the segment in the specified field. IF the
component is specified, then the data type is 'demoted' to a component,
and its components are 'demoted' to subcomponents.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SEG |
Both |
(required, pass-by-reference) The array where the
segment is being built.
|
VALUE |
Input |
(required, pass-by-reference) These subscripts may be
passed:
"NAMESPACE ID"
"UNIVERSAL ID"
"UNIVERSAL ID TYPE"
|
FIELD |
Input |
(required) The sequence # of the field.
|
COMP |
Input |
(optional) If specified, the data type is 'demoted'
to a component value.
|
REP |
Input |
(optional, defaults to 1) The occurrence #. For a
non-repeating fields, this parameter is not necessary.
|
|
SETCNE(.SEG,.VALUE,FIELD,COMP,REP) |
Sets a value that is an HL7 Coded With No Exceptions data type (HL7
Section Reference 2.9.8) into the segment in the specified field. IF
the
component is specified, then the data type is 'demoted' to a component,
and its components are 'demoted' to subcomponents.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SEG |
Both |
(required, pass-by-reference) The array where the
segment is being built.
|
VALUE |
Input |
(required, pass-by-reference) These subscripts may be
passed:
"ID" - the identifier
"TEXT" -
"SYSTEM" - name of the code system
"ALTERNATE ID" - alternate identifier
"ALTERNATE TEXT"
"ALTERNATE SYSTEM" - name of the alternate coding system
"SYSTEM VERSION" - version ID of the coding system
"ALTERNATE SYSTEM VERSION" - version ID of the alternate coding
system
"ORIGINAL TEXT"
|
FIELD |
Input |
(required) The sequence # of the field.
|
COMP |
Input |
(optional) If specified, the data type is 'demoted'
to a component value.
|
REP |
Input |
(optional, defaults to 1) The occurrence #. For a
non-repeating fields, this parameter is not necessary.
|
|
SETCWE(.SEG,.VALUE,FIELD,COMP,REP) |
Sets a value that is an HL7 Coded With Exceptions data type (HL7
Section
Reference 2.9.11) into the segment in the specified field. IF the
component is specified, then the data type is 'demoted' to a component,
and its components are 'demoted' to subcomponents.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SEG |
Both |
(required, pass-by-reference) The array where the
segment is being built.
|
VALUE |
Input |
(required, pass-by-reference) These subscripts may be
passed:
"ID" - the identifier
"TEXT" -
"SYSTEM" - name of the code system
"ALTERNATE ID" - alternate identifier
"ALTERNATE TEXT"
"ALTERNATE SYSTEM" - name of the alternate coding system
"SYSTEM VERSION" - version ID of the coding system
"ALTERNATE SYSTEM VERSION" - version ID of the alternate coding
system
"ORIGINAL TEXT"
|
FIELD |
Input |
(required) The sequence # of the field.
|
COMP |
Input |
(optional) If specified, the data type is 'demoted'
to a component value.
|
REP |
Input |
(optional, defaults to 1) The occurrence #. For a
non-repeating fields, this parameter is not necessary.
|
|
SETAD(.SEG,.VALUE,FIELD,COMP,REP) |
Sets an AD data type (Address, HL7 Section Reference 2.9.1) into the
segment in the specified field. It can also be used to set the 1st 8
components of the XAD (Extended Address) data type. IF the component is
specified, then the data type is 'demoted' to a component, and its
components are 'demoted' to subcomponents.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SEG |
Both |
(required, pass-by-reference) The array where the
segment is being built.
|
VALUE |
Input |
(required, pass-by-reference) These subscripts may be
passed:
"STREET1" -street address
"STREET2" - other designation
"CITY"
"STATE" - state or province
"ZIP" - zip or postal code
"COUNTRY"
"TYPE" - address type
"OTHER" - other geographic designation
|
FIELD |
Input |
(required) the sequence # of the field.
|
COMP |
Input |
(optional) If specified, the data type is 'demoted'
to a component value.
|
REP |
Input |
(optional, defaults to 1) The occurrence #. For a
non-repeating fields, this parameter is not necessary.
|
|
SETXPN(.SEG,.VALUE,FIELD,COMP,REP) |
Sets an XPN data type (extended person name) into the
segment in the specified field. If the component is specified, then the data
type is 'demoted' to a component, and its components are 'demoted' to
subcomponents.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SEG |
Both |
The array of the segment being built and returned.
(required, pass by reference)
|
VALUE |
Input |
VALUE is a subscripted array. The following
subscripts can be passed:
"FAMILY"
"GIVEN" first name
"SECOND" second and further names or initials
"SUFFIX" (e.g., JR)
"PREFIX" (e.g., DR)
"DEGREE" (e.g., MD)
(required, pass-by-reference)
|
FIELD |
Input |
The sequence number of the field.
(required)
|
COMP |
Input |
If specified, the data type is 'demoted' to a
component value.
(optional)
|
REP |
Input |
The occurrence number. For non-repeating fields, this
parameter is not necessary.
(optional, defaults to 1)
|
|