DateTimeParser class

The DateTime type represents date/time and partial date/time values in the range @0001-01-01T00:00:00.000 to @9999-12-31T23:59:59.999 with a 1 millisecond step size. This range is defined based on a survey of datetime implementations and is based on the most useful lowest common denominator. Implementations can provide support for larger ranges and higher precision, but must provide at least the range and precision defined here.

Inheritance

Constructors

DateTimeParser(String stringValue)

Properties

hashCode int
The hash code for this object.
no setterinherited
length int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value List
getter/setter pairoverride

Methods

execute(List results, Map<String, dynamic> passed) List
The iterable, nested function that evaluates the entire FHIRPath expression one object at a time
override
isComparable(Object o) bool
inherited
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
override
toString() String
A string representation of this object.
override
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
override

Operators

operator ==(Object other) bool
The equality operator.
inherited