Index: sources/view/VTreatmentCreate.h =================================================================== diff -u -rfd7107924547c4cdd23283b25446a10752cb53d2 -rc4bd7072571428744e11dd24d5da1d1a3e1d1686 --- sources/view/VTreatmentCreate.h (.../VTreatmentCreate.h) (revision fd7107924547c4cdd23283b25446a10752cb53d2) +++ sources/view/VTreatmentCreate.h (.../VTreatmentCreate.h) (revision c4bd7072571428744e11dd24d5da1d1a3e1d1686) @@ -198,6 +198,7 @@ protected: + PROPERTY(QString , patientID , "" ) PROPERTY(QStringList, acidConcentrateOptions , QStringList() << "08-1251-1" << "08-2251-0" << "08-3251-9") @@ -237,6 +238,7 @@ void doConfirm(); void doCancel(); void doUserModifiedParameters(); + QStringList doGetPrescriptionParameterNames(); QStringList doGetPrescriptionParameterValues(); QStringList doGetOperatingParameterNames();