#include <ImFusion/Core/Log.h>
#include <ImFusion/Dicom/DicomModalityWorklist.h>
#include <dcmtk/dcmdata/dctk.h>
int main()
{
DcmItem* scheduledProcedure = nullptr;
request->findAndGetSequenceItem(DCM_ScheduledProcedureStepSequence, scheduledProcedure);
scheduledProcedure->putAndInsertString(DCM_ScheduledStationAETitle, "AB45");
for (const auto& result : results)
{
result->print(ss);
}
}
#define LOG_INFO(...)
Emits a log message of Log::Level::Info, optionally with a category.
Definition Log.h:247
Structure encapsulating all information needed to connect to a PACS instance.
Definition DicomPacsCommunication.h:27
std::string clientAETitle
Application Entity to use by the DICOM SCP server for receiving images.
Definition DicomPacsCommunication.h:57
std::string cfgFilePath
Path to a association config file to be used by the DICOM SCP server. May be empty for default config...
Definition DicomPacsCommunication.h:59
int connectionTimeout
Connection Timeout (seconds)
Definition DicomPacsCommunication.h:60
unsigned int clientPort
Port to use by the DICOM SCP server for receiving images.
Definition DicomPacsCommunication.h:56