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