HealthcareElementFilter class
- Inheritance
-
- Object
- FilterBuilder<
HealthcareElement> - HealthcareElementFilter
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< HealthcareElement> > -
override
-
byIdentifiers(
Set< Identifier> identifiers) → HealthcareElementFilter -
byIds(
Set< String> byIds) → HealthcareElementFilter -
byTagCodeFilter(
{String? tagType = null, String? tagCode = null, String? codeType = null, String? codeNumber = null, int? status = null}) → HealthcareElementFilter -
forDataOwner(
String dataOwnerId) → HealthcareElementFilter -
forPatients(
Crypto crypto, List< PotentiallyEncryptedPatient> patients) → HealthcareElementFilter -
intersection(
List< HealthcareElementFilter> filters) → HealthcareElementFilter -
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< HealthcareElementFilter> filters) → HealthcareElementFilter
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited