PatientFilter class

Inheritance

Constructors

PatientFilter()

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<Patient>>
override
byGenderEducationProfession(PatientGenderEnum gender, {String? education = null, String? profession = null}) PatientFilter
byIdentifiers(Set<Identifier> identifiers) PatientFilter
byIds(Set<String> byIds) PatientFilter
containsFuzzy(String searchString) PatientFilter
dateOfBirthBetween(DateTime from, DateTime to) PatientFilter
forDataOwner(String dataOwnerId) PatientFilter
intersection(List<PatientFilter> filters) PatientFilter
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ofAge(int age) PatientFilter
toString() String
A string representation of this object.
inherited
union(List<PatientFilter> filters) PatientFilter
withSsins(List<String> withSsins) PatientFilter

Operators

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