Index: sources/storage/TreatmentLog.cpp =================================================================== diff -u -r277c22276bf6f02a2fe28107b48ffe4b6995e734 -r456da384df52c20ce45b2bec4317806ee11af1f6 --- sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision 277c22276bf6f02a2fe28107b48ffe4b6995e734) +++ sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision 456da384df52c20ce45b2bec4317806ee11af1f6) @@ -218,7 +218,7 @@ * Initializing the model for the constant values. * \param vData - the response model data. */ -void TreatmentLog::initModel(const AdjustTreatmentLogResponseData &vData, const QString &vPatientID, const QString &vSecondaryPatientID) +void TreatmentLog::initModel(const AdjustTreatmentLogResponseData &vData, const QString &vPatientID) { // Formatted values QString mStrText = "%1"; @@ -245,7 +245,6 @@ // TODO in treatment log story LDT-2500 or LDT-2506 // LEAHI-PRS-143 _values[ePatientID ] = vPatientID.trimmed() ; - _values[eSecondaryPatientID ] = vSecondaryPatientID.trimmed() ; _values[eBloodFlowRate ] = mStrText.arg(vData.mBloodFlowRate ); _values[eDialysateFlowRate ] = mStrText.arg(vData.mDialysateFlowRate ); _values[eTreatmentDuration ] = mTreatmentDuration ; @@ -367,7 +366,6 @@ ADDALINE(txCode .arg(_txCodeKey).arg(_gTxCode) ); ADDTOLOG_MT( ePatientID, _emptyPatinetID ); - ADDTOLOG_MT( eSecondaryPatientID, _emptyPatinetID ); ADDTITLE("Treatment Prescription" ); ADDTOLOG( eTreatmentDuration );