Class TbsURD_231
Unit
BSHL7DT231
Declaration
type TbsURD_231 = class(TbsHL7Segment)
Description
Results/update definition segment The URD segment is used in sending unsolicited updates about orders and results. Its 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_231 read GetRUDateTime write SetRUDateTime; |
R/U Date/Time, Min : 0, Max : 1
|
|
property ReportPriority : TbsID_231 read GetReportPriority write SetReportPriority; |
Report Priority, Min : 0, Max : 1
|
|
property RUWhoSubjectDefinition[RepCount:Integer]: TbsXCN_231 read GetRUWhoSubjectDefinition write SetRUWhoSubjectDefinition; |
R/U Who Subject Definition, Min : 1, Max : *
|
|
property RUWhatSubjectDefinition[RepCount:Integer]: TbsCE_231 read GetRUWhatSubjectDefinition write SetRUWhatSubjectDefinition; |
R/U What Subject Definition, Min : 0, Max : *
|
|
property RUWhatDepartmentCode[RepCount:Integer]: TbsCE_231 read GetRUWhatDepartmentCode write SetRUWhatDepartmentCode; |
R/U What Department Code, Min : 0, Max : *
|
|
property RUDisplayPrintLocations[RepCount:Integer]: TbsST_231 read GetRUDisplayPrintLocations write SetRUDisplayPrintLocations; |
R/U Display/Print Locations, Min : 0, Max : *
|
|
property RUResultsLevel : TbsID_231 read GetRUResultsLevel write SetRUResultsLevel; |
R/U Results Level, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|