EpicFhirClient constructor
EpicFhirClient({
- required FhirUri fhirUri,
- required String? clientId,
- required FhirUri? redirectUri,
- String? customUriScheme,
- List<
String> ? scopes, - FhirUri? authorizeUrl,
- FhirUri? tokenUrl,
- String? launch,
- String? secret,
- String? contactSerialNumber,
- String? dob,
- String? encounterDate,
- String? patientFirstName,
- String? patientLastName,
- String? patientMiddleName,
- String? sysLogin,
- String? userEpicId,
- String? userProviderNumber,
Implementation
EpicFhirClient({
required super.fhirUri,
required super.clientId,
required super.redirectUri,
super.customUriScheme,
super.scopes,
super.authorizeUrl,
super.tokenUrl,
super.launch,
super.secret,
this.contactSerialNumber,
this.dob,
this.encounterDate,
this.patientFirstName,
this.patientLastName,
this.patientMiddleName,
this.sysLogin,
this.userEpicId,
this.userProviderNumber,
});