Class TFormularyItem

Unit

Declaration

type TFormularyItem = class(TDomainResource)

Description

This resource describes a product or service that is available through a program and includes the conditions and constraints of availability. All of the information in this resource is specific to the inclusion of the item in the formulary and is not inherent to the item itself. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TFormularyItemStatusCodes read GetstatusElement write SetstatusElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Business identifier for this formulary item.

Public property code : TCodeableConcept read Getcode write Setcode;

A code (or set of codes) that specify the product or service that is identified by this formulary item.

Public property status : string read Getstatus write Setstatus;

The validity about the information of the formulary item and not of the underlying product or service itself.

Public property statusElement : TFormularyItemStatusCodes read GetstatusElement write SetstatusElement;
 

Generated by PasDoc 0.15.0.