Class TMedicationKnowledgeCost

Unit

Declaration

type TMedicationKnowledgeCost = class(TBackboneElement)

Description

Information about a medication that is used to support knowledge.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property source : string read Getsource write Setsource;
Public property sourceElement : Tstring read GetsourceElement write SetsourceElement;
Public property cost : TMoney read Getcost write Setcost;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The category of the cost information. For example, manufacturers' cost, patient cost, claim reimbursement cost, actual acquisition cost.

Public property source : string read Getsource write Setsource;

The source or owner that assigns the price to the medication.

Public property sourceElement : Tstring read GetsourceElement write SetsourceElement;
 
Public property cost : TMoney read Getcost write Setcost;

The price of the medication.


Generated by PasDoc 0.15.0.