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