Class TBSFHIRDefinition
Unit
bsFHIRObject
Declaration
type TBSFHIRDefinition = class(TBSType)
Description
Hierarchy
- TBSType
- TBSFHIRDefinition
Overview
Methods
|
constructor Create; overload; override; |
|
function Add(AName,AType:String; AMin,AMax:Integer; NodeType: TBSNodeType; IsPrimitive:Boolean; AVendor, AChoiceType:String):TBSTypedObject; |
Properties
|
property Version : TBSFHIRVersion read GetVersion write SetVersion; |
|
property IsPrimitive: Boolean read GetIsPrimitive; |
|
property Vendor: String read GetVendor write SetVendor; |
|
property DataType: string read GetDatatype write SetDataType; |
|
property DefType: BSChar read GetDefType write SetDefType; |
Description
Methods
|
constructor Create; overload; override; |
|
|
function Add(AName,AType:String; AMin,AMax:Integer; NodeType: TBSNodeType; IsPrimitive:Boolean; AVendor, AChoiceType:String):TBSTypedObject; |
|
Properties
|
property IsPrimitive: Boolean read GetIsPrimitive; |
|
|
property Vendor: String read GetVendor write SetVendor; |
|
|
property DataType: string read GetDatatype write SetDataType; |
|
|
property DefType: BSChar read GetDefType write SetDefType; |
|
Generated by PasDoc 0.15.0.
|