DocumentApiCrypto extension
- on
Methods
-
createDocument(
UserDto user, DecryptedDocumentDto document, CryptoConfig< DecryptedDocumentDto, DocumentDto> config) → Future<DecryptedDocumentDto?> -
Available on DocumentApi, provided by the DocumentApiCrypto extension
-
deleteAttachment(
UserDto user, String documentId, CryptoConfig< DecryptedDocumentDto, DocumentDto> config) → Future<DecryptedDocumentDto?> -
Available on DocumentApi, provided by the DocumentApiCrypto extension
-
findByDocTypeHCPartyAndMessage(
UserDto user, String documentType, String hcpId, DecryptedMessageDto message, CryptoConfig< DecryptedDocumentDto, DocumentDto> config) → Future<List< DecryptedDocumentDto> > -
Available on DocumentApi, provided by the DocumentApiCrypto extension
-
findByDocTypeHCPartyAndMessageForeignKeys(
UserDto user, String documentType, String hcpId, String messageSecretForeignKeys, CryptoConfig< DecryptedDocumentDto, DocumentDto> config) → Future<List< DecryptedDocumentDto> > -
Available on DocumentApi, provided by the DocumentApiCrypto extension
-
findByHCPartyAndPatient(
UserDto user, String hcpId, DecryptedPatientDto patient, CryptoConfig< DecryptedDocumentDto, DocumentDto> config) → Future<List< DecryptedDocumentDto> > -
Available on DocumentApi, provided by the DocumentApiCrypto extension
-
findByHCPartyAndPatientForeignKeys(
UserDto user, String hcpId, String patientSecretForeignKeys, CryptoConfig< DecryptedDocumentDto, DocumentDto> config) → Future<List< DecryptedDocumentDto> > -
Available on DocumentApi, provided by the DocumentApiCrypto extension
-
findWithoutDelegations(
UserDto user, int? limit, CryptoConfig< DecryptedDocumentDto, DocumentDto> config) → Future<List< DecryptedDocumentDto> > -
Available on DocumentApi, provided by the DocumentApiCrypto extension
-
getDocument(
UserDto user, String documentId, CryptoConfig< DecryptedDocumentDto, DocumentDto> config) → Future<DecryptedDocumentDto?> -
Available on DocumentApi, provided by the DocumentApiCrypto extension
-
getDocuments(
UserDto user, ListOfIdsDto listOfIdsDto, CryptoConfig< DecryptedDocumentDto, DocumentDto> config) → Future<List< DecryptedDocumentDto> > -
Available on DocumentApi, provided by the DocumentApiCrypto extension
-
getDocumentsByExternalUuid(
UserDto user, String externalUuid, CryptoConfig< DecryptedDocumentDto, DocumentDto> config) → Future<List< DecryptedDocumentDto> > -
Available on DocumentApi, provided by the DocumentApiCrypto extension
-
modifyDocument(
UserDto user, DecryptedDocumentDto document, CryptoConfig< DecryptedDocumentDto, DocumentDto> config) → Future<DecryptedDocumentDto?> -
Available on DocumentApi, provided by the DocumentApiCrypto extension
-
modifyDocuments(
UserDto user, List< DecryptedDocumentDto> documents, CryptoConfig<DecryptedDocumentDto, DocumentDto> config) → Future<List< DecryptedDocumentDto> ?> -
Available on DocumentApi, provided by the DocumentApiCrypto extension
-
setAttachmentTo(
UserDto user, String documentId, ByteStream attachment, String? docEncKeys, CryptoConfig< DecryptedDocumentDto, DocumentDto> config) → Future<DecryptedDocumentDto?> -
Available on DocumentApi, provided by the DocumentApiCrypto extension