Mercurial > hg > orthanc
changeset 6360:58c09dbf73e7
DICOM_TAG_IMAGER_PIXEL_SPACING
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Mon, 03 Nov 2025 12:21:41 +0100 |
| parents | 382f8665dbe0 |
| children | a4fd4410bbc6 |
| files | OrthancFramework/Sources/DicomFormat/DicomTag.h |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomFormat/DicomTag.h Wed Oct 29 22:37:47 2025 +0100 +++ b/OrthancFramework/Sources/DicomFormat/DicomTag.h Mon Nov 03 12:21:41 2025 +0100 @@ -192,6 +192,7 @@ static const DicomTag DICOM_TAG_FRAME_INCREMENT_POINTER(0x0028, 0x0009); static const DicomTag DICOM_TAG_GRID_FRAME_OFFSET_VECTOR(0x3004, 0x000c); static const DicomTag DICOM_TAG_PIXEL_SPACING(0x0028, 0x0030); + static const DicomTag DICOM_TAG_IMAGER_PIXEL_SPACING(0x0018, 0x1164); static const DicomTag DICOM_TAG_RESCALE_INTERCEPT(0x0028, 0x1052); static const DicomTag DICOM_TAG_RESCALE_SLOPE(0x0028, 0x1053); static const DicomTag DICOM_TAG_SLICE_THICKNESS(0x0018, 0x0050);
