HealthcarePartyHistoryStatusDto constructor
HealthcarePartyHistoryStatusDto({
- required HealthcarePartyHistoryStatusDtoStatusEnum status,
- required String specialisationCode,
- required int startDate,
- required bool active,
Returns a new HealthcarePartyHistoryStatusDto instance.
Implementation
HealthcarePartyHistoryStatusDto({
required this.status,
required this.specialisationCode,
required this.startDate,
required this.active,
});