Sha256: 1446fdc935255ee807646a4a07bb6627df2d166e90204b16e4795581d5daadbc
Contents?: true
Size: 529 Bytes
Versions: 8
Compression:
Stored size: 529 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="<%= HealthDataStandards::Util::CodeSystemHelper.oid_for_code_system(entry.route[:code_system]) %>" /> <% end -%> <% if entry.negationInd %> <doseQuantity nullFlavor="NA"/> <% elsif entry.respond_to?(:dose) && entry.dose.present? -%> <doseQuantity <%= dose_quantity(entry.codes, entry.dose) %>/> <% end -%>
Version data entries
8 entries across 8 versions & 1 rubygems