Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsXPN_251
Unit
BSHL7DT251
Declaration
type TbsXPN_251 = class(TbsHL7Object)
Description
Extended Person Name
Hierarchy
Overview
Methods
|
procedure Init; override; |
Properties
Description
Methods
|
procedure Init; override; |
|
Properties
|
property FamilyName: TbsFN_251 read GetFamilyName write SetFamilyName; |
Family Name, Min : 0, Max : 1
|
|
property GivenName: TbsST_251 read GetGivenName write SetGivenName; |
Given Name, Min : 0, Max : 1
|
|
property SecondAndFurtherGivenNamesOrInitialsThereof: TbsST_251 read GetSecondAndFurtherGivenNamesOrInitialsThereof write SetSecondAndFurtherGivenNamesOrInitialsThereof; |
Second And Further Given Names Or Initials Thereof, Min : 0, Max : 1
|
|
property Suffix: TbsST_251 read GetSuffix write SetSuffix; |
Suffix, Min : 0, Max : 1
|
|
property Prefix: TbsST_251 read GetPrefix write SetPrefix; |
Prefix, Min : 0, Max : 1
|
|
property Degree: TbsIS_251 read GetDegree write SetDegree; |
Degree, Min : 0, Max : 1
|
|
property NameTypeCode: TbsID_251 read GetNameTypeCode write SetNameTypeCode; |
Name Type Code, Min : 0, Max : 1
|
|
property NameRepresentationCode: TbsID_251 read GetNameRepresentationCode write SetNameRepresentationCode; |
Name Representation Code, Min : 0, Max : 1
|
|
property NameContext: TbsCE_251 read GetNameContext write SetNameContext; |
Name Context, Min : 0, Max : 1
|
|
property NameValidityRange: TbsDR_251 read GetNameValidityRange write SetNameValidityRange; |
Name Validity Range, Min : 0, Max : 1
|
|
property NameAssemblyOrder: TbsID_251 read GetNameAssemblyOrder write SetNameAssemblyOrder; |
Name Assembly Order, Min : 0, Max : 1
|
|
property EffectiveDate: TbsTS_251 read GetEffectiveDate write SetEffectiveDate; |
Effective Date, Min : 0, Max : 1
|
|
property ExpirationDate: TbsTS_251 read GetExpirationDate write SetExpirationDate; |
Expiration Date, Min : 0, Max : 1
|
|
property ProfessionalSuffix: TbsST_251 read GetProfessionalSuffix write SetProfessionalSuffix; |
Professional Suffix, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|