Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsOBX_26
Unit
BSHL7DT26
Declaration
type TbsOBX_26 = 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; |
|
|
function ObservationSiteRepCount : Integer; |
|
Properties
|
property SetIDOBX : TbsSI_26 read GetSetIDOBX write SetSetIDOBX; |
Set ID - OBX, Min : 0, Max : 1
|
|
property ValueType : TbsID_26 read GetValueType write SetValueType; |
Value Type, Min : 0, Max : 1
|
|
property ObservationIdentifier : TbsCWE_26 read GetObservationIdentifier write SetObservationIdentifier; |
Observation Identifier, Min : 1, Max : 1
|
|
property ObservationSubID : TbsST_26 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 : TbsCWE_26 read GetUnits write SetUnits; |
Units, Min : 0, Max : 1
|
|
property ReferencesRange : TbsST_26 read GetReferencesRange write SetReferencesRange; |
References Range, Min : 0, Max : 1
|
|
property AbnormalFlags[RepCount:Integer]: TbsIS_26 read GetAbnormalFlags write SetAbnormalFlags; |
Abnormal Flags, Min : 0, Max : *
|
|
property Probability : TbsNM_26 read GetProbability write SetProbability; |
Probability, Min : 0, Max : 1
|
|
property NatureofAbnormalTest[RepCount:Integer]: TbsID_26 read GetNatureofAbnormalTest write SetNatureofAbnormalTest; |
Nature of Abnormal Test, Min : 0, Max : *
|
|
property ObservationResultStatus : TbsID_26 read GetObservationResultStatus write SetObservationResultStatus; |
Observation Result Status, Min : 1, Max : 1
|
|
property EffectiveDateofReferenceRange : TbsDTM_26 read GetEffectiveDateofReferenceRange write SetEffectiveDateofReferenceRange; |
Effective Date of Reference Range, Min : 0, Max : 1
|
|
property UserDefinedAccessChecks : TbsST_26 read GetUserDefinedAccessChecks write SetUserDefinedAccessChecks; |
User Defined Access Checks, Min : 0, Max : 1
|
|
property DateTimeoftheObservation : TbsDTM_26 read GetDateTimeoftheObservation write SetDateTimeoftheObservation; |
Date/Time of the Observation, Min : 0, Max : 1
|
|
property ProducersID : TbsCWE_26 read GetProducersID write SetProducersID; |
Producer's ID, Min : 0, Max : 1
|
|
property ResponsibleObserver[RepCount:Integer]: TbsXCN_26 read GetResponsibleObserver write SetResponsibleObserver; |
Responsible Observer, Min : 0, Max : *
|
|
property ObservationMethod[RepCount:Integer]: TbsCWE_26 read GetObservationMethod write SetObservationMethod; |
Observation Method, Min : 0, Max : *
|
|
property EquipmentInstanceIdentifier[RepCount:Integer]: TbsEI_26 read GetEquipmentInstanceIdentifier write SetEquipmentInstanceIdentifier; |
Equipment Instance Identifier, Min : 0, Max : *
|
|
property DateTimeoftheAnalysis : TbsDTM_26 read GetDateTimeoftheAnalysis write SetDateTimeoftheAnalysis; |
Date/Time of the Analysis, Min : 0, Max : 1
|
|
property ObservationSite[RepCount:Integer]: TbsCWE_26 read GetObservationSite write SetObservationSite; |
Observation Site, Min : 0, Max : *
|
|
property ObservationInstanceIdentifier : TbsEI_26 read GetObservationInstanceIdentifier write SetObservationInstanceIdentifier; |
Observation Instance Identifier, Min : 0, Max : 1
|
|
property MoodCode : TbsCNE_26 read GetMoodCode write SetMoodCode; |
Mood Code, Min : 0, Max : 1
|
|
property PerformingOrganizationName : TbsXON_26 read GetPerformingOrganizationName write SetPerformingOrganizationName; |
Performing Organization Name, Min : 0, Max : 1
|
|
property PerformingOrganizationAddress : TbsXAD_26 read GetPerformingOrganizationAddress write SetPerformingOrganizationAddress; |
Performing Organization Address, Min : 0, Max : 1
|
|
property PerformingOrganizationMedicalDirector : TbsXCN_26 read GetPerformingOrganizationMedicalDirector write SetPerformingOrganizationMedicalDirector; |
Performing Organization Medical Director, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|