Press Releases
$("#emergency").hide();
$( "#info" ).hide();
var path = "/content/sdc/emergency";
if(path != ""){
path = path+".json.html?v=1";
$.get(path,function(data,status){
jQuery.each(data, function(i, val) {
if(val.type == 1){
$("#emergency").show();
$("#emergency").html(val.text);
}
if(val.type == 2){
$("#info").show();
$("#info").html(val.text);
}
});
});
}
SanDiegoCounty.gov
Home
|Department of the Medical Examiner
(function() {
var cx = '015466730696295969998:wokiau6kw8k';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = '//cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
Press Releases
The Medical Examiner's Office is releasing this information as a
public service and further information can be released when our
investigation has been completed. To request copies of completed reports:
(1) allow at least two weeks from the date of death, call (858)
694-2895, select
Option 0, and request copies of reports on the case of interest, OR
(2) review other options at http://www.sdcounty.ca.gov/me/copies.html
_satellite.pageBottom();