精华 | |
金钱 | BA |
威望 | 点 |
贡献值 | 点 |
爱心 | 点 |
经验 | 点 |
注册时间 | 2014-7-22 |
最后登录 | 1970-1-1 |
在线时间 | 小时 |
| |
| |
| |
|
if (m_strFluoresceinTime.length() > 0 && !bColor)
{
DcmTag tag(0x8001, 0x0001);
tag.setVR(EVR_UL);
dataset->putAndInsertString(tag, m_strFluoresceinTime.c_str());
}
if (m_strFluoresceinTime.length() > 0 && !bColor)
{
DcmTag tag(0x8001, 0x0001);
tag.setVR(EVR_UL);
dataset->putAndInsertString(tag, m_strFluoresceinTime.c_str());
}
if (m_strFluoresceinTime.length() > 0 && !bColor)
{
DcmTag tag(0x8001, 0x0001);
tag.setVR(EVR_UL);
dataset->putAndInsertString(tag, m_strFluoresceinTime.c_str());
}
|
|