@extends('layouts.app') @section('content') @while(have_posts()) @php the_post() @endphp @include('partials.page-header')

We are inviting applications for the position of Radiology – General Radiology (StR Higher).

We are looking for candidates with immediate availability for StR Higher grade Doctors specialising in Radiology – General Radiology.

This job is located in Northern Ireland, starting on Tuesday 02 September 2025. This job is for a period of 28 days, ending on Monday 29 September 2025. When contacting us please use the following reference: CON-1874679.

Job Specification

Grade:
StR Higher
Speciality:
Radiology - General Radiology
Division:
Surgery Non Consultants
Start Date:
02-09-2025
End Date:
29-09-2025
Job Reference:
CON-1874679
Region:
Northern Ireland

Apply for Radiology - General Radiology (StR Higher)

For the best use of your time today, complete the form below to start your journey.
Alternatively you can email us on surnoncon@interactmedical.co.uk or call us on surnoncon@interactmedical.co.uk

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

@php $args = [ 'post_type' => 'jobs', 'posts_per_page' => 3, 'orderby' => 'date', 'order' => 'DESC', 'meta_query' => array( array( 'key' => 'imapi_specialty', 'value' => $job['imapi_specialty'][0], 'compare' => 'LIKE', ), array( 'key' => 'imapi_candidatetype', 'value' => $job['imapi_candidatetype'][0], 'compare' => 'LIKE', ) ) ]; $jobs_query = new WP_Query($args); @endphp @if ($jobs_query->have_posts())
@endif @endwhile @endsection