Skip to content

Rs/icore tweaks - #2

Draft
ReeceStevens wants to merge 28 commits into
mainfrom
rs/icore-tweaks
Draft

Rs/icore tweaks#2
ReeceStevens wants to merge 28 commits into
mainfrom
rs/icore-tweaks

Conversation

@ReeceStevens

Copy link
Copy Markdown
Member

No description provided.

This matches the equivalency logic of CTP's filter statements. By
implementing this, we can directly use common public filters such as the
stanford filter.
The previous implementation of the `@integer()` recipe function was
hashing the pre-existing tag value (in this case, `SeriesNumber`). In
the case where a series number was accidentally wiped by an
overly-aggressive deid process, series numbers would start colliding,
causing issues viewing the data.

`@integer()` was extended to support referencing an arbitrary other tag
as the hash input, so now `SeriesNumber` is based on a hash of the
`SeriesInstanceUID`, which is more stable and guaranteed to be correct.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant