Class TbsURD_22
Unit
BSHL7DT22
Declaration
type TbsURD_22 = class(TbsHL7Segment)
Description
Results/update Definition The URD segment is used in sending unsolicited updates about orders and results. It's purpose is similar to that of the QRD segment, but from the results/unsolicited update point of view. Some of the fields have parallels in the QRD segment
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function RUWhoSubjectDefinitionRepCount : Integer; |
|
|
function RUWhatSubjectDefinitionRepCount : Integer; |
|
|
function RUWhatDepartmentCodeRepCount : Integer; |
|
|
function RUDisplayPrintLocationsRepCount : Integer; |
|
Properties
|
property RUDateTime : TbsTS_22 read GetRUDateTime write SetRUDateTime; |
R/U Date / Time, Min : 0, Max : 1
|
|
property ReportPriority : TbsID_22 read GetReportPriority write SetReportPriority; |
Report Priority, Min : 0, Max : 1
|
|
property RUWhoSubjectDefinition[RepCount:Integer]: TbsST_22 read GetRUWhoSubjectDefinition write SetRUWhoSubjectDefinition; |
R/U Who Subject Definition, Min : 1, Max : *
|
|
property RUWhatSubjectDefinition[RepCount:Integer]: TbsID_22 read GetRUWhatSubjectDefinition write SetRUWhatSubjectDefinition; |
R/U What Subject Definition, Min : 0, Max : *
|
|
property RUWhatDepartmentCode[RepCount:Integer]: TbsST_22 read GetRUWhatDepartmentCode write SetRUWhatDepartmentCode; |
R/U What Department Code, Min : 0, Max : *
|
|
property RUDisplayPrintLocations[RepCount:Integer]: TbsST_22 read GetRUDisplayPrintLocations write SetRUDisplayPrintLocations; |
R/U Display / Print Locations, Min : 0, Max : *
|
|
property RUResultsLevel : TbsID_22 read GetRUResultsLevel write SetRUResultsLevel; |
R/U Results Level, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|