getPatients method
Implementation
Future<List<DecryptedPatient>> getPatients(List<String> patientIds) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.getPatients(
_sdkId,
patientIds,
);
}
Future<List<DecryptedPatient>> getPatients(List<String> patientIds) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.getPatients(
_sdkId,
patientIds,
);
}