i want to remove sex header from patient table,how to do it through python or c++ or other method?
I found dicom-schema.sql has config ,but when i changed the data , it’s not work
See examples for customizing columns displayed in the DICOM browser in the script repository.
Note that the Sex
field in you screenshot shows invalid value. The allowed values for this allowed in DICOM are M
, F
, O
. Where does this DICOM data set comes from?
1 Like
thank you lassoan !!