diff --git a/src/app/fda/invitro-pharmacology/invitro-pharmacology-browse/invitro-pharmacology-browse.component.html b/src/app/fda/invitro-pharmacology/invitro-pharmacology-browse/invitro-pharmacology-browse.component.html index 750c48832..2e8b05548 100644 --- a/src/app/fda/invitro-pharmacology/invitro-pharmacology-browse/invitro-pharmacology-browse.component.html +++ b/src/app/fda/invitro-pharmacology/invitro-pharmacology-browse/invitro-pharmacology-browse.component.html @@ -1001,6 +1001,18 @@ + + +
# | -+ | Number | +{{(index+1)}} | View Details | -
-
-
- View
-
- - |
- Update | - - | -Total Screening | -- {{assay.invitroAssayScreenings.length}} - | -Reference | -
-
-
-
- {{(i+1)}}.
-
- {{screening.invitroReference.referenceSourceType}}
- {{screening.invitroReference.referenceSourceNumber}}
-
- - +
+
+
+
- |
- Test Agent | -
-
-
-
-
-
-
-
- |
Assay ID | -+ | {{assay.assayId}} | Target Name |
- {{assay.targetName}}
+
+ |
Study Type | +Bioassay Type | - {{assay.studyType}} + {{assay.bioassayType}} | Bioassay Type | +Reference-Test Agent | +
+
+
+
+
+
+
+
+
+
+
+ 0">
+
+
+
+ + + +
+ {{(i+1)}}.
+
+
+
+
+
+ {{screening.invitroAssayResultInformation.invitroReference.referenceSourceType}}
+ {{screening.invitroAssayResultInformation.invitroReference.referenceSourceNumber}}
+
+
+ + +
+
+
+
+ -
+
+ {{screening.invitroAssayResultInformation.invitroTestAgent.testAgent}}
+
+
+
+ |
+ Total Result Records | - {{assay.bioassayType}} + {{assay._totalResultRecords}} + | +Total Summay Records | ++ {{assay._totalSummaryRecords}} | Modify Date | +Assay Modified Date | - {{assay.lastModifiedDate|date: 'MM/dd/yyyy hh:mm:ss a'}} + {{assay.modifiedDate|date: 'MM/dd/yyyy hh:mm:ss a'}} |
---|
Number | ++ {{(index+1)}} + | +View Details |
View
-
+ alt="View Assay Record" matTooltip='View Assay Screening Record'>View
+
+
+
+
|
From Result Data | +
+
+ |
+ Reference Source |
@@ -264,35 +310,67 @@
Target Name |
- {{assaysum.targetName}}
+
+ |
Test Agent Concentration |
-
- {{assaysum.testAgentConcentration}}
- {{assaysum.testAgentConcentrationUnits}}
+ | Bioassay Type |
+
+ {{assaysum.bioassayType}}
|
Result Value |
- {{assaysum.resultValue}}
- {{assaysum.resultValueUnits}}
+
+ {{assaysum.summaryResultValueAvg}} (Avg)
+
+
+ |
+ + {{assaysum.summaryResultValueLow}} (Low) + + + + {{assaysum.summaryResultValueLow}} (High) + + + {{assaysum.summaryResultValueUnits}} + Result Type |
+
+ {{assaysum.resultType}}
+ |
+ Relationship Type |
+
+ {{assaysum.relationshipType}}
|
Study Type |
+ Interaction Type |
- {{assaysum.studyType}}
+ {{assaysum.interactionType}}
|
|
---|