Search found 41 matches

by guy
Wed, 2005-02-09, 16:15
Forum: DCMTK - General
Topic: Print SCP support and value of status when function failed
Replies: 0
Views: 6554

Print SCP support and value of status when function failed

I would like to know the better solution to implement a general PRINTSCU which can test all parameters (supported or no) by the PRINTSCP so that the user can write easily the configuration file of any Print SCP. Indeed, we want to implement the Dicom Print Management SCU in our product but without k...
by guy
Mon, 2005-02-07, 15:42
Forum: DCMTK - General
Topic: Image Test as "Mire" for Dicom Print
Replies: 3
Views: 7611

Image tests

Ok, for grayscale images, and for color images ?
by guy
Mon, 2005-02-07, 12:51
Forum: DCMTK - General
Topic: Secondary capture image: which image information object to use?
Replies: 7
Views: 14075

the same

If you look the function of the DCMTK SaveDicomImage, it saves a grayscale image bitmap 1 byte per pixel as a Dicom Secondary Capture. Like you, I was beginning to use Multi-Frame Secondary Capture Image IOD because it's said in the norme that the usage of SC Image IOD (1 single frame) is deprecated...
by guy
Mon, 2005-02-07, 09:47
Forum: DCMTK - General
Topic: Image Test as "Mire" for Dicom Print
Replies: 3
Views: 7611

Image Test as "Mire" for Dicom Print

I'm wondering if there is some image tests as "Mire" for testing the good impression of the dicom image. (intensity of pixel, border...)

If yes, can you tell me where I can find it ?
by guy
Fri, 2005-02-04, 12:59
Forum: DCMTK - General
Topic: Value of Planar Configuration
Replies: 4
Views: 9159

Idem

I have understood the problem. In fact, it was the function GetOutPutData which was called withtout parameter so planarConfiguration = 0 in this case. This function is called by PrintScuSetBasicImageBox. I've passed the third paramter with the value of 1 (so planar config = 1) and my hardcopy receiv...
by guy
Thu, 2005-02-03, 18:17
Forum: DCMTK - General
Topic: Value of Planar Configuration
Replies: 4
Views: 9159

Planar Configuration and Image Box Content Sequence

Ok Marco, I have changed my secondary capture and my hardcopy so that they are in planar configuration = 1. The next problem I have is when I do the N-SET for the Basic Color Image Box during the communication with the printer, if I put planar configuration = 1 in the Image box Content Sequence, the...
by guy
Thu, 2005-02-03, 10:05
Forum: DCMTK - General
Topic: Value of Planar Configuration
Replies: 4
Views: 9159

Value of Planar Configuration

Hello, I have choosen to use a planar configuration = 0 for my secondary capture color image. I just notice that for the Hardcopy color, the planar configuration has only one enumerated value = 1. Is it mandatory to set 1 = RRR... GGG... BBB... If it's the case, I have to change the gestion of my ha...
by guy
Wed, 2005-02-02, 11:52
Forum: DCMTK - General
Topic: What attributes to anonymise for a Secondary Capture, Hardcopy ... ?
Replies: 3
Views: 7099

Attributes to keep

Hello Thomas, I know what you tell me in your post. I have marked the mandatory and optionnal attributes. What I want to know is the conservation of the values of the attributes when passing from a dicom file to a secondary capture and then to an harcopy. Example Dicom Original Patient Name = "...
by guy
Tue, 2005-02-01, 20:21
Forum: DCMTK - General
Topic: What attributes to anonymise for a Secondary Capture, Hardcopy ... ?
Replies: 3
Views: 7099

What attributes to anonymise for a Secondary Capture, Hardcopy ... ?

Hello, I finallise my work on dicom PRINT SCU. I would like if it is possible that you tell me what are the informations to conserve when making a Dicom Secondary Capture, idem for an Hardcopy and Stored Print Object. For example, I get a Dicom file, and I modify its pixels. When creating the Second...
by guy
Mon, 2005-01-31, 10:55
Forum: DCMTK - General
Topic: DICOM PRINT SCP or Viewer which can read Stored Print Object
Replies: 0
Views: 6915

DICOM PRINT SCP or Viewer which can read Stored Print Object

Hi, does anyone know a DICOM PRINT SCP as Dicomscope but which supports color ? I have already the JDICOM PRINT SERVER GUI which is really good but it doesn't display the stored Print Object as Dicomscope does it. Moreover if you don't know one, have you an idea about a DICOM viewer which can read S...
by guy
Wed, 2005-01-26, 17:27
Forum: DCMTK - General
Topic: Communication, transfer syntax...
Replies: 7
Views: 14679

Viewing my Stored Print Object Color as in Dicomscope

Yes ! Thanks you Jorg and M. Eichelberg, it's right! I have managed to print in Color mode ! (in fact I simulate it with JDicom and Print Server GUI) and I watch the hardcopy sent and it's right! Do you know Application which can read stored print object (color) as dicomscope do it for hardcopy to s...
by guy
Wed, 2005-01-26, 14:41
Forum: DCMTK - General
Topic: Communication, transfer syntax...
Replies: 7
Views: 14679

Same subject

Ok ! I have forgotten to rewrite the function NegociateAssociation! I use the JDICOM PRint Server GUI which seems to support BAsic Color Print Management. I have rewrite the function NegociateAssociation in my CEncapsulationPrintHandler class and I have an error with the function : gethostname --> u...
by guy
Wed, 2005-01-26, 11:54
Forum: DCMTK - General
Topic: Communication, transfer syntax...
Replies: 7
Views: 14679

Same as previous

Below, is my code. I have rewrited the function printSCUcreateBasicFilmSession and added an argument to pass (OFBool bColor) to negociate Basic Color Print or Basic Grayscale Print. I have rewrited the function printSCUcreateBasicFilmBox in the same way as printSCUcreateBasicFilmSession . I have rew...
by guy
Wed, 2005-01-26, 10:22
Forum: DCMTK - General
Topic: Communication, transfer syntax...
Replies: 7
Views: 14679

Association negociation

I made the modifications you told me but due to the fact that DCMTK doesn't implement Basic Color Print Management, I still have an error for the function findAcceptedPC when I transmit the UID of Basic Color Image PrintManagement. Indeed, the function setRQ calls findAcceptPC which calls ASC_findAc...
by guy
Tue, 2005-01-25, 11:01
Forum: DCMTK - General
Topic: Communication, transfer syntax...
Replies: 7
Views: 14679

Communication, transfer syntax...

As you know, I work on Basic Color Print Management using DCMTK. After writing the stored Print Object with the UID_BasicColorImageBoxSOPClass in the DCM_PrintManagementCapabilitiesSequencen, I have rewrited the function read of the DVPSStoredPrint class to consider a Basic Color Image Box. Then I h...