Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dcmjs-org/dcmjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.35.0
Choose a base ref
...
head repository: dcmjs-org/dcmjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 11 files changed
  • 8 contributors

Commits on Dec 17, 2024

  1. feat: Add OCT normalizer (#402)

    * Add OCT normalizer
    
    * Add OCT normalizer test
    
    * Reformat dicom meta dictionary
    
    ---------
    
    Co-authored-by: Igor Šimko <igor.simko@retinsight.com>
    igorsimko and Igor Šimko authored Dec 17, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    33b738c View commit details

Commits on Dec 19, 2024

  1. feat(vr): Save original non-standard VR (#414)

    * feat(vr): Save original non-standard VR if not equal VR in custom dictionary and use saved VR in processing denaturalizeDataset function
    
    * feat(vr): Add test for saved non standard VR
    alekschernof authored Dec 19, 2024
    Copy the full SHA
    14a449a View commit details

Commits on Jan 7, 2025

  1. Update README.md

    pieper authored Jan 7, 2025
    Copy the full SHA
    e00c56f View commit details

Commits on Jan 10, 2025

  1. doc(readme): Update README.md to publish new package

    Add new comments about activity since 2022.
    pieper authored Jan 10, 2025
    Copy the full SHA
    566da91 View commit details

Commits on Jan 17, 2025

  1. fix(dicomMessage): to handle undefined return value (#420)

    * fix(dicomMessage): to handle undefined return value
    
    * formatter
    
    Needed to fix OHIF/Viewers#4588
    sedghi authored Jan 17, 2025
    Copy the full SHA
    d1f7b75 View commit details
  2. feat(segmentation): Preserve optional SegmentDescription during segme…

    …nt renumbering (#419)
    rogerbramon authored Jan 17, 2025
    Copy the full SHA
    d6ac162 View commit details

Commits on Feb 15, 2025

  1. fix(lossless-round-trip): Support naturalized PN with empty tag value (

    …#421)
    
    * Confirm issue using sample data
    
    * Do not account for multiplicity during initial Person Name read, allow for dicomJson handling to split it up
    
    * Verify blank PN handling in unit test
    
    * add test file with blank PN
    
    * remove local files
    
    * fix formatting errors
    
    * Filter .iml in .gitignore
    
    * Add fix for empty fixed tags
    
    * Run formatter and linter
    
    * Fetch test files from dcmjs data repository
    
    * Remove raw dcm files
    
    ---------
    
    Co-authored-by: Craig Berry <craig.berry@veeva.com>
    craigberry1 and Craig Berry authored Feb 15, 2025
    Copy the full SHA
    1c9ea84 View commit details
Loading