ValidationConfig class
Contains the configuration for FHIR profiles and validation.
Constructors
-
ValidationConfig({bool? disableFhirpathValidation, bool? disableProfileValidation, bool? disableReferenceTypeValidation, bool? disableRequiredFieldValidation, List<
String> ? enabledImplementationGuides}) - ValidationConfig.fromJson(Map json_)
Properties
- disableFhirpathValidation ↔ bool?
-
Whether to disable FHIRPath validation for incoming resources.
getter/setter pair
- disableProfileValidation ↔ bool?
-
Whether to disable profile validation for this FHIR store.
getter/setter pair
- disableReferenceTypeValidation ↔ bool?
-
Whether to disable reference type validation for incoming resources.
getter/setter pair
- disableRequiredFieldValidation ↔ bool?
-
Whether to disable required fields validation for incoming resources.
getter/setter pair
-
enabledImplementationGuides
↔ List<
String> ? -
A list of implementation guide URLs in this FHIR store that are used to
configure the profiles to use for validation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited