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