Skip to main content
Skip table of contents

Anonymization Script Answer Key

Sitewide

TEXT
-(0010,0030) //Remove Patient Birth Date
-(0010,1000) //Remove Other Patient IDs
-(0010,1001) //Remove Other Patient Names
-(0010,1005) //Remove Patient’s Birth Name
-(0010,1040) //Remove Patient's Address
(0012,0063) := "My XNAT sitewide anon script v01"
(0020,000D) := new UID     // Study Instance UID
(0020,000E) := new UID     // Series Instance UID

Project Level

TEXT
project ~ "[0-9A-Za-z]+" : (0008,1030) := project
subject ~ "[0-9A-Za-z]+" : (0010,0010) := subject
session ~ "[0-9A-Za-z]+" : (0010,0020) := session
session := makeSessionLabel[format["{0}_v##_{1}", subject, lowercase[modalityLabel]]]
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.