DataSampleFilter class
- Inheritance
-
- Object
- FilterBuilder<
DataSample> - DataSampleFilter
Constructors
Properties
- dataOwnerId → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
) → Future< Filter< DataSample> > -
override
-
byIdentifiers(
Set< Identifier> identifiers) → DataSampleFilter -
byIds(
Set< String> byIds) → DataSampleFilter -
byTagCodeDateFilter(
{String? tagType = null, String? tagCode = null, String? codeType = null, String? codeCode = null, int? startValueDate = null, int? endValueDate = null}) → DataSampleFilter -
forDataOwner(
String dataOwnerId) → DataSampleFilter -
forPatients(
Crypto crypto, List< PotentiallyEncryptedPatient> patients) → DataSampleFilter -
intersection(
List< DataSampleFilter> filters) → DataSampleFilter -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
union(
List< DataSampleFilter> filters) → DataSampleFilter
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited