-
+
+
- {{trialInfo.TrialCode}}
-
- ( {{ $fd('TrialStatusEnum',trialInfo.TrialStatusStr) }} )
+ {{ trialInfo.TrialCode }}
+
+ ( {{ $fd("TrialStatusEnum", trialInfo.TrialStatusStr) }} )
+
- {{ $fd('TrialType', trialInfo.TrialType) }}
+ {{ $fd("TrialType", trialInfo.TrialType) }}
-
-
- {{trialInfo.ExperimentName}}
+
+
+ {{ trialInfo.ExperimentName }}
-
+
+
{{ trialInfo.ResearchProgramNo }}
-
-
- {{trialInfo.MainResearchUnit}}
-
+
{{ trialInfo.HeadPI }}
-
+
- {{trialInfo.Sponsor}}
+ {{ trialInfo.Sponsor }}
+
{{ trialInfo.CRO }}
-
-
- {{trialInfo.DeclarationTypeEnumList.map(v => $fd('DeclarationType', v)).toString()}}
+
+
+ {{ trialInfo.MedicineName }}
+
- {{ trialInfo.Phase }}
-
-
-
- {{$fd('IndicationType', trialInfo.IndicationTypeId, 'id')}}
+ {{ $fd("Trial_Phase", trialInfo.PhaseId, "id") }}
+
- {{$fd('Indication', trialInfo.IndicationEnum)}}{{trialInfo.Indication}}
+ {{ trialInfo.Indication }}
+
- {{trialInfo.ModalityList}}
+ {{
+ trialInfo.ModalityIds
+ ? trialInfo.ModalityIds.map((item) =>
+ $fd("Modality", item, "id")
+ ).join(", ")
+ : ""
+ }}
-
- {{ trialInfo.PlanSiteCount }}
+
+
+ {{
+ trialInfo.CriterionTypeList
+ ? trialInfo.CriterionTypeList.map((item) =>
+ $fd("CriterionType", item)
+ ).join(", ")
+ : ""
+ }}
-
-
- {{trialInfo.ExpectedPatients}}
+
+
+ {{ trialInfo.ContactUser }}
-
- {{ trialInfo.TimePointsPerPatient }}
+
+
+ {{ trialInfo.ContactPhone }}
-
-
- {{trialInfo.PlanVisitCount}}
+
+
+ {{ trialInfo.AuthorizationYear }}
-
-
-
- {{ trialInfo.Criterion }}
+
+
+ {{ trialInfo.AuthorizationDate }}
-
-
-
-
-
- {{$fd('YesOrNoForInt', trialInfo.Expedited)}}
-
-
- {{ trialInfo.ProjectCycle }}
-
-
-
- {{trialInfo.TotalReviewers}}
-
-
- {{trialInfo.AttendedReviewerTypeEnumList.map(v => $fd('AttendedReviewerType', v)).toString()}}
-
-
-
-