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