Class TCoverageEligibilityResponseBenefit

Unit

Declaration

type TCoverageEligibilityResponseBenefit = class(TBackboneElement)

Description

This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property allowedUnsignedInt : Int64 read GetallowedUnsignedInt write SetallowedUnsignedInt;
Public property allowedUnsignedIntElement : TunsignedInt read GetallowedUnsignedIntElement write SetallowedUnsignedIntElement;
Public property allowedString : string read GetallowedString write SetallowedString;
Public property allowedStringElement : Tstring read GetallowedStringElement write SetallowedStringElement;
Public property allowedMoney : TMoney read GetallowedMoney write SetallowedMoney;
Public property usedUnsignedInt : Int64 read GetusedUnsignedInt write SetusedUnsignedInt;
Public property usedUnsignedIntElement : TunsignedInt read GetusedUnsignedIntElement write SetusedUnsignedIntElement;
Public property usedString : string read GetusedString write SetusedString;
Public property usedStringElement : Tstring read GetusedStringElement write SetusedStringElement;
Public property usedMoney : TMoney read GetusedMoney write SetusedMoney;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Classification of benefit being provided.

Public property allowedUnsignedInt : Int64 read GetallowedUnsignedInt write SetallowedUnsignedInt;

The quantity of the benefit which is permitted under the coverage. (choose any one of allowed*, but only one)

Public property allowedUnsignedIntElement : TunsignedInt read GetallowedUnsignedIntElement write SetallowedUnsignedIntElement;
 
Public property allowedString : string read GetallowedString write SetallowedString;

The quantity of the benefit which is permitted under the coverage. (choose any one of allowed*, but only one)

Public property allowedStringElement : Tstring read GetallowedStringElement write SetallowedStringElement;
 
Public property allowedMoney : TMoney read GetallowedMoney write SetallowedMoney;

The quantity of the benefit which is permitted under the coverage. (choose any one of allowed*, but only one)

Public property usedUnsignedInt : Int64 read GetusedUnsignedInt write SetusedUnsignedInt;

The quantity of the benefit which have been consumed to date. (choose any one of used*, but only one)

Public property usedUnsignedIntElement : TunsignedInt read GetusedUnsignedIntElement write SetusedUnsignedIntElement;
 
Public property usedString : string read GetusedString write SetusedString;

The quantity of the benefit which have been consumed to date. (choose any one of used*, but only one)

Public property usedStringElement : Tstring read GetusedStringElement write SetusedStringElement;
 
Public property usedMoney : TMoney read GetusedMoney write SetusedMoney;

The quantity of the benefit which have been consumed to date. (choose any one of used*, but only one)


Generated by PasDoc 0.15.0.