Class TBSFHIRObject
Unit
bsFHIRObject
Declaration
type TBSFHIRObject = class(TBSFHIRValue)
Description
No description available, ancestor TBSFHIRValue description follows Hierarchy
Overview
Methods
|
constructor Create; overload; override; |
|
constructor Create(AName: BSString; AVersion: TBSFHIRVersion; AVendor:BSString=''); overload; |
|
destructor Destroy; override; |
|
procedure SetString(const AName: BSString; const AValue: BSString); override; |
|
function GetString(const AName:BSString):BSString; override; |
|
procedure SetBoolean(const AName: BSString; const AValue: Boolean); override; |
|
function GetBoolean(const AName:BSString):Boolean; override; |
|
procedure SetFloat(const AName: BSString; const AValue: Double); override; |
|
function GetFloat(const AName:BSString):Double; override; |
|
procedure SetInteger(const AName: BSString; const AValue: Int64); override; |
|
function GetInteger(const AName:BSString):Int64; override; |
|
procedure SetObject(const AName:BSString; const AObject:TBSValue); |
|
function TypeName: BSString; virtual; |
|
function FHIRVersion: TBSFHIRVersion; virtual; |
Properties
|
property IsResource: Boolean read FIsResource write FIsResource; |
|
property AsXML: BSString read GetAsXML write SetAsXML; |
Description
Methods
|
constructor Create; overload; override; |
|
|
constructor Create(AName: BSString; AVersion: TBSFHIRVersion; AVendor:BSString=''); overload; |
|
|
destructor Destroy; override; |
|
|
procedure SetString(const AName: BSString; const AValue: BSString); override; |
|
|
function GetString(const AName:BSString):BSString; override; |
|
|
procedure SetBoolean(const AName: BSString; const AValue: Boolean); override; |
|
|
function GetBoolean(const AName:BSString):Boolean; override; |
|
|
procedure SetFloat(const AName: BSString; const AValue: Double); override; |
|
|
function GetFloat(const AName:BSString):Double; override; |
|
|
procedure SetInteger(const AName: BSString; const AValue: Int64); override; |
|
|
function GetInteger(const AName:BSString):Int64; override; |
|
|
procedure SetObject(const AName:BSString; const AObject:TBSValue); |
|
|
function TypeName: BSString; virtual; |
|
Properties
|
property IsResource: Boolean read FIsResource write FIsResource; |
|
|
property AsXML: BSString read GetAsXML write SetAsXML; |
|
Generated by PasDoc 0.15.0.
|