|
|
|
OPTIMUS system provides a comprehensive analysis and evaluation of tumors in two aspects: morphological imaging by ultrasound, and functional imaging by diffused optical tomography. OPTIMUS can detect and diagnose lesions as small as 0.5cm indiameter and provides functional information of breast tissues, and reveals the concentration of Haemoglobin and Oxygen saturation, reflecting angiogenic status of lesions. It has the unique advantages which performs breast imaging with non-compression, non-radiation, and non-invasive. |
|
 |
|
 |
|
|
 |
|
<%
sql="select top 10 news_id,title,news_time,news_img from yelang_news where news_min=2 and news_ok=1 order by news_ord desc,news_id desc"
ii=1
set rs=conn.execute(sql)
do while not rs.eof
%> ·<%=left(rs(1),100)&"..."%>
<%
rs.movenext
if not rs.eof then response.write " "
ii=ii+1
if ii>10 then exit do
loop
rs.close
set rs=nothing
%>
|
|
 |
|