Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to dcm4che 5.31.0 and DICOM Standard Version 2022e #10

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ If you encounter unsupported fields you can always use the `getAttributes()` met

## Dependencies
This library is based on the
* [DICOM Standard Version 2022d](https://dicom.nema.org/medical/dicom/2022d/output/chtml/part01/ps3.1.html).
* [dcm4che version 5.29.0](https://github.com/dcm4che/dcm4che/releases/tag/5.29.0)
* [DICOM Standard Version 2022e](https://dicom.nema.org/medical/dicom/2022e/output/chtml/part01/ps3.1.html).
* [dcm4che version 5.31.0](https://github.com/dcm4che/dcm4che/releases/tag/5.31.0)

## How to add it to your project
### Standard Library
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<book xmlns="http://docbook.org/ns/docbook" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xl="http://www.w3.org/1999/xlink" label="PS3.4" version="5.0" xml:id="PS3.4">
<title>PS3.4</title>
<subtitle>DICOM PS3.4 2022d - Service Class Specifications</subtitle>
<subtitle>DICOM PS3.4 2022e - Service Class Specifications</subtitle>
<info>
<author>
<orgname>DICOM Standards Committee</orgname>
Expand Down Expand Up @@ -5962,6 +5962,48 @@
</td>
<td align="left" colspan="1" rowspan="1"/>
</tr>
<tr valign="top">
<td align="left" colspan="1" rowspan="1">
<para>Enhanced RT Image Storage</para>
</td>
<td align="left" colspan="1" rowspan="1">
<para>1.2.840.10008.5.1.4.1.1.481.23</para>
</td>
<td align="left" colspan="1" rowspan="1">
<para>
<olink targetdoc="PS3.3" targetptr="sect_A.86.1.15" xrefstyle="select: title"/>
</para>
</td>
<td align="left" colspan="1" rowspan="1"/>
</tr>
<tr valign="top">
<td align="left" colspan="1" rowspan="1">
<para>Enhanced Continuous RT Image Storage</para>
</td>
<td align="left" colspan="1" rowspan="1">
<para>1.2.840.10008.5.1.4.1.1.481.24</para>
</td>
<td align="left" colspan="1" rowspan="1">
<para>
<olink targetdoc="PS3.3" targetptr="sect_A.86.1.16" xrefstyle="select: title"/>
</para>
</td>
<td align="left" colspan="1" rowspan="1"/>
</tr>
<tr valign="top">
<td align="left" colspan="1" rowspan="1">
<para>RT Patient Position Acquisition Instruction Storage</para>
</td>
<td align="left" colspan="1" rowspan="1">
<para>1.2.840.10008.5.1.4.1.1.481.25</para>
</td>
<td align="left" colspan="1" rowspan="1">
<para>
<olink targetdoc="PS3.3" targetptr="sect_A.86.1.17" xrefstyle="select: title"/>
</para>
</td>
<td align="left" colspan="1" rowspan="1"/>
</tr>
<tr valign="top">
<td align="left" colspan="1" rowspan="1">
<para xml:id="para_f4e800a4-4d22-4bcf-8569-5bdad38c0a56">RT Beams Delivery Instruction Storage</para>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<book xmlns="http://docbook.org/ns/docbook" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xl="http://www.w3.org/1999/xlink" label="PS3.5" version="5.0" xml:id="PS3.5">
<title>PS3.5</title>
<subtitle>DICOM PS3.5 2022d - Data Structures and Encoding</subtitle>
<subtitle>DICOM PS3.5 2022e - Data Structures and Encoding</subtitle>
<info>
<author>
<orgname>DICOM Standards Committee</orgname>
Expand Down Expand Up @@ -8214,7 +8214,7 @@
</itemizedlist>
</listitem>
</orderedlist>
<para xml:id="para_ce6f5e16-cce6-4cc0-a193-665980c733ce">This DICOM JPIP Referenced Transfer Syntax shall be identified by a UID of Value "1.2.840.10008.1.2.4.94 ".</para>
<para xml:id="para_ce6f5e16-cce6-4cc0-a193-665980c733ce">This DICOM JPIP Referenced Transfer Syntax shall be identified by a UID of Value "1.2.840.10008.1.2.4.94".</para>
</section>
<section label="A.7" status="2" xml:id="sect_A.7">
<title>DICOM JPIP Referenced Deflate Transfer Syntax (Explicit VR)</title>
Expand Down
Loading