Class TInvoiceParticipant

Unit

Declaration

type TInvoiceParticipant = class(TBackboneElement)

Description

Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property role : TCodeableConcept read Getrole write Setrole;
Public property actor : TReference read Getactor write Setactor;

Description

Methods

Public constructor Create; override;
 

Properties

Public property role : TCodeableConcept read Getrole write Setrole;

Describes the type of involvement (e.g. transcriptionist, creator etc.). If the invoice has been created automatically, the Participant may be a billing engine or another kind of device.

Public property actor : TReference read Getactor write Setactor;

The device, practitioner, etc. who performed or participated in the service.


Generated by PasDoc 0.15.0.