HealthcarePartyDto constructor
HealthcarePartyDto({
- required String id,
- String? rev,
- int? created,
- int? modified,
- int? deletionDate,
- String? name,
- String? lastName,
- String? firstName,
- List<
PersonNameDto> names = const [], - HealthcarePartyDtoGenderEnum? gender,
- String? civility,
- String? companyName,
- String? speciality,
- String? bankAccount,
- String? bic,
- String? proxyBankAccount,
- String? proxyBic,
- String? invoiceHeader,
- String? cbe,
- String? ehp,
- String? userId,
- String? parentId,
- int? convention,
- String? nihii,
- String? nihiiSpecCode,
- String? ssin,
- List<
AddressDto> addresses = const [], - List<
String> languages = const [], - String? picture,
- Set<
HealthcarePartyDtoStatusesEnum> statuses = const {}, - List<
HealthcarePartyHistoryStatusDto> statusHistory = const [], - Set<
CodeStubDto> specialityCodes = const {}, - Map<
String, String> sendFormats = const {}, - String? notes,
- List<
FinancialInstitutionInformationDto> financialInstitutionInformation = const [], - String? billingType,
- String? type,
- String? contactPerson,
- String? contactPersonHcpId,
- String? supervisorId,
- List<
FlatRateTarificationDto> flatRateTarifications = const [], - Map<
String, String> importedData = const {}, - Map<
String, String> options = const {}, - Set<
PropertyStubDto> properties = const {}, - Map<
String, List< hcPartyKeys = const {},String> > - Map<
String, Map< aesExchangeKeys = const {},String, Map< >String, String> > - Map<
String, Map< transferKeys = const {},String, String> > - Map<
String, String> privateKeyShamirPartitions = const {}, - String? publicKey,
Returns a new HealthcarePartyDto instance.
Implementation
HealthcarePartyDto({
required this.id,
this.rev,
this.created,
this.modified,
this.deletionDate,
this.name,
this.lastName,
this.firstName,
this.names = const [],
this.gender,
this.civility,
this.companyName,
this.speciality,
this.bankAccount,
this.bic,
this.proxyBankAccount,
this.proxyBic,
this.invoiceHeader,
this.cbe,
this.ehp,
this.userId,
this.parentId,
this.convention,
this.nihii,
this.nihiiSpecCode,
this.ssin,
this.addresses = const [],
this.languages = const [],
this.picture,
this.statuses = const {},
this.statusHistory = const [],
this.specialityCodes = const {},
this.sendFormats = const {},
this.notes,
this.financialInstitutionInformation = const [],
this.billingType,
this.type,
this.contactPerson,
this.contactPersonHcpId,
this.supervisorId,
this.flatRateTarifications = const [],
this.importedData = const {},
this.options = const {},
this.properties = const {},
this.hcPartyKeys = const {},
this.aesExchangeKeys = const {},
this.transferKeys = const {},
this.privateKeyShamirPartitions = const {},
this.publicKey,
});