Sha256: 7464511c15d33d1dbbf3a258dc8d07f1ccaee067ba5dfaa9eafc57f03941586a
Contents?: true
Size: 366 Bytes
Versions: 4
Compression:
Stored size: 366 Bytes
Contents
<% if entry.respond_to?(:route) && entry.route.present? # hard coded to NCI Thesaurus for the code system since Cat I mandates that -%> <routeCode code="<%= entry.route['code'] %>" codeSystem="<%= entry.route['codeSystem'] %>"/> <% end -%> <% if entry.respond_to?(:dose) && entry.dose.present? -%> <doseQuantity value="<%= entry.dose['value']%>"/> <% end -%>
Version data entries
4 entries across 4 versions & 1 rubygems