feat: Read ScheduledStationAETitle form worklist setting
This commit is contained in:
@@ -135,7 +135,7 @@ int WorkListManager::getPatientFromWorkList(const QString &aAccessionNum, const
|
||||
DcmItem *step_item = new DcmItem();
|
||||
|
||||
// use local aetitle to retrieve
|
||||
step_item->putAndInsertString(DCM_ScheduledStationAETitle, "USCT");
|
||||
step_item->putAndInsertString(DCM_ScheduledStationAETitle, serverInfo.localAE.toLatin1().data());
|
||||
// PS: begin time fit begin date like date: 20240328-20240528 time:011201-020101
|
||||
// means 2024-03-28 01:12:01 - 2024-05-28 02:01:01
|
||||
// step_item->putAndInsertString(DCM_ScheduledProcedureStepStartDate,"20240528-20240528");
|
||||
|
||||
Reference in New Issue
Block a user