diff --git a/Plugins/org.mitk.annotations/resources/annotationsFinal.json b/Plugins/org.mitk.annotations/resources/annotationsFinal.json new file mode 100644 index 0000000000..b08d399446 --- /dev/null +++ b/Plugins/org.mitk.annotations/resources/annotationsFinal.json @@ -0,0 +1,110 @@ +{ + "annotations" : + { + "stdmulti.widget1" : + { + "TopLeft": + [ + { + "name": "Series Number", + "defaultValue": "N/A", + "prefix": "Se: ", + "type": "dicomProperty", + "provider": "DICOM.0020.0011" + }, + { + "name": "Instance Number", + "defaultValue": "N/A", + "prefix": "In: ", + "type": "dicomProperty", + "provider": "DICOM.0020.0013" + } + ], + "TopRight": + [ + { + "name": "Patient Name", + "defaultValue": "N/A", + "type": "dicomProperty", + "provider": "DICOM.0010.0010" + }, + { + "name": "Patient ID", + "defaultValue": "N/A", + "type": "dicomProperty", + "provider": "DICOM.0010.0020" + }, + { + "name": "Patient Sex", + "defaultValue": "N/A", + "type": "dicomProperty", + "provider": "DICOM.0010.0040" + }, + { + "name": "Patient Birth Date", + "defaultValue": "N/A", + "type": "dicomProperty", + "provider": "DICOM.0010.0030" + } + ], + "BottomLeft": + [ + { + "name": "Slice Thickness", + "defaultValue": "N/A", + "prefix": "ST: ", + "suffix": " mm", + "type": "dicomProperty", + "provider": "DICOM.0018.0050" + }, + { + "name": "Slice Location", + "defaultValue": "N/A", + "prefix": "SL: ", + "suffix": " mm", + "type": "dicomProperty", + "provider": "DICOM.0020.1041" + }, + { + "name": "Window Center", + "defaultValue": "N/A", + "prefix": "WC: ", + "type": "dicomProperty", + "provider": "DICOM.0028.1050" + }, + { + "name": "Window Width", + "defaultValue": "N/A", + "prefix": "WW: ", + "type": "dicomProperty", + "provider": "DICOM.0028.1051" + } + ], + "BottomRight": + [ + { + "name": "Repetition Time", + "prefix": "TR: ", + "type": "dicomProperty", + "provider": "DICOM.0018.0080" + }, + { + "name": "Echo Time", + "prefix": "TE: ", + "type": "dicomProperty", + "provider": "DICOM.0018.0081" + }, + { + "name": "Acquisition Date", + "type": "dicomProperty", + "provider": "DICOM.0008.0022" + }, + { + "name": "Acquisition Time", + "type": "dicomProperty", + "provider": "DICOM.0008.0032" + } + ] + } + } +} \ No newline at end of file