{% extends "aristotle_mdr/concepts/managedContent.html" %} {% load aristotle_tags util_tags i18n static %} {% load render_bundle from webpack_loader %} {% block webpack_css_bundle %} {% render_bundle 'datasetSpecification' 'css' %} {% endblock %} {% block webpack_bundle %} {% render_bundle 'datasetSpecification' 'js' %} {% endblock %} {% block objSpecific %} {% if item.collection_method or item.statistical_unit %}

Collection and usage information

{% if item.statistical_unit %}

Statistical Unit

{% include "aristotle_mdr/helpers/itemLink.html" with item=item.statistical_unit showType=False %}
{% endif %} {% if item.collection_method %}

Collection Method

{{ item.collection_method | bleach }}
{% endif %}
{% endif %}

Metadata items in this Data Set Specification

Below is a list of all the components within this Dataset Specification.
Each entry includes the item name, whether the item is optional, mandatory or conditional and the maximum times the item can occur in a dataset.
If the items must occur in a particular order in the dataset, the sequence number is included before the item name.

{% if item.dssclusterinclusion_set.exists %} {% for deinc in item.dssclusterinclusion_set.all %} {% if deinc.child.id in viewable_ids %} {% if deinc.child.data_elements %} {% endif %} {% else %} {% endif %} {% endfor %}
Reference Clusters Statuses Inclusion #
{{ deinc.reference|default_if_none:"-"}} {% include "aristotle_mdr/helpers/itemLink.html" with item=deinc.child skip_can_view=True %} {% if deinc.specific_information %}
Specific Information: {{ deinc.specific_information|bleach }}
{% endif %} {% if deinc.conditional_inclusion %}
Conditional Inclusion: {{ deinc.conditional_inclusion|bleach }}
{% endif %}
    {% for s in deinc.child.valid_statuses|distinct:"registrationAuthority_id" %}
  • [{{ s.registrationAuthority }}: {{ s.state_name }}]
  • {% empty %}
  • Unregistered
  • {% endfor %}
{{ deinc.inclusion }} {{ deinc.maximum_occurrences }}
{% include "aristotle_dse/helpers/dataelementinclusion_table_head.html" %} {% for deinc in deinc.child.dssdeinclusion_set.all %} {% include "aristotle_dse/helpers/dataelementinclusion_table_row.html" with item=deinc skip_can_view=True %} {% empty %} {% endfor %}
No data elements have been assigned.
You don't have permission to view this item
{% endif %}
{% for data_element_set in groups_with_data_elements %}
{% if data_element_set.ungrouped %} {{data_element_set.name}} {% else %} {{ data_element_set.name }} {% endif %}

{{ data_element_set.definition | bleach }}

{% include "aristotle_dse/helpers/dataelementinclusion_table_head.html" %} {% for deinc in data_element_set.dssdeinclusion_set.all %} {% include "aristotle_dse/helpers/dataelementinclusion_table_row.html" with item=deinc skip_can_view=True %} {% empty %} {% endfor %}
No data elements have been assigned to this grouping.
{% endfor %} {% endblock %} {% block relationships %} {% if item.parent_dss.exists %}

Contained in the following datasets

{% endif %} {% endblock %}