Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsXON_25
Unit
BSHL7DT25
Declaration
type TbsXON_25 = 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_25 read GetOrganizationName write SetOrganizationName; |
Organization Name, Min : 0, Max : 1
|
|
property OrganizationNameTypeCode: TbsIS_25 read GetOrganizationNameTypeCode write SetOrganizationNameTypeCode; |
Organization Name Type Code, Min : 0, Max : 1
|
|
property IdNumber: TbsNM_25 read GetIdNumber write SetIdNumber; |
Id Number, Min : 0, Max : 1
|
|
property CheckDigit: TbsNM_25 read GetCheckDigit write SetCheckDigit; |
Check Digit, Min : 0, Max : 1
|
|
property CheckDigitScheme: TbsID_25 read GetCheckDigitScheme write SetCheckDigitScheme; |
Check Digit Scheme, Min : 0, Max : 1
|
|
property AssigningAuthority: TbsHD_25 read GetAssigningAuthority write SetAssigningAuthority; |
Assigning Authority, Min : 0, Max : 1
|
|
property IdentifierTypeCode: TbsID_25 read GetIdentifierTypeCode write SetIdentifierTypeCode; |
Identifier Type Code, Min : 0, Max : 1
|
|
property AssigningFacility: TbsHD_25 read GetAssigningFacility write SetAssigningFacility; |
Assigning Facility, Min : 0, Max : 1
|
|
property NameRepresentationCode: TbsID_25 read GetNameRepresentationCode write SetNameRepresentationCode; |
Name Representation Code, Min : 0, Max : 1
|
|
property OrganizationIdentifier: TbsST_25 read GetOrganizationIdentifier write SetOrganizationIdentifier; |
Organization Identifier, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|