fixunix
Tags Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

In Code Sequences, Coding Scheme Version is NOT for sending the ContextGroup Version - DICOM

This is a discussion on In Code Sequences, Coding Scheme Version is NOT for sending the ContextGroup Version - DICOM ; Hi all In validating some recent images from various sources, including during the IHE Connectathon, I have observed a common pattern of errors. Some people are send a Coding Scheme Version attribute in with their Code Sequences, and putting the ...


Fix Unix > Technologies & Tools > Protocols > DICOM > In Code Sequences, Coding Scheme Version is NOT for sending the ContextGroup Version

Reply
 
LinkBack Tools
  #1  
Old 10-02-2007, 10:38 AM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default In Code Sequences, Coding Scheme Version is NOT for sending the ContextGroup Version

Hi all

In validating some recent images from various sources,
including during the IHE Connectathon, I have observed
a common pattern of errors.

Some people are send a Coding Scheme Version attribute in
with their Code Sequences, and putting the version of
the context group from which the code was selected in
there. This is incorrect.

Indeed Coding Scheme Version should rarely be sent, and
for coding schemes like DCM and SNOEMD (SRT or SNM3) should
never be sent.

E.g., this is wrong:

(0x0008,0x2218) SQ Anatomic Region Sequence
> (0x0008,0x0100) SH Code Value
> (0x0008,0x0102) SH Coding Scheme Designator
> (0x0008,0x0103) SH Coding Scheme Version <20040921>
> (0x0008,0x0104) LO Code Meaning


should be instead either be sent with no version at all:

(0x0008,0x2218) SQ Anatomic Region Sequence
> (0x0008,0x0100) SH Code Value
> (0x0008,0x0102) SH Coding Scheme Designator
> (0x0008,0x0104) LO Code Meaning


or with the context group identified and given a version, e.g.,:

(0x0008,0x2218) SQ Anatomic Region Sequence
> (0x0008,0x0100) SH Code Value
> (0x0008,0x0102) SH Coding Scheme Designator
> (0x0008,0x0104) LO Code Meaning
> (0x0008,0x0105) CS Mapping Resource
> (0x0008,0x0106) DT Context Group Version <20040921>
> (0x0008,0x010f) CS Context Identifier <4209>


Note the absence of Coding Scheme Version in either case.

Also note that you need to send the mapping resource and
the content group version if you send the context identifier.

David
Reply With Quote
Reply

Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
[RFC] Kernel version numbering scheme change unix Kernel 110 10-22-2008 06:20 PM
Re: [RFC] Kernel version numbering scheme change unix Kernel 0 10-20-2008 06:10 AM
RE: [RFC] Kernel version numbering scheme change unix Kernel 0 10-16-2008 02:20 AM
Kernel version : what about s.yy.ww.tt scheme ? unix Kernel 13 07-22-2008 03:20 PM
Free Version 2.0 Java Code Analyzer /Java Coding Standards Tool Now Available unix Websphere 0 10-08-2007 05:49 PM


All times are GMT. The time now is 10:05 AM.