ServiceFilters class abstract

Constructors

ServiceFilters.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

allServicesForDataOwner(String dataOwnerId) Future<BaseFilterOptions<Service>>
allServicesForSelf() Future<FilterOptions<Service>>
byAssociationId(String associationId) Future<BaseFilterOptions<Service>>
byCodeAndValueDateForDataOwner(String dataOwnerId, String codeType, {String? codeCode, int? startOfServiceValueDate, int? endOfServiceValueDate}) Future<BaseSortableFilterOptions<Service>>
byCodeAndValueDateForSelf(String codeType, {String? codeCode, int? startOfServiceValueDate, int? endOfServiceValueDate}) Future<SortableFilterOptions<Service>>
byHealthElementIdFromSubContactForDataOwner(String dataOwnerId, List<String> healthElementIds) Future<BaseSortableFilterOptions<Service>>
byHealthElementIdFromSubContactForSelf(List<String> healthElementIds) Future<SortableFilterOptions<Service>>
byIdentifiersForDataOwner(String dataOwnerId, List<Identifier> identifiers) Future<BaseSortableFilterOptions<Service>>
byIdentifiersForSelf(List<Identifier> identifiers) Future<SortableFilterOptions<Service>>
byIds(List<String> ids) Future<BaseSortableFilterOptions<Service>>
byPatientsDateForDataOwner(String dataOwnerId, List<Patient> patients, {int? from, int? to, bool descending = false}) Future<SortableFilterOptions<Service>>
byPatientsDateForSelf(List<Patient> patients, {int? from, int? to, bool descending = false}) Future<SortableFilterOptions<Service>>
byPatientSecretIdsDateForDataOwner(String dataOwnerId, List<String> secretIds, {int? from, int? to, bool descending = false}) Future<BaseSortableFilterOptions<Service>>
byPatientSecretIdsDateForSelf(List<String> secretIds, {int? from, int? to, bool descending = false}) Future<SortableFilterOptions<Service>>
byPatientsForDataOwner(String dataOwnerId, List<Patient> patients) Future<SortableFilterOptions<Service>>
byPatientsForSelf(List<Patient> patients) Future<SortableFilterOptions<Service>>
byPatientsSecretIdsForDataOwner(String dataOwnerId, List<String> secretIds) Future<BaseSortableFilterOptions<Service>>
byPatientsSecretIdsForSelf(List<String> secretIds) Future<SortableFilterOptions<Service>>
byTagAndValueDateForDataOwner(String dataOwnerId, String tagType, {String? tagCode, int? startOfServiceValueDate, int? endOfServiceValueDate}) Future<BaseSortableFilterOptions<Service>>
byTagAndValueDateForSelf(String tagType, {String? tagCode, int? startOfServiceValueDate, int? endOfServiceValueDate}) Future<SortableFilterOptions<Service>>