Merge pull request #331 from teleivo/RAD-107 RAD-107 Enforce valid DICOM UID for org root
teleivo <mrteleivo@gmail.com>
0d0c654795266c7c59d2367f53369a731d2c97c2
RAD-107 Enforce valid DICOM UID for org root
the org root UID (DICOM root UID) is entered as a global
property defaults to 2.25 but can be changed by the admin in the settings page.
however validation is missing on entry meaning if the admin configures a wrong
uid it will fail during creation of radiology orders. so the cause and the
event of failiure are separated.
* added RegexDatatypeHandler which was missing for the custom datatype
* configured the dicomUIDOrgRoot as RegexValidatedTextDatatype with a regex
ensuring proper DICOM UID is entered by the admin
* update test datasets GP of dicomUIDOrgRoot