HealthcareProfessional constructor
HealthcareProfessional({
- String? id,
- String? rev,
- int? created,
- int? modified,
- int? deletionDate,
- String? name,
- String? lastName,
- String? firstName,
- List<
PersonName> names = const [], - HealthcareProfessionalGenderEnum? gender,
- String? civility,
- String? speciality,
- String? parentId,
- List<
Address> addresses = const [], - List<
String> languages = const [], - String? picture,
- Set<
CodingReference> specialityCodes = const {}, - String? notes,
- Set<
Property> properties = const {}, - SystemMetaDataOwner? systemMetaData,
Returns a new HealthcareProfessional instance.
Implementation
HealthcareProfessional({
this.id,
this.rev,
this.created,
this.modified,
this.deletionDate,
this.name,
this.lastName,
this.firstName,
this.names = const [],
this.gender,
this.civility,
this.speciality,
this.parentId,
this.addresses = const [],
this.languages = const [],
this.picture,
this.specialityCodes = const {},
this.notes,
this.properties = const {},
this.systemMetaData,
});