Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsCER_28
Unit
BSHL7DT28
Declaration
type TbsCER_28 = class(TbsHL7Segment)
Description
Certificate Detail The CER segment adds detailed information regarding the formal authorizations to provide a service (e.g. licenses, certificates) held by the health professional identified by the STF segment.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SubjectDirectoryAttributeExtensionRepCount : Integer; |
|
|
function CrlDistributionPointRepCount : Integer; |
|
|
function JurisdictionBreadthRepCount : Integer; |
|
Properties
|
property SetIdCer : TbsSI_28 read GetSetIdCer write SetSetIdCer; |
Set Id - Cer, Min : 1, Max : 1
|
|
property SerialNumber : TbsST_28 read GetSerialNumber write SetSerialNumber; |
Serial Number, Min : 0, Max : 1
|
|
property Version : TbsST_28 read GetVersion write SetVersion; |
Version, Min : 0, Max : 1
|
|
property GrantingAuthority : TbsXON_28 read GetGrantingAuthority write SetGrantingAuthority; |
Granting Authority, Min : 0, Max : 1
|
|
property IssuingAuthority : TbsXCN_28 read GetIssuingAuthority write SetIssuingAuthority; |
Issuing Authority, Min : 0, Max : 1
|
|
property Signature : TbsED_28 read GetSignature write SetSignature; |
Signature, Min : 0, Max : 1
|
|
property GrantingCountry : TbsID_28 read GetGrantingCountry write SetGrantingCountry; |
Granting Country, Min : 0, Max : 1
|
|
property GrantingStateProvince : TbsCWE_28 read GetGrantingStateProvince write SetGrantingStateProvince; |
Granting State/Province, Min : 0, Max : 1
|
|
property GrantingCountyParish : TbsCWE_28 read GetGrantingCountyParish write SetGrantingCountyParish; |
Granting County/Parish, Min : 0, Max : 1
|
|
property CertificateType : TbsCWE_28 read GetCertificateType write SetCertificateType; |
Certificate Type, Min : 0, Max : 1
|
|
property CertificateDomain : TbsCWE_28 read GetCertificateDomain write SetCertificateDomain; |
Certificate Domain, Min : 0, Max : 1
|
|
property SubjectId : TbsEI_28 read GetSubjectId write SetSubjectId; |
Subject Id, Min : 0, Max : 1
|
|
property SubjectName : TbsST_28 read GetSubjectName write SetSubjectName; |
Subject Name, Min : 1, Max : 1
|
|
property SubjectDirectoryAttributeExtension[RepCount:Integer]: TbsCWE_28 read GetSubjectDirectoryAttributeExtension write SetSubjectDirectoryAttributeExtension; |
Subject Directory Attribute Extension, Min : 0, Max : *
|
|
property SubjectPublicKeyInfo : TbsCWE_28 read GetSubjectPublicKeyInfo write SetSubjectPublicKeyInfo; |
Subject Public Key Info, Min : 0, Max : 1
|
|
property AuthorityKeyIdentifier : TbsCWE_28 read GetAuthorityKeyIdentifier write SetAuthorityKeyIdentifier; |
Authority Key Identifier, Min : 0, Max : 1
|
|
property BasicConstraint : TbsID_28 read GetBasicConstraint write SetBasicConstraint; |
Basic Constraint, Min : 0, Max : 1
|
|
property CrlDistributionPoint[RepCount:Integer]: TbsCWE_28 read GetCrlDistributionPoint write SetCrlDistributionPoint; |
Crl Distribution Point, Min : 0, Max : *
|
|
property JurisdictionCountry : TbsID_28 read GetJurisdictionCountry write SetJurisdictionCountry; |
Jurisdiction Country, Min : 0, Max : 1
|
|
property JurisdictionStateProvince : TbsCWE_28 read GetJurisdictionStateProvince write SetJurisdictionStateProvince; |
Jurisdiction State/Province, Min : 0, Max : 1
|
|
property JurisdictionCountyParish : TbsCWE_28 read GetJurisdictionCountyParish write SetJurisdictionCountyParish; |
Jurisdiction County/Parish, Min : 0, Max : 1
|
|
property JurisdictionBreadth[RepCount:Integer]: TbsCWE_28 read GetJurisdictionBreadth write SetJurisdictionBreadth; |
Jurisdiction Breadth, Min : 0, Max : *
|
|
property GrantingDate : TbsDTM_28 read GetGrantingDate write SetGrantingDate; |
Granting Date, Min : 0, Max : 1
|
|
property IssuingDate : TbsDTM_28 read GetIssuingDate write SetIssuingDate; |
Issuing Date, Min : 0, Max : 1
|
|
property ActivationDate : TbsDTM_28 read GetActivationDate write SetActivationDate; |
Activation Date, Min : 0, Max : 1
|
|
property InactivationDate : TbsDTM_28 read GetInactivationDate write SetInactivationDate; |
Inactivation Date, Min : 0, Max : 1
|
|
property ExpirationDate : TbsDTM_28 read GetExpirationDate write SetExpirationDate; |
Expiration Date, Min : 0, Max : 1
|
|
property RenewalDate : TbsDTM_28 read GetRenewalDate write SetRenewalDate; |
Renewal Date, Min : 0, Max : 1
|
|
property RevocationDate : TbsDTM_28 read GetRevocationDate write SetRevocationDate; |
Revocation Date, Min : 0, Max : 1
|
|
property RevocationReasonCode : TbsCWE_28 read GetRevocationReasonCode write SetRevocationReasonCode; |
Revocation Reason Code, Min : 0, Max : 1
|
|
property CertificateStatusCode : TbsCWE_28 read GetCertificateStatusCode write SetCertificateStatusCode; |
Certificate Status Code, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|