FhirUuid class
- Inheritance
-
- Object
- FhirBase
- PrimitiveType
- FhirUuid
- Annotations
-
- @immutable
Constructors
- FhirUuid.new(dynamic inValue)
-
factory
- FhirUuid.fromJson(dynamic json)
-
factory
- FhirUuid.fromYaml(dynamic yaml)
-
factory
Properties
-
children
→ List<
FhirBase> -
no setterinherited
- fhirType → String
-
no setteroverride
-
formatCommentsPost
→ List<
String> -
no setterinherited
-
formatCommentsPre
→ List<
String> -
no setterinherited
- hashCode → int
-
Returns the hash code of the FHIR primitive.
no setteroverride
- isPrimitive → bool
-
no setterinherited
- isValid → bool
-
Checks if the value is valid according to the FHIR type constraints.
no setteroverride
-
namedChildren
→ Map<
String, FhirBase> -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String?
-
Returns the primitive value of the FHIR type.
no setteroverride
Methods
-
addAnnotation(
dynamic annotation) → void -
inherited
-
addPropertyChangedListener(
String property, void listener()) → void -
inherited
-
annotations(
Type type) → Iterable -
inherited
-
clearUserData(
String name) → void -
inherited
-
clone(
) → FhirUuid -
override
-
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(
) → String -
Returns a JSON representation of the FHIR primitive.
override
-
toJsonString(
) → String -
override
-
toJsonWithType(
) → dynamic -
inherited
-
toString(
) → String -
Returns the string representation of the FHIR primitive.
override
-
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 -
Checks equality with another object.
override