Skip to content

Conversation

@regisoc
Copy link
Contributor

@regisoc regisoc commented Jul 11, 2023

This PR adds a new required tag in xml file called VR that is required when using forceInsert tag.
Each fields that is not present needs a type setting which needs to be added manually.
The complete list is here: https://pydicom.github.io/pydicom/stable/guides/element_value_types.html

A forceInsert tag should also include a VR tag such as

<item>
      <name>0008,0022</name>
      <description>AcquisitionDate</description>
      <editable>no</editable>
      <forceInsert>yes</forceInsert>
      <VR>DA</VR> 
</item>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants