Issue Number | 4312 |
---|---|
Summary | Empty Section Element in Vendor Output |
Created | 2017-09-11 14:31:01 |
Issue Type | Improvement |
Submitted By | Englisch, Volker (NIH/NCI) [C] |
Assigned To | Englisch, Volker (NIH/NCI) [C] |
Status | Closed |
Resolved | 2017-10-19 14:59:58 |
Resolution | Won't Fix |
Path | /home/bkline/backups/jira/ocecdr/issue.214105 |
The DIS CDR487488 (Imatinib Mesylate) includes an empty Section element. The filter creating the vendor output should be adjusted to suppress this element.
This is the output of the vendor document for CDR487488:
<DrugInformationSummary id="CDR0000487488">
<DrugInfoMetaData>...</DrugInfoMetaData>
<DrugInfoTitle>Imatinib Mesylate</DrugInfoTitle>
<Section>
<Para> </Para>
</Section>
<Section id="_1">
<Title>Use in Cancer</Title>
<Para id="_2">Imatinib mesylate is approved to treat:</Para>
<ItemizedList Style="bullet" id="_6">...</ItemizedList>
<Para id="_3">...</Para>
</Section>
...
It's often a good idea to add comments to your code. This is the comment I found related to the empty Para element:
If no FDA section exists we need to add an empty para element for the non-DrugCombination documents to prevent display problems with vertical spacing on Cancer.gov
It appears the empty Para element exists for a reason.
Closing ticket.
Elapsed: 0:00:00.000398