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
-
allMessagesForDataOwner(String dataOwnerId)
→ Future<BaseFilterOptions<Message>>
-
-
allMessagesForSelf()
→ Future<FilterOptions<Message>>
-
-
byInvoiceIds(Set<String> invoiceIds)
→ Future<BaseFilterOptions<Message>>
-
-
byParentIds(List<String> parentIds)
→ Future<BaseFilterOptions<Message>>
-
-
byPatientSecretIdsSentDateForDataOwner(String dataOwnerId, List<String> secretIds, {DateTime? from, DateTime? to, bool descending = false})
→ Future<BaseSortableFilterOptions<Message>>
-
-
byPatientSecretIdsSentDateForSelf(List<String> secretIds, {DateTime? from, DateTime? to, bool descending = false})
→ Future<SortableFilterOptions<Message>>
-
-
byPatientsSentDateForDataOwner(String dataOwnerId, List<Patient> patients, {DateTime? from, DateTime? to, bool descending = false})
→ Future<SortableFilterOptions<Message>>
-
-
byPatientsSentDateForSelf(List<Patient> patients, {DateTime? from, DateTime? to, bool descending = false})
→ Future<SortableFilterOptions<Message>>
-
-
byTransportGuidForDataOwner(String dataOwnerId, String transportGuid)
→ Future<BaseSortableFilterOptions<Message>>
-
-
byTransportGuidForSelf(String transportGuid)
→ Future<SortableFilterOptions<Message>>
-
-
byTransportGuidSentDateForDataOwner(String dataOwnerId, String transportGuid, DateTime from, DateTime to, {bool descending = false})
→ Future<BaseSortableFilterOptions<Message>>
-
-
byTransportGuidSentDateForSelf(String transportGuid, DateTime from, DateTime to, {bool descending = false})
→ Future<SortableFilterOptions<Message>>
-
-
fromAddressForDataOwner(String dataOwnerId, String address)
→ Future<BaseFilterOptions<Message>>
-
-
fromAddressForSelf(String address)
→ Future<FilterOptions<Message>>
-
-
latestByTransportGuidForDataOwner(String dataOwnerId, String transportGuid)
→ Future<BaseFilterOptions<Message>>
-
-
latestByTransportGuidForSelf(String transportGuid)
→ Future<FilterOptions<Message>>
-
-
toAddressForDataOwner(String dataOwnerId, String address)
→ Future<BaseFilterOptions<Message>>
-
-
toAddressForSelf(String address)
→ Future<FilterOptions<Message>>
-