Skip to content

Commit

Permalink
Change dicom ref from current to 2022a
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Feb 13, 2025
1 parent a2f9f7e commit 41130e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resources/doc/tutorials/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ CONTAINER: (125007, DCM, 'Measurement Group') =

Example DICOM SR file with 3 rectangles: 1 on the acquisition plane and 2 on other planes. The `Reference Geometry` code is used to position annotations that are not on the acquisition plane.

SCOORD items are translated according to their `Graphic Type` ((0070,0023) see [part03/sect_C.18.6](https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.18.6.html#sect_C.18.6.1.2)):
SCOORD items are translated according to their `Graphic Type` ((0070,0023) see [part03/sect_C.18.6](https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.18.6.html#sect_C.18.6.1.2)):
- Point -> [Point2D](./Point2D.html)
- Multipoint: not used
- Polyline ->
Expand Down
2 changes: 1 addition & 1 deletion src/dicom/dicomCode.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ export function getQuantificationName(code) {
* Quantification unit to UCUM key. Associated tags:
* - Rescale type {@link https://dicom.innolitics.com/ciods/computed-radiography-image/modality-lut/00281054},
* - Units {@link https://dicom.innolitics.com/ciods/positron-emission-tomography-image/pet-series/00541001}.
* - SUV {@link https://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_85.html}.
* - SUV {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part16/sect_CID_85.html}.
*/
const QuantificationUnit2UcumKey = {
'unit.mm': 'mm',
Expand Down
4 changes: 2 additions & 2 deletions src/dicom/dicomSRContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const TagKeys = {
/**
* DICOM relationship types.
*
* Ref: {@link https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.17.3.2.4.html#sect_C.17.3.2.4}.
* Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.17.3.2.4.html#sect_C.17.3.2.4}.
*/
export const RelationshipTypes = {
contains: 'CONTAINS',
Expand All @@ -70,7 +70,7 @@ export const RelationshipTypes = {
/**
* DICOM value types.
*
* Ref: {@link https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.17.3.2.html#sect_C.17.3.2.1}.
* Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.17.3.2.html#sect_C.17.3.2.1}.
*/
export const ValueTypes = {
text: 'TEXT',
Expand Down

0 comments on commit 41130e9

Please sign in to comment.