BackboneElement class abstract

BackboneElement Base definition for the few data types that are allowed to carry modifier extensions.

Implemented types
Implementers

Constructors

BackboneElement.new()

Properties

children List<FhirBase>
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirType String
no setterinherited
formatCommentsPost List<String>
no setterinherited
formatCommentsPre List<String>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
DataType Base definition for the few data types that are allowed to carry modifier extensions.
no setterinherited
isPrimitive bool
no setterinherited
modifierExtension List<FhirExtension>?
no setter
namedChildren Map<String, FhirBase>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAnnotation(dynamic annotation) → void
inherited
addPropertyChangedListener(String property, void listener()) → void
inherited
annotations(Type type) Iterable
inherited
clearUserData(String name) → void
inherited
clone() FhirBase
inherited
deepCopy() FhirBase
inherited
getUserData(String name) → dynamic
inherited
getUserInt(String name) int
inherited
getUserString(String name) String?
inherited
hasFormatComment() bool
inherited
hasUserData(String name) bool
inherited
isEmpty() bool
inherited
isExactly(FhirBase other) bool
inherited
matches(FhirBase other) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyPropertyChanged(String property) → void
inherited
primitiveValue() String?
inherited
removeAnnotations(Type type) → void
inherited
removePropertyChangedListener(String property, void listener()) → void
inherited
setUserData(String name, dynamic value) → void
inherited
toJson() Map<String, dynamic>
Returns a JSON representation of the FHIR primitive.
override
toJsonString() String
override
toJsonWithType() → dynamic
inherited
toString() String
A string representation of this object.
inherited
toYaml() String
Returns a YAML representation of the FHIR primitive.
override
tryGetValue(String key, dynamic value) bool
inherited
validate() List<String>
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(Map<String, dynamic> json) BackboneElement
override
fromJsonString(String source) BackboneElement
override
fromYaml(dynamic yaml) BackboneElement
override