Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsAUT_27
Unit
BSHL7DT27
Declaration
type TbsAUT_27 = class(TbsHL7Segment)
Description
Authorization Information
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function RequestedDisciplinesRepCount : Integer; |
|
|
function AuthorizedDisciplinesRepCount : Integer; |
|
Properties
|
property AuthorizingPayor_PlanId : TbsCWE_27 read GetAuthorizingPayor_PlanId write SetAuthorizingPayor_PlanId; |
Authorizing Payor, Plan Id, Min : 0, Max : 1
|
|
property AuthorizingPayor_CompanyId : TbsCWE_27 read GetAuthorizingPayor_CompanyId write SetAuthorizingPayor_CompanyId; |
Authorizing Payor, Company Id, Min : 1, Max : 1
|
|
property AuthorizingPayor_CompanyName : TbsST_27 read GetAuthorizingPayor_CompanyName write SetAuthorizingPayor_CompanyName; |
Authorizing Payor, Company Name, Min : 0, Max : 1
|
|
property AuthorizationEffectiveDate : TbsDTM_27 read GetAuthorizationEffectiveDate write SetAuthorizationEffectiveDate; |
Authorization Effective Date, Min : 0, Max : 1
|
|
property AuthorizationExpirationDate : TbsDTM_27 read GetAuthorizationExpirationDate write SetAuthorizationExpirationDate; |
Authorization Expiration Date, Min : 0, Max : 1
|
|
property AuthorizationIdentifier : TbsEI_27 read GetAuthorizationIdentifier write SetAuthorizationIdentifier; |
Authorization Identifier, Min : 0, Max : 1
|
|
property ReimbursementLimit : TbsCP_27 read GetReimbursementLimit write SetReimbursementLimit; |
Reimbursement Limit, Min : 0, Max : 1
|
|
property RequestedNumberOfTreatments : TbsCQ_27 read GetRequestedNumberOfTreatments write SetRequestedNumberOfTreatments; |
Requested Number Of Treatments, Min : 0, Max : 1
|
|
property AuthorizedNumberOfTreatments : TbsCQ_27 read GetAuthorizedNumberOfTreatments write SetAuthorizedNumberOfTreatments; |
Authorized Number Of Treatments, Min : 0, Max : 1
|
|
property ProcessDate : TbsDTM_27 read GetProcessDate write SetProcessDate; |
Process Date, Min : 0, Max : 1
|
|
property RequestedDisciplines[RepCount:Integer]: TbsCWE_27 read GetRequestedDisciplines write SetRequestedDisciplines; |
Requested Discipline(s), Min : 0, Max : *
|
|
property AuthorizedDisciplines[RepCount:Integer]: TbsCWE_27 read GetAuthorizedDisciplines write SetAuthorizedDisciplines; |
Authorized Discipline(s), Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|