Sha256: 1d2d4fbab1e25a45fbd66e64dcc92cd234a1b2eb9cc6ac9755573963fac2b3f0

Contents?: true

Size: 184 Bytes

Versions: 10

Compression:

Stored size: 184 Bytes

Contents

<%
type = case care_goal
       when LabResult then "result"
       else
         care_goal.class.name.underscore
       end
%>
<%= render partial: type, locals: {type => care_goal} %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
health-data-standards-2.2.1 templates/_care_goal.gc32.erb
health-data-standards-2.2.0 templates/_care_goal.gc32.erb
health-data-standards-2.1.4 templates/_care_goal.gc32.erb
health-data-standards-2.1.3 templates/_care_goal.gc32.erb
health-data-standards-2.1.2 templates/_care_goal.gc32.erb
health-data-standards-2.1.1 templates/_care_goal.gc32.erb
health-data-standards-2.1.0 templates/_care_goal.gc32.erb
health-data-standards-2.0.0 templates/_care_goal.gc32.erb
health-data-standards-1.0.1 templates/_care_goal.gc32.erb
health-data-standards-1.0.0 templates/_care_goal.gc32.erb