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
Static Methods
-
byPatientsAndTypeForDataOwner(String dataOwnerId, DocumentType documentType, List<Patient> patients)
→ Future<FilterOptions<Document>>
-
-
byPatientsAndTypeForSelf(DocumentType documentType, List<Patient> patients)
→ Future<FilterOptions<Document>>
-
-
byPatientsCreatedForDataOwner(String dataOwnerId, List<Patient> patients, {DateTime? from, DateTime? to, bool descending = false})
→ Future<SortableFilterOptions<Document>>
-
-
byPatientsCreatedForSelf(List<Patient> patients, {DateTime? from, DateTime? to, bool descending = false})
→ Future<SortableFilterOptions<Document>>
-
-
byPatientSecretIdsAndTypeForDataOwner(String dataOwnerId, DocumentType documentType, List<String> secretIds)
→ Future<FilterOptions<Document>>
-
-
byPatientSecretIdsAndTypeForSelf(DocumentType documentType, List<String> secretIds)
→ Future<FilterOptions<Document>>
-
-
byPatientSecretIdsCreatedForDataOwner(String dataOwnerId, List<String> secretIds, {DateTime? from, DateTime? to, bool descending = false})
→ Future<BaseSortableFilterOptions<Document>>
-
-
byPatientSecretIdsCreatedForSelf(List<String> secretIds, {DateTime? from, DateTime? to, bool descending = false})
→ Future<SortableFilterOptions<Document>>
-