petit/utils/utils library
Classes
Enums
Extensions
-
FhirPathVersionExtension
on Map<
String, dynamic>
Constants
-
FhirDatatypes
→ const Set<
String> -
polymorphicPrefixes
→ const Set<
String>
Functions
-
deepEquals(
List list1, List list2) → bool -
foundInList(
List list, dynamic e) → bool -
notFoundInList(
List list, dynamic e) → bool -
startsWithAPolymorphicPrefix(
String value) → bool
Exceptions / Errors
- FhirPathDeprecatedExpressionException
- The FHIRPath expression is using elements that have been deprecated.
- FhirPathEvaluationException
- The evaluation of the expression failed with the given parameters.
- FhirPathException
- Something went wrong while parsing or executing a FHIRPath expression.
- FhirPathInvalidExpressionException
- The overall syntax of the expression is incorrect.