Rename Orientation, 2
This commit is contained in:
@@ -1236,7 +1236,7 @@ void infinitiViewer::initCornerInfo(DicomTagInfo_t* pSeriesTags)
|
||||
m_cornerInfo.ConstAnno[TOP_RIGHT_PRIVACY].append("****");
|
||||
m_cornerInfo.ConstAnno[TOP_RIGHT_PRIVACY].append("\n");
|
||||
|
||||
std::vector<std::string>* orien_list = OrienHelper::getOrienStrList(pSeriesTags->m_orientation);
|
||||
std::vector<std::string>* orien_list = orientationHelper::getOrientationStrList(pSeriesTags->m_orientation);
|
||||
//currently only adapt to USCT Format
|
||||
if (orien_list)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user