undeletePatients method
Implementation
Future<List<DecryptedPatient>> undeletePatients(List<IdWithMandatoryRev> ids) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.undeletePatients(
_sdkId,
ids,
);
}
Future<List<DecryptedPatient>> undeletePatients(List<IdWithMandatoryRev> ids) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.undeletePatients(
_sdkId,
ids,
);
}