Class TInventoryItemCharacteristic

Unit

Declaration

type TInventoryItemCharacteristic = class(TBackboneElement)

Description

A functional description of an inventory item used in inventory and supply-related workflows.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property characteristicType : TCodeableConcept read GetcharacteristicType write SetcharacteristicType;
Public property valueString : string read GetvalueString write SetvalueString;
Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
Public property valueInteger : integer read GetvalueInteger write SetvalueInteger;
Public property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement;
Public property valueDecimal : Double read GetvalueDecimal write SetvalueDecimal;
Public property valueDecimalElement : Tdecimal read GetvalueDecimalElement write SetvalueDecimalElement;
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;
Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
Public property valueUrl : string read GetvalueUrl write SetvalueUrl;
Public property valueUrlElement : Turl read GetvalueUrlElement write SetvalueUrlElement;
Public property valueDateTime : string read GetvalueDateTime write SetvalueDateTime;
Public property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement;
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueRange : TRange read GetvalueRange write SetvalueRange;
Public property valueRatio : TRatio read GetvalueRatio write SetvalueRatio;
Public property valueAnnotation : TAnnotation read GetvalueAnnotation write SetvalueAnnotation;
Public property valueAddress : TAddress read GetvalueAddress write SetvalueAddress;
Public property valueDuration : TDuration read GetvalueDuration write SetvalueDuration;
Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;

Description

Methods

Public constructor Create; override;
 

Properties

Public property characteristicType : TCodeableConcept read GetcharacteristicType write SetcharacteristicType;

The type of characteristic that is being defined.

Public property valueString : string read GetvalueString write SetvalueString;

The value of the attribute. (choose any one of value*, but only one)

Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
 
Public property valueInteger : integer read GetvalueInteger write SetvalueInteger;

The value of the attribute. (choose any one of value*, but only one)

Public property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement;
 
Public property valueDecimal : Double read GetvalueDecimal write SetvalueDecimal;

The value of the attribute. (choose any one of value*, but only one)

Public property valueDecimalElement : Tdecimal read GetvalueDecimalElement write SetvalueDecimalElement;
 
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;

The value of the attribute. (choose any one of value*, but only one)

Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
 
Public property valueUrl : string read GetvalueUrl write SetvalueUrl;

The value of the attribute. (choose any one of value*, but only one)

Public property valueUrlElement : Turl read GetvalueUrlElement write SetvalueUrlElement;
 
Public property valueDateTime : string read GetvalueDateTime write SetvalueDateTime;

The value of the attribute. (choose any one of value*, but only one)

Public property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement;
 
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;

The value of the attribute. (choose any one of value*, but only one)

Public property valueRange : TRange read GetvalueRange write SetvalueRange;

The value of the attribute. (choose any one of value*, but only one)

Public property valueRatio : TRatio read GetvalueRatio write SetvalueRatio;

The value of the attribute. (choose any one of value*, but only one)

Public property valueAnnotation : TAnnotation read GetvalueAnnotation write SetvalueAnnotation;

The value of the attribute. (choose any one of value*, but only one)

Public property valueAddress : TAddress read GetvalueAddress write SetvalueAddress;

The value of the attribute. (choose any one of value*, but only one)

Public property valueDuration : TDuration read GetvalueDuration write SetvalueDuration;

The value of the attribute. (choose any one of value*, but only one)

Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;

The value of the attribute. (choose any one of value*, but only one)


Generated by PasDoc 0.15.0.