Class TClaimAccident

Unit

Declaration

type TClaimAccident = class(TBackboneElement)

Description

A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : Tdate_ read Getdate_Element write Setdate_Element;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property location : TElement read Getlocation write Setlocation;

Description

Methods

Public constructor Create; override;
 

Properties

Public property date_ : string read Getdate_ write Setdate_;

Date of an accident which these services are addressing.

Public property date_Element : Tdate_ read Getdate_Element write Setdate_Element;
 
Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Type of accident: work, auto, etc.

Public property location : TElement read Getlocation write Setlocation;

Accident Place.


Generated by PasDoc 0.15.0.