getDataSampleAttachmentContent abstract method
Get attachment content of a DataSample
Data Samples may contain attachments such as prescriptions, reports, ... Use this method to get the content of an attachment
Parameters:
Implementation
Future<MultipartFile?> getDataSampleAttachmentContent(String dataSampleId, String documentId, String attachmentId,);