Class TInventoryItem

Unit

Declaration

type TInventoryItem = class(TDomainResource)

Description

A functional description of an inventory item used in inventory and supply-related workflows. 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 status : string read Getstatus write Setstatus;
Public property statusElement : TInventoryItemStatusCodes read GetstatusElement write SetstatusElement;
Public property category : TCodeableConceptArray read GetcategoryArray;
Public property code : TCodeableConceptArray read GetcodeArray;
Public property name_ : TInventoryItemNameArray read Getname_Array;
Public property responsibleOrganization : TInventoryItemResponsibleOrganizationArray read GetresponsibleOrganizationArray;
Public property description : TInventoryItemDescription read Getdescription write Setdescription;
Public property inventoryStatus : TCodeableConceptArray read GetinventoryStatusArray;
Public property baseUnit : TCodeableConcept read GetbaseUnit write SetbaseUnit;
Public property netContent : TQuantity read GetnetContent write SetnetContent;
Public property association : TInventoryItemAssociationArray read GetassociationArray;
Public property characteristic : TInventoryItemCharacteristicArray read GetcharacteristicArray;
Public property instance : TInventoryItemInstance read Getinstance write Setinstance;
Public property productReference : TReference read GetproductReference write SetproductReference;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Business identifier for the inventory item.

Public property status : string read Getstatus write Setstatus;

Status of the item entry.

Public property statusElement : TInventoryItemStatusCodes read GetstatusElement write SetstatusElement;
 
Public property category : TCodeableConceptArray read GetcategoryArray;

Category or class of the item.

Public property code : TCodeableConceptArray read GetcodeArray;

Code designating the specific type of item.

Public property name_ : TInventoryItemNameArray read Getname_Array;

The item name(s) - the brand name, or common name, functional name, generic name.

Public property responsibleOrganization : TInventoryItemResponsibleOrganizationArray read GetresponsibleOrganizationArray;

Organization(s) responsible for the product.

Public property description : TInventoryItemDescription read Getdescription write Setdescription;

The descriptive characteristics of the inventory item.

Public property inventoryStatus : TCodeableConceptArray read GetinventoryStatusArray;

The usage status e.g. recalled, in use, discarded... This can be used to indicate that the items have been taken out of inventory, or are in use, etc.

Public property baseUnit : TCodeableConcept read GetbaseUnit write SetbaseUnit;

The base unit of measure - the unit in which the product is used or counted.

Public property netContent : TQuantity read GetnetContent write SetnetContent;

Net content or amount present in the item.

Public property association : TInventoryItemAssociationArray read GetassociationArray;

Association with other items or products.

Public property characteristic : TInventoryItemCharacteristicArray read GetcharacteristicArray;

The descriptive or identifying characteristics of the item.

Public property instance : TInventoryItemInstance read Getinstance write Setinstance;

Instances or occurrences of the product.

Public property productReference : TReference read GetproductReference write SetproductReference;

Link to a product resource used in clinical workflows.


Generated by PasDoc 0.15.0.