Class TbsRXR_231
Unit
BSHL7DT231
Declaration
type TbsRXR_231 = class(TbsHL7Segment)
Description
Pharmacy/treatment route segment The Pharmacy/Treatment Route segment contains the alternative combination of route, site, administration device, and administration method that are prescribed. The pharmacy, treatment staff and/or nursing staff has a choice between the routes based on either their professional judgment or administration instructions provided by the physician.
Hierarchy
Overview
Properties
Description
Properties
|
property Route : TbsCE_231 read GetRoute write SetRoute; |
Route, Min : 1, Max : 1
|
|
property Site : TbsCE_231 read GetSite write SetSite; |
Site, Min : 0, Max : 1
|
|
property AdministrationDevice : TbsCE_231 read GetAdministrationDevice write SetAdministrationDevice; |
Administration Device, Min : 0, Max : 1
|
|
property AdministrationMethod : TbsCE_231 read GetAdministrationMethod write SetAdministrationMethod; |
Administration Method, Min : 0, Max : 1
|
|
property RoutingInstruction : TbsCE_231 read GetRoutingInstruction write SetRoutingInstruction; |
Routing Instruction, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|