deletePatientsByIds method
Future<List<StoredDocumentIdentifier> >
deletePatientsByIds(
- List<
StoredDocumentIdentifier> entityIds
Implementation
Future<List<StoredDocumentIdentifier>> deletePatientsByIds(List<StoredDocumentIdentifier> entityIds) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.deletePatientsByIds(
_sdkId,
entityIds,
);
}