PatientLink class

Demographics and other administrative information about an individual or animal receiving care or other health-related services.

Annotations
  • @freezed

Constructors

factory
PatientLink.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $PatientLinkCopyWith<PatientLink>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
other Reference?
The other patient resource that the link refers to.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type PatientLinkTypeEnum?
The type of link between this patient resource and another patient resource.
no setterinherited

Methods

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

Operators

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