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