7 #ifndef __UIMEDDATAQT_WIDGET_SERIESEDITOR_HPP__ 8 #define __UIMEDDATAQT_WIDGET_SERIESEDITOR_HPP__ 10 #include "uiMedDataQt/config.hpp" 14 #include <QListWidget> 49 QListWidget* getListWidget()
52 return m_performingPhysiciansName;
58 void onAddPhysician();
61 void onRemovePhysician();
64 void onInputChanged(
const QString&);
67 void onSelectionChanged();
76 QPointer<QPushButton> m_addPhysicianButton;
77 QPointer<QPushButton> m_removePhysicianButton;
80 QPointer<QListWidget> m_performingPhysiciansName;
97 UIMEDDATAQT_API ~SeriesEditor();
107 UIMEDDATAQT_API
bool isValid()
const;
112 void onDateChanged(
const QString&);
115 void onTimeChanged(
const QString&);
118 void onDescChanged(
const QString&);
128 QPointer<QLineEdit> m_modality;
129 QPointer<QLineEdit> m_date;
130 QPointer<QLineEdit> m_time;
131 QPointer<QLineEdit> m_description;
132 QPointer<QLineEdit> m_physicianInput;
133 QPointer<QPushButton> m_addPhysicianButton;
134 QPointer<QPushButton> m_removePhysicianButton;
145 #endif // __UIMEDDATAQT_WIDGET_SERIESEDITOR_HPP__ The namespace uiMedDataQt contains editors for medical data.
Namespace containing medical data.
This file defines fwCore base macros.
Holds series information.