Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r6e9dccd1109d9c8d4ee4b6a21260618969a1706b -r5ee38f8f62ea405cb322b4d2fc525a1e37cfbbd0 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 6e9dccd1109d9c8d4ee4b6a21260618969a1706b) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 5ee38f8f62ea405cb322b4d2fc525a1e37cfbbd0) @@ -6,8 +6,8 @@ * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file Variables.qml - * \author (last) Behrouz NematiPour - * \date (last) 18-Sep-2023 + * \author (last) Dara Navaei + * \date (last) 09-Jun-2025 * \author (original) Behrouz NematiPour * \date (original) 09-Oct-2019 * @@ -237,7 +237,7 @@ // it is prefered to use the regExp instead of the RegExpValidator // otherwise an extra RegExpValidator object will always created here. - readonly property var regExp_PatientID: /[A-Za-z0-9]{1,20}/ + readonly property var regExp_PatientID: /[A-Za-z0-9_\-\.]{1,20}/ readonly property string preTreatmentStepLabelCreate : qsTr("CREATE" )