getPatient method
Implementation
Future<GroupScoped<Patient>?> getPatient(String groupId, String entityId) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.inGroup.tryAndRecover.getPatient(
_sdkId,
groupId,
entityId,
);
}