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

Add support for relating to DICOM fields directly in the schema #1759

Open
yarikoptic opened this issue Mar 31, 2024 · 0 comments
Open

Add support for relating to DICOM fields directly in the schema #1759

yarikoptic opened this issue Mar 31, 2024 · 0 comments
Labels
schema-structure Changes to the fundamental organization/structure of the YAML schema. Minor version release.

Comments

@yarikoptic
Copy link
Collaborator

Inspired by

ATM we have not schematized the relationships we might have between our metadata fields and (meta)data from DICOMS. We express it in free word form and that is why we lack consistency (hence #1450 and fresh #1758). I think, with possible future extensions in mind, we should add to schema for metadata fields

relations:
   dicom:
      {relation}:
         - TAG

e.g.

relations:
  dicom:
    identicalTo:
      - 0002, 0003
      - 0002, 0008

or

relations:
  dicom:
    derivedFrom:
      - 0002, 0003
      - 0002, 0008

where

This would

@yarikoptic yarikoptic added the schema-structure Changes to the fundamental organization/structure of the YAML schema. Minor version release. label Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
schema-structure Changes to the fundamental organization/structure of the YAML schema. Minor version release.
Projects
None yet
Development

No branches or pull requests

1 participant