Class TbsRXR_22
Unit
BSHL7DT22
Declaration
type TbsRXR_22 = class(TbsHL7Segment)
Description
Pharmacy Route The Pharmacy Route segment contains the alternative combination of route, site, administration device, and administration method that are prescribed. The pharmacy 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_22 read GetRoute write SetRoute; |
Route, Min : 1, Max : 1
|
|
property Site : TbsCE_22 read GetSite write SetSite; |
Site, Min : 0, Max : 1
|
|
property AdministrationDevice : TbsCE_22 read GetAdministrationDevice write SetAdministrationDevice; |
Administration Device, Min : 0, Max : 1
|
|
property AdministrationMethod : TbsCE_22 read GetAdministrationMethod write SetAdministrationMethod; |
Administration Method, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|