Class TClaimResponseDetail
Unit
bsFhir_r4
Declaration
type TClaimResponseDetail = class(TBackboneElement)
Description
This resource provides the adjudication details from the processing of a Claim resource.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property detailSequence : Int64 read GetdetailSequence write SetdetailSequence; |
A number to uniquely reference the claim detail entry.
|
|
property detailSequenceElement : TpositiveInt read GetdetailSequenceElement write SetdetailSequenceElement; |
|
|
property noteNumber : TBSFHIRPrimitiveStringArray read GetnoteNumberArray; |
The numbers associated with notes below which apply to the adjudication of this item.
|
Generated by PasDoc 0.15.0.
|