Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsCER_251
Unit
BSHL7DT251
Declaration
type TbsCER_251 = 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 SetID_CER : TbsSI_251 read GetSetID_CER write SetSetID_CER; |
Set ID _ CER, Min : 1, Max : 1
|
|
property SerialNumber : TbsST_251 read GetSerialNumber write SetSerialNumber; |
Serial Number, Min : 0, Max : 1
|
|
property Version : TbsST_251 read GetVersion write SetVersion; |
Version, Min : 0, Max : 1
|
|
property GrantingAuthority : TbsXON_251 read GetGrantingAuthority write SetGrantingAuthority; |
Granting Authority, Min : 0, Max : 1
|
|
property IssuingAuthority : TbsXCN_251 read GetIssuingAuthority write SetIssuingAuthority; |
Issuing Authority, Min : 0, Max : 1
|
|
property SignatureofIssuingAuthority : TbsED_251 read GetSignatureofIssuingAuthority write SetSignatureofIssuingAuthority; |
Signature of Issuing Authority, Min : 0, Max : 1
|
|
property GrantingCountry : TbsID_251 read GetGrantingCountry write SetGrantingCountry; |
Granting Country, Min : 0, Max : 1
|
|
property GrantingStateProvince : TbsCWE_251 read GetGrantingStateProvince write SetGrantingStateProvince; |
Granting State/Province, Min : 0, Max : 1
|
|
property GrantingCountyParish : TbsCWE_251 read GetGrantingCountyParish write SetGrantingCountyParish; |
Granting County/Parish, Min : 0, Max : 1
|
|
property CertificateType : TbsCWE_251 read GetCertificateType write SetCertificateType; |
Certificate Type, Min : 0, Max : 1
|
|
property CertificateDomain : TbsCWE_251 read GetCertificateDomain write SetCertificateDomain; |
Certificate Domain, Min : 0, Max : 1
|
|
property SubjectID : TbsID_251 read GetSubjectID write SetSubjectID; |
Subject ID, Min : 0, Max : 1
|
|
property SubjectName : TbsST_251 read GetSubjectName write SetSubjectName; |
Subject Name, Min : 1, Max : 1
|
|
property SubjectDirectoryAttributeExtension[RepCount:Integer]: TbsCWE_251 read GetSubjectDirectoryAttributeExtension write SetSubjectDirectoryAttributeExtension; |
Subject Directory Attribute Extension, Min : 0, Max : *
|
|
property SubjectPublicKeyInfo : TbsCWE_251 read GetSubjectPublicKeyInfo write SetSubjectPublicKeyInfo; |
Subject Public Key Info, Min : 0, Max : 1
|
|
property AuthorityKeyIdentifier : TbsCWE_251 read GetAuthorityKeyIdentifier write SetAuthorityKeyIdentifier; |
Authority Key Identifier, Min : 0, Max : 1
|
|
property BasicConstraint : TbsID_251 read GetBasicConstraint write SetBasicConstraint; |
Basic Constraint, Min : 0, Max : 1
|
|
property CRLDistributionPoint[RepCount:Integer]: TbsCWE_251 read GetCRLDistributionPoint write SetCRLDistributionPoint; |
CRL Distribution Point, Min : 0, Max : *
|
|
property JurisdictionCountry : TbsID_251 read GetJurisdictionCountry write SetJurisdictionCountry; |
Jurisdiction Country, Min : 0, Max : 1
|
|
property JurisdictionStateProvince : TbsCWE_251 read GetJurisdictionStateProvince write SetJurisdictionStateProvince; |
Jurisdiction State/Province, Min : 0, Max : 1
|
|
property JurisdictionCountyParish : TbsCWE_251 read GetJurisdictionCountyParish write SetJurisdictionCountyParish; |
Jurisdiction County/Parish, Min : 0, Max : 1
|
|
property JurisdictionBreadth[RepCount:Integer]: TbsCWE_251 read GetJurisdictionBreadth write SetJurisdictionBreadth; |
Jurisdiction Breadth, Min : 0, Max : *
|
|
property GrantingDate : TbsTS_251 read GetGrantingDate write SetGrantingDate; |
Granting Date, Min : 0, Max : 1
|
|
property IssuingDate : TbsTS_251 read GetIssuingDate write SetIssuingDate; |
Issuing Date, Min : 0, Max : 1
|
|
property ActivationDate : TbsTS_251 read GetActivationDate write SetActivationDate; |
Activation Date, Min : 0, Max : 1
|
|
property InactivationDate : TbsTS_251 read GetInactivationDate write SetInactivationDate; |
Inactivation Date, Min : 0, Max : 1
|
|
property ExpirationDate : TbsTS_251 read GetExpirationDate write SetExpirationDate; |
Expiration Date, Min : 0, Max : 1
|
|
property RenewalDate : TbsTS_251 read GetRenewalDate write SetRenewalDate; |
Renewal Date, Min : 0, Max : 1
|
|
property RevocationDate : TbsTS_251 read GetRevocationDate write SetRevocationDate; |
Revocation Date, Min : 0, Max : 1
|
|
property RevocationReasonCode : TbsCE_251 read GetRevocationReasonCode write SetRevocationReasonCode; |
Revocation Reason Code, Min : 0, Max : 1
|
|
property CertificateStatus : TbsCWE_251 read GetCertificateStatus write SetCertificateStatus; |
Certificate Status, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|