CodingList class abstract interface

This is not an FHIR resource. It's just a common interface that CodeableReference and CodeableConcept share

Implementers

Properties

coding List<Coding>?
A reference to a code defined by a terminology system.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
A human language representation of the concept as seen/selected/uttered by the user
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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