link property

  1. @JsonKey(name: 'Link')
List<PatientLink?>? link
inherited

Link to another patient resource that concerns the same actual patient.

Implementation

@JsonKey(name: 'Link')
List<PatientLink?>? get link => throw _privateConstructorUsedError;