ITK/Release 4/DICOM/Tcon 2010 10 11: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(→Topics) |
|||
Line 14: | Line 14: | ||
** Follow App 118 syntax | ** Follow App 118 syntax | ||
** Dummy interface (eg. [http://www.vtk.org/doc/nightly/html/classvtkMedicalImageProperties.html vtkMedicalImageProperties]) | ** Dummy interface (eg. [http://www.vtk.org/doc/nightly/html/classvtkMedicalImageProperties.html vtkMedicalImageProperties]) | ||
== App 118 Syntax == | |||
See: | |||
* ftp://medical.nema.org/medical/dicom/supps/sup118_lb.pdf | |||
A.1.7 Examples | |||
<pre> | |||
Here is an example XPath query to extract the code meaning of the first item in the View Code Sequence: | |||
/DicomNativeModel/DicomAttribute[@keyword=‖ViewCodeSequence‖]/Item[@number=1]/ /DicomAttribute[@keyword=‖CodeMeaning‖]/Value[@number=1] | |||
1405 | |||
</pre> |
Revision as of 11:55, 26 September 2010
Attendees
- Mathieu Malaterre (CoSMo)
Topics
- DICOM Query/Retrieve API:
- Should we support streaming ?
- Store to disk ?
- Store to memory ?
- Drop Presentation Data Value for Pixel Data (requested extent) ?
- Interface for Abstract DICOM DataSet /
- Follow App 118 syntax
- Dummy interface (eg. vtkMedicalImageProperties)
App 118 Syntax
See:
A.1.7 Examples
Here is an example XPath query to extract the code meaning of the first item in the View Code Sequence: /DicomNativeModel/DicomAttribute[@keyword=‖ViewCodeSequence‖]/Item[@number=1]/ /DicomAttribute[@keyword=‖CodeMeaning‖]/Value[@number=1] 1405