|
@@ -209,13 +209,6 @@ class LeftSiderSelectMeasureState extends FState<LeftSiderSelectMeasure> {
|
|
|
measureData.measureApplicationVersion =
|
|
|
measureApplicationDTO.version ?? '';
|
|
|
measureData.availableModes = measureApplicationDTO.availableModes ?? [];
|
|
|
- // final lvdMassItem = measureData.availableModes.first.availableGroups!
|
|
|
- // .first.availableFolders!.first.availableItems!
|
|
|
- // .where((e) => e.measureTypeName == "LvdMass")
|
|
|
- // .first;
|
|
|
- measureData.availableModes.first.availableGroups!.first.availableFolders!
|
|
|
- .first.workingItemNames!
|
|
|
- .add("LV Mass");
|
|
|
if (application.isThirdPart) {
|
|
|
measureData.currentMode = 'TPPTissue';
|
|
|
}
|