refactor: Modify the display and interaction related to worklist.
This commit is contained in:
@@ -19,8 +19,8 @@ class PatientInformationForm : public QWidget
|
||||
public:
|
||||
explicit PatientInformationForm(QWidget *parent = nullptr);
|
||||
~PatientInformationForm() override;
|
||||
void setPatientInformation(PatientInformationPointer information, ScanProtocal aProtocal);
|
||||
PatientInformationPointer getPatientInformation();
|
||||
void setPatientInformation(PatientInformation* information);
|
||||
void setAccessionNumber(AccessionInformation* aAccession);
|
||||
int getProtocol();
|
||||
QString getProtocolString(ScanProtocal aProtocal);
|
||||
void setExecuteProtocol(bool aIsLeft);
|
||||
@@ -31,10 +31,12 @@ public:
|
||||
|
||||
private:
|
||||
Ui::PatientInformationForm *mUI;
|
||||
PatientInformationPointer mInfo;
|
||||
bool mIsExecuteProtocolLeft = false;
|
||||
ScanProtocal mCurrentProtocol = LSTAND;
|
||||
char * mJsonStr = nullptr;
|
||||
QString mStudyUID;
|
||||
QString mModality;
|
||||
QString mMPPSUID;
|
||||
};
|
||||
|
||||
#endif // PATIENTINFORMATIONFORM_H
|
||||
|
||||
Reference in New Issue
Block a user