PatientContact constructor

const PatientContact({
  1. List<CodeableConcept>? relationship,
  2. HumanName? name,
  3. List<ContactPoint>? telecom,
  4. Address? address,
  5. PatientContactGender? gender,
  6. @JsonKey(name: '_gender') Element? genderElement,
  7. Reference? organization,
  8. Period? period,
})

Implementation

const factory PatientContact({
  List<CodeableConcept>? relationship,
  HumanName? name,
  List<ContactPoint>? telecom,
  Address? address,
  PatientContactGender? gender,
  @JsonKey(name: '_gender') Element? genderElement,
  Reference? organization,
  Period? period,
}) = _PatientContact;