Page MenuHomePhabricator

DCM_log_petersen_20150827.txt

Authored By
petersej
Aug 27 2015, 9:06 AM
Size
24 KB
Referenced Files
None
Subscribers
None

DCM_log_petersen_20150827.txt

" DROP TABLE IF EXISTS 'SchemaInfo' ;"
"DROP TABLE IF EXISTS 'Images' ;"
"DROP TABLE IF EXISTS 'Patients' ;"
"DROP TABLE IF EXISTS 'Series' ;"
"DROP TABLE IF EXISTS 'Studies' ;"
"DROP TABLE IF EXISTS 'Directories' ;"
" DROP INDEX IF EXISTS 'ImagesFilenameIndex' ;"
"DROP INDEX IF EXISTS 'ImagesSeriesIndex' ;"
"DROP INDEX IF EXISTS 'SeriesStudyIndex' ;"
"DROP INDEX IF EXISTS 'StudiesPatientIndex' ;"
" CREATE TABLE 'SchemaInfo' ( 'Version' VARCHAR(1024) NOT NULL );"
"INSERT INTO 'SchemaInfo' VALUES('0.5.3');"
" CREATE TABLE 'Images' ( 'SOPInstanceUID' VARCHAR(64) NOT NULL, 'Filename' VARCHAR(1024) NOT NULL , 'SeriesInstanceUID' VARCHAR(64) NOT NULL , 'InsertTimestamp' VARCHAR(20) NOT NULL , PRIMARY KEY ('SOPInstanceUID') );"
"CREATE TABLE 'Patients' ( 'UID' INTEGER PRIMARY KEY AUTOINCREMENT, 'PatientsName' VARCHAR(255) NULL , 'PatientID' VARCHAR(255) NULL , 'PatientsBirthDate' DATE NULL , 'PatientsBirthTime' TIME NULL , 'PatientsSex' varchar(1) NULL , 'PatientsAge' varchar(10) NULL , 'PatientsComments' VARCHAR(255) NULL );"
"CREATE TABLE 'Series' ( 'SeriesInstanceUID' VARCHAR(64) NOT NULL , 'StudyInstanceUID' VARCHAR(64) NOT NULL , 'SeriesNumber' INT NULL , 'SeriesDate' DATE NULL , 'SeriesTime' VARCHAR(20) NULL , 'SeriesDescription' VARCHAR(255) NULL , 'Modality' VARCHAR(20) NULL , 'BodyPartExamined' VARCHAR(255) NULL , 'FrameOfReferenceUID' VARCHAR(64) NULL , 'AcquisitionNumber' INT NULL , 'ContrastAgent' VARCHAR(255) NULL , 'ScanningSequence' VARCHAR(45) NULL , 'EchoNumber' INT NULL , 'TemporalPosition' INT NULL , PRIMARY KEY ('SeriesInstanceUID') );"
"CREATE TABLE 'Studies' ( 'StudyInstanceUID' VARCHAR(64) NOT NULL , 'PatientsUID' INT NOT NULL , 'StudyID' VARCHAR(255) NULL , 'StudyDate' DATE NULL , 'StudyTime' VARCHAR(20) NULL , 'AccessionNumber' VARCHAR(255) NULL , 'ModalitiesInStudy' VARCHAR(255) NULL , 'InstitutionName' VARCHAR(255) NULL , 'ReferringPhysician' VARCHAR(255) NULL , 'PerformingPhysiciansName' VARCHAR(255) NULL , 'StudyDescription' VARCHAR(255) NULL , PRIMARY KEY ('StudyInstanceUID') );"
" CREATE UNIQUE INDEX IF NOT EXISTS 'ImagesFilenameIndex' ON 'Images' ('Filename');"
"CREATE INDEX IF NOT EXISTS 'ImagesSeriesIndex' ON 'Images' ('SeriesInstanceUID');"
"CREATE INDEX IF NOT EXISTS 'SeriesStudyIndex' ON 'Series' ('StudyInstanceUID');"
"CREATE INDEX IF NOT EXISTS 'StudiesPatientIndex' ON 'Studies' ('PatientsUID');"
" CREATE TABLE 'Directories' ( 'Dirname' VARCHAR(1024) , PRIMARY KEY ('Dirname') );"
QFileInfo::absolutePath: Constructed with empty filename
QFileInfo::absolutePath: Constructed with empty filename
QFileInfo::absolutePath: Constructed with empty filename
QFileInfo::absolutePath: Constructed with empty filename
QFileInfo::absolutePath: Constructed with empty filename
QFileInfo::absolutePath: Constructed with empty filename
QFileInfo::absolutePath: Constructed with empty filename
QFileInfo::absolutePath: Constructed with empty filename
" DROP TABLE IF EXISTS 'SchemaInfo' ;"
"DROP TABLE IF EXISTS 'Images' ;"
"DROP TABLE IF EXISTS 'Patients' ;"
"DROP TABLE IF EXISTS 'Series' ;"
"DROP TABLE IF EXISTS 'Studies' ;"
"DROP TABLE IF EXISTS 'Directories' ;"
" DROP INDEX IF EXISTS 'ImagesFilenameIndex' ;"
"DROP INDEX IF EXISTS 'ImagesSeriesIndex' ;"
"DROP INDEX IF EXISTS 'SeriesStudyIndex' ;"
"DROP INDEX IF EXISTS 'StudiesPatientIndex' ;"
" CREATE TABLE 'SchemaInfo' ( 'Version' VARCHAR(1024) NOT NULL );"
"INSERT INTO 'SchemaInfo' VALUES('0.5.3');"
" CREATE TABLE 'Images' ( 'SOPInstanceUID' VARCHAR(64) NOT NULL, 'Filename' VARCHAR(1024) NOT NULL , 'SeriesInstanceUID' VARCHAR(64) NOT NULL , 'InsertTimestamp' VARCHAR(20) NOT NULL , PRIMARY KEY ('SOPInstanceUID') );"
"CREATE TABLE 'Patients' ( 'UID' INTEGER PRIMARY KEY AUTOINCREMENT, 'PatientsName' VARCHAR(255) NULL , 'PatientID' VARCHAR(255) NULL , 'PatientsBirthDate' DATE NULL , 'PatientsBirthTime' TIME NULL , 'PatientsSex' varchar(1) NULL , 'PatientsAge' varchar(10) NULL , 'PatientsComments' VARCHAR(255) NULL );"
"CREATE TABLE 'Series' ( 'SeriesInstanceUID' VARCHAR(64) NOT NULL , 'StudyInstanceUID' VARCHAR(64) NOT NULL , 'SeriesNumber' INT NULL , 'SeriesDate' DATE NULL , 'SeriesTime' VARCHAR(20) NULL , 'SeriesDescription' VARCHAR(255) NULL , 'Modality' VARCHAR(20) NULL , 'BodyPartExamined' VARCHAR(255) NULL , 'FrameOfReferenceUID' VARCHAR(64) NULL , 'AcquisitionNumber' INT NULL , 'ContrastAgent' VARCHAR(255) NULL , 'ScanningSequence' VARCHAR(45) NULL , 'EchoNumber' INT NULL , 'TemporalPosition' INT NULL , PRIMARY KEY ('SeriesInstanceUID') );"
"CREATE TABLE 'Studies' ( 'StudyInstanceUID' VARCHAR(64) NOT NULL , 'PatientsUID' INT NOT NULL , 'StudyID' VARCHAR(255) NULL , 'StudyDate' DATE NULL , 'StudyTime' VARCHAR(20) NULL , 'AccessionNumber' VARCHAR(255) NULL , 'ModalitiesInStudy' VARCHAR(255) NULL , 'InstitutionName' VARCHAR(255) NULL , 'ReferringPhysician' VARCHAR(255) NULL , 'PerformingPhysiciansName' VARCHAR(255) NULL , 'StudyDescription' VARCHAR(255) NULL , PRIMARY KEY ('StudyInstanceUID') );"
" CREATE UNIQUE INDEX IF NOT EXISTS 'ImagesFilenameIndex' ON 'Images' ('Filename');"
"CREATE INDEX IF NOT EXISTS 'ImagesSeriesIndex' ON 'Images' ('SeriesInstanceUID');"
"CREATE INDEX IF NOT EXISTS 'SeriesStudyIndex' ON 'Series' ('StudyInstanceUID');"
"CREATE INDEX IF NOT EXISTS 'StudiesPatientIndex' ON 'Studies' ('PatientsUID');"
" CREATE TABLE 'Directories' ( 'Dirname' VARCHAR(1024) , PRIMARY KEY ('Dirname') );"
DB open in Query
Setting Transfer Syntaxes
Negotiating Association
I: Requesting Association
I: Association Accepted (Max Send PDV: 65524)
Ignoring unknown search key: Name
Ignoring unknown search key: Series
Ignoring unknown search key: Study
Found useful presentation context
I: Sending C-FIND Request (MsgID 1)
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Success)
FIND RESPONSE
Find succeded
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
This looks like a different patient from last insert: "PAT003"
New patient inserted: 1
New patient inserted as : 1
Going to insert this instance with dbPatientID: 1
Need to insert new study: "1.2.826.0.1.3680043.2.1307.14.1.1.20140926150915.1"
Study Added
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
Going to insert this instance with dbPatientID: 1
Need to insert new study: "1.2.826.0.1.3680043.2.1307.14.1.1.20140926150929.1"
Study Added
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
Going to insert this instance with dbPatientID: 1
Need to insert new study: "1.2.826.0.1.3680043.2.1307.14.1.1.20140929070907.1"
Study Added
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
Going to insert this instance with dbPatientID: 1
Need to insert new study: "1.2.826.0.1.3680043.2.1307.14.1.1.20140929070912.1"
Study Added
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
Going to insert this instance with dbPatientID: 1
Need to insert new study: "1.2.826.0.1.3680043.2.1307.14.1.1.20140929070940.1"
Study Added
Starting Series C-FIND for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140926150915.1
I: Sending C-FIND Request (MsgID 2)
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Success)
FIND RESPONSE
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
This looks like a different patient from last insert: "PAT003"
Found patient in the database as UId: 1
Going to insert this instance with dbPatientID: 1
Used existing study: "1.2.826.0.1.3680043.2.1307.14.1.1.20140926150915.1"
Study Added
Statement: SELECT * FROM Series WHERE SeriesInstanceUID = ?
Need to insert new series: "1.2.826.0.1.3680043.2.1307.14.1.2.20140926150915.1.1"
Series Added
Find succeded on Series level for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140926150915.1
Starting Series C-FIND for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140926150929.1
I: Sending C-FIND Request (MsgID 3)
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Success)
FIND RESPONSE
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
Going to insert this instance with dbPatientID: 1
Used existing study: "1.2.826.0.1.3680043.2.1307.14.1.1.20140926150929.1"
Study Added
Statement: SELECT * FROM Series WHERE SeriesInstanceUID = ?
Need to insert new series: "1.2.826.0.1.3680043.2.1307.14.1.2.20140926150929.1.1"
Series Added
Find succeded on Series level for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140926150929.1
Starting Series C-FIND for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140929070907.1
I: Sending C-FIND Request (MsgID 4)
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Success)
FIND RESPONSE
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
Going to insert this instance with dbPatientID: 1
Used existing study: "1.2.826.0.1.3680043.2.1307.14.1.1.20140929070907.1"
Study Added
Statement: SELECT * FROM Series WHERE SeriesInstanceUID = ?
Need to insert new series: "1.2.826.0.1.3680043.2.1307.14.1.2.20140929070907.1.1"
Series Added
Find succeded on Series level for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140929070907.1
Starting Series C-FIND for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140929070912.1
I: Sending C-FIND Request (MsgID 5)
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Success)
FIND RESPONSE
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
Going to insert this instance with dbPatientID: 1
Used existing study: "1.2.826.0.1.3680043.2.1307.14.1.1.20140929070912.1"
Study Added
Statement: SELECT * FROM Series WHERE SeriesInstanceUID = ?
Need to insert new series: "1.2.826.0.1.3680043.2.1307.14.1.2.20140929070912.1.1"
Series Added
Find succeded on Series level for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140929070912.1
Starting Series C-FIND for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140929070940.1
I: Sending C-FIND Request (MsgID 6)
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Success)
FIND RESPONSE
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
Going to insert this instance with dbPatientID: 1
Statement: SELECT * FROM Series WHERE SeriesInstanceUID = ?
Need to insert new series: "1.2.826.0.1.3680043.2.1307.14.1.2.20140929070940.1.1"
Series Added
Find succeded on Series level for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140929070940.1
I: Releasing Association
ctkDICOMModelPrivate::generateQuery: query is: SELECT UID as UID, PatientsName as Name, PatientsAge as Age, PatientsBirthDate as Date, PatientID as "Subject ID" FROM Patients
ctkDICOMModelPrivate::updateQueries for Root: query is: SELECT UID as UID, PatientsName as Name, PatientsAge as Age, PatientsBirthDate as Date, PatientID as "Subject ID" FROM Patients
QFileInfo::absolutePath: Constructed with empty filename
QFileInfo::absolutePath: Constructed with empty filename
QFileInfo::absolutePath: Constructed with empty filename
QFileInfo::absolutePath: Constructed with empty filename
Setting Transfer Syntaxes
1.2.826.0.1.3680043.2.1307.14.1.1.20140926150915.1
About to retrieve 1.2.826.0.1.3680043.2.1307.14.1.1.20140926150915.1 from dicomserver.co.uk
Starting to retrieve
Starting getStudy
Negotiating Association
I: Requesting Association
I: Association Accepted (Max Send PDV: 65524)
Setting Retrieve Parameters
Sending Get Request
I: Sending C-GET Request (MsgID 1)
I: Received C-STORE Request (MsgID 16186)
I: Sending C-STORE Response (Success)
I: Received C-GET Response (Pending)
I: Received C-GET Response (Success)
GET responses report for study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140926150915.1
1 images transferred, and
0 images transferred with warning, and
0 images transfers failed
Retrieve success
I: Releasing Association
Setting Transfer Syntaxes
1.2.826.0.1.3680043.2.1307.14.1.1.20140926150915.1
About to retrieve 1.2.826.0.1.3680043.2.1307.14.1.1.20140926150915.1 from dicomserver.co.uk
Starting to retrieve
Starting getStudy
Negotiating Association
I: Requesting Association
I: Association Accepted (Max Send PDV: 65524)
Setting Retrieve Parameters
Sending Get Request
I: Sending C-GET Request (MsgID 1)
I: Received C-STORE Request (MsgID 16187)
I: Sending C-STORE Response (Success)
I: Received C-GET Response (Pending)
I: Received C-GET Response (Success)
GET responses report for study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140926150915.1
1 images transferred, and
0 images transferred with warning, and
0 images transfers failed
Retrieve success
I: Releasing Association
QSqlDatabasePrivate::removeDatabase: connection 'QUERY-DB' is still in use, all queries will cease to work.
QSqlDatabasePrivate::addDatabase: duplicate connection name 'QUERY-DB', old connection removed.
" DROP TABLE IF EXISTS 'SchemaInfo' ;"
"DROP TABLE IF EXISTS 'Images' ;"
"DROP TABLE IF EXISTS 'Patients' ;"
"DROP TABLE IF EXISTS 'Series' ;"
"DROP TABLE IF EXISTS 'Studies' ;"
"DROP TABLE IF EXISTS 'Directories' ;"
" DROP INDEX IF EXISTS 'ImagesFilenameIndex' ;"
"DROP INDEX IF EXISTS 'ImagesSeriesIndex' ;"
"DROP INDEX IF EXISTS 'SeriesStudyIndex' ;"
"DROP INDEX IF EXISTS 'StudiesPatientIndex' ;"
" CREATE TABLE 'SchemaInfo' ( 'Version' VARCHAR(1024) NOT NULL );"
"INSERT INTO 'SchemaInfo' VALUES('0.5.3');"
" CREATE TABLE 'Images' ( 'SOPInstanceUID' VARCHAR(64) NOT NULL, 'Filename' VARCHAR(1024) NOT NULL , 'SeriesInstanceUID' VARCHAR(64) NOT NULL , 'InsertTimestamp' VARCHAR(20) NOT NULL , PRIMARY KEY ('SOPInstanceUID') );"
"CREATE TABLE 'Patients' ( 'UID' INTEGER PRIMARY KEY AUTOINCREMENT, 'PatientsName' VARCHAR(255) NULL , 'PatientID' VARCHAR(255) NULL , 'PatientsBirthDate' DATE NULL , 'PatientsBirthTime' TIME NULL , 'PatientsSex' varchar(1) NULL , 'PatientsAge' varchar(10) NULL , 'PatientsComments' VARCHAR(255) NULL );"
"CREATE TABLE 'Series' ( 'SeriesInstanceUID' VARCHAR(64) NOT NULL , 'StudyInstanceUID' VARCHAR(64) NOT NULL , 'SeriesNumber' INT NULL , 'SeriesDate' DATE NULL , 'SeriesTime' VARCHAR(20) NULL , 'SeriesDescription' VARCHAR(255) NULL , 'Modality' VARCHAR(20) NULL , 'BodyPartExamined' VARCHAR(255) NULL , 'FrameOfReferenceUID' VARCHAR(64) NULL , 'AcquisitionNumber' INT NULL , 'ContrastAgent' VARCHAR(255) NULL , 'ScanningSequence' VARCHAR(45) NULL , 'EchoNumber' INT NULL , 'TemporalPosition' INT NULL , PRIMARY KEY ('SeriesInstanceUID') );"
"CREATE TABLE 'Studies' ( 'StudyInstanceUID' VARCHAR(64) NOT NULL , 'PatientsUID' INT NOT NULL , 'StudyID' VARCHAR(255) NULL , 'StudyDate' DATE NULL , 'StudyTime' VARCHAR(20) NULL , 'AccessionNumber' VARCHAR(255) NULL , 'ModalitiesInStudy' VARCHAR(255) NULL , 'InstitutionName' VARCHAR(255) NULL , 'ReferringPhysician' VARCHAR(255) NULL , 'PerformingPhysiciansName' VARCHAR(255) NULL , 'StudyDescription' VARCHAR(255) NULL , PRIMARY KEY ('StudyInstanceUID') );"
" CREATE UNIQUE INDEX IF NOT EXISTS 'ImagesFilenameIndex' ON 'Images' ('Filename');"
"CREATE INDEX IF NOT EXISTS 'ImagesSeriesIndex' ON 'Images' ('SeriesInstanceUID');"
"CREATE INDEX IF NOT EXISTS 'SeriesStudyIndex' ON 'Series' ('StudyInstanceUID');"
"CREATE INDEX IF NOT EXISTS 'StudiesPatientIndex' ON 'Studies' ('PatientsUID');"
" CREATE TABLE 'Directories' ( 'Dirname' VARCHAR(1024) , PRIMARY KEY ('Dirname') );"
DB open in Query
Setting Transfer Syntaxes
Negotiating Association
I: Requesting Association
I: Association Accepted (Max Send PDV: 65524)
Ignoring unknown search key: Name
Ignoring unknown search key: Series
Ignoring unknown search key: Study
Found useful presentation context
I: Sending C-FIND Request (MsgID 1)
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Success)
FIND RESPONSE
Find succeded
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
This looks like a different patient from last insert: "PAT003"
New patient inserted: 1
New patient inserted as : 1
Going to insert this instance with dbPatientID: 1
Need to insert new study: "1.2.826.0.1.3680043.2.1307.14.1.1.20140926150915.1"
Study Added
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
Going to insert this instance with dbPatientID: 1
Need to insert new study: "1.2.826.0.1.3680043.2.1307.14.1.1.20140926150929.1"
Study Added
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
Going to insert this instance with dbPatientID: 1
Need to insert new study: "1.2.826.0.1.3680043.2.1307.14.1.1.20140929070907.1"
Study Added
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
Going to insert this instance with dbPatientID: 1
Need to insert new study: "1.2.826.0.1.3680043.2.1307.14.1.1.20140929070912.1"
Study Added
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
Going to insert this instance with dbPatientID: 1
Need to insert new study: "1.2.826.0.1.3680043.2.1307.14.1.1.20140929070940.1"
Study Added
Starting Series C-FIND for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140926150915.1
I: Sending C-FIND Request (MsgID 2)
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Success)
FIND RESPONSE
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
This looks like a different patient from last insert: "PAT003"
Found patient in the database as UId: 1
Going to insert this instance with dbPatientID: 1
Used existing study: "1.2.826.0.1.3680043.2.1307.14.1.1.20140926150915.1"
Study Added
Statement: SELECT * FROM Series WHERE SeriesInstanceUID = ?
Need to insert new series: "1.2.826.0.1.3680043.2.1307.14.1.2.20140926150915.1.1"
Series Added
Find succeded on Series level for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140926150915.1
Starting Series C-FIND for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140926150929.1
I: Sending C-FIND Request (MsgID 3)
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Success)
FIND RESPONSE
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
Going to insert this instance with dbPatientID: 1
Used existing study: "1.2.826.0.1.3680043.2.1307.14.1.1.20140926150929.1"
Study Added
Statement: SELECT * FROM Series WHERE SeriesInstanceUID = ?
Need to insert new series: "1.2.826.0.1.3680043.2.1307.14.1.2.20140926150929.1.1"
Series Added
Find succeded on Series level for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140926150929.1
Starting Series C-FIND for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140929070907.1
I: Sending C-FIND Request (MsgID 4)
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Success)
FIND RESPONSE
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
Going to insert this instance with dbPatientID: 1
Used existing study: "1.2.826.0.1.3680043.2.1307.14.1.1.20140929070907.1"
Study Added
Statement: SELECT * FROM Series WHERE SeriesInstanceUID = ?
Need to insert new series: "1.2.826.0.1.3680043.2.1307.14.1.2.20140929070907.1.1"
Series Added
Find succeded on Series level for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140929070907.1
Starting Series C-FIND for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140929070912.1
I: Sending C-FIND Request (MsgID 5)
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Success)
FIND RESPONSE
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
Going to insert this instance with dbPatientID: 1
Used existing study: "1.2.826.0.1.3680043.2.1307.14.1.1.20140929070912.1"
Study Added
Statement: SELECT * FROM Series WHERE SeriesInstanceUID = ?
Need to insert new series: "1.2.826.0.1.3680043.2.1307.14.1.2.20140929070912.1.1"
Series Added
Find succeded on Series level for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140929070912.1
Starting Series C-FIND for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140929070940.1
I: Sending C-FIND Request (MsgID 6)
I: Received C-FIND Response (Pending)
FIND RESPONSE
I: Received C-FIND Response (Success)
FIND RESPONSE
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
inserting filePath: ""
database filename for "" is empty - we should insert on top of it
Going to insert this instance with dbPatientID: 1
Statement: SELECT * FROM Series WHERE SeriesInstanceUID = ?
Need to insert new series: "1.2.826.0.1.3680043.2.1307.14.1.2.20140929070940.1.1"
Series Added
Find succeded on Series level for Study: 1.2.826.0.1.3680043.2.1307.14.1.1.20140929070940.1
I: Releasing Association
ctkDICOMModelPrivate::generateQuery: query is: SELECT UID as UID, PatientsName as Name, PatientsAge as Age, PatientsBirthDate as Date, PatientID as "Subject ID" FROM Patients
ctkDICOMModelPrivate::updateQueries for Root: query is: SELECT UID as UID, PatientsName as Name, PatientsAge as Age, PatientsBirthDate as Date, PatientID as "Subject ID" FROM Patients
QFileInfo::absolutePath: Constructed with empty filename
QFileInfo::absolutePath: Constructed with empty filename
QFileInfo::absolutePath: Constructed with empty filename
QFileInfo::absolutePath: Constructed with empty filename
Setting Transfer Syntaxes
1.2.826.0.1.3680043.2.1307.14.1.1.20140926150915.1
About to retrieve 1.2.826.0.1.3680043.2.1307.14.1.1.20140926150915.1 from dicomserver.co.uk
Starting to retrieve
Starting moveStudy
Negotiating Association
I: Requesting Association
I: Association Accepted (Max Send PDV: 65524)
Setting Retrieve Parameters
Sending Move Request
I: Sending C-MOVE Request (MsgID 1)
I: Received C-MOVE Response (Failed: UnableToProcess)
W: Status is 0xc001 (unknown)
W: Will not wait for further C-MOVE responses
MOVE response receveid with status: Failed: UnableToProcess
MOVE request failed, server does report error
MOVE request failed: Status Detail:
# Dicom-Data-Set
# Used TransferSyntax: Little Endian Implicit
(0000,0902) LO [A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 193.174.50.71:11112] # 202, 1 ErrorComment
Retrieve success
I: Releasing Association

File Metadata

Mime Type
text/plain
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1097
Default Alt Text
DCM_log_petersen_20150827.txt (24 KB)

Event Timeline