Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Uncertain fortune is thoroughly mastered by the equity of the calculation. -- Blaise Pascal


devel / comp.protocols.dicom / Re: Using Dicom Graphic Annotation Module

SubjectAuthor
* Using Dicom Graphic Annotation ModuleАртем Косенко
+- Re: Using Dicom Graphic Annotation ModuleMathieu Malaterre
`- Re: Using Dicom Graphic Annotation ModuleDavid Clunie

1
Using Dicom Graphic Annotation Module

<574a9521-fc8a-4ab6-873f-b67d62008d39n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=728&group=comp.protocols.dicom#728

  copy link   Newsgroups: comp.protocols.dicom
X-Received: by 2002:a05:620a:444a:b0:765:37f9:ee48 with SMTP id w10-20020a05620a444a00b0076537f9ee48mr490981qkp.6.1687767633277;
Mon, 26 Jun 2023 01:20:33 -0700 (PDT)
X-Received: by 2002:a05:622a:1a9d:b0:3f8:404:9b7b with SMTP id
s29-20020a05622a1a9d00b003f804049b7bmr8782123qtc.10.1687767633026; Mon, 26
Jun 2023 01:20:33 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.protocols.dicom
Date: Mon, 26 Jun 2023 01:20:32 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=94.181.164.31; posting-account=6-j7_woAAABdXb5_GeUHUm1G4hl74FuT
NNTP-Posting-Host: 94.181.164.31
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <574a9521-fc8a-4ab6-873f-b67d62008d39n@googlegroups.com>
Subject: Using Dicom Graphic Annotation Module
From: java58developer@gmail.com (Артем Косенко)
Injection-Date: Mon, 26 Jun 2023 08:20:33 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 1643
 by: Артем Косе - Mon, 26 Jun 2023 08:20 UTC

I'm adding graphical annotations to the dicom file to display an ellipse, but I can't see it when viewing the file with RadiAnt or any other viewer. What could be the reason?
Here is a set of tags and their values ​​that are inside my Dicom file:
GraphicAnnotationUnits (0070|0001): Pixel
NumberOfGraphicPoints(0070|0021): 4
GraphicData (0070|0022): 160/160/240/160/160/250/240/250
GraphicType: ELLIPSE
I also tried to store these tags inside the GraphicAnnotationSequence and GraphicObjectSequence, but that didn't work either.

Re: Using Dicom Graphic Annotation Module

<6c7f8b09-a804-4a41-a9d4-b48066b5d2e9n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=729&group=comp.protocols.dicom#729

  copy link   Newsgroups: comp.protocols.dicom
X-Received: by 2002:a05:620a:444a:b0:765:37f9:ee48 with SMTP id w10-20020a05620a444a00b0076537f9ee48mr490981qkp.6.1687767633277;
Mon, 26 Jun 2023 01:20:33 -0700 (PDT)
X-Received: by 2002:a05:622a:1a9d:b0:3f8:404:9b7b with SMTP id
s29-20020a05622a1a9d00b003f804049b7bmr8782123qtc.10.1687767633026; Mon, 26
Jun 2023 01:20:33 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.protocols.dicom
Date: Mon, 26 Jun 2023 01:20:32 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=94.181.164.31; posting-account=6-j7_woAAABdXb5_GeUHUm1G4hl74FuT
NNTP-Posting-Host: 94.181.164.31
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <574a9521-fc8a-4ab6-873f-b67d62008d39n@googlegroups.com>
Subject: Using Dicom Graphic Annotation Module
From: mathieu.malaterre@gmail.com (Mathieu Malaterre)
Injection-Date: Mon, 26 Jun 2023 08:20:33 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 1643
 by: Mathieu Malaterre - Mon, 26 Jun 2023 09:57 UTC

On Monday, June 26, 2023 at 10:20:34 AM UTC+2, Артем Косенко wrote:
> I'm adding graphical annotations to the dicom file to display an ellipse, but I can't see it when viewing the file with RadiAnt or any other viewer. What could be the reason?
> Here is a set of tags and their values ​​that are inside my Dicom file:
> GraphicAnnotationUnits (0070|0001): Pixel
> NumberOfGraphicPoints(0070|0021): 4
> GraphicData (0070|0022): 160/160/240/160/160/250/240/250
> GraphicType: ELLIPSE
> I also tried to store these tags inside the GraphicAnnotationSequence and GraphicObjectSequence, but that didn't work either.

You could try one of the sample from weasis collection to check your particular viewer implementation:

* https://weasis.org/en/demo/index.html#dicom-presentation-state-pr-gsps

Re: Using Dicom Graphic Annotation Module

<f92cc3bf-cd90-40f5-9194-1359155352dbn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=737&group=comp.protocols.dicom#737

  copy link   Newsgroups: comp.protocols.dicom
X-Received: by 2002:a05:620a:444a:b0:765:37f9:ee48 with SMTP id w10-20020a05620a444a00b0076537f9ee48mr490981qkp.6.1687767633277;
Mon, 26 Jun 2023 01:20:33 -0700 (PDT)
X-Received: by 2002:a05:622a:1a9d:b0:3f8:404:9b7b with SMTP id
s29-20020a05622a1a9d00b003f804049b7bmr8782123qtc.10.1687767633026; Mon, 26
Jun 2023 01:20:33 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.protocols.dicom
Date: Mon, 26 Jun 2023 01:20:32 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=94.181.164.31; posting-account=6-j7_woAAABdXb5_GeUHUm1G4hl74FuT
NNTP-Posting-Host: 94.181.164.31
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <574a9521-fc8a-4ab6-873f-b67d62008d39n@googlegroups.com>
Subject: Using Dicom Graphic Annotation Module
From: dclunie@dclunie.com (David Clunie)
Injection-Date: Mon, 26 Jun 2023 08:20:33 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 1643
 by: David Clunie - Sat, 1 Jul 2023 02:14 UTC

You can't just add random attributes that are not in the IOD and expect viewers to pay any attention to them.

Annotations using the attributes you describe need to be in Presentation State instances separate from the images, and then you need a viewer that supports presentation states.

Or use a Structured Report, particularly if your ellipse "means something".

On Monday, June 26, 2023 at 4:20:34 AM UTC-4, Артем Косенко wrote:
> I'm adding graphical annotations to the dicom file to display an ellipse, but I can't see it when viewing the file with RadiAnt or any other viewer. What could be the reason?
> Here is a set of tags and their values ​​that are inside my Dicom file:
> GraphicAnnotationUnits (0070|0001): Pixel
> NumberOfGraphicPoints(0070|0021): 4
> GraphicData (0070|0022): 160/160/240/160/160/250/240/250
> GraphicType: ELLIPSE
> I also tried to store these tags inside the GraphicAnnotationSequence and GraphicObjectSequence, but that didn't work either.


devel / comp.protocols.dicom / Re: Using Dicom Graphic Annotation Module

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor