American Registry of Radiologic Technologists (ARRT), CPR Certification, Cell Biology, Computed Tomography (CAT Scan), Customer Support/Service, Operations, Patient Safety, Safety Process
LOCATION
Baltimore, MD
POSTED
3 days ago
CT Technologist
Sign On Bonus Potential: Up to $15,000
Baltimore, MD
SINAI HOSPITAL
CAT SCANNER
Full-time - Day shift - 7:00am-7:30pm
ALLIED HEALTH
95955
$38.78-$58.17 Experience based
Posted:
July
6, 2026
Apply Now
// Setting the Saved Jobs link
function setsavedjobs(externalidlist) {
if(typeof externalidlist !== 'undefined') {
var saved_jobs_query = '/jobs/search?'+externalidlist.replace(/\-\-/g,'&external_id[]=')+'&saved_jobs=1';
var saved_jobs_query_sub = saved_jobs_query.replace('/jobs/search?','').replace('&saved_jobs=1','');
if (saved_jobs_query_sub != '') {
$('.saved_jobs_link').attr('href',saved_jobs_query);
}
else {
$('.saved_jobs_link').attr('href','/pages/saved-jobs');
}
}
}
var is_job_saved = 'false';
var job_saved_message;
function savejob(jobid) {
var job_item;
if (is_job_saved == 'true') {
is_job_saved = 'false';
job_item = '';
$('.saved-jobs-alert__check').toggleClass('removed');
$('.saved-jobs-alert__message').html('Job has been removed.');
}
else {
is_job_saved = 'true';
job_item = ''+'--'+jobid;
$('.saved-jobs-alert__check').toggleClass('removed');
$('.saved-jobs-alert__message').html('Job has been saved!');
}
document.cookie = "c_jobs="+job_item+';expires=;path=/';
$('.button-saved, .button-save').toggleClass('d-none');
$('.button-saved').append('
// Setting the Saved Jobs link - function call
setsavedjobs(job_item);
}
Save Job
Saved
Summary
**New Competitive Rates**
JOB SUMMARY:
Performs Cat Scan procedures at a safe and experienced level without direct supervision. Provides excellent customer support by providing the best service possible. Provides assistance to the department with respect to daily operations. Performs Cat Scan procedures using prescribed techniques. Performs all job tasks with a focus on safety for the patient, co-workers, and self.
REQUIREMENTS:
Formal working knowledge; equivalent to an Associate's degree (2 years college)
Requires knowledge of a specialized field
1-3 years of experience
American Heart Association CPR Certification
ARRT Registered
* Up to $15,000 Sign On Bonus Potential*Cross Training is available for XRAY TECHS INTO CT.
Share:
talemetry.share();
Apply Now
var jobsmap = null;
var jobsmap_id = "gmapazqml";
var cslocations = $cs.parseJSON('[{\"id\":\"2172050\",\"title\":\"CT Technologist\",\"permalink\":\"ct-technologist\",\"geography\":{\"lat\":\"39.3527548\",\"lng\":\"-76.6619418\"},\"location_string\":\"2401 W. Belvedere Avenue, Baltimore, MD\"}]');
function tm_map_script_loaded(){
jobsmap = new csns.maps.jobs_map().draw_map(jobsmap_id, cslocations);
}
function tm_load_map_script(){
csns.maps.script.load( function(){
tm_map_script_loaded();
});
}
$(document).ready(function(){
tm_load_map_script();
});