初始化mRecist
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
bb8a1f84a4
commit
04d6972462
|
@ -419,6 +419,14 @@
|
|||
:is-show="isShow"
|
||||
:is-reading-show-subject-info="isReadingShowSubjectInfo"
|
||||
/>
|
||||
<MRecistQuestionList
|
||||
v-else-if="CriterionType === 7"
|
||||
ref="measurementList"
|
||||
:question-form-change-state="questionFormChangeState"
|
||||
:question-form-change-num="questionFormChangeNum"
|
||||
:is-show="isShow"
|
||||
:is-reading-show-subject-info="isReadingShowSubjectInfo"
|
||||
/>
|
||||
<h2 v-else style="color:#ddd">
|
||||
Developing...
|
||||
</h2>
|
||||
|
@ -541,6 +549,7 @@ import { getToken } from '@/utils/auth'
|
|||
// import PetCt from './Fusion/PetCt'
|
||||
import DicomCanvas from '@/views/trials/trials-panel/reading/dicoms/components/DicomCanvas.vue'
|
||||
import RecistQuestionList from './Recist/QuestionList'
|
||||
import MRecistQuestionList from './MRecist/QuestionList'
|
||||
import RecistBMQuestionList from './RecistBM/QuestionList'
|
||||
import IRecistQuestionList from './IRecist/QuestionList'
|
||||
import PCWGQuestionList from './PCWG/QuestionList'
|
||||
|
@ -568,6 +577,7 @@ export default {
|
|||
WL,
|
||||
Others,
|
||||
RecistQuestionList,
|
||||
MRecistQuestionList,
|
||||
PCWGQuestionList,
|
||||
RecistBMQuestionList,
|
||||
IRecistQuestionList,
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue