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