valueDuration property

FhirDuration? valueDuration
inherited

valueDuration 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

FhirDuration? get valueDuration => throw _privateConstructorUsedError;