Class TDeviceDefinitionChargeItem

Unit

Declaration

type TDeviceDefinitionChargeItem = class(TBackboneElement)

Description

The characteristics, operational status and capabilities of a medical-related component of a medical device.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property chargeItemCode : TCodeableReference read GetchargeItemCode write SetchargeItemCode;
Public property count : TQuantity read Getcount write Setcount;
Public property effectivePeriod : TPeriod read GeteffectivePeriod write SeteffectivePeriod;
Public property useContext : TUsageContextArray read GetuseContextArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property chargeItemCode : TCodeableReference read GetchargeItemCode write SetchargeItemCode;

The code or reference for the charge item.

Public property count : TQuantity read Getcount write Setcount;

Coefficient applicable to the billing code.

Public property effectivePeriod : TPeriod read GeteffectivePeriod write SeteffectivePeriod;

A specific time period in which this charge item applies.

Public property useContext : TUsageContextArray read GetuseContextArray;

The context to which this charge item applies.


Generated by PasDoc 0.15.0.