Posts by CODY57

    Quote from flechebleue

    Hi Marcel & Jean christophe,
    we have the same issue with a eyepix "axxon software" with version 1.4.17d, to resolve the trouble we downgrade to 1.4.15 and it works fine. May be the compression is different... in the GUI it seems different in the 1.4.17d ( no mention off OFFIS tools)
    My 2 cent


    Thanks for this information! but I don't think that I will downgrade my conquest server for the moment,the hospital bought a mac with osirix and no more problem for query and retreive .


    marcel :
    I tried J2 without success...

    Hi Marcel,


    Data.IconImage[1] don't works,I change it to:
    Data.IconImageSequence


    So the end of my dicom.ini is:


    Code
    [lua]ImportConverter0 = function swab(a) return math.floor(a/256)+256*(a%256) endImportConverter1 = Data.SamplesPerPixel = swab(Data.SamplesPerPixel)ImportConverter2 = Data.Rows = swab(Data.Rows)ImportConverter3 = Data.Columns = swab(Data.Columns)ImportConverter4 = Data.BitsAllocated = swab(Data.BitsAllocated)ImportConverter5 = Data.BitsStored = swab(Data.BitsStored)ImportConverter6 = Data.HighBit = swab(Data.HighBit)ImportConverter7 = Data.PixelRepresentation = swab(Data.PixelRepresentation)ImportConverter11 = Data.IconImageSequence.SamplesPerPixel = swab(Data.IconImageSequence.SamplesPerPixel)ImportConverter12 = Data.IconImageSequence.Rows = swab(Data.IconImageSequence.Rows)ImportConverter13 = Data.IconImageSequence.Columns = swab(Data.IconImageSequence.Columns)ImportConverter14 = Data.IconImageSequence.BitsAllocated = swab(Data.IconImageSequence.BitsAllocated)ImportConverter15 = Data.IconImageSequence.BitsStored = swab(Data.IconImageSequence.BitsStored)ImportConverter16 = Data.IconImageSequence.HighBit = swab(Data.IconImageSequence.HighBit)ImportConverter17 = Data.IconImageSequence.PixelRepresentation = swab(Data.IconImageSequence.PixelRepresentation)ImportConverter18 = for i=0, Data.Rows-1 do local a=Data:GetRow(i) for j=0,Data.Columns-1 do a[j]=swab(a[j]) end Data:SetRow(i, 0, a) end


    I use a batch file to modify explictbigendian to explictlittlendian in each dicom files(in the folder c:\image) and then copy the images in the incoming folder from conquest:

    Code
    @echo off
    dir c:\gsar121\image /A /B /O:GEN > c:\gsar121\filelist.txt
    for /f %%a in (filelist.txt) do call :Commande %%a
    xcopy c:\image "D:\dicomserver1417d\data\incoming" /E /R /C /I /Y /H /G
    :Commande
    C:\gsar121\gsar.exe -s1.2.840.10008.1.2.2 -r1.2.840.10008.1.2.1 -o "C:\gsar121\image\%1"


    I just tried with some files and it works!


    Thanks for your help,Marcel!

    I think it works partialy,the first US is changed:

    Code
    (0028,0002) US 1 # 2 SamplesPerPixel(0028,0004) CS [MONOCHROME1 ] # 12 PhotometricInterpretation(0028,0010) US 2294 # 2 Rows(0028,0011) US 1914 # 2 Columns(0028,0100) US 16 # 2 BitsAllocated(0028,0101) US 14 # 2 BitsStored(0028,0102) US 13 # 2 HighBit(0028,0103) US 0 # 2 PixelRepresentation


    but the others,at the end,not:


    Jean-Christophe

    Her is the complet header dump:


    Jean-Christophe

    Hi Marcel,


    I just found this:


    Jean-Christophe

    Hello Marcel,


    The lua script works fine,but just with good images,when I try to drag and drop a faulty image,conquest don't wants to execute the script and reject the images.
    her is a example:


    We must perhaps modify the images before sending to conquest ?
    Is it possible with the command line programm that I found yesterday?


    Jean-Christophe

    Hi Marcel,


    Thank's for all this informations.
    I disable BigEndianExplicit transfer in the dgatesop.lst,and since " days,no more error with the mammography.
    Did you know if it's possible to import again the corrupted images,because the GE technician deleted the database from the mammo workstation last week ... and all images are lost.


    Thank's again for your help!


    Jean-Christophe,

    Quote from marcelvanherk

    Hi,


    what is in your dicom.ini?


    Marcel


    hi marcel,



    thanks for your 24/7 support ;-)


    Jean-christophe

    Quote from marcelvanherk

    Hi,


    one image (OK) states it uses explictlittleendian transfer and the other (broken) explictbigendian. How did you generate both images? What version are you using?


    Marcel


    That's strange,the 2 images came from a GE Senographe Essential ADS_43.10.1.
    I use Conquest 1.14.17d on a windows 2012 Server with mysql database.
    I can't understand why images are stored correctly.

    Quote from marcelvanherk

    Hi Jean,


    it looks like the images were curropted. How big are they after recieved by conquest. The one you dropped, where did it come from?


    Marcel


    Hi Marcel,


    The file is 8588Ko big(same size as a good file),it came from a GE mammograph ,the problem is that I don't have any error in conquest error log.
    I try to reproduce the problem on my laptop ,but I can't import it in conquest(Kpacs can open the file....).
    Do you think it could be a network problem during the transfer from GE to Conquest? I'm not sure that conquest accept corrupted data.


    Jean-Christophe.

    Hello Marcel,


    I've got one another problem with my new conquest server.
    the physician can't retreive some images(MG)from KPACS:

    Code
    DSASRV1] UPACS THREAD 116: STARTED AT: Thu Nov 13 16:32:32 2014[DSASRV1] A-ASSOCIATE-RQ Packet Dump[DSASRV1] Calling Application Title : "KPS"[DSASRV1] Called Application Title : "DSASRV1 "[DSASRV1] Application Context : "1.2.840.10008.3.1.1.1", PDU length: 16384[DSASRV1] Number of Proposed Presentation Contexts: 1[DSASRV1] Presentation Context 0 "1.2.840.10008.5.1.4.1.2.2.2" 1[DSASRV1] Server Command := 0021[DSASRV1] Message ID := 0003[DSASRV1] C-Move Destination: "KPS"[DSASRV1] Records = 4[DSASRV1] Number of Images to send: 4[DSASRV1] MyStudyRootRetrieveGeneric :: RetrieveOn[DSASRV1] Locating file:MAG0 779117217\1.2.840.113619.2.66.2216950631.7936141104090308.10005_167257_000001_14150887820929.dcm[DSASRV1] Locating file:MAG0 779117217\1.2.840.113619.2.66.2216950631.7936141104090308.10005_167257_000002_1415088789092b.dcm[DSASRV1] Locating file:MAG0 779117217\1.2.840.113619.2.66.2216950631.7936141104090308.10005_167257_000003_1415088795092c.dcm[DSASRV1] Locating file:MAG0 779117217\1.2.840.113619.2.66.2216950631.7936141104090308.10005_167257_000004_14150887750928.dcm[DSASRV1] ReadAheadThread: readahead > 0000[DSASRV1] RetrieveOn: givenout < 0000[DSASRV1] Sending file : E:\imagesdicom1\779117217\1.2.840.113619.2.66.2216950631.7936141104090308.10005_167257_000001_14150887820929.dcm[DSASRV1] Image Loaded from Read Ahead Thread, returning TRUE[DSASRV1] Retrieve: remote connection dropped after 0 images, 4 not sent[DSASRV1] C-Move (StudyRoot)[DSASRV1] UPACS THREAD 116: ENDED AT: Thu Nov 13 16:32:35 2014[DSASRV1] UPACS THREAD 116: TOTAL RUNNING TIME: 3 SECONDS


    Images was stored succesfully :

    Code
    04/11/2014 09:13:01 [DSASRV1] UPACS THREAD 7785: STARTED AT: Tue Nov 04 09:13:00 201404/11/2014 09:13:01 [DSASRV1] Calling Application Title : "aws "04/11/2014 09:13:01 [DSASRV1] Called Application Title : "DSASRV1 "04/11/2014 09:13:01 [DSASRV1] Application Context : "1.2.840.10008.3.1.1.1", PDU length: 2867204/11/2014 09:13:01 [DSASRV1] Presentation Context 0 "1.2.840.10008.5.1.4.1.1.1" 104/11/2014 09:13:01 [DSASRV1] Presentation Context 1 "1.2.840.10008.5.1.4.1.1.7" 104/11/2014 09:13:01 [DSASRV1] Presentation Context 2 "1.2.840.10008.5.1.4.1.1.1.2" 104/11/2014 09:13:01 [DSASRV1] Presentation Context 3 "1.2.840.10008.5.1.4.1.1.1.2.1" 104/11/2014 09:13:01 [DSASRV1] Presentation Context 4 "1.2.840.10008.5.1.4.1.1.1.1" 104/11/2014 09:13:01 [DSASRV1] Presentation Context 5 "1.2.840.10008.5.1.4.1.1.1.1.1" 104/11/2014 09:13:01 [DSASRV1] Presentation Context 6 "1.2.840.10008.5.1.4.1.1.88.50" 104/11/2014 09:13:01 [DSASRV1] Presentation Context 7 "1.2.840.10008.5.1.4.1.1.88.22" 104/11/2014 09:13:02 [DSASRV1] Written file: E:\imagesdicom1\779117217\1.2.840.113619.2.66.2216950631.7936141104090308.10005_167257_000001_14150887820929.dcm04/11/2014 09:13:02 [DSASRV1] UPACS THREAD 7785: ENDED AT: Tue Nov 04 09:13:02 201404/11/2014 09:13:02 [DSASRV1] UPACS THREAD 7785: TOTAL RUNNING TIME: 2 SECONDS


    So I try to drag and drop the image to the conquest user interface and I received this error:

    Code
    ----------- Adding image files to server -----------
    [DSASRV1] 0000,0002 18 UI AffectedSOPClassUID "1.2.840.10008.1.1"
    [DSASRV1] 0000,0100 2 US CommandField 48
    [DSASRV1] 0000,0110 2 US MessageID 7
    [DSASRV1] 0000,0800 2 US DataSetType 257
    [DSASRV1] 0002,0010 17 UI TransferSyntaxUID "1.2.840.10008.1.2"
    [DSASRV1] 9999,0400 158 LO ConquestConsoleComma "addimagefile:C:\\Users\\Administrateur\\Desktop\\Nouveau dossier\\779117217\\1.2.840.113619.2.66.2216950631.7936141104090308.10005_167257_000001_14150887820929.dcm"
    [DSASRV1] ***[AddImageFile] C:\Users\Administrateur\Desktop\Nouveau dossier\779117217\1.2.840.113619.2.66.2216950631.7936141104090308.10005_167257_000001_14150887820929.dcm -FAILED: file does not contain correct UIDs
    -----------------------------------------------------


    But I can open this file directly with KPACS!
    I can send some images if you want to test.


    Thanks,
    Jean-Christophe

    Hello Marcel,


    I've got some news from the fuji technician, we tried to change the compression factor to n2(we tried with j2,un,ul...) with no results. Always the message host did not accept the connection.
    We double check the AETITLE, IP address and port, I disable my firewall...
    It's really strange because the fuji station can query my conquest server, but can't retreive the images(it's look like a wrong aet/IP /port) .
    Did you have any other suggestions?
    Thanks for your help.


    Jean-Christophe

    Hi Marcel,


    Thanks for your quick response,but I tried with the IQdicomtest Software with the aet from my conquest server and it works(I assume it's works,because I just have a remote desktop connection to my server).


    Code
    17:34:01: Starting STORE ServiceConnected to: 192.168.0.176:104Presentation Context Accept, Transfer Syntax: 1.2.840.10008.1.2.4.57DSASRV1 >> EYEPIX02 (0000,0000), 4, UL, "140" - Group Length (0000,0002), 28, UI, "1.2.840.10008.5.1.4.1.1.6.1" - Affected SOP Class UID (0000,0100), 2, US, "1" - Command Field (0000,0110), 2, US, "3" - Message ID (0000,0700), 2, US, "0" - Priority (0000,0800), 2, US, "258" - Data Set Type (0000,1000), 56, UI, "1.2.392.200036.9116.7.8.6.35512293.5.0.1787804927127598" - Affected SOP Instance UIDDSASRV1 >> EYEPIX02 (0008,0008), 30, CS, "ORIGINAL\PRIMARY\US IMAGE\0001" - Image Type (0008,0012), 8, DA, "20090203" - Instance Creation Date (0008,0013), 14, TM, "101754.203000 " - Instance Creation Time (0008,0016), 28, UI, "1.2.840.10008.5.1.4.1.1.6.1" - SOP Class UID (0008,0018), 56, UI, "1.2.392.200036.9116.7.8.6.35512293.5.0.1787804927127598" - SOP Instance UID (0008,0020), 8, DA, "20090203" - Study Date (0008,0021), 8, DA, "20090203" - Series Date (0008,0022), 8, DA, "20090203" - Acquisition Date (0008,0023), 8, DA, "20090203" - Content Date (0008,0030), 14, TM, "101616.125000 " - Study Time (0008,0031), 14, TM, "101616.125000 " - Series Time (0008,0032), 14, TM, "101754.203000 " - Acquisition Time (0008,0033), 14, TM, "101754.203000 " - Content Time (0008,0050), 16, SH, "779200902030011 " - Accession Number (0008,0060), 2, CS, "US" - Modality (0008,0070), 12, LO, "TOSHIBA_MEC " - Manufacturer (0008,0080), 8, LO, "TOSHIBA " - Institution Name (0008,0090), 18, PN, "DR xxxxx " - Referring Physician’s Name (0008,1030), 6, LO, "Breast" - Study Description (0008,1040), 0, LO, "" - Institutional Department Name (0008,1050), 18, PN, "DR xxxxxxxxxxx\" - Performing Physician’s Name (0008,1070), 2, PN, "\ " - Operators’ Name (0008,1080), 0, LO, "" - Admitting Diagnoses Description (0008,1090), 6, LO, "Xario " - Manufacturer’s Model Name (0008,2111), 90, ST, "Lossless JPEG compression, selection value 6, point transform 0, compression ratio 2.4872 " - Derivation Description (0008,9215), -1, SQ (FFFE,E000), -1, DL (0008,0100), 6, SH, "121327" - Code Value (0008,0102), 4, SH, "DCM " - Coding Scheme Designator (0008,0104), 56, LO, "Full fidelity image, uncompressed or lossless compressed" - Code Meaning (FFFE,E00D), 0, DL, "" - Item Delimitation Item (FFFE,E0DD), 0, DL, "" - Sequence Delimitation Item (0010,0010), 22, PN, "xxxxxxxx " - Patient’s Name (0010,0020), 8, LO, "xxxxxxxxxxxx" - Patient ID (0010,0030), 8, DA, "19360224" - Patient's Birth Date (0010,0040), 2, CS, "F " - Patient's Sex (0010,1020), 2, DS, "0 " - Patient's Size (0010,1030), 2, DS, "0 " - Patient's Weight (0010,1040), 0, LO, "" - Patient's Address (0010,21C0), 2, US, "4" - Pregnancy Status (0010,4000), 12, LT, "Insurance= " - Patient Comments (0018,1000), 8, LO, "35512293" - Device Serial Number (0018,1020), 6, LO, "V6.00 " - Software Version(s) (0018,6011), -1, SQ (FFFE,E000), -1, DL (0018,6012), 2, US, "1" - Region Spatial Format (0018,6014), 2, US, "1" - Region Data Type (0018,6016), 4, UL, "2" - Region Flags (0018,6018), 4, UL, "36" - Region Location Min X0 (0018,601A), 4, UL, "82" - Region Location Min Y0 (0018,601C), 4, UL, "682" - Region Location Max X1 (0018,601E), 4, UL, "462" - Region Location Max Y1 (0018,6020), 4, SL, "85" - Reference Pixel X0 (0018,6022), 4, SL, "0" - Reference Pixel Y0 (0018,6024), 2, US, "3" - Physical Units X Direction (0018,6026), 2, US, "3" - Physical Units Y Direction (0018,6028), 8, FD, " 0.00" - Reference Pixel Physical Value X (0018,602A), 8, FD, " 0.00" - Reference Pixel Physical Value Y (0018,602C), 8, FD, "-0.00" - Physical Delta X (0018,602E), 8, FD, "-0.00" - Physical Delta Y (0018,6030), 4, UL, "4210" - Transducer Frequency (0018,6036), 8, FD, " 0.00" - Steering Angle (FFFE,E00D), 0, DL, "" - Item Delimitation Item (FFFE,E0DD), 0, DL, "" - Sequence Delimitation Item (0018,6031), 6, CS, "LINEAR" - Transducer Type (0020,000D), 38, UI, "1.2.250.1.59.999.354.7792009020300113" - Study Instance UID (0020,000E), 56, UI, "1.2.392.200036.9116.7.8.6.35512293.2.0.1807477710891691" - Series Instance UID (0020,0010), 2, SH, "1 " - Study ID (0020,0011), 2, IS, "1 " - Series Number (0020,0013), 2, IS, "1 " - Instance Number (0020,0020), 0, CS, "" - Patient Orientation (0020,4000), 0, LT, "" - Image Comments (0028,0002), 2, US, "3" - Samples per Pixel (0028,0004), 4, CS, "RGB " - Photometric Interpretation (0028,0006), 2, US, "0" - Planar Configuration (0028,0010), 2, US, "537" - Rows (0028,0011), 2, US, "716" - Columns (0028,0014), 2, US, "1" - Ultrasound Color Data Present (0028,0030), 24, DS, "0.078947367\0.078947367 " - Pixel Spacing (0028,0100), 2, US, "8" - Bits Allocated (0028,0101), 2, US, "8" - Bits Stored (0028,0102), 2, US, "7" - High Bit (0028,0103), 2, US, "0" - Pixel Representation (0028,1050), 4, DS, "128 " - Window Center (0028,1051), 4, DS, "256 " - Window Width (0029,0010), 18, UN, "TOSHIBA MDW HEADER" - *** Unidentified *** (0029,0011), 22, UN, "PMTF INFORMATION DATA " - *** Unidentified *** (0029,1008), 10, UN, "TUS_IMAGE " - *** Unidentified *** (0029,1009), 4, UN, "1.00" - *** Unidentified *** (0029,1010), 1384, UN (0029,1131), 12, UN, "5.0.17881113" - *** Unidentified *** (0029,1132), 4, UN, "Ä™" - *** Unidentified *** (0029,1133), 4, UN, "" - *** Unidentified *** (0029,1134), 12, UN, "DB TO DICOM " - *** Unidentified *** (0032,000A), 10, CS, "SCHEDULED " - Study Status ID (RET) (0032,1000), 8, DA, "20090203" - Scheduled Study Start Date (RET) (0032,1001), 6, TM, "084622" - Scheduled Study Start Time (RET) (0032,1021), 6, AE, "ECHO4 " - Scheduled Study Location AE Title (RET) (0032,1032), 18, PN, "DR xxxxxxxxxx " - Requesting Physician (0032,1060), 6, LO, "ECHOMA" - Requested Procedure Description (0032,4000), 0, LT, "" - Study Comments (0040,0275), -1, SQ (FFFE,E000), -1, DL (0040,1001), 16, SH, "7792009020300113" - Requested Procedure ID (FFFE,E00D), 0, DL, "" - Item Delimitation Item (FFFE,E0DD), 0, DL, "" - Sequence Delimitation Item (7FE0,0010), -1, OW (FFFE,E000), 0, DL (FFFE,E000), 463758, DL (D8FF,C3FF), 520, (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 0, UL, "0" - Group Length (0000,0000), 1056964608, UL (FFFE,E0DD), 0, DL, "" - Sequence Delimitation ItemDSASRV1 << EYEPIX02 (0000,0000), 4, UL, "140" - Group Length (0000,0002), 28, UI, "1.2.840.10008.5.1.4.1.1.6.1" - Affected SOP Class UID (0000,0100), 2, US, "32769" - Command Field (0000,0120), 2, US, "3" - Message ID Being Responded To (0000,0800), 2, US, "257" - Data Set Type (0000,0900), 2, US, "0" - Status (0000,1000), 56, UI, "1.2.392.200036.9116.7.8.6.35512293.5.0.1787804927127598" - Affected SOP Instance UID17:34:04: STORE OK


    acrenema.map:

    Code
    /* ********************************************************** * * * DICOM AE (Application entity) -> IP address / Port map * * (This is file ACRNEMA.MAP) * * * * All DICOM systems that want to retrieve images from the * * Conquest DICOM server must be listed here with correct * * AE name, (IP adress or hostname) and port number. * * The first entry is the Conquest system as example. * * * * * * The syntax for each entry is : * * AE <IP adress|Host name> port number compression * * * * For compression see manual. Values are un=uncompressed; * * ul=littleendianexplicit,ub=bigendianexplicit,ue=both * * j2=lossless jpeg;j3..j6=lossy jpeg;n1..n4=nki private * * jk =lossless jpeg2000;jl=lossy jpeg2000 * * Use J3NN..j6NN or jlNN to override quality factor to NN% * * * ********************************************************** */DSASRV1 127.0.0.1 4096 un KPServer 192.168.0.191 5555 un EYEPIXCAB 192.168.0.76 10488 un sow1 192.168.0.140 4096 un sa-1 192.168.0.182 4006 un EYEPIX01 192.168.0.175 104 un VIEWPIX01 192.168.0.177 3010 un sow2 192.168.0.141 4096 un soww1 192.168.0.36 4096 un DSA 192.168.0.191 4096 j2 AETJB 127.0.0.1 4000 j2 KPS 127.0.0.1 104 un EYEPIX02 192.168.0.176 104 j2 aplio 192.168.0.186 104 un NETSCU01 192.168.0.151 104 un NETSCU02 192.168.0.152 104 un NETSCU03 192.168.0.153 104 un NETSCU04 192.168.0.154 104 un NETSCU05 192.168.0.155 104 un KPServer1 192.168.0.191 104 un HIRISRF43 192.168.0.164 104 un KEOSYSXRF 192.168.0.165 104 un JCSRV1 192.168.1.14 5678 un DSASRV1BCK 192.168.0.192 4096 un MACPRO 192.168.0.29 11112 unCONQUESTSRV1 192.168.0.191 5679 UN


    dgatesop.lst:


    Jean-christophe.

    Hello,


    I have a problem with 2 Fuji Eyepix stations,I can querry my Conquest Server but can't retrieve the images.
    I checked the AET,IP and Port .



    Could someone help me?


    Thanks in advance!


    Jean-Christophe