valueDateTime property

FhirDateTime? valueDateTime
inherited

valueDateTime The value of the filter. If period is specified, the filter will return only those data items that fall within the bounds determined by the Period, inclusive of the period boundaries. If dateTime is specified, the filter will return only those data items that are equal to the specified dateTime. If a Duration is specified, the filter will return only those data items that fall within Duration before now.

Implementation

FhirDateTime? get valueDateTime => throw _privateConstructorUsedError;