FhirStore constructor
FhirStore({
- String? complexDataTypeReferenceParsing,
- bool? defaultSearchHandlingStrict,
- bool? disableReferentialIntegrity,
- bool? disableResourceVersioning,
- bool? enableUpdateCreate,
- Map<
String, String> ? labels, - String? name,
- NotificationConfig? notificationConfig,
- List<
FhirNotificationConfig> ? notificationConfigs, - List<
StreamConfig> ? streamConfigs, - ValidationConfig? validationConfig,
- String? version,
Implementation
FhirStore({
this.complexDataTypeReferenceParsing,
this.defaultSearchHandlingStrict,
this.disableReferentialIntegrity,
this.disableResourceVersioning,
this.enableUpdateCreate,
this.labels,
this.name,
this.notificationConfig,
this.notificationConfigs,
this.streamConfigs,
this.validationConfig,
this.version,
});