PatientHealthCarePartyDto constructor

PatientHealthCarePartyDto({
  1. PatientHealthCarePartyDtoTypeEnum? type,
  2. String? healthcarePartyId,
  3. Map<String, String> sendFormats = const {},
  4. Set<ReferralPeriodDto> referralPeriods = const {},
  5. bool referral = false,
  6. String? encryptedSelf,
})

Returns a new PatientHealthCarePartyDto instance.

Implementation

PatientHealthCarePartyDto({
  this.type,
  this.healthcarePartyId,
  this.sendFormats = const {},
  this.referralPeriods = const {},
  this.referral = false,
  this.encryptedSelf,
});