Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsOBX_24
Unit
BSHL7DT24
Declaration
type TbsOBX_24 = class(TbsHL7Segment)
Description
Observation/Result The OBX segment is used to transmit a single observation or observation fragment. It represents the smallest indivisible unit of a report. Its structure is summarized in Figure 7-5.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ObservationValueRepCount : Integer; |
|
|
function ProbabilityRepCount : Integer; |
|
|
function ObservationMethodRepCount : Integer; |
|
|
function EquipmentInstanceIdentifierRepCount : Integer; |
|
Properties
|
property SetIDOBX : TbsSI_24 read GetSetIDOBX write SetSetIDOBX; |
Set ID - OBX, Min : 0, Max : 1
|
|
property ValueType : TbsID_24 read GetValueType write SetValueType; |
Value Type, Min : 0, Max : 1
|
|
property ObservationIdentifier : TbsCE_24 read GetObservationIdentifier write SetObservationIdentifier; |
Observation Identifier, Min : 1, Max : 1
|
|
property ObservationSubId : TbsST_24 read GetObservationSubId write SetObservationSubId; |
Observation Sub-Id, Min : 0, Max : 1
|
|
property ObservationValue[RepCount:Integer]: TbsValue read GetObservationValue write SetObservationValue; |
Observation Value, Min : 0, Max : *
|
|
property Units : TbsCE_24 read GetUnits write SetUnits; |
Units, Min : 0, Max : 1
|
|
property ReferencesRange : TbsST_24 read GetReferencesRange write SetReferencesRange; |
References Range, Min : 0, Max : 1
|
|
property AbnormalFlags : TbsIS_24 read GetAbnormalFlags write SetAbnormalFlags; |
Abnormal Flags, Min : 0, Max : 1
|
|
property Probability[RepCount:Integer]: TbsNM_24 read GetProbability write SetProbability; |
Probability, Min : 0, Max : 5
|
|
property NatureofAbnormalTest : TbsID_24 read GetNatureofAbnormalTest write SetNatureofAbnormalTest; |
Nature of Abnormal Test, Min : 0, Max : 1
|
|
property ObservationResultStatus : TbsID_24 read GetObservationResultStatus write SetObservationResultStatus; |
Observation Result Status, Min : 1, Max : 1
|
|
property DateLastObservationNormalValue : TbsTS_24 read GetDateLastObservationNormalValue write SetDateLastObservationNormalValue; |
Date Last Observation Normal Value, Min : 0, Max : 1
|
|
property UserDefinedAccessChecks : TbsST_24 read GetUserDefinedAccessChecks write SetUserDefinedAccessChecks; |
User Defined Access Checks, Min : 0, Max : 1
|
|
property DateTimeoftheObservation : TbsTS_24 read GetDateTimeoftheObservation write SetDateTimeoftheObservation; |
Date/Time of the Observation, Min : 0, Max : 1
|
|
property ProducersID : TbsCE_24 read GetProducersID write SetProducersID; |
Producer's ID, Min : 0, Max : 1
|
|
property ResponsibleObserver : TbsXCN_24 read GetResponsibleObserver write SetResponsibleObserver; |
Responsible Observer, Min : 0, Max : 1
|
|
property ObservationMethod[RepCount:Integer]: TbsCE_24 read GetObservationMethod write SetObservationMethod; |
Observation Method, Min : 0, Max : *
|
|
property EquipmentInstanceIdentifier[RepCount:Integer]: TbsEI_24 read GetEquipmentInstanceIdentifier write SetEquipmentInstanceIdentifier; |
Equipment Instance Identifier, Min : 0, Max : *
|
|
property DateTimeoftheAnalysis : TbsTS_24 read GetDateTimeoftheAnalysis write SetDateTimeoftheAnalysis; |
Date/Time of the Analysis, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|