Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsAUT_26
Unit
BSHL7DT26
Declaration
type TbsAUT_26 = class(TbsHL7Segment)
Description
Authorization Information This segment represents an authorization or a pre-authorization for a referred procedure or requested service by the payor covering the patient's health care.
Hierarchy
Overview
Properties
Description
Properties
|
property AuthorizingPayor_PlanID : TbsCWE_26 read GetAuthorizingPayor_PlanID write SetAuthorizingPayor_PlanID; |
Authorizing Payor, Plan ID, Min : 0, Max : 1
|
|
property AuthorizingPayor_CompanyID : TbsCWE_26 read GetAuthorizingPayor_CompanyID write SetAuthorizingPayor_CompanyID; |
Authorizing Payor, Company ID, Min : 1, Max : 1
|
|
property AuthorizingPayor_CompanyName : TbsST_26 read GetAuthorizingPayor_CompanyName write SetAuthorizingPayor_CompanyName; |
Authorizing Payor, Company Name, Min : 0, Max : 1
|
|
property AuthorizationEffectiveDate : TbsDTM_26 read GetAuthorizationEffectiveDate write SetAuthorizationEffectiveDate; |
Authorization Effective Date, Min : 0, Max : 1
|
|
property AuthorizationExpirationDate : TbsDTM_26 read GetAuthorizationExpirationDate write SetAuthorizationExpirationDate; |
Authorization Expiration Date, Min : 0, Max : 1
|
|
property AuthorizationIdentifier : TbsEI_26 read GetAuthorizationIdentifier write SetAuthorizationIdentifier; |
Authorization Identifier, Min : 0, Max : 1
|
|
property ReimbursementLimit : TbsCP_26 read GetReimbursementLimit write SetReimbursementLimit; |
Reimbursement Limit, Min : 0, Max : 1
|
|
property RequestedNumberofTreatments : TbsNM_26 read GetRequestedNumberofTreatments write SetRequestedNumberofTreatments; |
Requested Number of Treatments, Min : 0, Max : 1
|
|
property AuthorizedNumberofTreatments : TbsNM_26 read GetAuthorizedNumberofTreatments write SetAuthorizedNumberofTreatments; |
Authorized Number of Treatments, Min : 0, Max : 1
|
|
property ProcessDate : TbsDTM_26 read GetProcessDate write SetProcessDate; |
Process Date, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|