PatientHealthCareParty constructor
PatientHealthCareParty({
- required PatientHealthCarePartyTypeEnum type,
- String? healthcarePartyId,
Returns a new PatientHealthCareParty instance.
Implementation
PatientHealthCareParty({
required this.type,
this.healthcarePartyId,
});