diff --git a/src/src/base/infinitiViewer.cxx b/src/src/base/infinitiViewer.cxx index 48e7fb7..2fd6948 100644 --- a/src/src/base/infinitiViewer.cxx +++ b/src/src/base/infinitiViewer.cxx @@ -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* orien_list = OrienHelper::getOrienStrList(pSeriesTags->m_orientation); + std::vector* orien_list = orientationHelper::getOrientationStrList(pSeriesTags->m_orientation); //currently only adapt to USCT Format if (orien_list) {