Skip to content
Snippets Groups Projects
Commit b39d9dbf authored by Rick Herrick's avatar Rick Herrick
Browse files

XNAT-4473 Added xsiType for reconstructions.

parent 319ab14e
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,8 @@ public class XMLPathShortcuts implements XMLPathShortcutsI { ...@@ -171,7 +171,8 @@ public class XMLPathShortcuts implements XMLPathShortcutsI {
addShortCut(RECON_DATA, "type", "xnat:reconstructedImageData/type"); addShortCut(RECON_DATA, "type", "xnat:reconstructedImageData/type");
addShortCut(RECON_DATA, "baseScanType", "xnat:reconstructedImageData/baseScanType"); addShortCut(RECON_DATA, "baseScanType", "xnat:reconstructedImageData/baseScanType");
addShortCut(RECON_DATA, "xnat_reconstructedimagedata_id", "xnat:reconstructedImageData/xnat_reconstructedimagedata_id", true); addShortCut(RECON_DATA, "xnat_reconstructedimagedata_id", "xnat:reconstructedImageData/xnat_reconstructedimagedata_id", true);
addShortCut(RECON_DATA, "xsiType", "xnat:reconstructedImageData/extension_item/element_name",true);
//assessor //assessor
addShortCut(DERIVED_DATA, "ID", "xnat:experimentdata/ID"); addShortCut(DERIVED_DATA, "ID", "xnat:experimentdata/ID");
addShortCut(DERIVED_DATA, "visit_id", "xnat:experimentdata/visit_id"); addShortCut(DERIVED_DATA, "visit_id", "xnat:experimentdata/visit_id");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment