Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsOBX_231
Unit
BSHL7DT231
Declaration
type TbsOBX_231 = class(TbsHL7Segment)
Description
Observation/result segment 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 AbnormalFlagsRepCount : Integer; |
|
|
function ProbabilityRepCount : Integer; |
|
|
function ResponsibleObserverRepCount : Integer; |
|
|
function ObservationMethodRepCount : Integer; |
|
Properties
|
property SetIDOBX : TbsSI_231 read GetSetIDOBX write SetSetIDOBX; |
Set ID - OBX, Min : 0, Max : 1
|
|
property ValueType : TbsID_231 read GetValueType write SetValueType; |
Value Type, Min : 0, Max : 1
|
|
property ObservationIdentifier : TbsCE_231 read GetObservationIdentifier write SetObservationIdentifier; |
Observation Identifier, Min : 1, Max : 1
|
|
property ObservationSubID : TbsST_231 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_231 read GetUnits write SetUnits; |
Units, Min : 0, Max : 1
|
|
property ReferencesRange : TbsST_231 read GetReferencesRange write SetReferencesRange; |
References Range, Min : 0, Max : 1
|
|
property AbnormalFlags[RepCount:Integer]: TbsID_231 read GetAbnormalFlags write SetAbnormalFlags; |
Abnormal Flags, Min : 0, Max : 5
|
|
property Probability[RepCount:Integer]: TbsNM_231 read GetProbability write SetProbability; |
Probability, Min : 0, Max : 5
|
|
property NatureofAbnormalTest : TbsID_231 read GetNatureofAbnormalTest write SetNatureofAbnormalTest; |
Nature of Abnormal Test, Min : 0, Max : 1
|
|
property ObservationResultStatus : TbsID_231 read GetObservationResultStatus write SetObservationResultStatus; |
Observation Result Status, Min : 1, Max : 1
|
|
property DateLastObsNormalValues : TbsTS_231 read GetDateLastObsNormalValues write SetDateLastObsNormalValues; |
Date Last Obs Normal Values, Min : 0, Max : 1
|
|
property UserDefinedAccessChecks : TbsST_231 read GetUserDefinedAccessChecks write SetUserDefinedAccessChecks; |
User Defined Access Checks, Min : 0, Max : 1
|
|
property DateTimeoftheObservation : TbsTS_231 read GetDateTimeoftheObservation write SetDateTimeoftheObservation; |
Date/Time of the Observation, Min : 0, Max : 1
|
|
property ProducersID : TbsCE_231 read GetProducersID write SetProducersID; |
Producer's ID, Min : 0, Max : 1
|
|
property ResponsibleObserver[RepCount:Integer]: TbsXCN_231 read GetResponsibleObserver write SetResponsibleObserver; |
Responsible Observer, Min : 0, Max : *
|
|
property ObservationMethod[RepCount:Integer]: TbsCE_231 read GetObservationMethod write SetObservationMethod; |
Observation Method, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|