ContactFilters class abstract

Constructors

ContactFilters.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

allContactsForDataOwner(String dataOwnerId) Future<BaseFilterOptions<Contact>>
allContactsForSelf() Future<FilterOptions<Contact>>
byCodeAndOpeningDateForDataOwner(String dataOwnerId, String codeType, {String? codeCode, int? startOfContactOpeningDate, int? endOfContactOpeningDate}) Future<BaseSortableFilterOptions<Contact>>
byCodeAndOpeningDateForSelf(String codeType, {String? codeCode, int? startOfContactOpeningDate, int? endOfContactOpeningDate}) Future<SortableFilterOptions<Contact>>
byExternalId(String externalId) Future<BaseFilterOptions<Contact>>
byFormIdsForDataOwner(String dataOwnerId, Set<String> formIds) Future<BaseFilterOptions<Contact>>
byFormIdsForSelf(Set<String> formIds) Future<FilterOptions<Contact>>
byIdentifiersForDataOwner(String dataOwnerId, List<Identifier> identifiers) Future<BaseSortableFilterOptions<Contact>>
byIdentifiersForSelf(List<Identifier> identifiers) Future<SortableFilterOptions<Contact>>
byOpeningDateForDataOwner(String dataOwnerId, {int? startDate, int? endDate, bool descending = false}) Future<BaseSortableFilterOptions<Contact>>
byOpeningDateForSelf({int? startDate, int? endDate, bool descending = false}) Future<SortableFilterOptions<Contact>>
byPatientSecretIdsOpeningDateForDataOwner(String dataOwnerId, List<String> secretIds, {int? from, int? to, bool descending = false}) Future<BaseSortableFilterOptions<Contact>>
byPatientSecretIdsOpeningDateForSelf(List<String> secretIds, {int? from, int? to, bool descending = false}) Future<SortableFilterOptions<Contact>>
byPatientsForDataOwner(String dataOwnerId, List<Patient> patients) Future<SortableFilterOptions<Contact>>
byPatientsForSelf(List<Patient> patients) Future<SortableFilterOptions<Contact>>
byPatientsOpeningDateForDataOwner(String dataOwnerId, List<Patient> patients, {int? from, int? to, bool descending = false}) Future<SortableFilterOptions<Contact>>
byPatientsOpeningDateForSelf(List<Patient> patients, {int? from, int? to, bool descending = false}) Future<SortableFilterOptions<Contact>>
byPatientsSecretIdsForDataOwner(String dataOwnerId, List<String> secretIds) Future<BaseSortableFilterOptions<Contact>>
byPatientsSecretIdsForSelf(List<String> secretIds) Future<SortableFilterOptions<Contact>>
byServiceCodeForDataOwner(String dataOwnerId, String codeType, {String? codeCode}) Future<BaseFilterOptions<Contact>>
byServiceCodeForSelf(String codeType, {String? codeCode}) Future<FilterOptions<Contact>>
byServiceIds(List<String> serviceIds) Future<BaseSortableFilterOptions<Contact>>
byServiceTagForDataOwner(String dataOwnerId, String tagType, {String? tagCode}) Future<BaseFilterOptions<Contact>>
byServiceTagForSelf(String tagType, {String? tagCode}) Future<FilterOptions<Contact>>
byTagAndOpeningDateForDataOwner(String dataOwnerId, String tagType, {String? tagCode, int? startOfContactOpeningDate, int? endOfContactOpeningDate}) Future<BaseSortableFilterOptions<Contact>>
byTagAndOpeningDateForSelf(String tagType, {String? tagCode, int? startOfContactOpeningDate, int? endOfContactOpeningDate}) Future<SortableFilterOptions<Contact>>