--丙型
select a.morbiditdate 发病日期,
diagnosedate 诊断日期,
a.deathdate 死亡日期,
a.casetypequality 病例分类,a.hcvrna "HCR_RNA定量"
from zl_sdmb.t_报卡记录 t, c1_infectiousv1_6 a
where t.id = a.fileid
and t.卡片种类 = '传染病报告卡V1.6'
and to_date(t.创建时间, 'yyyy-mm-dd hh24:mi:ss') > sysdate - 30
and a.diseasesname in ( '(2033)丙型')
and t.id = 92053