Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsOBX_25
Unit
BSHL7DT25
Declaration
type TbsOBX_25 = 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. The OBX segment can also contain encapsulated data, e.g., a CDA document or a DICOM image.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ObservationValueRepCount : Integer; |
|
|
function AbnormalFlagsRepCount : Integer; |
|
|
function NatureofAbnormalTestRepCount : Integer; |
|
|
function ResponsibleObserverRepCount : Integer; |
|
|
function ObservationMethodRepCount : Integer; |
|
|
function EquipmentInstanceIdentifierRepCount : Integer; |
|
Properties
|
property SetIDOBX : TbsSI_25 read GetSetIDOBX write SetSetIDOBX; |
Set ID - OBX, Min : 0, Max : 1
|
|
property ValueType : TbsID_25 read GetValueType write SetValueType; |
Value Type, Min : 0, Max : 1
|
|
property ObservationIdentifier : TbsCE_25 read GetObservationIdentifier write SetObservationIdentifier; |
Observation Identifier, Min : 1, Max : 1
|
|
property ObservationSubID : TbsST_25 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_25 read GetUnits write SetUnits; |
Units, Min : 0, Max : 1
|
|
property ReferencesRange : TbsST_25 read GetReferencesRange write SetReferencesRange; |
References Range, Min : 0, Max : 1
|
|
property AbnormalFlags[RepCount:Integer]: TbsIS_25 read GetAbnormalFlags write SetAbnormalFlags; |
Abnormal Flags, Min : 0, Max : *
|
|
property Probability : TbsNM_25 read GetProbability write SetProbability; |
Probability, Min : 0, Max : 1
|
|
property NatureofAbnormalTest[RepCount:Integer]: TbsID_25 read GetNatureofAbnormalTest write SetNatureofAbnormalTest; |
Nature of Abnormal Test, Min : 0, Max : *
|
|
property ObservationResultStatus : TbsID_25 read GetObservationResultStatus write SetObservationResultStatus; |
Observation Result Status, Min : 1, Max : 1
|
|
property EffectiveDateofReferenceRange : TbsTS_25 read GetEffectiveDateofReferenceRange write SetEffectiveDateofReferenceRange; |
Effective Date of Reference Range, Min : 0, Max : 1
|
|
property UserDefinedAccessChecks : TbsST_25 read GetUserDefinedAccessChecks write SetUserDefinedAccessChecks; |
User Defined Access Checks, Min : 0, Max : 1
|
|
property DateTimeoftheObservation : TbsTS_25 read GetDateTimeoftheObservation write SetDateTimeoftheObservation; |
Date/Time of the Observation, Min : 0, Max : 1
|
|
property ProducersID : TbsCE_25 read GetProducersID write SetProducersID; |
Producer's ID, Min : 0, Max : 1
|
|
property ResponsibleObserver[RepCount:Integer]: TbsXCN_25 read GetResponsibleObserver write SetResponsibleObserver; |
Responsible Observer, Min : 0, Max : *
|
|
property ObservationMethod[RepCount:Integer]: TbsCE_25 read GetObservationMethod write SetObservationMethod; |
Observation Method, Min : 0, Max : *
|
|
property EquipmentInstanceIdentifier[RepCount:Integer]: TbsEI_25 read GetEquipmentInstanceIdentifier write SetEquipmentInstanceIdentifier; |
Equipment Instance Identifier, Min : 0, Max : *
|
|
property DateTimeoftheAnalysis : TbsTS_25 read GetDateTimeoftheAnalysis write SetDateTimeoftheAnalysis; |
Date/Time of the Analysis, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|