Segment OBX: Observation/Result
OBX.Rd
Convert input to a OBX segment for HL7 2.3.1. Outputs a character vector of length 1 with input values pipe delimited. Below function definition are helper functions for particular fields: UnitsComponents
Usage
OBX(
SetID = "",
ValueType = "",
ObservationIdentifier = "",
ObservationSubID = ObservationIdentifierComponents(),
ObservationValue = "",
Units = UnitsComponents(),
ReferencesRange = "",
AbnormalFlags = "",
Probability = "",
NatureofAbnormalTest = "",
ObservationResultStatus = "",
DateLastObsNormalValues = "",
UserDefinedAccessChecks = "",
DateTimeoftheObservation = "",
ProducersID = "",
ResponsibleObserver = "",
ObservationMethod = "",
EquipmentInstanceIdentifier = "",
DateTimeoftheAnalysis = "",
.FieldSeparator = "|",
.version = c("2.3.1", "2.4"),
.trim = TRUE
)
Arguments
- SetID
= "",
- ValueType
= "",
- ObservationIdentifier
= "",
- ObservationSubID
= ObservationIdentifierComponents(),
- ObservationValue
= '',
- Units
= UnitsComponents(),
- ReferencesRange
= "",
- AbnormalFlags
= "",
- Probability
= "",
- NatureofAbnormalTest
= "",
- ObservationResultStatus
= "",
- DateLastObsNormalValues
= "",
- UserDefinedAccessChecks
= "",
- DateTimeoftheObservation
= "",
- ProducersID
= "",
- ResponsibleObserver
= "",
- ObservationMethod
= "",
- EquipmentInstanceIdentifier
= '',
- DateTimeoftheAnalysis
= '',
- .FieldSeparator
= '|',
- .version
= c("2.3.1", "2.4"),
- .trim
= TRUE