Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsAUT_24
Unit
BSHL7DT24
Declaration
type TbsAUT_24 = 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 : TbsCE_24 read GetAuthorizingPayor_PlanID write SetAuthorizingPayor_PlanID; |
Authorizing Payor, Plan ID, Min : 0, Max : 1
|
|
property AuthorizingPayor_CompanyID : TbsCE_24 read GetAuthorizingPayor_CompanyID write SetAuthorizingPayor_CompanyID; |
Authorizing Payor, Company ID, Min : 1, Max : 1
|
|
property AuthorizingPayor_CompanyName : TbsST_24 read GetAuthorizingPayor_CompanyName write SetAuthorizingPayor_CompanyName; |
Authorizing Payor, Company Name, Min : 0, Max : 1
|
|
property AuthorizationEffectiveDate : TbsTS_24 read GetAuthorizationEffectiveDate write SetAuthorizationEffectiveDate; |
Authorization Effective Date, Min : 0, Max : 1
|
|
property AuthorizationExpirationDate : TbsTS_24 read GetAuthorizationExpirationDate write SetAuthorizationExpirationDate; |
Authorization Expiration Date, Min : 0, Max : 1
|
|
property AuthorizationIdentifier : TbsEI_24 read GetAuthorizationIdentifier write SetAuthorizationIdentifier; |
Authorization Identifier, Min : 0, Max : 1
|
|
property ReimbursementLimit : TbsCP_24 read GetReimbursementLimit write SetReimbursementLimit; |
Reimbursement Limit, Min : 0, Max : 1
|
|
property RequestedNumberofTreatments : TbsNM_24 read GetRequestedNumberofTreatments write SetRequestedNumberofTreatments; |
Requested Number of Treatments, Min : 0, Max : 1
|
|
property AuthorizedNumberofTreatments : TbsNM_24 read GetAuthorizedNumberofTreatments write SetAuthorizedNumberofTreatments; |
Authorized Number of Treatments, Min : 0, Max : 1
|
|
property ProcessDate : TbsTS_24 read GetProcessDate write SetProcessDate; |
Process Date, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|