|
@@ -3,10 +3,7 @@ import { Row, Col, Segmented, Select } from 'antd';
|
|
|
import { useSelector, useDispatch } from 'react-redux';
|
|
|
import { AppDispatch } from '@/states/store';
|
|
|
import { setCurrentPatientType } from '@/states/patientTypeSlice';
|
|
|
-import {
|
|
|
- SelectionState,
|
|
|
- setSelected,
|
|
|
-} from '@/states/patient/register/SelectionTypeSlice';
|
|
|
+import { setSelected } from '@/states/patient/register/SelectionTypeSlice';
|
|
|
import { RootState } from '@/states/store';
|
|
|
import { PatientType } from '@/API/patientType';
|
|
|
// import { BodyPart } from '@/API/bodyPart';
|
|
@@ -14,7 +11,6 @@ import { PatientType } from '@/API/patientType';
|
|
|
import { fetchViewsOrProtocols } from '@/states/patient/viewSelection';
|
|
|
|
|
|
interface Props {
|
|
|
- selected: SelectionState;
|
|
|
// setSelected: (val: 'protocol' | 'view') => void;
|
|
|
bodyPart: string | undefined;
|
|
|
setBodyPart: (val: string | undefined) => void;
|