Index: sources/view/settings/VInstitutionalRecord.h =================================================================== diff -u -re81e290cc55ef1872c5a78770970c14d26fc0e4e -r49271f2bd039c9d15586c7c9b2f57f80c801d819 --- sources/view/settings/VInstitutionalRecord.h (.../VInstitutionalRecord.h) (revision e81e290cc55ef1872c5a78770970c14d26fc0e4e) +++ sources/view/settings/VInstitutionalRecord.h (.../VInstitutionalRecord.h) (revision 49271f2bd039c9d15586c7c9b2f57f80c801d819) @@ -109,17 +109,10 @@ RANGESET( qint32 , venousPressureLimitAsymtrc , 0) RANGESET( qint32 , trancembrncPressureLimitWindow , 0) RANGESET( float , ultrafiltrationVolume , 0) - READONLY( QStringList , bloodPressureMeasureInterval ,{}) RANGESET( quint32 , rinsebackVolume , 0) RANGESET( quint32 , rinsebackFlowRate , 0) RANGESET( float , substitutionVolume , 0) - // TODO: enhancement - READONLY( QStringList , treatmentModalityOptions ,{}) - READONLY( QStringList , hdfTreatmentModeOptions ,{}) - READONLY( QStringList , dryBicabCartridgeSizeOptions ,{}) - READONLY( QStringList , dialyzerTypeOptions ,{}) - Q_PROPERTY(MListModel* model READ model NOTIFY didModelChange) VIEW_DEC_CLASS_ADJUSTMENT(VInstitutionalRecord, InstitutionalRecordResponseData )