Future<Patient> undeletePatient(Patient patient) async { return await CardinalSdkPlatformInterface.instance.apis.patientBasic.undeletePatient( _sdkId, patient, ); }