MessageApi class
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
rawCreateMessage(MessageDto messageDto)
→ Future<MessageDto?>
-
Creates a message
-
rawCreateMessageWithHttpInfo(MessageDto messageDto)
→ Future<Response>
-
Creates a message
-
rawDeleteDelegation(String messageId, String delegateId)
→ Future<MessageDto?>
-
Deletes a message delegation
-
rawDeleteDelegationWithHttpInfo(String messageId, String delegateId)
→ Future<Response>
-
Deletes a message delegation
-
rawDeleteMessages(ListOfIdsDto listOfIdsDto)
→ Future<List<DocIdentifier>?>
-
Deletes multiple messages
-
rawDeleteMessagesWithHttpInfo(ListOfIdsDto listOfIdsDto)
→ Future<Response>
-
Deletes multiple messages
-
rawFindMessages({String? startKey, String? startDocumentId, int? limit})
→ Future<PaginatedListMessageDto?>
-
Get all messages (paginated) for current HC Party
-
rawFindMessagesByFromAddress({String? fromAddress, String? startKey, String? startDocumentId, int? limit, String? hcpId})
→ Future<PaginatedListMessageDto?>
-
Get all messages (paginated) for current HC Party and provided from address
-
rawFindMessagesByFromAddressWithHttpInfo({String? fromAddress, String? startKey, String? startDocumentId, int? limit, String? hcpId})
→ Future<Response>
-
Get all messages (paginated) for current HC Party and provided from address
-
rawFindMessagesByHCPartyPatientForeignKeys(String secretFKeys)
→ Future<List<MessageDto>?>
-
List messages found By Healthcare Party and secret foreign keys.
-
rawFindMessagesByHCPartyPatientForeignKeysWithHttpInfo(String secretFKeys)
→ Future<Response>
-
List messages found By Healthcare Party and secret foreign keys.
-
rawFindMessagesByToAddress({String? toAddress, String? startKey, String? startDocumentId, int? limit, bool? reverse, String? hcpId})
→ Future<PaginatedListMessageDto?>
-
Get all messages (paginated) for current HC Party and provided to address
-
rawFindMessagesByToAddressWithHttpInfo({String? toAddress, String? startKey, String? startDocumentId, int? limit, bool? reverse, String? hcpId})
→ Future<Response>
-
Get all messages (paginated) for current HC Party and provided to address
-
rawFindMessagesByTransportGuid({String? transportGuid, bool? received, String? startKey, String? startDocumentId, int? limit, String? hcpId})
→ Future<PaginatedListMessageDto?>
-
Get all messages (paginated) for current HC Party and provided transportGuid
-
rawFindMessagesByTransportGuidSentDate({String? transportGuid, int? from, int? to, String? startKey, String? startDocumentId, int? limit, String? hcpId})
→ Future<PaginatedListMessageDto?>
-
Get all messages starting by a prefix between two date
-
rawFindMessagesByTransportGuidSentDateWithHttpInfo({String? transportGuid, int? from, int? to, String? startKey, String? startDocumentId, int? limit, String? hcpId})
→ Future<Response>
-
Get all messages starting by a prefix between two date
-
rawFindMessagesByTransportGuidWithHttpInfo({String? transportGuid, bool? received, String? startKey, String? startDocumentId, int? limit, String? hcpId})
→ Future<Response>
-
Get all messages (paginated) for current HC Party and provided transportGuid
-
rawFindMessagesWithHttpInfo({String? startKey, String? startDocumentId, int? limit})
→ Future<Response>
-
Get all messages (paginated) for current HC Party
-
rawGetChildrenMessages(String messageId)
→ Future<List<MessageDto>?>
-
Get children messages of provided message
-
rawGetChildrenMessagesWithHttpInfo(String messageId)
→ Future<Response>
-
Get children messages of provided message
-
rawGetMessage(String messageId)
→ Future<MessageDto?>
-
Gets a message
-
rawGetMessagesChildren(ListOfIdsDto listOfIdsDto)
→ Future<List<MessageDto>?>
-
Get children messages of provided message
-
rawGetMessagesChildrenWithHttpInfo(ListOfIdsDto listOfIdsDto)
→ Future<Response>
-
Get children messages of provided message
-
rawGetMessageWithHttpInfo(String messageId)
→ Future<Response>
-
Gets a message
-
rawListMessagesByInvoices(ListOfIdsDto listOfIdsDto)
→ Future<List<MessageDto>?>
-
Get children messages of provided message
-
rawListMessagesByInvoicesWithHttpInfo(ListOfIdsDto listOfIdsDto)
→ Future<Response>
-
Get children messages of provided message
-
rawListMessagesByTransportGuids(String hcpId, ListOfIdsDto listOfIdsDto)
→ Future<List<MessageDto>?>
-
Get all messages for current HC Party and provided transportGuids
-
rawListMessagesByTransportGuidsWithHttpInfo(String hcpId, ListOfIdsDto listOfIdsDto)
→ Future<Response>
-
Get all messages for current HC Party and provided transportGuids
-
rawModifyMessage(MessageDto messageDto)
→ Future<MessageDto?>
-
Updates a message
-
rawModifyMessageWithHttpInfo(MessageDto messageDto)
→ Future<Response>
-
Updates a message
-
rawNewMessageDelegations(String messageId, List<DelegationDto> delegationDto)
→ Future<IcureStubDto?>
-
Adds a delegation to a message
-
rawNewMessageDelegationsWithHttpInfo(String messageId, List<DelegationDto> delegationDto)
→ Future<Response>
-
Adds a delegation to a message
-
rawSetMessagesReadStatus(MessagesReadStatusUpdate messagesReadStatusUpdate)
→ Future<List<MessageDto>?>
-
Set read status for given list of messages
-
rawSetMessagesReadStatusWithHttpInfo(MessagesReadStatusUpdate messagesReadStatusUpdate)
→ Future<Response>
-
Set read status for given list of messages
-
rawSetMessagesStatusBits(int status, ListOfIdsDto listOfIdsDto)
→ Future<List<MessageDto>?>
-
Set status bits for given list of messages
-
rawSetMessagesStatusBitsWithHttpInfo(int status, ListOfIdsDto listOfIdsDto)
→ Future<Response>
-
Set status bits for given list of messages
-
toString()
→ String
-
A string representation of this object.
inherited