FhirPathParser class abstract
FhirPathParser: base parser
- Implementers
- AbsParser
- AllFalseParser
- AllTrueParser
- AnswersParser
- AnyFalseParser
- AnyTrueParser
- AvgParser
- CeilingParser
- ChildrenParser
- ConvertsToBooleanParser
- ConvertsToDateParser
- ConvertsToDateTimeParser
- ConvertsToDecimalParser
- ConvertsToIntegerParser
- ConvertsToQuantityParser
- ConvertsToStringParser
- ConvertsToTimeParser
- CountParser
- DescendantsParser
- DistinctParser
- DotParser
- EmptyParser
- EmptySetParser
- ExpParser
- FirstParser
- FloorParser
- FpNotParser
- HasValueParser
- IndexParser
- IsDistinctParser
- LastParser
- LengthParser
- LnParser
- LowerParser
- MaxParser
- MinParser
- NowParser
- OperatorParser
- OrdinalParser
- ParserList
- SingleParser
- SqrtParser
- SumParser
- SupersetOfParser
- TailParser
- ThisParser
- TimeOfDayParser
- ToBooleanParser
- ToCharsParser
- ToDateParser
- ToDateTimeParser
- TodayParser
- ToDecimalParser
- ToIntegerParser
- ToQuantityParser
- ToStringParser
- ToTimeParser
- UpperParser
- ValueParser
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
execute(
List results, Map< String, dynamic> passed) → List - The iterable, nested function that evaluates the entire FHIRPath expression one object at a time
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prettyPrint(
[int indent = 2]) → String - Uses a rough approximation of reverse polish notation to render the parsed value of a FHIRPath in a more human readable way than verbosePrint, while still demonstrating how the expression was parsed and nested according to this package
-
toString(
) → String -
A string representation of this object.
inherited
-
verbosePrint(
int indent) → String - To print the entire parsed FHIRPath expression, this includes ALL of the Parsers that are used in this package by the names used in this package. These are not always synonymous with the FHIRPath specification (although they usually are), and include some parser classes that were created for ease of evaluation but are not included at all as objects in the official spec. I'm generally going to recommend that you use prettyPrint instead
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited