Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsXAD_23
Unit
BSHL7DT23
Declaration
type TbsXAD_23 = class(TbsHL7Object)
Description
Extended Address
Hierarchy
Overview
Methods
|
procedure Init; override; |
Properties
Description
Methods
|
procedure Init; override; |
|
Properties
|
property StreetAddress: TbsST_23 read GetStreetAddress write SetStreetAddress; |
Street Address, Min : 0, Max : 1
|
|
property OtherDesignation: TbsST_23 read GetOtherDesignation write SetOtherDesignation; |
Other Designation, Min : 0, Max : 1
|
|
property City: TbsST_23 read GetCity write SetCity; |
City, Min : 0, Max : 1
|
|
property StateOrProvince: TbsST_23 read GetStateOrProvince write SetStateOrProvince; |
State Or Province, Min : 0, Max : 1
|
|
property ZipOrPostalCode: TbsST_23 read GetZipOrPostalCode write SetZipOrPostalCode; |
Zip Or Postal Code, Min : 0, Max : 1
|
|
property Country: TbsID_23 read GetCountry write SetCountry; |
Country, Min : 0, Max : 1
|
|
property AddressType: TbsID_23 read GetAddressType write SetAddressType; |
Address Type, Min : 0, Max : 1
|
|
property OtherGeographicDesignation: TbsST_23 read GetOtherGeographicDesignation write SetOtherGeographicDesignation; |
Other Geographic Designation, Min : 0, Max : 1
|
|
property CountyparishCode: TbsIS_23 read GetCountyparishCode write SetCountyparishCode; |
County/parish Code, Min : 0, Max : 1
|
|
property CensusTract: TbsIS_23 read GetCensusTract write SetCensusTract; |
Census Tract, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|