Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsRXO_22
Unit
BSHL7DT22
Declaration
type TbsRXO_22 = class(TbsHL7Segment)
Description
Pharmacy Prescription Order This is the "master" pharmacy order segment. It contains order data not specific to components or additives. Unlike the OBR, it does not contain status fields or other data that are results-only. It can be used for any type of pharmacy order, including inpatient (unit dose and compound unit dose), outpatient, IVs, and hyperalimentation IVs (nutritional IVs). In addition to the pharmaceutical information, this segment contains additional data such as provider and text comments.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ProvidersPharmacyInstructionsRepCount : Integer; |
|
|
function ProvidersAdministrationInstructionsRepCount : Integer; |
|
Properties
|
property RequestedGiveCode : TbsCE_22 read GetRequestedGiveCode write SetRequestedGiveCode; |
Requested Give Code, Min : 1, Max : 1
|
|
property RequestedGiveAmountMinimum : TbsNM_22 read GetRequestedGiveAmountMinimum write SetRequestedGiveAmountMinimum; |
Requested Give Amount - Minimum, Min : 1, Max : 1
|
|
property RequestedGiveAmountMaximum : TbsNM_22 read GetRequestedGiveAmountMaximum write SetRequestedGiveAmountMaximum; |
Requested Give Amount - Maximum, Min : 0, Max : 1
|
|
property RequestedGiveUnits : TbsCE_22 read GetRequestedGiveUnits write SetRequestedGiveUnits; |
Requested Give Units, Min : 1, Max : 1
|
|
property RequestedDosageForm : TbsCE_22 read GetRequestedDosageForm write SetRequestedDosageForm; |
Requested Dosage Form, Min : 0, Max : 1
|
|
property ProvidersPharmacyInstructions[RepCount:Integer]: TbsCE_22 read GetProvidersPharmacyInstructions write SetProvidersPharmacyInstructions; |
Provider's Pharmacy Instructions, Min : 0, Max : *
|
|
property ProvidersAdministrationInstructions[RepCount:Integer]: TbsCE_22 read GetProvidersAdministrationInstructions write SetProvidersAdministrationInstructions; |
Provider's Administration Instructions, Min : 0, Max : *
|
|
property DelivertoLocation : TbsCM_LA1_22 read GetDelivertoLocation write SetDelivertoLocation; |
Deliver-to Location, Min : 0, Max : 1
|
|
property AllowSubstitutions : TbsID_22 read GetAllowSubstitutions write SetAllowSubstitutions; |
Allow Substitutions, Min : 0, Max : 1
|
|
property RequestedDispenseCode : TbsCE_22 read GetRequestedDispenseCode write SetRequestedDispenseCode; |
Requested Dispense Code, Min : 0, Max : 1
|
|
property RequestedDispenseAmount : TbsNM_22 read GetRequestedDispenseAmount write SetRequestedDispenseAmount; |
Requested Dispense Amount, Min : 0, Max : 1
|
|
property RequestedDispenseUnits : TbsCE_22 read GetRequestedDispenseUnits write SetRequestedDispenseUnits; |
Requested Dispense Units, Min : 0, Max : 1
|
|
property NumberOfRefills : TbsNM_22 read GetNumberOfRefills write SetNumberOfRefills; |
Number Of Refills, Min : 0, Max : 1
|
|
property OrderingProvidersDeaNumber : TbsCN_PERSON_22 read GetOrderingProvidersDeaNumber write SetOrderingProvidersDeaNumber; |
Ordering Provider's Dea Number, Min : 0, Max : 1
|
|
property PharmacistVerifierId : TbsCN_PERSON_22 read GetPharmacistVerifierId write SetPharmacistVerifierId; |
Pharmacist Verifier Id, Min : 0, Max : 1
|
|
property NeedsHumanReview : TbsID_22 read GetNeedsHumanReview write SetNeedsHumanReview; |
Needs Human Review, Min : 0, Max : 1
|
|
property RequestedGivePertimeUnit : TbsST_22 read GetRequestedGivePertimeUnit write SetRequestedGivePertimeUnit; |
Requested Give Per (time Unit), Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|