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