Class TBSFHIRArray

Unit

Declaration

type TBSFHIRArray = class(TBSTypedArray)

Description

Hierarchy

  • TBSTypedArray
  • TBSFHIRArray

Overview

Methods

Public function IsValid: boolean; override;
Public function IsPrimitive : Boolean;
Public function HasExtension: Boolean;
Public function GetExtensionJSON: BSString;

Properties

Public property AsJSON: BSString read GetAsJSON;
Public property AsXML: BSString read GetAsXML;
Public property TypeName: BSString read FFHIRTypeName;
Public property FHIRVersion: TBSFHIRVersion read FFHIRTypeVersion;
Public property FHIRVendor: BSString read FFHIRTypeVendor;

Description

Methods

Public function IsValid: boolean; override;
 
Public function IsPrimitive : Boolean;
 
Public function HasExtension: Boolean;
 
Public function GetExtensionJSON: BSString;
 

Properties

Public property AsJSON: BSString read GetAsJSON;
 
Public property AsXML: BSString read GetAsXML;
 
Public property TypeName: BSString read FFHIRTypeName;
 
Public property FHIRVersion: TBSFHIRVersion read FFHIRTypeVersion;
 
Public property FHIRVendor: BSString read FFHIRTypeVendor;
 

Generated by PasDoc 0.15.0.