Class TExplanationOfBenefitProcedure

Unit

Declaration

type TExplanationOfBenefitProcedure = class(TBackboneElement)

Description

This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property sequence : Int64 read Getsequence write Setsequence;
Public property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
Public property procedure_ : TElement read Getprocedure_ write Setprocedure_;

Description

Methods

Public constructor Create; override;
 

Properties

Public property sequence : Int64 read Getsequence write Setsequence;

Sequence of procedures which serves to order and provide a link.

Public property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement;
 
Public property date_ : string read Getdate_ write Setdate_;

Date and optionally time the procedure was performed .

Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
 
Public property procedure_ : TElement read Getprocedure_ write Setprocedure_;

The procedure code.


Generated by PasDoc 0.15.0.