User guide

Manual (rev 16) for the DCMburner 4.x.x software Tuesday, July 16, 2013
55
Edit the Free fields
The value of the five free fields in the merge file can be change in the “C:\Program Files
(x86)\DCMburner x.x.x\DicomGateWay\dicom.sql” file. Be carefully when editing this file, it can cause
some problems.
In the Study section you find 5 free fields edit. Simple by adjust the Dicom Tag. Change only the
Dicom Tag nothing more.
Example:
We replace dicom tag 0008,0070 (Manufacturer) into dicom tag 0008,0080 (InstitutionName).
Change this in { 0x0008, 0x0080, "Free_1", 64, SQL_C_CHAR, DT_STR }, and save.
*Study*
{
{ 0x0020, 0x000d, "StudyInstanceUID", 64, SQL_C_CHAR, DT_UI },
{ 0x0008, 0x0020, "StudyDate", 8, SQL_C_DATE, DT_DATE },
{ 0x0008, 0x0030, "StudyTime", 16, SQL_C_CHAR, DT_TIME },
{ 0x0020, 0x0010, "StudyID", 16, SQL_C_CHAR, DT_STR },
{ 0x0008, 0x1030, "StudyDescription", 64, SQL_C_CHAR, DT_STR },
{ 0x0008, 0x0050, "AccessionNumber", 16, SQL_C_CHAR, DT_STR },
{ 0x0008, 0x0090, "ReferPhysician", 64, SQL_C_CHAR, DT_STR },
{ 0x0010, 0x1010, "PatientsAge", 16, SQL_C_CHAR, DT_STR },
{ 0x0010, 0x1030, "PatientsWeight", 16, SQL_C_CHAR, DT_STR },
{ 0x0008, 0x0061, "StudyModality", 64, SQL_C_CHAR, DT_STR },
{ 0x0008, 0x1010, "StationName", 16, SQL_C_CHAR, DT_STR },
{ 0x0008, 0x1040, "InstitutionalDepartmentName", 64, SQL_C_CHAR, DT_STR },
{ 0x0010, 0x0010, "PatientName", 64, SQL_C_CHAR, DT_STR },
{ 0x0010, 0x0030, "PatientBirthDate", 8, SQL_C_DATE, DT_DATE },
{ 0x0010, 0x0040, "PatientSex", 16, SQL_C_CHAR, DT_STR },
{ 0x0008, 0x0070, "Free_1", 64, SQL_C_CHAR, DT_STR },
{ 0x0008, 0x1030, "Free_2", 64, SQL_C_CHAR, DT_STR },
{ 0x0008, 0x103e, "Free_3", 64, SQL_C_CHAR, DT_STR },
{ 0x0018, 0x0015, "Free_4", 64, SQL_C_CHAR, DT_STR },
{ 0x0008, 0x1040, "Free_5", 64, SQL_C_CHAR, DT_STR },
{ 0x0010, 0x0020, "PatientID", 64, SQL_C_CHAR, DT_STR }
}