Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsXON_271
Unit
BSHL7DT271
Declaration
type TbsXON_271 = class(TbsHL7Object)
Description
Extended Composite Name And Identification Number For Organizations
Hierarchy
Overview
Methods
|
procedure Init; override; |
Properties
Description
Methods
|
procedure Init; override; |
|
Properties
|
property OrganizationName: TbsST_271 read GetOrganizationName write SetOrganizationName; |
Organization Name, Min : 0, Max : 1
|
|
property OrganizationNameTypeCode: TbsCWE_271 read GetOrganizationNameTypeCode write SetOrganizationNameTypeCode; |
Organization Name Type Code, Min : 0, Max : 1
|
|
property IdNumber: TbsST_271 read GetIdNumber write SetIdNumber; |
Id Number, Min : 0, Max : 1
|
|
property IdentifierCheckDigit: TbsNM_271 read GetIdentifierCheckDigit write SetIdentifierCheckDigit; |
Identifier Check Digit, Min : 0, Max : 1
|
|
property CheckDigitScheme: TbsID_271 read GetCheckDigitScheme write SetCheckDigitScheme; |
Check Digit Scheme, Min : 0, Max : 1
|
|
property AssigningAuthority: TbsHD_271 read GetAssigningAuthority write SetAssigningAuthority; |
Assigning Authority, Min : 0, Max : 1
|
|
property IdentifierTypeCode: TbsID_271 read GetIdentifierTypeCode write SetIdentifierTypeCode; |
Identifier Type Code, Min : 0, Max : 1
|
|
property AssigningFacility: TbsHD_271 read GetAssigningFacility write SetAssigningFacility; |
Assigning Facility, Min : 0, Max : 1
|
|
property NameRepresentationCode: TbsID_271 read GetNameRepresentationCode write SetNameRepresentationCode; |
Name Representation Code, Min : 0, Max : 1
|
|
property OrganizationIdentifier: TbsST_271 read GetOrganizationIdentifier write SetOrganizationIdentifier; |
Organization Identifier, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|