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