Class TBSHL7Value
Unit
BSHL7Object
Declaration
type TBSHL7Value = class(TBSValueString)
Description
Hierarchy
- TBSValueString
- TBSHL7Value
Overview
Methods
|
constructor Create(const AValueType:TBSHL7ValueType); overload; |
|
constructor Create(const AValue:Integer); overload; |
Properties
|
property HL7ValueType: TBSHL7ValueType read FValueType write FValueType; |
|
property AsString: BSString read GetAsString write SetAsString; |
|
property AsInteger: Int64 read GetAsInteger write SetAsInteger; |
|
property Message : TBSHL7Message read FMessage write FMessage; |
|
property Value : BSString read GetAsString write SetAsString; |
Description
Methods
|
constructor Create(const AValueType:TBSHL7ValueType); overload; |
|
|
constructor Create(const AValue:Integer); overload; |
|
Properties
|
property HL7ValueType: TBSHL7ValueType read FValueType write FValueType; |
|
|
property AsString: BSString read GetAsString write SetAsString; |
|
|
property AsInteger: Int64 read GetAsInteger write SetAsInteger; |
|
|
property Value : BSString read GetAsString write SetAsString; |
|
Generated by PasDoc 0.14.0.
|