Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsOBX_251
Unit
BSHL7DT251
Declaration
type TbsOBX_251 = 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 ValueTypeRepCount : Integer; |
|
|
function ObservationValueRepCount : Integer; |
|
|
function AbnormalFlagsRepCount : Integer; |
|
|
function NatureofAbnormalTestRepCount : Integer; |
|
|
function ResponsibleObserverRepCount : Integer; |
|
|
function ObservationMethodRepCount : Integer; |
|
|
function EquipmentInstanceIdentifierRepCount : Integer; |
|
Properties
|
property SetIDOBX : TbsSI_251 read GetSetIDOBX write SetSetIDOBX; |
Set ID - OBX, Min : 0, Max : 1
|
|
property ValueType[RepCount:Integer]: TbsID_251 read GetValueType write SetValueType; |
Value Type, Min : 0, Max : 125
|
|
property ObservationIdentifier : TbsCE_251 read GetObservationIdentifier write SetObservationIdentifier; |
Observation Identifier, Min : 1, Max : 1
|
|
property ObservationSubID : TbsST_251 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_251 read GetUnits write SetUnits; |
Units, Min : 0, Max : 1
|
|
property ReferencesRange : TbsST_251 read GetReferencesRange write SetReferencesRange; |
References Range, Min : 0, Max : 1
|
|
property AbnormalFlags[RepCount:Integer]: TbsIS_251 read GetAbnormalFlags write SetAbnormalFlags; |
Abnormal Flags, Min : 0, Max : *
|
|
property Probability : TbsNM_251 read GetProbability write SetProbability; |
Probability, Min : 0, Max : 1
|
|
property NatureofAbnormalTest[RepCount:Integer]: TbsID_251 read GetNatureofAbnormalTest write SetNatureofAbnormalTest; |
Nature of Abnormal Test, Min : 0, Max : *
|
|
property ObservationResultStatus : TbsID_251 read GetObservationResultStatus write SetObservationResultStatus; |
Observation Result Status, Min : 1, Max : 1
|
|
property EffectiveDateofReferenceRange : TbsTS_251 read GetEffectiveDateofReferenceRange write SetEffectiveDateofReferenceRange; |
Effective Date of Reference Range, Min : 0, Max : 1
|
|
property UserDefinedAccessChecks : TbsST_251 read GetUserDefinedAccessChecks write SetUserDefinedAccessChecks; |
User Defined Access Checks, Min : 0, Max : 1
|
|
property DateTimeoftheObservation : TbsTS_251 read GetDateTimeoftheObservation write SetDateTimeoftheObservation; |
Date/Time of the Observation, Min : 0, Max : 1
|
|
property ProducersID : TbsCE_251 read GetProducersID write SetProducersID; |
Producer's ID, Min : 0, Max : 1
|
|
property ResponsibleObserver[RepCount:Integer]: TbsXCN_251 read GetResponsibleObserver write SetResponsibleObserver; |
Responsible Observer, Min : 0, Max : *
|
|
property ObservationMethod[RepCount:Integer]: TbsCE_251 read GetObservationMethod write SetObservationMethod; |
Observation Method, Min : 0, Max : *
|
|
property EquipmentInstanceIdentifier[RepCount:Integer]: TbsEI_251 read GetEquipmentInstanceIdentifier write SetEquipmentInstanceIdentifier; |
Equipment Instance Identifier, Min : 0, Max : *
|
|
property DateTimeoftheAnalysis : TbsTS_251 read GetDateTimeoftheAnalysis write SetDateTimeoftheAnalysis; |
Date/Time of the Analysis, Min : 0, Max : 1
|
|
property Reservedforv26 : TbsST_251 read GetReservedforv26 write SetReservedforv26; |
Reserved for v2.6, Min : 0, Max : 1
|
|
property Reservedforv261 : TbsST_251 read GetReservedforv261 write SetReservedforv261; |
Reserved for v2.6, Min : 0, Max : 1
|
|
property Reservedforv262 : TbsST_251 read GetReservedforv262 write SetReservedforv262; |
Reserved for v2.6, Min : 0, Max : 1
|
|
property PerformingOrganizationName : TbsXON_251 read GetPerformingOrganizationName write SetPerformingOrganizationName; |
Performing Organization Name, Min : 0, Max : 1
|
|
property PerformingOrganizationAddress : TbsXAD_251 read GetPerformingOrganizationAddress write SetPerformingOrganizationAddress; |
Performing Organization Address, Min : 0, Max : 1
|
|
property PerformingOrganizationMedicalDirector : TbsXCN_251 read GetPerformingOrganizationMedicalDirector write SetPerformingOrganizationMedicalDirector; |
Performing Organization Medical Director, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|