Getting Started
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
bsFhir_r4
type TSubstanceReferenceInformationClassification = class(TBackboneElement)
Todo.
constructor Create; override;
property domain : TCodeableConcept read Getdomain write Setdomain;
property classification : TCodeableConcept read Getclassification write Setclassification;
property subtype : TCodeableConceptArray read GetsubtypeArray;
property source : TReferenceArray read GetsourceArray;