getDataSampleAttachmentContent abstract method

Future<MultipartFile?> getDataSampleAttachmentContent(
  1. String dataSampleId,
  2. String documentId,
  3. String attachmentId
)

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:

  • String dataSampleId (required):

  • String documentId (required):

  • String attachmentId (required):

Implementation

Future<MultipartFile?> getDataSampleAttachmentContent(String dataSampleId, String documentId, String attachmentId,);