Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsRXO_251
Unit
BSHL7DT251
Declaration
type TbsRXO_251 = class(TbsHL7Segment)
Description
Pharmacy/Treatment Order This is the "master" pharmacy/treatment 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.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ProvidersPharmacyTreatmentInstructionsRepCount : Integer; |
|
|
function ProvidersAdministrationInstructionsRepCount : Integer; |
|
|
function OrderingProvidersDEANumberRepCount : Integer; |
|
|
function PharmacistTreatmentSuppliersVerifierIDRepCount : Integer; |
|
|
function IndicationRepCount : Integer; |
|
|
function SupplementaryCodeRepCount : Integer; |
|
Properties
|
property RequestedGiveCode : TbsCE_251 read GetRequestedGiveCode write SetRequestedGiveCode; |
Requested Give Code, Min : 0, Max : 1
|
|
property RequestedGiveAmountMinimum : TbsNM_251 read GetRequestedGiveAmountMinimum write SetRequestedGiveAmountMinimum; |
Requested Give Amount - Minimum, Min : 0, Max : 1
|
|
property RequestedGiveAmountMaximum : TbsNM_251 read GetRequestedGiveAmountMaximum write SetRequestedGiveAmountMaximum; |
Requested Give Amount - Maximum, Min : 0, Max : 1
|
|
property RequestedGiveUnits : TbsCE_251 read GetRequestedGiveUnits write SetRequestedGiveUnits; |
Requested Give Units, Min : 0, Max : 1
|
|
property RequestedDosageForm : TbsCE_251 read GetRequestedDosageForm write SetRequestedDosageForm; |
Requested Dosage Form, Min : 0, Max : 1
|
|
property ProvidersPharmacyTreatmentInstructions[RepCount:Integer]: TbsCE_251 read GetProvidersPharmacyTreatmentInstructions write SetProvidersPharmacyTreatmentInstructions; |
Provider's Pharmacy/Treatment Instructions, Min : 0, Max : *
|
|
property ProvidersAdministrationInstructions[RepCount:Integer]: TbsCE_251 read GetProvidersAdministrationInstructions write SetProvidersAdministrationInstructions; |
Provider's Administration Instructions, Min : 0, Max : *
|
|
property DeliverToLocation : TbsLA1_251 read GetDeliverToLocation write SetDeliverToLocation; |
Deliver-To Location, Min : 0, Max : 1
|
|
property AllowSubstitutions : TbsID_251 read GetAllowSubstitutions write SetAllowSubstitutions; |
Allow Substitutions, Min : 0, Max : 1
|
|
property RequestedDispenseCode : TbsCE_251 read GetRequestedDispenseCode write SetRequestedDispenseCode; |
Requested Dispense Code, Min : 0, Max : 1
|
|
property RequestedDispenseAmount : TbsNM_251 read GetRequestedDispenseAmount write SetRequestedDispenseAmount; |
Requested Dispense Amount, Min : 0, Max : 1
|
|
property RequestedDispenseUnits : TbsCE_251 read GetRequestedDispenseUnits write SetRequestedDispenseUnits; |
Requested Dispense Units, Min : 0, Max : 1
|
|
property NumberOfRefills : TbsNM_251 read GetNumberOfRefills write SetNumberOfRefills; |
Number Of Refills, Min : 0, Max : 1
|
|
property OrderingProvidersDEANumber[RepCount:Integer]: TbsXCN_251 read GetOrderingProvidersDEANumber write SetOrderingProvidersDEANumber; |
Ordering Provider's DEA Number, Min : 0, Max : *
|
|
property PharmacistTreatmentSuppliersVerifierID[RepCount:Integer]: TbsXCN_251 read GetPharmacistTreatmentSuppliersVerifierID write SetPharmacistTreatmentSuppliersVerifierID; |
Pharmacist/Treatment Supplier's Verifier ID, Min : 0, Max : *
|
|
property NeedsHumanReview : TbsID_251 read GetNeedsHumanReview write SetNeedsHumanReview; |
Needs Human Review, Min : 0, Max : 1
|
|
property RequestedGivePer : TbsST_251 read GetRequestedGivePer write SetRequestedGivePer; |
Requested Give Per, Min : 0, Max : 1
|
|
property RequestedGiveStrength : TbsNM_251 read GetRequestedGiveStrength write SetRequestedGiveStrength; |
Requested Give Strength, Min : 0, Max : 1
|
|
property RequestedGiveStrengthUnits : TbsCE_251 read GetRequestedGiveStrengthUnits write SetRequestedGiveStrengthUnits; |
Requested Give Strength Units, Min : 0, Max : 1
|
|
property Indication[RepCount:Integer]: TbsCE_251 read GetIndication write SetIndication; |
Indication, Min : 0, Max : *
|
|
property RequestedGiveRateAmount : TbsST_251 read GetRequestedGiveRateAmount write SetRequestedGiveRateAmount; |
Requested Give Rate Amount, Min : 0, Max : 1
|
|
property RequestedGiveRateUnits : TbsCE_251 read GetRequestedGiveRateUnits write SetRequestedGiveRateUnits; |
Requested Give Rate Units, Min : 0, Max : 1
|
|
property TotalDailyDose : TbsCQ_251 read GetTotalDailyDose write SetTotalDailyDose; |
Total Daily Dose, Min : 0, Max : 1
|
|
property SupplementaryCode[RepCount:Integer]: TbsCE_251 read GetSupplementaryCode write SetSupplementaryCode; |
Supplementary Code, Min : 0, Max : *
|
|
property RequestedDrugStrengthVolume : TbsNM_251 read GetRequestedDrugStrengthVolume write SetRequestedDrugStrengthVolume; |
Requested Drug Strength Volume, Min : 0, Max : 1
|
|
property RequestedDrugStrengthVolumeUnits : TbsCWE_251 read GetRequestedDrugStrengthVolumeUnits write SetRequestedDrugStrengthVolumeUnits; |
Requested Drug Strength Volume Units, Min : 0, Max : 1
|
|
property PharmacyOrderType : TbsID_251 read GetPharmacyOrderType write SetPharmacyOrderType; |
Pharmacy Order Type, Min : 0, Max : 1
|
|
property DispensingInterval : TbsNM_251 read GetDispensingInterval write SetDispensingInterval; |
Dispensing Interval, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|