Class TBSHL7Value

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TBSHL7Value = class(TBSValueString)

Description

Hierarchy

  • TBSValueString
  • TBSHL7Value

Overview

Methods

Public constructor Create(const AValueType:TBSHL7ValueType); overload;
Public constructor Create(const AValue:Integer); overload;

Properties

Public property HL7ValueType: TBSHL7ValueType read FValueType write FValueType;
Public property AsString: BSString read GetAsString write SetAsString;
Public property AsInteger: Int64 read GetAsInteger write SetAsInteger;
Public property Message : TBSHL7Message read FMessage write FMessage;
Public property Value : BSString read GetAsString write SetAsString;

Description

Methods

Public constructor Create(const AValueType:TBSHL7ValueType); overload;
 
Public constructor Create(const AValue:Integer); overload;
 

Properties

Public property HL7ValueType: TBSHL7ValueType read FValueType write FValueType;
 
Public property AsString: BSString read GetAsString write SetAsString;
 
Public property AsInteger: Int64 read GetAsInteger write SetAsInteger;
 
Public property Message : TBSHL7Message read FMessage write FMessage;
 
Public property Value : BSString read GetAsString write SetAsString;
 

Generated by PasDoc 0.14.0.