PatientHealthCarePartyDto constructor
PatientHealthCarePartyDto({
- PatientHealthCarePartyDtoTypeEnum? type,
- String? healthcarePartyId,
- Map<
String, String> sendFormats = const {}, - Set<
ReferralPeriodDto> referralPeriods = const {}, - bool referral = false,
- String? encryptedSelf,
Returns a new PatientHealthCarePartyDto instance.
Implementation
PatientHealthCarePartyDto({
this.type,
this.healthcarePartyId,
this.sendFormats = const {},
this.referralPeriods = const {},
this.referral = false,
this.encryptedSelf,
});