Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPDC_231
Unit
BSHL7DT231
Declaration
type TbsPDC_231 = class(TbsHL7Segment)
Description
Product detail country segment Figure 7-24. PDC attributes
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function ManufacturerDistributorRepCount : Integer; |
|
|
 |
function ModelIdentifierRepCount : Integer; |
|
|
 |
function OtherIdentifierRepCount : Integer; |
|
|
Properties
 |
property ManufacturerDistributor[RepCount:Integer]: TbsXON_231 read GetManufacturerDistributor write SetManufacturerDistributor; |
|
Manufacturer/Distributor, Min : 1, Max : *
|
 |
property Country : TbsCE_231 read GetCountry write SetCountry; |
|
Country, Min : 1, Max : 1
|
 |
property BrandName : TbsST_231 read GetBrandName write SetBrandName; |
|
Brand Name, Min : 1, Max : 1
|
 |
property DeviceFamilyName : TbsST_231 read GetDeviceFamilyName write SetDeviceFamilyName; |
|
Device Family Name, Min : 0, Max : 1
|
 |
property GenericName : TbsCE_231 read GetGenericName write SetGenericName; |
|
Generic Name, Min : 0, Max : 1
|
 |
property ModelIdentifier[RepCount:Integer]: TbsST_231 read GetModelIdentifier write SetModelIdentifier; |
|
Model Identifier, Min : 0, Max : *
|
 |
property CatalogueIdentifier : TbsST_231 read GetCatalogueIdentifier write SetCatalogueIdentifier; |
|
Catalogue Identifier, Min : 0, Max : 1
|
 |
property OtherIdentifier[RepCount:Integer]: TbsST_231 read GetOtherIdentifier write SetOtherIdentifier; |
|
Other Identifier, Min : 0, Max : *
|
 |
property ProductCode : TbsCE_231 read GetProductCode write SetProductCode; |
|
Product Code, Min : 0, Max : 1
|
 |
property MarketingBasis : TbsID_231 read GetMarketingBasis write SetMarketingBasis; |
|
Marketing Basis, Min : 0, Max : 1
|
 |
property MarketingApprovalID : TbsST_231 read GetMarketingApprovalID write SetMarketingApprovalID; |
|
Marketing Approval ID, Min : 0, Max : 1
|
 |
property LabeledShelfLife : TbsCQ_231 read GetLabeledShelfLife write SetLabeledShelfLife; |
|
Labeled Shelf Life, Min : 0, Max : 1
|
 |
property ExpectedShelfLife : TbsCQ_231 read GetExpectedShelfLife write SetExpectedShelfLife; |
|
Expected Shelf Life, Min : 0, Max : 1
|
 |
property DateFirstMarketed : TbsTS_231 read GetDateFirstMarketed write SetDateFirstMarketed; |
|
Date First Marketed, Min : 0, Max : 1
|
 |
property DateLastMarketed : TbsTS_231 read GetDateLastMarketed write SetDateLastMarketed; |
|
Date Last Marketed, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|