Class TbsRXC_26

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsRXC_26 = class(TbsHL7Segment)

Description

Pharmacy/Treatment Component Order If the drug or treatment ordered with the RXO segment is a compound drug OR an IV solution, AND there is not a coded value for OBR-4-universal service ID , which specifies the components (base and all additives), then the components (the base and additives) are specified by two or more RXC segments.  The policy of the pharmacy or treatment application on substitutions at the RXC level is identical to that for the RXO level.

Hierarchy

Overview

Methods

Public function SupplementaryCodeRepCount : Integer;

Properties

Public property RXComponentType : TbsID_26 read GetRXComponentType write SetRXComponentType;
Public property ComponentCode : TbsCWE_26 read GetComponentCode write SetComponentCode;
Public property ComponentAmount : TbsNM_26 read GetComponentAmount write SetComponentAmount;
Public property ComponentUnits : TbsCWE_26 read GetComponentUnits write SetComponentUnits;
Public property ComponentStrength : TbsNM_26 read GetComponentStrength write SetComponentStrength;
Public property ComponentStrengthUnits : TbsCWE_26 read GetComponentStrengthUnits write SetComponentStrengthUnits;
Public property SupplementaryCode[RepCount:Integer]: TbsCWE_26 read GetSupplementaryCode write SetSupplementaryCode;
Public property ComponentDrugStrengthVolume : TbsNM_26 read GetComponentDrugStrengthVolume write SetComponentDrugStrengthVolume;
Public property ComponentDrugStrengthVolumeUnits : TbsCWE_26 read GetComponentDrugStrengthVolumeUnits write SetComponentDrugStrengthVolumeUnits;

Description

Methods

Public function SupplementaryCodeRepCount : Integer;
 

Properties

Public property RXComponentType : TbsID_26 read GetRXComponentType write SetRXComponentType;

RX Component Type, Min : 1, Max : 1

Public property ComponentCode : TbsCWE_26 read GetComponentCode write SetComponentCode;

Component Code, Min : 1, Max : 1

Public property ComponentAmount : TbsNM_26 read GetComponentAmount write SetComponentAmount;

Component Amount, Min : 1, Max : 1

Public property ComponentUnits : TbsCWE_26 read GetComponentUnits write SetComponentUnits;

Component Units, Min : 1, Max : 1

Public property ComponentStrength : TbsNM_26 read GetComponentStrength write SetComponentStrength;

Component Strength, Min : 0, Max : 1

Public property ComponentStrengthUnits : TbsCWE_26 read GetComponentStrengthUnits write SetComponentStrengthUnits;

Component Strength Units, Min : 0, Max : 1

Public property SupplementaryCode[RepCount:Integer]: TbsCWE_26 read GetSupplementaryCode write SetSupplementaryCode;

Supplementary Code, Min : 0, Max : *

Public property ComponentDrugStrengthVolume : TbsNM_26 read GetComponentDrugStrengthVolume write SetComponentDrugStrengthVolume;

Component Drug Strength Volume, Min : 0, Max : 1

Public property ComponentDrugStrengthVolumeUnits : TbsCWE_26 read GetComponentDrugStrengthVolumeUnits write SetComponentDrugStrengthVolumeUnits;

Component Drug Strength Volume Units, Min : 0, Max : 1


Generated by PasDoc 0.14.0.