From 0c13a65871db24a60e202fd51dd81659771a96f5 Mon Sep 17 00:00:00 2001 From: James Agnew Date: Mon, 11 May 2020 12:37:16 -0400 Subject: [PATCH] Bump to latest Core version (#1841) * Start working on bumping core * Work on tests * Work on tests * Bump core definitions * Bump R5 defs * Tweak changelog * Test fix --- .github/ISSUE_TEMPLATE/config.yml | 5 + .../ca/uhn/fhir/context/ModelScanner.java | 4 +- .../1-near-chain.yaml} | 0 ...9-dont-touch-timezones-on-date-search.yaml | 0 .../1693-forcedid-circular-dependency.yaml | 0 .../1698-remove-search-last-used-column.yaml | 0 .../1702-includes-perf-fix.yaml | 0 .../1710-baseorlistparam-visibility.yaml | 0 .../1715-update-converters.yaml | 0 .../1717-avoid-multiterm-in-es.yaml | 0 .../1721-dont-thrash-delta-links.yaml | 0 .../1726-collapse-date-joins.yaml | 0 .../1728-index-canonical.yaml | 0 .../1732-remove-deleted-from-results.yaml | 0 .../1734-fix-pointcut.javadoc.yaml | 0 ...36-defer-large-terminology-delta-adds.yaml | 0 ...2-error-on-missing-profile-validation.yaml | 0 .../1742-limit-type-on-has.yaml | 0 .../1742-terminology-delta-defer.yaml | 0 ...1749-add-constructor-to-restfulserver.yaml | 0 .../1759-efficiency-in-search-deleting.yaml | 0 ...760-support-chained-parameters-in-has.yaml | 0 .../1761-avoid-duplicate_restype.yaml | 0 .../1763-include_bundletype-in-count.yaml | 0 .../1769-add-fhirpath-interceptor.yaml | 0 .../1770-fix-contained_resource_mixup.yaml | 0 .../1772-allow-chain-on-type.yaml | 0 .../1774-reject-invalid-params-on-read.yaml | 0 ...6-response-size-capturing-interceptor.yaml | 0 ...avoid-crash-encoding-contained-bundle.yaml | 0 .../1783-add-client-to-client-pointcuts.yaml | 0 ...-client-urltenantselectioninterceptor.yaml | 0 ...or-on-overriding-default-searchparams.yaml | 0 ...83-fail-if-overriding-sps-is-disabled.yaml | 0 ...88-improve-apacheproxyaddressstrategy.yaml | 0 .../1791-fix-graphql-argument-error.yaml | 0 ...report-attr-name-in-json-parse-errors.yaml | 0 ...4-allow-client-id-none-server-id-uuid.yaml | 0 .../1797-add-currency-validation.yaml | 0 .../1798-add-millis-methods-to-client.yaml | 0 .../1801-allow-parsing-contained-in-jpa.yaml | 0 ...801-handle-persisted-leading-decimals.yaml | 0 ...mprove-search-binding-method-priority.yaml | 0 .../1804-add-cascading-delete-to-client.yaml | 0 .../1806-fix-aws-managed-elasticsearch.yaml | 0 .../1810-improve-tespage-warning-text.yaml | 0 ...1812-account-for-jaxrs-super-methodss.yaml | 0 .../1813-reduce-history-sql-operations.yaml | 0 .../1824-add-ucum-support.yaml | 0 ...e-tag-search-to-correct-resource-type.yaml | 0 .../1831-allow-disabling-text-modifier.yaml | 0 .../1836-binary-storage-for-bulk-export.yaml | 0 .../1837-bump-r4-defs-to-401.yaml | 0 .../changelog/{4_3_0 => 5_0_0}/changes.yaml | 6 + .../hapi/fhir/docs/introduction/versions.md | 10 + ...bstractJaxRsConformanceProviderR4Test.java | 2 +- .../dao/r4/FhirResourceDaoR4ValidateTest.java | 36 +- .../ca/uhn/fhir/jpa/dao/r5/BaseJpaR5Test.java | 8 +- .../subscription/BaseSubscriptionsR5Test.java | 13 +- .../resthook/RestHookTestR5Test.java | 18 +- .../dstu3/fmc03-questionnaireresponse.json | 227 +- .../registry/SubscriptionCanonicalizer.java | 48 +- .../ServerCapabilityStatementProvider.java | 13 +- ...rverCapabilityStatementProviderR4Test.java | 6 + .../fhir/r5/hapi/ctx/HapiWorkerContext.java | 44 +- .../ServerCapabilityStatementProvider.java | 872 +- .../hl7/fhir/r5/model/fhirversion.properties | 13 +- ...rverCapabilityStatementProviderR5Test.java | 5 + .../fhir/r4/model/profile/profiles-others.xml | 1195 +- .../r4/model/profile/profiles-resources.xml | 4142 +- .../fhir/r4/model/profile/profiles-types.xml | 132 +- .../hl7/fhir/r4/model/valueset/v2-tables.xml | 739 +- .../fhir/r4/model/valueset/v3-codesystems.xml | 4760 +- .../hl7/fhir/r4/model/valueset/valuesets.xml | 50 +- .../model/extension/extension-definitions.xml | 9011 ++- .../fhir/r5/model/profile/profiles-others.xml | 12537 +++-- .../r5/model/profile/profiles-resources.xml | 46524 +++++++++++----- .../fhir/r5/model/profile/profiles-types.xml | 2211 +- .../hl7/fhir/r5/model/valueset/v2-tables.xml | 741 +- .../fhir/r5/model/valueset/v3-codesystems.xml | 5432 +- .../hl7/fhir/r5/model/valueset/valuesets.xml | 11777 ++-- hapi-fhir-validation/pom.xml | 30 + .../VersionSpecificWorkerContextWrapper.java | 30 +- .../FhirInstanceValidatorDstu3Test.java | 22 +- ...estionnaireResponseValidatorDstu3Test.java | 27 +- .../QuestionnaireValidatorDstu3Test.java | 7 +- .../ResourceValidatorDstu3Test.java | 2 +- .../FhirInstanceValidatorR4Test.java | 7 +- .../QuestionnaireResponseValidatorR4Test.java | 6 +- .../QuestionnaireValidatorR4Test.java | 11 +- .../FhirInstanceValidatorR5Test.java | 11 +- .../QuestionnaireResponseValidatorR5Test.java | 6 +- .../dstu3/fmc03-questionnaireresponse.json | 227 +- pom.xml | 2 +- 94 files changed, 59118 insertions(+), 41851 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0/near-chain.yaml => 5_0_0/1-near-chain.yaml} (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1499-dont-touch-timezones-on-date-search.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1693-forcedid-circular-dependency.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1698-remove-search-last-used-column.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1702-includes-perf-fix.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1710-baseorlistparam-visibility.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1715-update-converters.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1717-avoid-multiterm-in-es.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1721-dont-thrash-delta-links.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1726-collapse-date-joins.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1728-index-canonical.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1732-remove-deleted-from-results.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1734-fix-pointcut.javadoc.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1736-defer-large-terminology-delta-adds.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1742-error-on-missing-profile-validation.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1742-limit-type-on-has.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1742-terminology-delta-defer.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1749-add-constructor-to-restfulserver.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1759-efficiency-in-search-deleting.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1760-support-chained-parameters-in-has.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1761-avoid-duplicate_restype.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1763-include_bundletype-in-count.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1769-add-fhirpath-interceptor.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1770-fix-contained_resource_mixup.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1772-allow-chain-on-type.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1774-reject-invalid-params-on-read.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1776-response-size-capturing-interceptor.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1778-avoid-crash-encoding-contained-bundle.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1783-add-client-to-client-pointcuts.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1783-add-client-urltenantselectioninterceptor.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1783-error-on-overriding-default-searchparams.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1783-fail-if-overriding-sps-is-disabled.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1788-improve-apacheproxyaddressstrategy.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1791-fix-graphql-argument-error.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1793-report-attr-name-in-json-parse-errors.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1794-allow-client-id-none-server-id-uuid.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1797-add-currency-validation.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1798-add-millis-methods-to-client.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1801-allow-parsing-contained-in-jpa.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1801-handle-persisted-leading-decimals.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1802-improve-search-binding-method-priority.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1804-add-cascading-delete-to-client.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1806-fix-aws-managed-elasticsearch.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1810-improve-tespage-warning-text.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1812-account-for-jaxrs-super-methodss.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1813-reduce-history-sql-operations.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1824-add-ucum-support.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1829-scope-tag-search-to-correct-resource-type.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1831-allow-disabling-text-modifier.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1836-binary-storage-for-bulk-export.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/1837-bump-r4-defs-to-401.yaml (100%) rename hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/{4_3_0 => 5_0_0}/changes.yaml (94%) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..fdc88b60fe4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Getting Help / Community + url: https://github.com/jamesagnew/hapi-fhir/wiki/Getting-Help + about: Please click here to learn about where to ask questions about HAPI FHIR diff --git a/hapi-fhir-base/src/main/java/ca/uhn/fhir/context/ModelScanner.java b/hapi-fhir-base/src/main/java/ca/uhn/fhir/context/ModelScanner.java index 31e54b50006..11e66968879 100644 --- a/hapi-fhir-base/src/main/java/ca/uhn/fhir/context/ModelScanner.java +++ b/hapi-fhir-base/src/main/java/ca/uhn/fhir/context/ModelScanner.java @@ -184,9 +184,7 @@ class ModelScanner { } } - if (blockDefinition == null -//Redundant checking && datatypeDefinition == null && resourceDefinition == null - ) { + if (blockDefinition == null) { throw new ConfigurationException("Resource class[" + theClass.getName() + "] does not contain any valid HAPI-FHIR annotations"); } } diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/near-chain.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1-near-chain.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/near-chain.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1-near-chain.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1499-dont-touch-timezones-on-date-search.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1499-dont-touch-timezones-on-date-search.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1499-dont-touch-timezones-on-date-search.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1499-dont-touch-timezones-on-date-search.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1693-forcedid-circular-dependency.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1693-forcedid-circular-dependency.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1693-forcedid-circular-dependency.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1693-forcedid-circular-dependency.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1698-remove-search-last-used-column.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1698-remove-search-last-used-column.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1698-remove-search-last-used-column.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1698-remove-search-last-used-column.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1702-includes-perf-fix.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1702-includes-perf-fix.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1702-includes-perf-fix.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1702-includes-perf-fix.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1710-baseorlistparam-visibility.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1710-baseorlistparam-visibility.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1710-baseorlistparam-visibility.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1710-baseorlistparam-visibility.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1715-update-converters.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1715-update-converters.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1715-update-converters.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1715-update-converters.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1717-avoid-multiterm-in-es.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1717-avoid-multiterm-in-es.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1717-avoid-multiterm-in-es.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1717-avoid-multiterm-in-es.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1721-dont-thrash-delta-links.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1721-dont-thrash-delta-links.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1721-dont-thrash-delta-links.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1721-dont-thrash-delta-links.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1726-collapse-date-joins.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1726-collapse-date-joins.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1726-collapse-date-joins.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1726-collapse-date-joins.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1728-index-canonical.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1728-index-canonical.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1728-index-canonical.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1728-index-canonical.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1732-remove-deleted-from-results.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1732-remove-deleted-from-results.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1732-remove-deleted-from-results.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1732-remove-deleted-from-results.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1734-fix-pointcut.javadoc.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1734-fix-pointcut.javadoc.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1734-fix-pointcut.javadoc.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1734-fix-pointcut.javadoc.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1736-defer-large-terminology-delta-adds.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1736-defer-large-terminology-delta-adds.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1736-defer-large-terminology-delta-adds.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1736-defer-large-terminology-delta-adds.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1742-error-on-missing-profile-validation.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1742-error-on-missing-profile-validation.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1742-error-on-missing-profile-validation.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1742-error-on-missing-profile-validation.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1742-limit-type-on-has.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1742-limit-type-on-has.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1742-limit-type-on-has.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1742-limit-type-on-has.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1742-terminology-delta-defer.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1742-terminology-delta-defer.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1742-terminology-delta-defer.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1742-terminology-delta-defer.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1749-add-constructor-to-restfulserver.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1749-add-constructor-to-restfulserver.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1749-add-constructor-to-restfulserver.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1749-add-constructor-to-restfulserver.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1759-efficiency-in-search-deleting.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1759-efficiency-in-search-deleting.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1759-efficiency-in-search-deleting.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1759-efficiency-in-search-deleting.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1760-support-chained-parameters-in-has.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1760-support-chained-parameters-in-has.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1760-support-chained-parameters-in-has.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1760-support-chained-parameters-in-has.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1761-avoid-duplicate_restype.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1761-avoid-duplicate_restype.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1761-avoid-duplicate_restype.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1761-avoid-duplicate_restype.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1763-include_bundletype-in-count.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1763-include_bundletype-in-count.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1763-include_bundletype-in-count.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1763-include_bundletype-in-count.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1769-add-fhirpath-interceptor.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1769-add-fhirpath-interceptor.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1769-add-fhirpath-interceptor.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1769-add-fhirpath-interceptor.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1770-fix-contained_resource_mixup.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1770-fix-contained_resource_mixup.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1770-fix-contained_resource_mixup.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1770-fix-contained_resource_mixup.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1772-allow-chain-on-type.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1772-allow-chain-on-type.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1772-allow-chain-on-type.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1772-allow-chain-on-type.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1774-reject-invalid-params-on-read.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1774-reject-invalid-params-on-read.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1774-reject-invalid-params-on-read.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1774-reject-invalid-params-on-read.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1776-response-size-capturing-interceptor.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1776-response-size-capturing-interceptor.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1776-response-size-capturing-interceptor.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1776-response-size-capturing-interceptor.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1778-avoid-crash-encoding-contained-bundle.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1778-avoid-crash-encoding-contained-bundle.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1778-avoid-crash-encoding-contained-bundle.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1778-avoid-crash-encoding-contained-bundle.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1783-add-client-to-client-pointcuts.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1783-add-client-to-client-pointcuts.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1783-add-client-to-client-pointcuts.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1783-add-client-to-client-pointcuts.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1783-add-client-urltenantselectioninterceptor.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1783-add-client-urltenantselectioninterceptor.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1783-add-client-urltenantselectioninterceptor.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1783-add-client-urltenantselectioninterceptor.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1783-error-on-overriding-default-searchparams.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1783-error-on-overriding-default-searchparams.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1783-error-on-overriding-default-searchparams.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1783-error-on-overriding-default-searchparams.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1783-fail-if-overriding-sps-is-disabled.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1783-fail-if-overriding-sps-is-disabled.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1783-fail-if-overriding-sps-is-disabled.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1783-fail-if-overriding-sps-is-disabled.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1788-improve-apacheproxyaddressstrategy.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1788-improve-apacheproxyaddressstrategy.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1788-improve-apacheproxyaddressstrategy.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1788-improve-apacheproxyaddressstrategy.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1791-fix-graphql-argument-error.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1791-fix-graphql-argument-error.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1791-fix-graphql-argument-error.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1791-fix-graphql-argument-error.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1793-report-attr-name-in-json-parse-errors.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1793-report-attr-name-in-json-parse-errors.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1793-report-attr-name-in-json-parse-errors.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1793-report-attr-name-in-json-parse-errors.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1794-allow-client-id-none-server-id-uuid.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1794-allow-client-id-none-server-id-uuid.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1794-allow-client-id-none-server-id-uuid.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1794-allow-client-id-none-server-id-uuid.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1797-add-currency-validation.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1797-add-currency-validation.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1797-add-currency-validation.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1797-add-currency-validation.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1798-add-millis-methods-to-client.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1798-add-millis-methods-to-client.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1798-add-millis-methods-to-client.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1798-add-millis-methods-to-client.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1801-allow-parsing-contained-in-jpa.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1801-allow-parsing-contained-in-jpa.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1801-allow-parsing-contained-in-jpa.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1801-allow-parsing-contained-in-jpa.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1801-handle-persisted-leading-decimals.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1801-handle-persisted-leading-decimals.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1801-handle-persisted-leading-decimals.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1801-handle-persisted-leading-decimals.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1802-improve-search-binding-method-priority.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1802-improve-search-binding-method-priority.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1802-improve-search-binding-method-priority.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1802-improve-search-binding-method-priority.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1804-add-cascading-delete-to-client.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1804-add-cascading-delete-to-client.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1804-add-cascading-delete-to-client.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1804-add-cascading-delete-to-client.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1806-fix-aws-managed-elasticsearch.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1806-fix-aws-managed-elasticsearch.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1806-fix-aws-managed-elasticsearch.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1806-fix-aws-managed-elasticsearch.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1810-improve-tespage-warning-text.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1810-improve-tespage-warning-text.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1810-improve-tespage-warning-text.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1810-improve-tespage-warning-text.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1812-account-for-jaxrs-super-methodss.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1812-account-for-jaxrs-super-methodss.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1812-account-for-jaxrs-super-methodss.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1812-account-for-jaxrs-super-methodss.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1813-reduce-history-sql-operations.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1813-reduce-history-sql-operations.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1813-reduce-history-sql-operations.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1813-reduce-history-sql-operations.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1824-add-ucum-support.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1824-add-ucum-support.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1824-add-ucum-support.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1824-add-ucum-support.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1829-scope-tag-search-to-correct-resource-type.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1829-scope-tag-search-to-correct-resource-type.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1829-scope-tag-search-to-correct-resource-type.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1829-scope-tag-search-to-correct-resource-type.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1831-allow-disabling-text-modifier.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1831-allow-disabling-text-modifier.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1831-allow-disabling-text-modifier.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1831-allow-disabling-text-modifier.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1836-binary-storage-for-bulk-export.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1836-binary-storage-for-bulk-export.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1836-binary-storage-for-bulk-export.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1836-binary-storage-for-bulk-export.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1837-bump-r4-defs-to-401.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1837-bump-r4-defs-to-401.yaml similarity index 100% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1837-bump-r4-defs-to-401.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/1837-bump-r4-defs-to-401.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/changes.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/changes.yaml similarity index 94% rename from hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/changes.yaml rename to hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/changes.yaml index 3312c252d35..0f8a09c5ead 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/changes.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/changes.yaml @@ -64,3 +64,9 @@ feature allows data to be segregated using a user defined partitioning strategy. This can be leveraged to take advantags of native RDBMS partition strategies, and also to implement **multitenant servers**. " +- item: + issue: "1841" + type: "change" + title: "**Breaking Change**: + The FHIR R5 draft definitions have been updated to the current 'Preview 2' definitions (FHIR 4.4.0). + " diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/introduction/versions.md b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/introduction/versions.md index 1f063820f7b..7abd4ea5e26 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/introduction/versions.md +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/introduction/versions.md @@ -25,6 +25,16 @@ Note also that after the release of the FHIR DSTU2 specification, the FHIR + + HAPI FHIR 5.0.0 + JDK8 + + 1.0.2 + 1.4.0 + 3.0.2 + 4.0.1 + 4.4.0
56b0acf73f
+ HAPI FHIR 4.2.0 JDK8 diff --git a/hapi-fhir-jaxrsserver-base/src/test/java/ca/uhn/fhir/jaxrs/server/AbstractJaxRsConformanceProviderR4Test.java b/hapi-fhir-jaxrsserver-base/src/test/java/ca/uhn/fhir/jaxrs/server/AbstractJaxRsConformanceProviderR4Test.java index 8e4fda5ec47..f7acd0f6daa 100644 --- a/hapi-fhir-jaxrsserver-base/src/test/java/ca/uhn/fhir/jaxrs/server/AbstractJaxRsConformanceProviderR4Test.java +++ b/hapi-fhir-jaxrsserver-base/src/test/java/ca/uhn/fhir/jaxrs/server/AbstractJaxRsConformanceProviderR4Test.java @@ -39,7 +39,7 @@ public class AbstractJaxRsConformanceProviderR4Test { headers = new ResteasyHttpHeaders(queryParameters); - providers = new ConcurrentHashMap, IResourceProvider>(); + providers = new ConcurrentHashMap<>(); provider = createConformanceProvider(providers); } diff --git a/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/dao/r4/FhirResourceDaoR4ValidateTest.java b/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/dao/r4/FhirResourceDaoR4ValidateTest.java index 43dc7be6559..571c8b9c206 100644 --- a/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/dao/r4/FhirResourceDaoR4ValidateTest.java +++ b/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/dao/r4/FhirResourceDaoR4ValidateTest.java @@ -109,25 +109,25 @@ public class FhirResourceDaoR4ValidateTest extends BaseJpaR4Test { obs.getText().setStatus(Narrative.NarrativeStatus.GENERATED); obs.getCode().getCodingFirstRep().setSystem("http://loinc.org").setCode("non-existing-code").setDisplay("Display 3"); oo = validateAndReturnOutcome(obs); - assertEquals(encode(oo), "None of the codes provided are in the value set http://example.com/fhir/ValueSet/observation-vitalsignresult (http://example.com/fhir/ValueSet/observation-vitalsignresult, and a code from this value set is required) (codes = http://loinc.org#non-existing-code)", oo.getIssueFirstRep().getDiagnostics()); + assertEquals(encode(oo), "None of the codes provided are in the value set http://example.com/fhir/ValueSet/observation-vitalsignresult (http://example.com/fhir/ValueSet/observation-vitalsignresult), and a code from this value set is required) (codes = http://loinc.org#non-existing-code)", oo.getIssueFirstRep().getDiagnostics()); // Valid code with no system obs.getText().setStatus(Narrative.NarrativeStatus.GENERATED); obs.getCode().getCodingFirstRep().setSystem(null).setCode("CODE3").setDisplay("Display 3"); oo = validateAndReturnOutcome(obs); - assertEquals(encode(oo), "None of the codes provided are in the value set http://example.com/fhir/ValueSet/observation-vitalsignresult (http://example.com/fhir/ValueSet/observation-vitalsignresult, and a code from this value set is required) (codes = null#CODE3)", oo.getIssueFirstRep().getDiagnostics()); + assertEquals(encode(oo), "None of the codes provided are in the value set http://example.com/fhir/ValueSet/observation-vitalsignresult (http://example.com/fhir/ValueSet/observation-vitalsignresult), and a code from this value set is required) (codes = null#CODE3)", oo.getIssueFirstRep().getDiagnostics()); // Valid code with wrong system obs.getText().setStatus(Narrative.NarrativeStatus.GENERATED); obs.getCode().getCodingFirstRep().setSystem("http://foo").setCode("CODE3").setDisplay("Display 3"); oo = validateAndReturnOutcome(obs); - assertEquals(encode(oo), "None of the codes provided are in the value set http://example.com/fhir/ValueSet/observation-vitalsignresult (http://example.com/fhir/ValueSet/observation-vitalsignresult, and a code from this value set is required) (codes = http://foo#CODE3)", oo.getIssueFirstRep().getDiagnostics()); + assertEquals(encode(oo), "None of the codes provided are in the value set http://example.com/fhir/ValueSet/observation-vitalsignresult (http://example.com/fhir/ValueSet/observation-vitalsignresult), and a code from this value set is required) (codes = http://foo#CODE3)", oo.getIssueFirstRep().getDiagnostics()); // Code that exists but isn't in the valueset obs.getText().setStatus(Narrative.NarrativeStatus.GENERATED); obs.getCode().getCodingFirstRep().setSystem("http://terminology.hl7.org/CodeSystem/observation-category").setCode("vital-signs").setDisplay("Display 3"); oo = validateAndReturnOutcome(obs); - assertEquals(encode(oo), "None of the codes provided are in the value set http://example.com/fhir/ValueSet/observation-vitalsignresult (http://example.com/fhir/ValueSet/observation-vitalsignresult, and a code from this value set is required) (codes = http://terminology.hl7.org/CodeSystem/observation-category#vital-signs)", oo.getIssueFirstRep().getDiagnostics()); + assertEquals(encode(oo), "None of the codes provided are in the value set http://example.com/fhir/ValueSet/observation-vitalsignresult (http://example.com/fhir/ValueSet/observation-vitalsignresult), and a code from this value set is required) (codes = http://terminology.hl7.org/CodeSystem/observation-category#vital-signs)", oo.getIssueFirstRep().getDiagnostics()); // Invalid code in built-in VS/CS obs.getText().setStatus(Narrative.NarrativeStatus.GENERATED); @@ -192,25 +192,25 @@ public class FhirResourceDaoR4ValidateTest extends BaseJpaR4Test { obs.getText().setStatus(Narrative.NarrativeStatus.GENERATED); obs.getCode().getCodingFirstRep().setSystem("http://loinc.org").setCode("non-existing-code").setDisplay("Display 3"); oo = validateAndReturnOutcome(obs); - assertEquals(encode(oo), "None of the codes provided are in the value set http://example.com/fhir/ValueSet/observation-vitalsignresult (http://example.com/fhir/ValueSet/observation-vitalsignresult, and a code from this value set is required) (codes = http://loinc.org#non-existing-code)", oo.getIssueFirstRep().getDiagnostics()); + assertEquals(encode(oo), "None of the codes provided are in the value set http://example.com/fhir/ValueSet/observation-vitalsignresult (http://example.com/fhir/ValueSet/observation-vitalsignresult), and a code from this value set is required) (codes = http://loinc.org#non-existing-code)", oo.getIssueFirstRep().getDiagnostics()); // Valid code with no system obs.getText().setStatus(Narrative.NarrativeStatus.GENERATED); obs.getCode().getCodingFirstRep().setSystem(null).setCode("CODE3").setDisplay("Display 3"); oo = validateAndReturnOutcome(obs); - assertEquals(encode(oo), "None of the codes provided are in the value set http://example.com/fhir/ValueSet/observation-vitalsignresult (http://example.com/fhir/ValueSet/observation-vitalsignresult, and a code from this value set is required) (codes = null#CODE3)", oo.getIssueFirstRep().getDiagnostics()); + assertEquals(encode(oo), "None of the codes provided are in the value set http://example.com/fhir/ValueSet/observation-vitalsignresult (http://example.com/fhir/ValueSet/observation-vitalsignresult), and a code from this value set is required) (codes = null#CODE3)", oo.getIssueFirstRep().getDiagnostics()); // Valid code with wrong system obs.getText().setStatus(Narrative.NarrativeStatus.GENERATED); obs.getCode().getCodingFirstRep().setSystem("http://foo").setCode("CODE3").setDisplay("Display 3"); oo = validateAndReturnOutcome(obs); - assertEquals(encode(oo), "None of the codes provided are in the value set http://example.com/fhir/ValueSet/observation-vitalsignresult (http://example.com/fhir/ValueSet/observation-vitalsignresult, and a code from this value set is required) (codes = http://foo#CODE3)", oo.getIssueFirstRep().getDiagnostics()); + assertEquals(encode(oo), "None of the codes provided are in the value set http://example.com/fhir/ValueSet/observation-vitalsignresult (http://example.com/fhir/ValueSet/observation-vitalsignresult), and a code from this value set is required) (codes = http://foo#CODE3)", oo.getIssueFirstRep().getDiagnostics()); // Code that exists but isn't in the valueset obs.getText().setStatus(Narrative.NarrativeStatus.GENERATED); obs.getCode().getCodingFirstRep().setSystem("http://terminology.hl7.org/CodeSystem/observation-category").setCode("vital-signs").setDisplay("Display 3"); oo = validateAndReturnOutcome(obs); - assertEquals(encode(oo), "None of the codes provided are in the value set http://example.com/fhir/ValueSet/observation-vitalsignresult (http://example.com/fhir/ValueSet/observation-vitalsignresult, and a code from this value set is required) (codes = http://terminology.hl7.org/CodeSystem/observation-category#vital-signs)", oo.getIssueFirstRep().getDiagnostics()); + assertEquals(encode(oo), "None of the codes provided are in the value set http://example.com/fhir/ValueSet/observation-vitalsignresult (http://example.com/fhir/ValueSet/observation-vitalsignresult), and a code from this value set is required) (codes = http://terminology.hl7.org/CodeSystem/observation-category#vital-signs)", oo.getIssueFirstRep().getDiagnostics()); // Invalid code in built-in VS/CS obs.getText().setStatus(Narrative.NarrativeStatus.GENERATED); @@ -346,7 +346,7 @@ public class FhirResourceDaoR4ValidateTest extends BaseJpaR4Test { // It would be ok for this to produce 0 issues, or just an information message too assertEquals(1, OperationOutcomeUtil.getIssueCount(myFhirCtx, oo)); - assertEquals("None of the codes provided are in the value set http://hl7.org/fhir/ValueSet/identifier-type (http://hl7.org/fhir/ValueSet/identifier-type, and a code should come from this value set unless it has no suitable code) (codes = http://foo#bar)", OperationOutcomeUtil.getFirstIssueDetails(myFhirCtx, oo)); + assertEquals("None of the codes provided are in the value set http://hl7.org/fhir/ValueSet/identifier-type (http://hl7.org/fhir/ValueSet/identifier-type), and a code should come from this value set unless it has no suitable code) (codes = http://foo#bar)", OperationOutcomeUtil.getFirstIssueDetails(myFhirCtx, oo)); } @@ -744,7 +744,7 @@ public class FhirResourceDaoR4ValidateTest extends BaseJpaR4Test { fail("Didn't fail- response was " + encode); } catch (PreconditionFailedException e) { OperationOutcome oo = (OperationOutcome) e.getOperationOutcome(); - assertEquals("No response found for required item with id = 'link0'", oo.getIssueFirstRep().getDiagnostics()); + assertEquals("No response answer found for required item \"link0\"", oo.getIssueFirstRep().getDiagnostics()); } } @@ -762,7 +762,7 @@ public class FhirResourceDaoR4ValidateTest extends BaseJpaR4Test { QuestionnaireResponse qa = new QuestionnaireResponse(); qa.getText().setStatus(Narrative.NarrativeStatus.GENERATED).setDivAsString("
aaa
"); qa.setStatus(QuestionnaireResponse.QuestionnaireResponseStatus.COMPLETED); - qa.getQuestionnaireElement().setValue("Questionnaire/q"); + qa.getQuestionnaireElement().setValue("http://foo/q"); qa.addItem().setLinkId("link1").addAnswer().setValue(new StringType("FOO")); try { @@ -773,7 +773,7 @@ public class FhirResourceDaoR4ValidateTest extends BaseJpaR4Test { fail("Didn't fail- response was " + encode); } catch (PreconditionFailedException e) { OperationOutcome oo = (OperationOutcome) e.getOperationOutcome(); - assertEquals("No response found for required item with id = 'link0'", oo.getIssueFirstRep().getDiagnostics()); + assertEquals("No response answer found for required item \"link0\"", oo.getIssueFirstRep().getDiagnostics()); } } @@ -791,12 +791,16 @@ public class FhirResourceDaoR4ValidateTest extends BaseJpaR4Test { QuestionnaireResponse qa = new QuestionnaireResponse(); qa.getText().setStatus(Narrative.NarrativeStatus.GENERATED).setDivAsString("
aaa
"); qa.setStatus(QuestionnaireResponse.QuestionnaireResponseStatus.COMPLETED); - qa.getQuestionnaireElement().setValue("Questionnaire/DOES_NOT_EXIST"); + qa.getQuestionnaireElement().setValue("http://foo/Questionnaire/DOES_NOT_EXIST"); qa.addItem().setLinkId("link1").addAnswer().setValue(new StringType("FOO")); - MethodOutcome validationOutcome = myQuestionnaireResponseDao.validate(qa, null, null, null, null, null, null); - OperationOutcome oo = (OperationOutcome) validationOutcome.getOperationOutcome(); - assertEquals("The questionnaire \"Questionnaire/DOES_NOT_EXIST\" could not be resolved, so no validation can be performed against the base questionnaire", oo.getIssueFirstRep().getDiagnostics()); + try { + MethodOutcome validationOutcome = myQuestionnaireResponseDao.validate(qa, null, null, null, null, null, null); + OperationOutcome oo = (OperationOutcome) validationOutcome.getOperationOutcome(); + assertEquals("The questionnaire \"http://foo/Questionnaire/DOES_NOT_EXIST\" could not be resolved, so no validation can be performed against the base questionnaire", oo.getIssueFirstRep().getDiagnostics()); + } catch (PreconditionFailedException e) { + fail(myFhirCtx.newJsonParser().setPrettyPrint(true).encodeResourceToString(e.getOperationOutcome())); + } } diff --git a/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/dao/r5/BaseJpaR5Test.java b/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/dao/r5/BaseJpaR5Test.java index b141527cd6d..40d3bf82f7c 100644 --- a/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/dao/r5/BaseJpaR5Test.java +++ b/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/dao/r5/BaseJpaR5Test.java @@ -505,13 +505,13 @@ public abstract class BaseJpaR5Test extends BaseJpaTest { target = element.addTarget(); target.setCode("45678"); target.setDisplay("Target Code 45678"); - target.setRelationship(Enumerations.ConceptMapRelationship.BROADER); + target.setRelationship(Enumerations.ConceptMapRelationship.SOURCEISBROADERTHANTARGET); // Add a duplicate target = element.addTarget(); target.setCode("45678"); target.setDisplay("Target Code 45678"); - target.setRelationship(Enumerations.ConceptMapRelationship.BROADER); + target.setRelationship(Enumerations.ConceptMapRelationship.SOURCEISBROADERTHANTARGET); group = conceptMap.addGroup(); group.setSource(CS_URL); @@ -531,7 +531,7 @@ public abstract class BaseJpaR5Test extends BaseJpaTest { target = element.addTarget(); target.setCode("67890"); target.setDisplay("Target Code 67890"); - target.setRelationship(Enumerations.ConceptMapRelationship.BROADER); + target.setRelationship(Enumerations.ConceptMapRelationship.SOURCEISBROADERTHANTARGET); group = conceptMap.addGroup(); group.setSource(CS_URL_4); @@ -546,7 +546,7 @@ public abstract class BaseJpaR5Test extends BaseJpaTest { target = element.addTarget(); target.setCode("34567"); target.setDisplay("Target Code 34567"); - target.setRelationship(Enumerations.ConceptMapRelationship.NARROWER); + target.setRelationship(Enumerations.ConceptMapRelationship.SOURCEISNARROWERTHANTARGET); return conceptMap; } diff --git a/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/BaseSubscriptionsR5Test.java b/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/BaseSubscriptionsR5Test.java index f6c838ff9c1..ae6e52d386e 100644 --- a/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/BaseSubscriptionsR5Test.java +++ b/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/BaseSubscriptionsR5Test.java @@ -30,7 +30,7 @@ import org.hl7.fhir.r5.model.Enumerations; import org.hl7.fhir.r5.model.IdType; import org.hl7.fhir.r5.model.Observation; import org.hl7.fhir.r5.model.Subscription; -import org.hl7.fhir.r5.model.Topic; +import org.hl7.fhir.r5.model.SubscriptionTopic; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; @@ -133,20 +133,19 @@ public abstract class BaseSubscriptionsR5Test extends BaseResourceProviderR5Test } protected Subscription newSubscription(String theCriteria, String thePayload) { - Topic topic = new Topic(); + SubscriptionTopic topic = new SubscriptionTopic(); topic.getResourceTrigger().getQueryCriteria().setCurrent(theCriteria); Subscription subscription = new Subscription(); subscription.getTopic().setResource(topic); subscription.setReason("Monitor new neonatal function (note, age will be determined by the monitor)"); - subscription.setStatus(Subscription.SubscriptionStatus.REQUESTED); + subscription.setStatus(Enumerations.SubscriptionState.REQUESTED); - Subscription.SubscriptionChannelComponent channel = subscription.getChannel(); - channel.getType().addCoding() + subscription.getChannelType() .setSystem(CanonicalSubscriptionChannelType.RESTHOOK.getSystem()) .setCode(CanonicalSubscriptionChannelType.RESTHOOK.toCode()); - channel.getPayload().setContentType(thePayload); - channel.setEndpoint(ourListenerServerBase); + subscription.setContentType(thePayload); + subscription.setEndpoint(ourListenerServerBase); return subscription; } diff --git a/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/resthook/RestHookTestR5Test.java b/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/resthook/RestHookTestR5Test.java index 8e6d2ac20d7..5ea4fa1271f 100644 --- a/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/resthook/RestHookTestR5Test.java +++ b/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/resthook/RestHookTestR5Test.java @@ -299,7 +299,6 @@ public class RestHookTestR5Test extends BaseSubscriptionsR5Test { assertEquals(observation1.getIdElement().getVersionIdPart(), idElement.getVersionIdPart()); subscription1 - .getChannel() .addExtension(JpaConstants.EXT_SUBSCRIPTION_RESTHOOK_STRIP_VERSION_IDS, new BooleanType("true")); ourLog.info("** About to update subscription"); @@ -376,7 +375,6 @@ public class RestHookTestR5Test extends BaseSubscriptionsR5Test { Subscription subscription = newSubscription(criteria1, payload); subscription - .getChannel() .addExtension(JpaConstants.EXT_SUBSCRIPTION_RESTHOOK_DELIVER_LATEST_VERSION, new BooleanType("true")); ourClient.create().resource(subscription).execute(); @@ -439,7 +437,7 @@ public class RestHookTestR5Test extends BaseSubscriptionsR5Test { Subscription subscriptionTemp = ourClient.read(Subscription.class, subscription2.getId()); Assert.assertNotNull(subscriptionTemp); - Topic topic = (Topic) subscriptionTemp.getTopic().getResource(); + SubscriptionTopic topic = (SubscriptionTopic) subscriptionTemp.getTopic().getResource(); topic.getResourceTrigger().getQueryCriteria().setCurrent(criteria1); ourClient.update().resource(subscriptionTemp).withId(subscriptionTemp.getIdElement()).execute(); @@ -521,7 +519,7 @@ public class RestHookTestR5Test extends BaseSubscriptionsR5Test { Subscription subscriptionTemp = ourClient.read(Subscription.class, subscription2.getId()); Assert.assertNotNull(subscriptionTemp); - Topic topic = (Topic) subscriptionTemp.getTopic().getResource(); + SubscriptionTopic topic = (SubscriptionTopic) subscriptionTemp.getTopic().getResource(); topic.getResourceTrigger().getQueryCriteria().setCurrent(criteria1); ourClient.update().resource(subscriptionTemp).withId(subscriptionTemp.getIdElement()).execute(); @@ -599,7 +597,7 @@ public class RestHookTestR5Test extends BaseSubscriptionsR5Test { Subscription subscriptionTemp = ourClient.read(Subscription.class, subscription2.getId()); Assert.assertNotNull(subscriptionTemp); - Topic topic = (Topic) subscriptionTemp.getTopic().getResource(); + SubscriptionTopic topic = (SubscriptionTopic) subscriptionTemp.getTopic().getResource(); topic.getResourceTrigger().getQueryCriteria().setCurrent(criteria1); ourClient.update().resource(subscriptionTemp).withId(subscriptionTemp.getIdElement()).execute(); waitForQueueToDrain(); @@ -727,7 +725,7 @@ public class RestHookTestR5Test extends BaseSubscriptionsR5Test { Assert.assertNotNull(subscriptionTemp); String criteriaGood = "Observation?code=SNOMED-CT|" + code + "&_format=xml"; - Topic topic = (Topic) subscriptionTemp.getTopic().getResource(); + SubscriptionTopic topic = (SubscriptionTopic) subscriptionTemp.getTopic().getResource(); topic.getResourceTrigger().getQueryCriteria().setCurrent(criteriaGood); ourLog.info("** About to update subscription"); @@ -797,9 +795,9 @@ public class RestHookTestR5Test extends BaseSubscriptionsR5Test { Subscription subscription = createSubscription(criteria1, payload); waitForActivatedSubscriptionCount(1); - subscription.getChannel().addHeader("X-Foo: FOO"); - subscription.getChannel().addHeader("X-Bar: BAR"); - subscription.setStatus(Subscription.SubscriptionStatus.REQUESTED); + subscription.addHeader("X-Foo: FOO"); + subscription.addHeader("X-Bar: BAR"); + subscription.setStatus(Enumerations.SubscriptionState.REQUESTED); ourClient.update().resource(subscription).execute(); waitForQueueToDrain(); @@ -832,7 +830,7 @@ public class RestHookTestR5Test extends BaseSubscriptionsR5Test { waitForSize(1, ourUpdatedObservations); // Disable - subscription.setStatus(Subscription.SubscriptionStatus.OFF); + subscription.setStatus(Enumerations.SubscriptionState.OFF); ourClient.update().resource(subscription).execute(); waitForQueueToDrain(); diff --git a/hapi-fhir-jpaserver-base/src/test/resources/dstu3/fmc03-questionnaireresponse.json b/hapi-fhir-jpaserver-base/src/test/resources/dstu3/fmc03-questionnaireresponse.json index 1477dcbd2d2..5d4fb58dd90 100644 --- a/hapi-fhir-jpaserver-base/src/test/resources/dstu3/fmc03-questionnaireresponse.json +++ b/hapi-fhir-jpaserver-base/src/test/resources/dstu3/fmc03-questionnaireresponse.json @@ -18,129 +18,126 @@ "author": { "reference": "Practitioner/PRLoginID" }, - "item": [{ - "linkId": "Binder Optimization Assessment Test", - "text": "Binder Optimization Assessment Test", - "item": [{ - "linkId": "BINDER OPTIMIZATION ASSESSMENT TEST", - "text": "BINDER OPTIMIZATION ASSESSMENT TEST", - "item": [{ - "linkId": "Home Medications", - "text": "Home Medications", - "item": [{ - "linkId": "BO_ConsPharm", - "text": "Pharmacist consult", - "answer": [{ - "valueCoding": { - "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", - "code": "Yes", - "display": "Yes" - } - }] - }, - { - "linkId": "BO_ConsTxt", - "text": "Pharmacy consult notes", - "answer": [{ - "valueString": "Pharmacy consult notes comes here" - }] - }, - { - "linkId": "BO_RecNotCons", - "text": "Recommendation not consistent with binder optimization guidelines", - "answer": [{ - "valueCoding": { - "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", - "code": "Yes", - "display": "Yes" - } - }], - "item": [{ - "linkId": "BO_NotConsDrop", - "text": "Recommendation not consistent with binder optimization guidelines", - "answer": [{ - "valueString": "Chewing difficulty,Other" - }], - "item": [{ - "linkId": "BO_OtherTxt", - "text": "Other", - "answer": [{ - "valueString": "Other difficulty" - }] - }] - }, - { - "linkId": "BO_Recommend", - "text": "What is your recommendation", - "answer": [{ - "valueCoding": { - "system": "http://fkcfhir.org/fhir/cs/FMCBinderRecommendation", - "code": "Renvela", - "display": "Renvela" - } - }] - } - ] - } - ] - }, + "item": [ + { + "linkId": "Binder Optimization Assessment Test", + "text": "Binder Optimization Assessment Test", + "item": [ { - "linkId": "Plan", - "text": "Plan", - "item": [{ - "linkId": "BO_CommPres", - "text": "Binder recommendation communicated to prescriber", - "answer": [{ - "valueCoding": { - "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", - "code": "No", - "display": "No" - } - }] - }, + "linkId": "BINDER OPTIMIZATION ASSESSMENT TEST", + "text": "BINDER OPTIMIZATION ASSESSMENT TEST", + "item": [ { - "linkId": "BO_ComAssmt", - "text": "Referred to MSW for expressed co-pay concerns", - "answer": [{ - "valueCoding": { - "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", - "code": "No", - "display": "No" + "linkId": "Home Medications", + "text": "Home Medications", + "item": [ + { + "linkId": "BO_ConsPharm", + "text": "Pharmacist consult", + "answer": [ + { + "valueCoding": { + "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", + "code": "Yes", + "display": "Yes" + } + } + ] + }, + { + "linkId": "BO_ConsTxt", + "text": "Pharmacy consult notes", + "answer": [ + { + "valueString": "Pharmacy consult notes comes here" + } + ] + }, + { + "linkId": "BO_RecNotCons", + "text": "Recommendation not consistent with binder optimization guidelines", + "answer": [ + { + "valueCoding": { + "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", + "code": "Yes", + "display": "Yes" + } + } + ] } - }] + ] }, { - "linkId": "BO_RefMSW", - "text": "Referred to MSW for potential medication adherence issues", - "answer": [{ - "valueCoding": { - "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", - "code": "No", - "display": "No" + "linkId": "Plan", + "text": "Plan", + "item": [ + { + "linkId": "BO_CommPres", + "text": "Binder recommendation communicated to prescriber", + "answer": [ + { + "valueCoding": { + "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", + "code": "No", + "display": "No" + } + } + ] + }, + { + "linkId": "BO_ComAssmt", + "text": "Referred to MSW for expressed co-pay concerns", + "answer": [ + { + "valueCoding": { + "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", + "code": "No", + "display": "No" + } + } + ] + }, + { + "linkId": "BO_RefMSW", + "text": "Referred to MSW for potential medication adherence issues", + "answer": [ + { + "valueCoding": { + "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", + "code": "No", + "display": "No" + } + } + ] + }, + { + "linkId": "BO_AdjHyp", + "text": "Continue adjustments per CMAB Hyperphosphatemia Algorithm", + "answer": [ + { + "valueCoding": { + "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", + "code": "No", + "display": "No" + } + } + ] + }, + { + "linkId": "BO_AdjTxt", + "text": "Adjustment Text", + "answer": [ + { + "valueString": "Adjustment Text comes here" + } + ] } - }] - }, - { - "linkId": "BO_AdjHyp", - "text": "Continue adjustments per CMAB Hyperphosphatemia Algorithm", - "answer": [{ - "valueCoding": { - "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", - "code": "No", - "display": "No" - } - }] - }, - { - "linkId": "BO_AdjTxt", - "text": "Adjustment Text", - "answer": [{ - "valueString": "Adjustment Text comes here" - }] + ] } ] } ] - }] - }] + } + ] } diff --git a/hapi-fhir-jpaserver-subscription/src/main/java/ca/uhn/fhir/jpa/subscription/match/registry/SubscriptionCanonicalizer.java b/hapi-fhir-jpaserver-subscription/src/main/java/ca/uhn/fhir/jpa/subscription/match/registry/SubscriptionCanonicalizer.java index 2d482011869..ea6b9b3ff52 100644 --- a/hapi-fhir-jpaserver-subscription/src/main/java/ca/uhn/fhir/jpa/subscription/match/registry/SubscriptionCanonicalizer.java +++ b/hapi-fhir-jpaserver-subscription/src/main/java/ca/uhn/fhir/jpa/subscription/match/registry/SubscriptionCanonicalizer.java @@ -23,20 +23,20 @@ package ca.uhn.fhir.jpa.subscription.match.registry; import ca.uhn.fhir.context.ConfigurationException; import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.jpa.model.util.JpaConstants; +import ca.uhn.fhir.jpa.subscription.match.matcher.matching.SubscriptionMatchingStrategy; import ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription; import ca.uhn.fhir.jpa.subscription.model.CanonicalSubscriptionChannelType; -import ca.uhn.fhir.jpa.subscription.match.matcher.matching.SubscriptionMatchingStrategy; import ca.uhn.fhir.model.dstu2.resource.Subscription; import ca.uhn.fhir.rest.server.exceptions.InternalErrorException; import ca.uhn.fhir.rest.server.exceptions.PreconditionFailedException; import org.apache.commons.lang3.Validate; import org.hl7.fhir.exceptions.FHIRException; +import org.hl7.fhir.instance.model.api.IBaseHasExtensions; import org.hl7.fhir.instance.model.api.IBaseMetaType; import org.hl7.fhir.instance.model.api.IBaseReference; import org.hl7.fhir.instance.model.api.IBaseResource; import org.hl7.fhir.instance.model.api.IPrimitiveType; import org.hl7.fhir.r4.model.Extension; -import org.hl7.fhir.r5.model.Coding; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; @@ -179,7 +179,6 @@ public class SubscriptionCanonicalizer { case R5: { org.hl7.fhir.r5.model.Subscription subscription = (org.hl7.fhir.r5.model.Subscription) theSubscription; return subscription - .getChannel() .getExtension() .stream() .collect(Collectors.groupingBy(t -> t.getUrl(), mapping(t -> t.getValueAsPrimitive().getValueAsString(), toList()))); @@ -251,24 +250,24 @@ public class SubscriptionCanonicalizer { org.hl7.fhir.r5.model.Subscription subscription = (org.hl7.fhir.r5.model.Subscription) theSubscription; CanonicalSubscription retVal = new CanonicalSubscription(); - org.hl7.fhir.r5.model.Subscription.SubscriptionStatus status = subscription.getStatus(); + org.hl7.fhir.r5.model.Enumerations.SubscriptionState status = subscription.getStatus(); if (status != null) { retVal.setStatus(org.hl7.fhir.r4.model.Subscription.SubscriptionStatus.fromCode(status.toCode())); } retVal.setChannelType(getChannelType(subscription)); retVal.setCriteriaString(getCriteria(theSubscription)); - retVal.setEndpointUrl(subscription.getChannel().getEndpoint()); - retVal.setHeaders(subscription.getChannel().getHeader()); + retVal.setEndpointUrl(subscription.getEndpoint()); + retVal.setHeaders(subscription.getHeader()); retVal.setChannelExtensions(extractExtension(subscription)); retVal.setIdElement(subscription.getIdElement()); - retVal.setPayloadString(subscription.getChannel().getPayload().getContentType()); + retVal.setPayloadString(subscription.getContentType()); if (retVal.getChannelType() == CanonicalSubscriptionChannelType.EMAIL) { String from; String subjectTemplate; try { - from = subscription.getChannel().getExtensionString(JpaConstants.EXT_SUBSCRIPTION_EMAIL_FROM); - subjectTemplate = subscription.getChannel().getExtensionString(JpaConstants.EXT_SUBSCRIPTION_SUBJECT_TEMPLATE); + from = getExtensionString(subscription, JpaConstants.EXT_SUBSCRIPTION_EMAIL_FROM); + subjectTemplate = getExtensionString(subscription, JpaConstants.EXT_SUBSCRIPTION_SUBJECT_TEMPLATE); } catch (FHIRException theE) { throw new ConfigurationException("Failed to extract subscription extension(s): " + theE.getMessage(), theE); } @@ -280,8 +279,8 @@ public class SubscriptionCanonicalizer { String stripVersionIds; String deliverLatestVersion; try { - stripVersionIds = subscription.getChannel().getExtensionString(JpaConstants.EXT_SUBSCRIPTION_RESTHOOK_STRIP_VERSION_IDS); - deliverLatestVersion = subscription.getChannel().getExtensionString(JpaConstants.EXT_SUBSCRIPTION_RESTHOOK_DELIVER_LATEST_VERSION); + stripVersionIds = getExtensionString(subscription, JpaConstants.EXT_SUBSCRIPTION_RESTHOOK_STRIP_VERSION_IDS); + deliverLatestVersion = getExtensionString(subscription, JpaConstants.EXT_SUBSCRIPTION_RESTHOOK_DELIVER_LATEST_VERSION); } catch (FHIRException theE) { throw new ConfigurationException("Failed to extract subscription extension(s): " + theE.getMessage(), theE); } @@ -300,6 +299,18 @@ public class SubscriptionCanonicalizer { return retVal; } + private String getExtensionString(IBaseHasExtensions theBase, String theUrl) { + return theBase + .getExtension() + .stream() + .filter(t -> theUrl.equals(t.getUrl())) + .filter(t -> t.getValue() instanceof IPrimitiveType) + .map(t -> (IPrimitiveType) t.getValue()) + .map(t -> t.getValueAsString()) + .findFirst() + .orElse(null); + } + @SuppressWarnings("EnumSwitchStatementWhichMissesCases") public CanonicalSubscriptionChannelType getChannelType(IBaseResource theSubscription) { CanonicalSubscriptionChannelType retVal = null; @@ -327,11 +338,10 @@ public class SubscriptionCanonicalizer { break; } case R5: { - for (Coding nextTypeCode : ((org.hl7.fhir.r5.model.Subscription) theSubscription).getChannel().getType().getCoding()) { - CanonicalSubscriptionChannelType code = CanonicalSubscriptionChannelType.fromCode(nextTypeCode.getSystem(), nextTypeCode.getCode()); - if (code != null) { - retVal = code; - } + org.hl7.fhir.r5.model.Coding nextTypeCode = ((org.hl7.fhir.r5.model.Subscription) theSubscription).getChannelType(); + CanonicalSubscriptionChannelType code = CanonicalSubscriptionChannelType.fromCode(nextTypeCode.getSystem(), nextTypeCode.getCode()); + if (code != null) { + retVal = code; } break; } @@ -355,7 +365,7 @@ public class SubscriptionCanonicalizer { retVal = ((org.hl7.fhir.r4.model.Subscription) theSubscription).getCriteria(); break; case R5: - org.hl7.fhir.r5.model.Topic topic = (org.hl7.fhir.r5.model.Topic) ((org.hl7.fhir.r5.model.Subscription) theSubscription).getTopic().getResource(); + org.hl7.fhir.r5.model.SubscriptionTopic topic = (org.hl7.fhir.r5.model.SubscriptionTopic) ((org.hl7.fhir.r5.model.Subscription) theSubscription).getTopic().getResource(); Validate.notNull(topic); retVal = topic.getResourceTrigger().getQueryCriteria().getCurrent(); break; @@ -372,8 +382,8 @@ public class SubscriptionCanonicalizer { meta .getTag() .stream() - .filter(t->JpaConstants.EXT_SUBSCRIPTION_MATCHING_STRATEGY.equals(t.getSystem())) - .forEach(t->{ + .filter(t -> JpaConstants.EXT_SUBSCRIPTION_MATCHING_STRATEGY.equals(t.getSystem())) + .forEach(t -> { t.setCode(null); t.setSystem(null); t.setDisplay(null); diff --git a/hapi-fhir-structures-r4/src/main/java/org/hl7/fhir/r4/hapi/rest/server/ServerCapabilityStatementProvider.java b/hapi-fhir-structures-r4/src/main/java/org/hl7/fhir/r4/hapi/rest/server/ServerCapabilityStatementProvider.java index d78ec0a3424..b4af946771e 100644 --- a/hapi-fhir-structures-r4/src/main/java/org/hl7/fhir/r4/hapi/rest/server/ServerCapabilityStatementProvider.java +++ b/hapi-fhir-structures-r4/src/main/java/org/hl7/fhir/r4/hapi/rest/server/ServerCapabilityStatementProvider.java @@ -256,7 +256,7 @@ public class ServerCapabilityStatementProvider extends BaseServerCapabilityState if (methodBinding.getQueryName() != null) { String queryName = bindings.getNamedSearchMethodBindingToName().get(methodBinding); if (operationNames.add(queryName)) { - rest.addOperation().setName(methodBinding.getQueryName()).setDefinition(("OperationDefinition/" + queryName)); + rest.addOperation().setName(methodBinding.getQueryName()).setDefinition((getOperationDefinitionPrefix(theRequestDetails) + "OperationDefinition/" + queryName)); } } else { handleNamelessSearchMethodBinding(resource, def, includes, (SearchMethodBinding) nextMethodBinding, theRequestDetails); @@ -266,7 +266,7 @@ public class ServerCapabilityStatementProvider extends BaseServerCapabilityState String opName = bindings.getOperationBindingToName().get(methodBinding); if (operationNames.add(opName)) { // Only add each operation (by name) once - rest.addOperation().setName(methodBinding.getName().substring(1)).setDefinition(("OperationDefinition/" + opName)); + rest.addOperation().setName(methodBinding.getName().substring(1)).setDefinition((getOperationDefinitionPrefix(theRequestDetails) + "OperationDefinition/" + opName)); } } @@ -301,7 +301,7 @@ public class ServerCapabilityStatementProvider extends BaseServerCapabilityState String opName = bindings.getOperationBindingToName().get(methodBinding); if (operationNames.add(opName)) { ourLog.debug("Found bound operation: {}", opName); - rest.addOperation().setName(methodBinding.getName().substring(1)).setDefinition(("OperationDefinition/" + opName)); + rest.addOperation().setName(methodBinding.getName().substring(1)).setDefinition((getOperationDefinitionPrefix(theRequestDetails) + "OperationDefinition/" + opName)); } } } @@ -311,6 +311,13 @@ public class ServerCapabilityStatementProvider extends BaseServerCapabilityState return retVal; } + protected String getOperationDefinitionPrefix(RequestDetails theRequestDetails) { + if (theRequestDetails == null) { + return ""; + } + return theRequestDetails.getServerBaseForRequest() + "/"; + } + private void handleNamelessSearchMethodBinding(CapabilityStatementRestResourceComponent resource, RuntimeResourceDefinition def, TreeSet includes, SearchMethodBinding searchMethodBinding, RequestDetails theRequestDetails) { includes.addAll(searchMethodBinding.getIncludes()); diff --git a/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/rest/server/ServerCapabilityStatementProviderR4Test.java b/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/rest/server/ServerCapabilityStatementProviderR4Test.java index 959d6f75e7f..4a3f59c3184 100644 --- a/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/rest/server/ServerCapabilityStatementProviderR4Test.java +++ b/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/rest/server/ServerCapabilityStatementProviderR4Test.java @@ -108,6 +108,7 @@ public class ServerCapabilityStatementProviderR4Test { private RequestDetails createRequestDetails(RestfulServer theServer) { ServletRequestDetails retVal = new ServletRequestDetails(null); retVal.setServer(theServer); + retVal.setFhirServerBase("http://localhost/baseR4"); return retVal; } @@ -116,6 +117,7 @@ public class ServerCapabilityStatementProviderR4Test { RestfulServer rs = new RestfulServer(ourCtx); rs.setProviders(new ProviderWithExtendedOperationReturningBundle()); + rs.setServerAddressStrategy(new HardcodedServerAddressStrategy("http://localhost/baseR4")); ServerCapabilityStatementProvider sc = new ServerCapabilityStatementProvider(); rs.setServerConformanceProvider(sc); @@ -240,6 +242,7 @@ public class ServerCapabilityStatementProviderR4Test { public void testOperationAcrossMultipleTypes() throws Exception { RestfulServer rs = new RestfulServer(ourCtx); rs.setProviders(new MultiTypePatientProvider(), new MultiTypeEncounterProvider()); + rs.setServerAddressStrategy(new HardcodedServerAddressStrategy("http://localhost/baseR4")); ServerCapabilityStatementProvider sc = new ServerCapabilityStatementProvider(); rs.setServerConformanceProvider(sc); @@ -624,6 +627,7 @@ public class ServerCapabilityStatementProviderR4Test { public void testSystemLevelNamedQueryWithParameters() throws Exception { RestfulServer rs = new RestfulServer(ourCtx); rs.setProviders(new NamedQueryPlainProvider()); + rs.setServerAddressStrategy(new HardcodedServerAddressStrategy("http://localhost/baseR4")); ServerCapabilityStatementProvider sc = new ServerCapabilityStatementProvider(); rs.setServerConformanceProvider(sc); @@ -668,6 +672,7 @@ public class ServerCapabilityStatementProviderR4Test { public void testResourceLevelNamedQueryWithParameters() throws Exception { RestfulServer rs = new RestfulServer(ourCtx); rs.setProviders(new NamedQueryResourceProvider()); + rs.setServerAddressStrategy(new HardcodedServerAddressStrategy("http://localhost/baseR4")); ServerCapabilityStatementProvider sc = new ServerCapabilityStatementProvider(); rs.setServerConformanceProvider(sc); @@ -711,6 +716,7 @@ public class ServerCapabilityStatementProviderR4Test { public void testExtendedOperationAtTypeLevel() throws Exception { RestfulServer rs = new RestfulServer(ourCtx); rs.setProviders(new TypeLevelOperationProvider()); + rs.setServerAddressStrategy(new HardcodedServerAddressStrategy("http://localhost/baseR4")); ServerCapabilityStatementProvider sc = new ServerCapabilityStatementProvider(); rs.setServerConformanceProvider(sc); diff --git a/hapi-fhir-structures-r5/src/main/java/org/hl7/fhir/r5/hapi/ctx/HapiWorkerContext.java b/hapi-fhir-structures-r5/src/main/java/org/hl7/fhir/r5/hapi/ctx/HapiWorkerContext.java index 38a9e8a2560..5bf371b7116 100644 --- a/hapi-fhir-structures-r5/src/main/java/org/hl7/fhir/r5/hapi/ctx/HapiWorkerContext.java +++ b/hapi-fhir-structures-r5/src/main/java/org/hl7/fhir/r5/hapi/ctx/HapiWorkerContext.java @@ -15,17 +15,30 @@ import org.hl7.fhir.exceptions.TerminologyServiceException; import org.hl7.fhir.r5.context.IWorkerContext; import org.hl7.fhir.r5.formats.IParser; import org.hl7.fhir.r5.formats.ParserType; -import org.hl7.fhir.r5.model.*; +import org.hl7.fhir.r5.model.CanonicalResource; +import org.hl7.fhir.r5.model.CodeSystem; import org.hl7.fhir.r5.model.CodeSystem.ConceptDefinitionComponent; +import org.hl7.fhir.r5.model.CodeableConcept; +import org.hl7.fhir.r5.model.Coding; +import org.hl7.fhir.r5.model.ConceptMap; import org.hl7.fhir.r5.model.ElementDefinition.ElementDefinitionBindingComponent; +import org.hl7.fhir.r5.model.Parameters; +import org.hl7.fhir.r5.model.Resource; +import org.hl7.fhir.r5.model.ResourceType; +import org.hl7.fhir.r5.model.StructureDefinition; +import org.hl7.fhir.r5.model.StructureMap; +import org.hl7.fhir.r5.model.ValueSet; import org.hl7.fhir.r5.model.ValueSet.ConceptSetComponent; import org.hl7.fhir.r5.terminologies.ValueSetExpander; import org.hl7.fhir.r5.utils.IResourceValidator; import org.hl7.fhir.utilities.TranslationServices; +import org.hl7.fhir.utilities.cache.NpmPackage; import org.hl7.fhir.utilities.i18n.I18nBase; import org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity; import org.hl7.fhir.utilities.validation.ValidationOptions; +import java.io.FileNotFoundException; +import java.io.IOException; import java.util.ArrayList; import java.util.Collections; import java.util.List; @@ -330,7 +343,7 @@ public final class HapiWorkerContext extends I18nBase implements IWorkerContext @Override public T fetchResource(Class theClass, String theUri) { - if (myValidationSupport == null) { + if (myValidationSupport == null || theUri == null) { return null; } else { @SuppressWarnings("unchecked") @@ -348,6 +361,11 @@ public final class HapiWorkerContext extends I18nBase implements IWorkerContext return retVal; } + @Override + public T fetchResource(Class class_, String uri, CanonicalResource canonicalForSource) { + throw new UnsupportedOperationException(); + } + @Override public org.hl7.fhir.r5.model.Resource fetchResourceById(String theType, String theUri) { throw new UnsupportedOperationException(); @@ -363,6 +381,16 @@ public final class HapiWorkerContext extends I18nBase implements IWorkerContext throw new UnsupportedOperationException(); } + @Override + public void cacheResourceFromPackage(Resource res, PackageVersion packageDetails) throws FHIRException { + throw new UnsupportedOperationException(); + } + + @Override + public void cachePackage(PackageVersion packageDetails, List dependencies) { + throw new UnsupportedOperationException(); + } + @Override public Set getResourceNamesAsSet() { return myCtx.getResourceNames(); @@ -380,7 +408,17 @@ public final class HapiWorkerContext extends I18nBase implements IWorkerContext @Override public Map getBinaries() { - return null; + throw new UnsupportedOperationException(); + } + + @Override + public void loadFromPackage(NpmPackage pi, IContextResourceLoader loader, String[] types) throws FileNotFoundException, IOException, FHIRException { + throw new UnsupportedOperationException(); + } + + @Override + public boolean hasPackage(String id, String ver) { + throw new UnsupportedOperationException(); } public static ConceptValidationOptions convertConceptValidationOptions(ValidationOptions theOptions) { diff --git a/hapi-fhir-structures-r5/src/main/java/org/hl7/fhir/r5/hapi/rest/server/ServerCapabilityStatementProvider.java b/hapi-fhir-structures-r5/src/main/java/org/hl7/fhir/r5/hapi/rest/server/ServerCapabilityStatementProvider.java index d0c9a708924..2aef5be2882 100644 --- a/hapi-fhir-structures-r5/src/main/java/org/hl7/fhir/r5/hapi/rest/server/ServerCapabilityStatementProvider.java +++ b/hapi-fhir-structures-r5/src/main/java/org/hl7/fhir/r5/hapi/rest/server/ServerCapabilityStatementProvider.java @@ -90,293 +90,298 @@ import static org.apache.commons.lang3.StringUtils.isNotBlank; */ public class ServerCapabilityStatementProvider extends BaseServerCapabilityStatementProvider implements IServerConformanceProvider { - private static final org.slf4j.Logger ourLog = org.slf4j.LoggerFactory.getLogger(ServerCapabilityStatementProvider.class); - private String myPublisher = "Not provided"; + private static final org.slf4j.Logger ourLog = org.slf4j.LoggerFactory.getLogger(ServerCapabilityStatementProvider.class); + private String myPublisher = "Not provided"; - /** - * No-arg constructor and setter so that the ServerConformanceProvider can be Spring-wired with the RestfulService avoiding the potential reference cycle that would happen. - */ - public ServerCapabilityStatementProvider() { - super(); - } + /** + * No-arg constructor and setter so that the ServerConformanceProvider can be Spring-wired with the RestfulService avoiding the potential reference cycle that would happen. + */ + public ServerCapabilityStatementProvider() { + super(); + } - /** - * Constructor - This is intended only for JAX-RS server - */ - public ServerCapabilityStatementProvider(RestfulServerConfiguration theServerConfiguration) { - super(theServerConfiguration); - } + /** + * Constructor - This is intended only for JAX-RS server + */ + public ServerCapabilityStatementProvider(RestfulServerConfiguration theServerConfiguration) { + super(theServerConfiguration); + } - private void checkBindingForSystemOps(CapabilityStatementRestComponent rest, Set systemOps, BaseMethodBinding nextMethodBinding) { - if (nextMethodBinding.getRestOperationType() != null) { - String sysOpCode = nextMethodBinding.getRestOperationType().getCode(); - if (sysOpCode != null) { - SystemRestfulInteraction sysOp; - try { - sysOp = SystemRestfulInteraction.fromCode(sysOpCode); - } catch (FHIRException e) { - return; - } - if (sysOp == null) { - return; - } - if (systemOps.contains(sysOp) == false) { - systemOps.add(sysOp); - rest.addInteraction().setCode(sysOp); - } - } - } - } + private void checkBindingForSystemOps(CapabilityStatementRestComponent rest, Set systemOps, BaseMethodBinding nextMethodBinding) { + if (nextMethodBinding.getRestOperationType() != null) { + String sysOpCode = nextMethodBinding.getRestOperationType().getCode(); + if (sysOpCode != null) { + SystemRestfulInteraction sysOp; + try { + sysOp = SystemRestfulInteraction.fromCode(sysOpCode); + } catch (FHIRException e) { + return; + } + if (sysOp == null) { + return; + } + if (systemOps.contains(sysOp) == false) { + systemOps.add(sysOp); + rest.addInteraction().setCode(sysOp); + } + } + } + } - - private DateTimeType conformanceDate(RequestDetails theRequestDetails) { - IPrimitiveType buildDate = getServerConfiguration(theRequestDetails).getConformanceDate(); - if (buildDate != null && buildDate.getValue() != null) { - try { - return new DateTimeType(buildDate.getValueAsString()); - } catch (DataFormatException e) { - // fall through - } - } - return DateTimeType.now(); - } + private DateTimeType conformanceDate(RequestDetails theRequestDetails) { + IPrimitiveType buildDate = getServerConfiguration(theRequestDetails).getConformanceDate(); + if (buildDate != null && buildDate.getValue() != null) { + try { + return new DateTimeType(buildDate.getValueAsString()); + } catch (DataFormatException e) { + // fall through + } + } + return DateTimeType.now(); + } + /** + * Gets the value of the "publisher" that will be placed in the generated conformance statement. As this is a mandatory element, the value should not be null (although this is not enforced). The + * value defaults to "Not provided" but may be set to null, which will cause this element to be omitted. + */ + public String getPublisher() { + return myPublisher; + } - /** - * Gets the value of the "publisher" that will be placed in the generated conformance statement. As this is a mandatory element, the value should not be null (although this is not enforced). The - * value defaults to "Not provided" but may be set to null, which will cause this element to be omitted. - */ - public String getPublisher() { - return myPublisher; - } + /** + * Sets the value of the "publisher" that will be placed in the generated conformance statement. As this is a mandatory element, the value should not be null (although this is not enforced). The + * value defaults to "Not provided" but may be set to null, which will cause this element to be omitted. + */ + public void setPublisher(String thePublisher) { + myPublisher = thePublisher; + } - /** - * Sets the value of the "publisher" that will be placed in the generated conformance statement. As this is a mandatory element, the value should not be null (although this is not enforced). The - * value defaults to "Not provided" but may be set to null, which will cause this element to be omitted. - */ - public void setPublisher(String thePublisher) { - myPublisher = thePublisher; - } + @SuppressWarnings("EnumSwitchStatementWhichMissesCases") + @Override + @Metadata + public CapabilityStatement getServerConformance(HttpServletRequest theRequest, RequestDetails theRequestDetails) { - @SuppressWarnings("EnumSwitchStatementWhichMissesCases") - @Override - @Metadata - public CapabilityStatement getServerConformance(HttpServletRequest theRequest, RequestDetails theRequestDetails) { + RestfulServerConfiguration configuration = getServerConfiguration(theRequestDetails); + Bindings bindings = configuration.provideBindings(); - RestfulServerConfiguration configuration = getServerConfiguration(theRequestDetails); - Bindings bindings = configuration.provideBindings(); + CapabilityStatement retVal = new CapabilityStatement(); - CapabilityStatement retVal = new CapabilityStatement(); + retVal.setPublisher(myPublisher); + retVal.setDateElement(conformanceDate(theRequestDetails)); + retVal.setFhirVersion(Enumerations.FHIRVersion.fromCode(FhirVersionEnum.R5.getFhirVersionString())); - retVal.setPublisher(myPublisher); - retVal.setDateElement(conformanceDate(theRequestDetails)); - retVal.setFhirVersion(Enumerations.FHIRVersion.fromCode(FhirVersionEnum.R5.getFhirVersionString())); + ServletContext servletContext = (ServletContext) (theRequest == null ? null : theRequest.getAttribute(RestfulServer.SERVLET_CONTEXT_ATTRIBUTE)); + String serverBase = configuration.getServerAddressStrategy().determineServerBase(servletContext, theRequest); + retVal + .getImplementation() + .setUrl(serverBase) + .setDescription(configuration.getImplementationDescription()); - ServletContext servletContext = (ServletContext) (theRequest == null ? null : theRequest.getAttribute(RestfulServer.SERVLET_CONTEXT_ATTRIBUTE)); - String serverBase = configuration.getServerAddressStrategy().determineServerBase(servletContext, theRequest); - retVal - .getImplementation() - .setUrl(serverBase) - .setDescription(configuration.getImplementationDescription()); + retVal.setKind(Enumerations.CapabilityStatementKind.INSTANCE); + retVal.getSoftware().setName(configuration.getServerName()); + retVal.getSoftware().setVersion(configuration.getServerVersion()); + retVal.addFormat(Constants.CT_FHIR_XML_NEW); + retVal.addFormat(Constants.CT_FHIR_JSON_NEW); + retVal.setStatus(PublicationStatus.ACTIVE); - retVal.setKind(Enumerations.CapabilityStatementKind.INSTANCE); - retVal.getSoftware().setName(configuration.getServerName()); - retVal.getSoftware().setVersion(configuration.getServerVersion()); - retVal.addFormat(Constants.CT_FHIR_XML_NEW); - retVal.addFormat(Constants.CT_FHIR_JSON_NEW); - retVal.setStatus(PublicationStatus.ACTIVE); + CapabilityStatementRestComponent rest = retVal.addRest(); + rest.setMode(Enumerations.RestfulCapabilityMode.SERVER); - CapabilityStatementRestComponent rest = retVal.addRest(); - rest.setMode(Enumerations.RestfulCapabilityMode.SERVER); + Set systemOps = new HashSet<>(); + Set operationNames = new HashSet<>(); - Set systemOps = new HashSet<>(); - Set operationNames = new HashSet<>(); + Map>> resourceToMethods = configuration.collectMethodBindings(); + Map> resourceNameToSharedSupertype = configuration.getNameToSharedSupertype(); + for (Entry>> nextEntry : resourceToMethods.entrySet()) { - Map>> resourceToMethods = configuration.collectMethodBindings(); - Map> resourceNameToSharedSupertype = configuration.getNameToSharedSupertype(); - for (Entry>> nextEntry : resourceToMethods.entrySet()) { + if (nextEntry.getKey().isEmpty() == false) { + Set resourceOps = new HashSet<>(); + CapabilityStatementRestResourceComponent resource = rest.addResource(); + String resourceName = nextEntry.getKey(); + RuntimeResourceDefinition def; + FhirContext context = configuration.getFhirContext(); + if (resourceNameToSharedSupertype.containsKey(resourceName)) { + def = context.getResourceDefinition(resourceNameToSharedSupertype.get(resourceName)); + } else { + def = context.getResourceDefinition(resourceName); + } + resource.getTypeElement().setValue(def.getName()); + resource.getProfileElement().setValue((def.getResourceProfile(serverBase))); - if (nextEntry.getKey().isEmpty() == false) { - Set resourceOps = new HashSet<>(); - CapabilityStatementRestResourceComponent resource = rest.addResource(); - String resourceName = nextEntry.getKey(); - RuntimeResourceDefinition def; - FhirContext context = configuration.getFhirContext(); - if (resourceNameToSharedSupertype.containsKey(resourceName)) { - def = context.getResourceDefinition(resourceNameToSharedSupertype.get(resourceName)); - } else { - def = context.getResourceDefinition(resourceName); - } - resource.getTypeElement().setValue(def.getName()); - resource.getProfileElement().setValue((def.getResourceProfile(serverBase))); + TreeSet includes = new TreeSet<>(); - TreeSet includes = new TreeSet<>(); + // Map nameToSearchParam = new HashMap(); + for (BaseMethodBinding nextMethodBinding : nextEntry.getValue()) { + if (nextMethodBinding.getRestOperationType() != null) { + String resOpCode = nextMethodBinding.getRestOperationType().getCode(); + if (resOpCode != null) { + TypeRestfulInteraction resOp; + try { + resOp = TypeRestfulInteraction.fromCode(resOpCode); + } catch (Exception e) { + resOp = null; + } + if (resOp != null) { + if (resourceOps.contains(resOp) == false) { + resourceOps.add(resOp); + resource.addInteraction().setCode(resOp); + } + if ("vread".equals(resOpCode)) { + // vread implies read + resOp = TypeRestfulInteraction.READ; + if (resourceOps.contains(resOp) == false) { + resourceOps.add(resOp); + resource.addInteraction().setCode(resOp); + } + } - // Map nameToSearchParam = new HashMap(); - for (BaseMethodBinding nextMethodBinding : nextEntry.getValue()) { - if (nextMethodBinding.getRestOperationType() != null) { - String resOpCode = nextMethodBinding.getRestOperationType().getCode(); - if (resOpCode != null) { - TypeRestfulInteraction resOp; - try { - resOp = TypeRestfulInteraction.fromCode(resOpCode); - } catch (Exception e) { - resOp = null; - } - if (resOp != null) { - if (resourceOps.contains(resOp) == false) { - resourceOps.add(resOp); - resource.addInteraction().setCode(resOp); - } - if ("vread".equals(resOpCode)) { - // vread implies read - resOp = TypeRestfulInteraction.READ; - if (resourceOps.contains(resOp) == false) { - resourceOps.add(resOp); - resource.addInteraction().setCode(resOp); - } - } + if (nextMethodBinding.isSupportsConditional()) { + switch (resOp) { + case CREATE: + resource.setConditionalCreate(true); + break; + case DELETE: + if (nextMethodBinding.isSupportsConditionalMultiple()) { + resource.setConditionalDelete(ConditionalDeleteStatus.MULTIPLE); + } else { + resource.setConditionalDelete(ConditionalDeleteStatus.SINGLE); + } + break; + case UPDATE: + resource.setConditionalUpdate(true); + break; + default: + break; + } + } + } + } + } - if (nextMethodBinding.isSupportsConditional()) { - switch (resOp) { - case CREATE: - resource.setConditionalCreate(true); - break; - case DELETE: - if (nextMethodBinding.isSupportsConditionalMultiple()) { - resource.setConditionalDelete(ConditionalDeleteStatus.MULTIPLE); - } else { - resource.setConditionalDelete(ConditionalDeleteStatus.SINGLE); - } - break; - case UPDATE: - resource.setConditionalUpdate(true); - break; - default: - break; - } - } - } - } - } + checkBindingForSystemOps(rest, systemOps, nextMethodBinding); - checkBindingForSystemOps(rest, systemOps, nextMethodBinding); + if (nextMethodBinding instanceof SearchMethodBinding) { + SearchMethodBinding methodBinding = (SearchMethodBinding) nextMethodBinding; + if (methodBinding.getQueryName() != null) { + String queryName = bindings.getNamedSearchMethodBindingToName().get(methodBinding); + if (operationNames.add(queryName)) { + rest.addOperation().setName(methodBinding.getQueryName()).setDefinition((getOperationDefinitionPrefix(theRequestDetails) + "OperationDefinition/" + queryName)); + } + } else { + handleNamelessSearchMethodBinding(resource, def, includes, (SearchMethodBinding) nextMethodBinding, theRequestDetails); + } + } else if (nextMethodBinding instanceof OperationMethodBinding) { + OperationMethodBinding methodBinding = (OperationMethodBinding) nextMethodBinding; + String opName = bindings.getOperationBindingToName().get(methodBinding); + if (operationNames.add(opName)) { + // Only add each operation (by name) once + rest.addOperation().setName(methodBinding.getName().substring(1)).setDefinition((getOperationDefinitionPrefix(theRequestDetails) + "OperationDefinition/" + opName)); + } + } - if (nextMethodBinding instanceof SearchMethodBinding) { - SearchMethodBinding methodBinding = (SearchMethodBinding) nextMethodBinding; - if (methodBinding.getQueryName() != null) { - String queryName = bindings.getNamedSearchMethodBindingToName().get(methodBinding); - if (operationNames.add(queryName)) { - rest.addOperation().setName(methodBinding.getQueryName()).setDefinition(("OperationDefinition/" + queryName)); - } - } else { - handleNamelessSearchMethodBinding(resource, def, includes, (SearchMethodBinding) nextMethodBinding, theRequestDetails); - } - } else if (nextMethodBinding instanceof OperationMethodBinding) { - OperationMethodBinding methodBinding = (OperationMethodBinding) nextMethodBinding; - String opName = bindings.getOperationBindingToName().get(methodBinding); - if (operationNames.add(opName)) { - // Only add each operation (by name) once - rest.addOperation().setName(methodBinding.getName().substring(1)).setDefinition(("OperationDefinition/" + opName)); - } - } + resource.getInteraction().sort(new Comparator() { + @Override + public int compare(ResourceInteractionComponent theO1, ResourceInteractionComponent theO2) { + TypeRestfulInteraction o1 = theO1.getCode(); + TypeRestfulInteraction o2 = theO2.getCode(); + if (o1 == null && o2 == null) { + return 0; + } + if (o1 == null) { + return 1; + } + if (o2 == null) { + return -1; + } + return o1.ordinal() - o2.ordinal(); + } + }); - resource.getInteraction().sort(new Comparator() { - @Override - public int compare(ResourceInteractionComponent theO1, ResourceInteractionComponent theO2) { - TypeRestfulInteraction o1 = theO1.getCode(); - TypeRestfulInteraction o2 = theO2.getCode(); - if (o1 == null && o2 == null) { - return 0; - } - if (o1 == null) { - return 1; - } - if (o2 == null) { - return -1; - } - return o1.ordinal() - o2.ordinal(); - } - }); + } - } + for (String nextInclude : includes) { + resource.addSearchInclude(nextInclude); + } + } else { + for (BaseMethodBinding nextMethodBinding : nextEntry.getValue()) { + checkBindingForSystemOps(rest, systemOps, nextMethodBinding); + if (nextMethodBinding instanceof OperationMethodBinding) { + OperationMethodBinding methodBinding = (OperationMethodBinding) nextMethodBinding; + String opName = bindings.getOperationBindingToName().get(methodBinding); + if (operationNames.add(opName)) { + ourLog.debug("Found bound operation: {}", opName); + rest.addOperation().setName(methodBinding.getName().substring(1)).setDefinition((getOperationDefinitionPrefix(theRequestDetails) + "OperationDefinition/" + opName)); + } + } + } + } + } - for (String nextInclude : includes) { - resource.addSearchInclude(nextInclude); - } - } else { - for (BaseMethodBinding nextMethodBinding : nextEntry.getValue()) { - checkBindingForSystemOps(rest, systemOps, nextMethodBinding); - if (nextMethodBinding instanceof OperationMethodBinding) { - OperationMethodBinding methodBinding = (OperationMethodBinding) nextMethodBinding; - String opName = bindings.getOperationBindingToName().get(methodBinding); - if (operationNames.add(opName)) { - ourLog.debug("Found bound operation: {}", opName); - rest.addOperation().setName(methodBinding.getName().substring(1)).setDefinition(("OperationDefinition/" + opName)); - } - } - } - } - } + return retVal; + } - return retVal; - } + protected String getOperationDefinitionPrefix(RequestDetails theRequestDetails) { + if (theRequestDetails == null) { + return ""; + } + return theRequestDetails.getServerBaseForRequest() + "/"; + } - private void handleNamelessSearchMethodBinding(CapabilityStatementRestResourceComponent resource, RuntimeResourceDefinition def, TreeSet includes, - SearchMethodBinding searchMethodBinding, RequestDetails theRequestDetails) { - includes.addAll(searchMethodBinding.getIncludes()); + private void handleNamelessSearchMethodBinding(CapabilityStatementRestResourceComponent resource, RuntimeResourceDefinition def, TreeSet includes, + SearchMethodBinding searchMethodBinding, RequestDetails theRequestDetails) { + includes.addAll(searchMethodBinding.getIncludes()); - List params = searchMethodBinding.getParameters(); - List searchParameters = new ArrayList<>(); - for (IParameter nextParameter : params) { - if ((nextParameter instanceof SearchParameter)) { - searchParameters.add((SearchParameter) nextParameter); - } - } - sortSearchParameters(searchParameters); - if (!searchParameters.isEmpty()) { - // boolean allOptional = searchParameters.get(0).isRequired() == false; - // - // OperationDefinition query = null; - // if (!allOptional) { - // RestOperation operation = rest.addOperation(); - // query = new OperationDefinition(); - // operation.setDefinition(new ResourceReferenceDt(query)); - // query.getDescriptionElement().setValue(searchMethodBinding.getDescription()); - // query.addUndeclaredExtension(false, ExtensionConstants.QUERY_RETURN_TYPE, new CodeDt(resourceName)); - // for (String nextInclude : searchMethodBinding.getIncludes()) { - // query.addUndeclaredExtension(false, ExtensionConstants.QUERY_ALLOWED_INCLUDE, new StringDt(nextInclude)); - // } - // } + List params = searchMethodBinding.getParameters(); + List searchParameters = new ArrayList<>(); + for (IParameter nextParameter : params) { + if ((nextParameter instanceof SearchParameter)) { + searchParameters.add((SearchParameter) nextParameter); + } + } + sortSearchParameters(searchParameters); + if (!searchParameters.isEmpty()) { + // boolean allOptional = searchParameters.get(0).isRequired() == false; + // + // OperationDefinition query = null; + // if (!allOptional) { + // RestOperation operation = rest.addOperation(); + // query = new OperationDefinition(); + // operation.setDefinition(new ResourceReferenceDt(query)); + // query.getDescriptionElement().setValue(searchMethodBinding.getDescription()); + // query.addUndeclaredExtension(false, ExtensionConstants.QUERY_RETURN_TYPE, new CodeDt(resourceName)); + // for (String nextInclude : searchMethodBinding.getIncludes()) { + // query.addUndeclaredExtension(false, ExtensionConstants.QUERY_ALLOWED_INCLUDE, new StringDt(nextInclude)); + // } + // } - for (SearchParameter nextParameter : searchParameters) { + for (SearchParameter nextParameter : searchParameters) { - String nextParamName = nextParameter.getName(); + String nextParamName = nextParameter.getName(); - String chain = null; - String nextParamUnchainedName = nextParamName; - if (nextParamName.contains(".")) { - chain = nextParamName.substring(nextParamName.indexOf('.') + 1); - nextParamUnchainedName = nextParamName.substring(0, nextParamName.indexOf('.')); - } + String chain = null; + String nextParamUnchainedName = nextParamName; + if (nextParamName.contains(".")) { + chain = nextParamName.substring(nextParamName.indexOf('.') + 1); + nextParamUnchainedName = nextParamName.substring(0, nextParamName.indexOf('.')); + } - String nextParamDescription = nextParameter.getDescription(); + String nextParamDescription = nextParameter.getDescription(); - /* - * If the parameter has no description, default to the one from the resource - */ - if (StringUtils.isBlank(nextParamDescription)) { - RuntimeSearchParam paramDef = def.getSearchParam(nextParamUnchainedName); - if (paramDef != null) { - nextParamDescription = paramDef.getDescription(); - } - } + /* + * If the parameter has no description, default to the one from the resource + */ + if (StringUtils.isBlank(nextParamDescription)) { + RuntimeSearchParam paramDef = def.getSearchParam(nextParamUnchainedName); + if (paramDef != null) { + nextParamDescription = paramDef.getDescription(); + } + } - CapabilityStatementRestResourceSearchParamComponent param = resource.addSearchParam(); - param.setName(nextParamUnchainedName); + CapabilityStatementRestResourceSearchParamComponent param = resource.addSearchParam(); + param.setName(nextParamUnchainedName); // if (StringUtils.isNotBlank(chain)) { // param.addChain(chain); @@ -390,211 +395,210 @@ public class ServerCapabilityStatementProvider extends BaseServerCapabilityState // } // } - param.setDocumentation(nextParamDescription); - if (nextParameter.getParamType() != null) { - param.getTypeElement().setValueAsString(nextParameter.getParamType().getCode()); - } - for (Class nextTarget : nextParameter.getDeclaredTypes()) { - RuntimeResourceDefinition targetDef = getServerConfiguration(theRequestDetails).getFhirContext().getResourceDefinition(nextTarget); - if (targetDef != null) { - ResourceType code; - try { - code = ResourceType.fromCode(targetDef.getName()); - } catch (FHIRException e) { - code = null; - } + param.setDocumentation(nextParamDescription); + if (nextParameter.getParamType() != null) { + param.getTypeElement().setValueAsString(nextParameter.getParamType().getCode()); + } + for (Class nextTarget : nextParameter.getDeclaredTypes()) { + RuntimeResourceDefinition targetDef = getServerConfiguration(theRequestDetails).getFhirContext().getResourceDefinition(nextTarget); + if (targetDef != null) { + ResourceType code; + try { + code = ResourceType.fromCode(targetDef.getName()); + } catch (FHIRException e) { + code = null; + } // if (code != null) { // param.addTarget(targetDef.getName()); // } - } - } - } - } - } + } + } + } + } + } + @Read(type = OperationDefinition.class) + public OperationDefinition readOperationDefinition(@IdParam IdType theId, RequestDetails theRequestDetails) { + if (theId == null || theId.hasIdPart() == false) { + throw new ResourceNotFoundException(theId); + } + RestfulServerConfiguration configuration = getServerConfiguration(theRequestDetails); + Bindings bindings = configuration.provideBindings(); - @Read(type = OperationDefinition.class) - public OperationDefinition readOperationDefinition(@IdParam IdType theId, RequestDetails theRequestDetails) { - if (theId == null || theId.hasIdPart() == false) { - throw new ResourceNotFoundException(theId); - } - RestfulServerConfiguration configuration = getServerConfiguration(theRequestDetails); - Bindings bindings = configuration.provideBindings(); + List operationBindings = bindings.getOperationNameToBindings().get(theId.getIdPart()); + if (operationBindings != null && !operationBindings.isEmpty()) { + return readOperationDefinitionForOperation(operationBindings); + } + List searchBindings = bindings.getSearchNameToBindings().get(theId.getIdPart()); + if (searchBindings != null && !searchBindings.isEmpty()) { + return readOperationDefinitionForNamedSearch(searchBindings); + } + throw new ResourceNotFoundException(theId); + } - List operationBindings = bindings.getOperationNameToBindings().get(theId.getIdPart()); - if (operationBindings != null && !operationBindings.isEmpty()) { - return readOperationDefinitionForOperation(operationBindings); - } - List searchBindings = bindings.getSearchNameToBindings().get(theId.getIdPart()); - if (searchBindings != null && !searchBindings.isEmpty()) { - return readOperationDefinitionForNamedSearch(searchBindings); - } - throw new ResourceNotFoundException(theId); - } + private OperationDefinition readOperationDefinitionForNamedSearch(List bindings) { + OperationDefinition op = new OperationDefinition(); + op.setStatus(PublicationStatus.ACTIVE); + op.setKind(OperationKind.QUERY); + op.setAffectsState(false); - private OperationDefinition readOperationDefinitionForNamedSearch(List bindings) { - OperationDefinition op = new OperationDefinition(); - op.setStatus(PublicationStatus.ACTIVE); - op.setKind(OperationKind.QUERY); - op.setAffectsState(false); + op.setSystem(false); + op.setType(false); + op.setInstance(false); - op.setSystem(false); - op.setType(false); - op.setInstance(false); + Set inParams = new HashSet<>(); - Set inParams = new HashSet<>(); + for (SearchMethodBinding binding : bindings) { + if (isNotBlank(binding.getDescription())) { + op.setDescription(binding.getDescription()); + } + if (isBlank(binding.getResourceProviderResourceName())) { + op.setSystem(true); + } else { + op.setType(true); + op.addResourceElement().setValue(binding.getResourceProviderResourceName()); + } + op.setCode(binding.getQueryName()); + for (IParameter nextParamUntyped : binding.getParameters()) { + if (nextParamUntyped instanceof SearchParameter) { + SearchParameter nextParam = (SearchParameter) nextParamUntyped; + if (!inParams.add(nextParam.getName())) { + continue; + } + OperationDefinitionParameterComponent param = op.addParameter(); + param.setUse(Enumerations.OperationParameterUse.IN); + param.setType(Enumerations.FHIRAllTypes.STRING); + param.getSearchTypeElement().setValueAsString(nextParam.getParamType().getCode()); + param.setMin(nextParam.isRequired() ? 1 : 0); + param.setMax("1"); + param.setName(nextParam.getName()); + } + } - for (SearchMethodBinding binding : bindings) { - if (isNotBlank(binding.getDescription())) { - op.setDescription(binding.getDescription()); - } - if (isBlank(binding.getResourceProviderResourceName())) { - op.setSystem(true); - } else { - op.setType(true); - op.addResourceElement().setValue(binding.getResourceProviderResourceName()); - } - op.setCode(binding.getQueryName()); - for (IParameter nextParamUntyped : binding.getParameters()) { - if (nextParamUntyped instanceof SearchParameter) { - SearchParameter nextParam = (SearchParameter) nextParamUntyped; - if (!inParams.add(nextParam.getName())) { - continue; - } - OperationDefinitionParameterComponent param = op.addParameter(); - param.setUse(Enumerations.OperationParameterUse.IN); - param.setType(Enumerations.FHIRAllTypes.STRING); - param.getSearchTypeElement().setValueAsString(nextParam.getParamType().getCode()); - param.setMin(nextParam.isRequired() ? 1 : 0); - param.setMax("1"); - param.setName(nextParam.getName()); - } - } + if (isBlank(op.getName())) { + if (isNotBlank(op.getDescription())) { + op.setName(op.getDescription()); + } else { + op.setName(op.getCode()); + } + } + } - if (isBlank(op.getName())) { - if (isNotBlank(op.getDescription())) { - op.setName(op.getDescription()); - } else { - op.setName(op.getCode()); - } - } - } + return op; + } - return op; - } + private OperationDefinition readOperationDefinitionForOperation(List bindings) { + OperationDefinition op = new OperationDefinition(); + op.setStatus(PublicationStatus.ACTIVE); + op.setKind(OperationKind.OPERATION); + op.setAffectsState(false); - private OperationDefinition readOperationDefinitionForOperation(List bindings) { - OperationDefinition op = new OperationDefinition(); - op.setStatus(PublicationStatus.ACTIVE); - op.setKind(OperationKind.OPERATION); - op.setAffectsState(false); + // We reset these to true below if we find a binding that can handle the level + op.setSystem(false); + op.setType(false); + op.setInstance(false); - // We reset these to true below if we find a binding that can handle the level - op.setSystem(false); - op.setType(false); - op.setInstance(false); + Set inParams = new HashSet<>(); + Set outParams = new HashSet<>(); - Set inParams = new HashSet<>(); - Set outParams = new HashSet<>(); + for (OperationMethodBinding sharedDescription : bindings) { + if (isNotBlank(sharedDescription.getDescription())) { + op.setDescription(sharedDescription.getDescription()); + } + if (sharedDescription.isCanOperateAtInstanceLevel()) { + op.setInstance(true); + } + if (sharedDescription.isCanOperateAtServerLevel()) { + op.setSystem(true); + } + if (sharedDescription.isCanOperateAtTypeLevel()) { + op.setType(true); + } + if (!sharedDescription.isIdempotent()) { + op.setAffectsState(!sharedDescription.isIdempotent()); + } + op.setCode(sharedDescription.getName().substring(1)); + if (sharedDescription.isCanOperateAtInstanceLevel()) { + op.setInstance(sharedDescription.isCanOperateAtInstanceLevel()); + } + if (sharedDescription.isCanOperateAtServerLevel()) { + op.setSystem(sharedDescription.isCanOperateAtServerLevel()); + } + if (isNotBlank(sharedDescription.getResourceName())) { + op.addResourceElement().setValue(sharedDescription.getResourceName()); + } - for (OperationMethodBinding sharedDescription : bindings) { - if (isNotBlank(sharedDescription.getDescription())) { - op.setDescription(sharedDescription.getDescription()); - } - if (sharedDescription.isCanOperateAtInstanceLevel()) { - op.setInstance(true); - } - if (sharedDescription.isCanOperateAtServerLevel()) { - op.setSystem(true); - } - if (sharedDescription.isCanOperateAtTypeLevel()) { - op.setType(true); - } - if (!sharedDescription.isIdempotent()) { - op.setAffectsState(!sharedDescription.isIdempotent()); - } - op.setCode(sharedDescription.getName().substring(1)); - if (sharedDescription.isCanOperateAtInstanceLevel()) { - op.setInstance(sharedDescription.isCanOperateAtInstanceLevel()); - } - if (sharedDescription.isCanOperateAtServerLevel()) { - op.setSystem(sharedDescription.isCanOperateAtServerLevel()); - } - if (isNotBlank(sharedDescription.getResourceName())) { - op.addResourceElement().setValue(sharedDescription.getResourceName()); - } + for (IParameter nextParamUntyped : sharedDescription.getParameters()) { + if (nextParamUntyped instanceof OperationParameter) { + OperationParameter nextParam = (OperationParameter) nextParamUntyped; + OperationDefinitionParameterComponent param = op.addParameter(); + if (!inParams.add(nextParam.getName())) { + continue; + } + param.setUse(Enumerations.OperationParameterUse.IN); + if (nextParam.getParamType() != null) { + param.setType(Enumerations.FHIRAllTypes.fromCode(nextParam.getParamType())); + } + if (nextParam.getSearchParamType() != null) { + param.getSearchTypeElement().setValueAsString(nextParam.getSearchParamType()); + } + param.setMin(nextParam.getMin()); + param.setMax(nextParam.getMax() == -1 ? "*" : Integer.toString(nextParam.getMax())); + param.setName(nextParam.getName()); + } + } - for (IParameter nextParamUntyped : sharedDescription.getParameters()) { - if (nextParamUntyped instanceof OperationParameter) { - OperationParameter nextParam = (OperationParameter) nextParamUntyped; - OperationDefinitionParameterComponent param = op.addParameter(); - if (!inParams.add(nextParam.getName())) { - continue; - } - param.setUse(Enumerations.OperationParameterUse.IN); - if (nextParam.getParamType() != null) { - param.setType(Enumerations.FHIRAllTypes.fromCode(nextParam.getParamType())); - } - if (nextParam.getSearchParamType() != null) { - param.getSearchTypeElement().setValueAsString(nextParam.getSearchParamType()); - } - param.setMin(nextParam.getMin()); - param.setMax(nextParam.getMax() == -1 ? "*" : Integer.toString(nextParam.getMax())); - param.setName(nextParam.getName()); - } - } + for (ReturnType nextParam : sharedDescription.getReturnParams()) { + if (!outParams.add(nextParam.getName())) { + continue; + } + OperationDefinitionParameterComponent param = op.addParameter(); + param.setUse(Enumerations.OperationParameterUse.OUT); + if (nextParam.getType() != null) { + param.setType(Enumerations.FHIRAllTypes.fromCode(nextParam.getType())); + } + param.setMin(nextParam.getMin()); + param.setMax(nextParam.getMax() == -1 ? "*" : Integer.toString(nextParam.getMax())); + param.setName(nextParam.getName()); + } + } - for (ReturnType nextParam : sharedDescription.getReturnParams()) { - if (!outParams.add(nextParam.getName())) { - continue; - } - OperationDefinitionParameterComponent param = op.addParameter(); - param.setUse(Enumerations.OperationParameterUse.OUT); - if (nextParam.getType() != null) { - param.setType(Enumerations.FHIRAllTypes.fromCode(nextParam.getType())); - } - param.setMin(nextParam.getMin()); - param.setMax(nextParam.getMax() == -1 ? "*" : Integer.toString(nextParam.getMax())); - param.setName(nextParam.getName()); - } - } + if (isBlank(op.getName())) { + if (isNotBlank(op.getDescription())) { + op.setName(op.getDescription()); + } else { + op.setName(op.getCode()); + } + } - if (isBlank(op.getName())) { - if (isNotBlank(op.getDescription())) { - op.setName(op.getDescription()); - } else { - op.setName(op.getCode()); - } - } + if (op.hasSystem() == false) { + op.setSystem(false); + } + if (op.hasInstance() == false) { + op.setInstance(false); + } - if (op.hasSystem() == false) { - op.setSystem(false); - } - if (op.hasInstance() == false) { - op.setInstance(false); - } + return op; + } - return op; - } - - @Override - public void setRestfulServer(RestfulServer theRestfulServer) { - // ignore - } + @Override + public void setRestfulServer(RestfulServer theRestfulServer) { + // ignore + } private void sortSearchParameters(List searchParameters) { - Collections.sort(searchParameters, new Comparator() { - @Override - public int compare(SearchParameter theO1, SearchParameter theO2) { - if (theO1.isRequired() == theO2.isRequired()) { - return theO1.getName().compareTo(theO2.getName()); - } - if (theO1.isRequired()) { - return -1; - } - return 1; - } - }); - } + Collections.sort(searchParameters, new Comparator() { + @Override + public int compare(SearchParameter theO1, SearchParameter theO2) { + if (theO1.isRequired() == theO2.isRequired()) { + return theO1.getName().compareTo(theO2.getName()); + } + if (theO1.isRequired()) { + return -1; + } + return 1; + } + }); + } } diff --git a/hapi-fhir-structures-r5/src/main/resources/org/hl7/fhir/r5/model/fhirversion.properties b/hapi-fhir-structures-r5/src/main/resources/org/hl7/fhir/r5/model/fhirversion.properties index 2248296c8ae..e6783f3a350 100644 --- a/hapi-fhir-structures-r5/src/main/resources/org/hl7/fhir/r5/model/fhirversion.properties +++ b/hapi-fhir-structures-r5/src/main/resources/org/hl7/fhir/r5/model/fhirversion.properties @@ -1,5 +1,5 @@ # This file contains version definitions -# Generated: 2020-01-12T11:10:06.793+08:00 +# Generated: 2020-05-11T07:41:23.753-04:00 resource.Account=org.hl7.fhir.r5.model.Account resource.ActivityDefinition=org.hl7.fhir.r5.model.ActivityDefinition @@ -21,6 +21,7 @@ resource.CareTeam=org.hl7.fhir.r5.model.CareTeam resource.CatalogEntry=org.hl7.fhir.r5.model.CatalogEntry resource.ChargeItem=org.hl7.fhir.r5.model.ChargeItem resource.ChargeItemDefinition=org.hl7.fhir.r5.model.ChargeItemDefinition +resource.Citation=org.hl7.fhir.r5.model.Citation resource.Claim=org.hl7.fhir.r5.model.Claim resource.ClaimResponse=org.hl7.fhir.r5.model.ClaimResponse resource.ClinicalImpression=org.hl7.fhir.r5.model.ClinicalImpression @@ -54,6 +55,7 @@ resource.EnrollmentResponse=org.hl7.fhir.r5.model.EnrollmentResponse resource.EpisodeOfCare=org.hl7.fhir.r5.model.EpisodeOfCare resource.EventDefinition=org.hl7.fhir.r5.model.EventDefinition resource.Evidence=org.hl7.fhir.r5.model.Evidence +resource.EvidenceFocus=org.hl7.fhir.r5.model.EvidenceFocus resource.EvidenceVariable=org.hl7.fhir.r5.model.EvidenceVariable resource.ExampleScenario=org.hl7.fhir.r5.model.ExampleScenario resource.ExplanationOfBenefit=org.hl7.fhir.r5.model.ExplanationOfBenefit @@ -92,6 +94,7 @@ resource.MolecularSequence=org.hl7.fhir.r5.model.MolecularSequence resource.NamingSystem=org.hl7.fhir.r5.model.NamingSystem resource.NutritionIntake=org.hl7.fhir.r5.model.NutritionIntake resource.NutritionOrder=org.hl7.fhir.r5.model.NutritionOrder +resource.NutritionProduct=org.hl7.fhir.r5.model.NutritionProduct resource.Observation=org.hl7.fhir.r5.model.Observation resource.ObservationDefinition=org.hl7.fhir.r5.model.ObservationDefinition resource.OperationDefinition=org.hl7.fhir.r5.model.OperationDefinition @@ -103,6 +106,7 @@ resource.Parameters=org.hl7.fhir.r5.model.Parameters resource.Patient=org.hl7.fhir.r5.model.Patient resource.PaymentNotice=org.hl7.fhir.r5.model.PaymentNotice resource.PaymentReconciliation=org.hl7.fhir.r5.model.PaymentReconciliation +resource.Permission=org.hl7.fhir.r5.model.Permission resource.Person=org.hl7.fhir.r5.model.Person resource.PlanDefinition=org.hl7.fhir.r5.model.PlanDefinition resource.Practitioner=org.hl7.fhir.r5.model.Practitioner @@ -126,6 +130,8 @@ resource.SpecimenDefinition=org.hl7.fhir.r5.model.SpecimenDefinition resource.StructureDefinition=org.hl7.fhir.r5.model.StructureDefinition resource.StructureMap=org.hl7.fhir.r5.model.StructureMap resource.Subscription=org.hl7.fhir.r5.model.Subscription +resource.SubscriptionStatus=org.hl7.fhir.r5.model.SubscriptionStatus +resource.SubscriptionTopic=org.hl7.fhir.r5.model.SubscriptionTopic resource.Substance=org.hl7.fhir.r5.model.Substance resource.SubstanceDefinition=org.hl7.fhir.r5.model.SubstanceDefinition resource.SubstanceNucleicAcid=org.hl7.fhir.r5.model.SubstanceNucleicAcid @@ -139,7 +145,6 @@ resource.Task=org.hl7.fhir.r5.model.Task resource.TerminologyCapabilities=org.hl7.fhir.r5.model.TerminologyCapabilities resource.TestReport=org.hl7.fhir.r5.model.TestReport resource.TestScript=org.hl7.fhir.r5.model.TestScript -resource.Topic=org.hl7.fhir.r5.model.Topic resource.ValueSet=org.hl7.fhir.r5.model.ValueSet resource.VerificationResult=org.hl7.fhir.r5.model.VerificationResult resource.VisionPrescription=org.hl7.fhir.r5.model.VisionPrescription @@ -200,8 +205,8 @@ datatype.dateTime=org.hl7.fhir.r5.model.DateTimeType datatype.decimal=org.hl7.fhir.r5.model.DecimalType datatype.id=org.hl7.fhir.r5.model.IdType datatype.instant=org.hl7.fhir.r5.model.InstantType -datatype.integer=org.hl7.fhir.r5.model.IntegerType -datatype.integer64=org.hl7.fhir.r5.model.Integer64Type +datatype.integer=org.hl7.fhir.r5.model.Integer64Type +datatype.integer.2=org.hl7.fhir.r5.model.IntegerType datatype.markdown=org.hl7.fhir.r5.model.MarkdownType datatype.oid=org.hl7.fhir.r5.model.OidType datatype.positiveInt=org.hl7.fhir.r5.model.PositiveIntType diff --git a/hapi-fhir-structures-r5/src/test/java/ca/uhn/fhir/rest/server/ServerCapabilityStatementProviderR5Test.java b/hapi-fhir-structures-r5/src/test/java/ca/uhn/fhir/rest/server/ServerCapabilityStatementProviderR5Test.java index 9a384e576c2..8f310908518 100644 --- a/hapi-fhir-structures-r5/src/test/java/ca/uhn/fhir/rest/server/ServerCapabilityStatementProviderR5Test.java +++ b/hapi-fhir-structures-r5/src/test/java/ca/uhn/fhir/rest/server/ServerCapabilityStatementProviderR5Test.java @@ -133,6 +133,7 @@ public class ServerCapabilityStatementProviderR5Test { RestfulServer rs = new RestfulServer(ourCtx); rs.setProviders(new ProviderWithExtendedOperationReturningBundle()); + rs.setServerAddressStrategy(new HardcodedServerAddressStrategy("http://localhost/baseR4")); ServerCapabilityStatementProvider sc = new ServerCapabilityStatementProvider(); rs.setServerConformanceProvider(sc); @@ -257,6 +258,7 @@ public class ServerCapabilityStatementProviderR5Test { public void testOperationAcrossMultipleTypes() throws Exception { RestfulServer rs = new RestfulServer(ourCtx); rs.setProviders(new MultiTypePatientProvider(), new MultiTypeEncounterProvider()); + rs.setServerAddressStrategy(new HardcodedServerAddressStrategy("http://localhost/baseR4")); ServerCapabilityStatementProvider sc = new ServerCapabilityStatementProvider(); rs.setServerConformanceProvider(sc); @@ -660,6 +662,7 @@ public class ServerCapabilityStatementProviderR5Test { public void testSystemLevelNamedQueryWithParameters() throws Exception { RestfulServer rs = new RestfulServer(ourCtx); rs.setProviders(new NamedQueryPlainProvider()); + rs.setServerAddressStrategy(new HardcodedServerAddressStrategy("http://localhost/baseR4")); ServerCapabilityStatementProvider sc = new ServerCapabilityStatementProvider(); rs.setServerConformanceProvider(sc); @@ -704,6 +707,7 @@ public class ServerCapabilityStatementProviderR5Test { public void testResourceLevelNamedQueryWithParameters() throws Exception { RestfulServer rs = new RestfulServer(ourCtx); rs.setProviders(new NamedQueryResourceProvider()); + rs.setServerAddressStrategy(new HardcodedServerAddressStrategy("http://localhost/baseR4")); ServerCapabilityStatementProvider sc = new ServerCapabilityStatementProvider(); rs.setServerConformanceProvider(sc); @@ -747,6 +751,7 @@ public class ServerCapabilityStatementProviderR5Test { public void testExtendedOperationAtTypeLevel() throws Exception { RestfulServer rs = new RestfulServer(ourCtx); rs.setProviders(new TypeLevelOperationProvider()); + rs.setServerAddressStrategy(new HardcodedServerAddressStrategy("http://localhost/baseR4")); ServerCapabilityStatementProvider sc = new ServerCapabilityStatementProvider(); rs.setServerConformanceProvider(sc); diff --git a/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/profile/profiles-others.xml b/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/profile/profiles-others.xml index 13923995c7c..3ae8cf7c17f 100644 --- a/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/profile/profiles-others.xml +++ b/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/profile/profiles-others.xml @@ -352,9 +352,7 @@ - + @@ -397,11 +395,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -1731,9 +1725,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -1916,9 +1908,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -2135,9 +2125,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -2346,9 +2334,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -2557,9 +2543,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -3199,9 +3183,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -4680,7 +4662,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -5069,9 +5051,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -5489,9 +5469,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -5773,9 +5751,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -6257,9 +6233,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -6677,9 +6651,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -6961,9 +6933,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -7596,9 +7566,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -8385,9 +8353,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -9110,9 +9076,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -9155,11 +9119,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -10545,9 +10505,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -11012,9 +10970,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -11534,9 +11490,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -12275,9 +12229,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -12611,9 +12563,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -12806,9 +12756,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -13706,9 +13654,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -14186,9 +14132,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -14518,9 +14462,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -14845,9 +14787,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -15543,9 +15483,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -16577,9 +16515,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -16653,15 +16589,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -16937,9 +16865,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -17187,11 +17113,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -17420,9 +17342,7 @@ The value may come from the ElementDefinition referred to by .definition."> - + @@ -17648,9 +17568,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -18156,9 +18074,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -18201,11 +18117,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -18869,9 +18781,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -18945,9 +18855,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -19091,9 +18999,7 @@ The Value Set Definition specification defines an ActiveOnly element, which is t - + @@ -19297,9 +19203,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -19493,9 +19397,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -19733,9 +19635,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -19937,9 +19837,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -20029,9 +19927,7 @@ Expansion.parameter is a simplified list of parameters - a subset of the featur - + @@ -20270,9 +20166,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -20495,9 +20389,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -21169,9 +21061,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -21214,11 +21104,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -22144,9 +22030,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -22981,9 +22865,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -23026,11 +22908,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -23683,9 +23561,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -23887,9 +23763,7 @@ Most code systems occasionally refine the displays defined for concepts between - + @@ -24133,9 +24007,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -24380,9 +24252,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -24592,9 +24462,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -24829,9 +24697,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -25445,9 +25311,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -26441,9 +26305,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -27179,9 +27041,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -27315,9 +27175,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -27608,9 +27466,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -27756,7 +27612,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -27803,7 +27659,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -28052,9 +27908,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -28134,7 +27988,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -28222,9 +28076,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -29305,9 +29157,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -29999,9 +29849,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -30132,9 +29980,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -30420,9 +30266,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -30568,7 +30412,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -30615,7 +30459,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -30869,9 +30713,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -30951,7 +30793,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -31039,9 +30881,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -31304,52 +31144,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -31735,9 +31530,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -32918,9 +32711,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -33053,9 +32844,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -33341,9 +33130,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -33489,7 +33276,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -33536,7 +33323,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -33798,9 +33585,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -33881,7 +33666,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -33979,9 +33764,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -34367,7 +34150,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -34754,9 +34537,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -36711,9 +36492,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -36846,9 +36625,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -37134,9 +36911,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -37282,7 +37057,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -37329,7 +37104,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -37591,9 +37366,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -37674,7 +37447,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -37772,9 +37545,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -38017,7 +37788,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -38404,9 +38175,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -40065,9 +39834,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -40200,9 +39967,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -40488,9 +40253,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -40636,7 +40399,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -40683,7 +40446,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -40946,9 +40709,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -41029,7 +40790,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -41127,9 +40888,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -41327,7 +41086,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -41714,9 +41473,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -43671,9 +43428,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -43806,9 +43561,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -44094,9 +43847,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -44242,7 +43993,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -44289,7 +44040,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -44551,9 +44302,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -44634,7 +44383,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -44732,9 +44481,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -44977,7 +44724,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -45364,9 +45111,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -47314,9 +47059,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -47449,9 +47192,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -47737,9 +47478,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -47885,7 +47624,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -47932,7 +47671,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -48194,9 +47933,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -48277,7 +48014,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -48375,9 +48112,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -48613,7 +48348,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -49000,9 +48735,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -50950,9 +50683,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -51085,9 +50816,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -51373,9 +51102,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -51521,7 +51248,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -51568,7 +51295,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -51830,9 +51557,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -51913,7 +51638,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -52011,9 +51736,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -52249,7 +51972,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -52636,9 +52359,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -54593,9 +54314,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -54728,9 +54447,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -55016,9 +54733,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -55164,7 +54879,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -55211,7 +54926,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -55473,9 +55188,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -55556,7 +55269,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -55654,9 +55367,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -55899,7 +55610,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -56286,9 +55997,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -58243,9 +57952,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -58378,9 +58085,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -58666,9 +58371,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -58814,7 +58517,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -58861,7 +58564,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -59123,9 +58826,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -59206,7 +58907,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -59304,9 +59005,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -59549,19 +59248,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -59948,9 +59635,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -61898,9 +61583,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -62033,9 +61716,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -62321,9 +62002,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -62469,7 +62148,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -62516,7 +62195,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -62778,9 +62457,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -62861,7 +62538,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -62959,9 +62636,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -63197,7 +62872,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -63584,9 +63259,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -65534,9 +65207,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -65669,9 +65340,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -65957,9 +65626,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -66105,7 +65772,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -66152,7 +65819,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -66414,9 +66081,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -66497,7 +66162,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -66595,9 +66260,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -66835,7 +66498,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -67222,9 +66885,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -68907,9 +68568,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -69042,9 +68701,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -69330,9 +68987,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -69478,7 +69133,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -69525,7 +69180,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -69800,9 +69455,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -69883,7 +69536,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -69981,9 +69634,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -70223,9 +69874,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -70308,7 +69957,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -71117,9 +70766,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -71359,9 +71006,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -71442,7 +71087,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -72251,9 +71896,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -73002,9 +72645,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -73047,11 +72688,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -74592,9 +74229,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -74637,11 +74272,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -76146,9 +75777,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -77140,9 +76769,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -77858,9 +77485,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -78851,9 +78476,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -78986,9 +78609,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -79276,9 +78897,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -79447,7 +79066,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -79494,7 +79113,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -79748,9 +79367,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -79830,7 +79447,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -79918,9 +79535,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -80597,9 +80212,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -81323,9 +80936,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -81458,9 +81069,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -81748,9 +81357,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -81898,7 +81505,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -81945,7 +81552,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -82199,9 +81806,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -82281,7 +81886,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -82369,9 +81974,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -82993,9 +82596,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -83719,9 +83320,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -83854,9 +83453,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -84144,9 +83741,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -84316,7 +83911,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -84363,7 +83958,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -84617,9 +84212,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -84699,7 +84292,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -84787,9 +84380,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -85418,9 +85009,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -86137,9 +85726,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -86272,9 +85859,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -86562,9 +86147,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -86733,7 +86316,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -86780,7 +86363,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -87034,9 +86617,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -87116,7 +86697,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -87204,9 +86785,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -87957,9 +87536,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -88747,9 +88324,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -89487,8 +89062,8 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - - + + @@ -89522,9 +89097,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -90312,9 +89885,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -90572,8 +90143,8 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - - + + @@ -90936,9 +90507,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -90981,11 +90550,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -91885,11 +91450,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -92282,9 +91843,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -92650,9 +92209,7 @@ The base Composition is a general resource for compositions or documents about a - + @@ -92741,9 +92298,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -93294,9 +92849,7 @@ Some reporting work flows require that the original narrative of a final documen - + @@ -93601,9 +93154,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -93837,9 +93388,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -94114,9 +93663,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -94198,9 +93745,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -94977,9 +94522,7 @@ If the section has content (instead of sub-sections), the section.code does not - + @@ -95068,9 +94611,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -95622,9 +95163,7 @@ Some reporting work flows require that the original narrative of a final documen - + @@ -95929,9 +95468,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -96165,9 +95702,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -96444,9 +95979,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -96528,9 +96061,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -97317,9 +96848,7 @@ If the section has content (instead of sub-sections), the section.code does not - + @@ -97362,11 +96891,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -98423,9 +97948,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -98749,9 +98272,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -98978,9 +98499,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -99270,9 +98789,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -99431,9 +98948,7 @@ In addition, because the subject needs to be resolved during realization, use of - + @@ -99677,9 +99192,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -99938,9 +99451,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -100401,9 +99912,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -100955,9 +100464,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -101000,11 +100507,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -102049,9 +101552,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -102375,9 +101876,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -102604,9 +102103,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -102896,9 +102393,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -103057,9 +102552,7 @@ In addition, because the subject needs to be resolved during realization, use of - + @@ -103303,9 +102796,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -103564,9 +103055,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -104027,9 +103516,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -104544,9 +104031,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -104589,11 +104074,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -105638,9 +105119,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -105964,9 +105443,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -106193,9 +105670,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -106488,9 +105963,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -106651,9 +106124,7 @@ In addition, because the subject needs to be resolved during realization, use of - + @@ -106897,9 +106368,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -107160,9 +106629,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -107626,9 +107093,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -108439,9 +107904,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -110014,10 +109477,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -110198,8 +109658,7 @@ This element should only be used on child elements of complex data elements."> - + @@ -110443,17 +109902,7 @@ This element should only be used on child elements of complex data elements."> - + @@ -112550,9 +111999,7 @@ When pattern[x] is used to constrain a complex object, it means that each proper - + @@ -112961,8 +112408,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -112981,9 +112427,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -113100,9 +112544,7 @@ For example, an activity may be initiated by one user for other users or involve - + @@ -113474,10 +112916,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -113680,9 +113119,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -113853,9 +113290,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -113970,9 +113405,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -114269,9 +113702,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -114796,9 +114227,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -115380,9 +114809,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -115856,9 +115283,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -116177,9 +115602,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + diff --git a/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/profile/profiles-resources.xml b/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/profile/profiles-resources.xml index 6aec96eb64f..28dd40efcad 100644 --- a/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/profile/profiles-resources.xml +++ b/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/profile/profiles-resources.xml @@ -8970,12 +8970,7 @@ - + @@ -21157,11 +21152,7 @@ Requires the near-distance parameter to be provided also"> - + @@ -21250,15 +21241,7 @@ If the capability statements can be successfully compared, then the return value - + @@ -21572,22 +21555,7 @@ If the capability statements match by these rules, then the return value is a 20 - + @@ -21849,9 +21817,7 @@ The find-matches operation is still preliminary. The interface can be expected t - + @@ -22110,9 +22076,7 @@ When invoking this operation, a client SHALL provide both a system and a code, e - + @@ -22215,9 +22179,7 @@ When invoking this operation, a client SHALL provide both a and codes, either as - + @@ -22292,9 +22254,7 @@ When invoking this operation, a client SHALL provide one (and only one) of the p - + @@ -22375,13 +22335,7 @@ Note that. 'abstract' is a property defined by many HL7 code systems that indica - + @@ -22506,11 +22460,7 @@ Notes: - + @@ -22795,20 +22745,9 @@ The operation returns a set of parameters including a 'result' for whether there - + - + @@ -22881,18 +22820,7 @@ The _since parameter is provided to support periodic queries to get additional i - + @@ -23515,16 +23443,7 @@ The _since parameter is provided to support periodic queries to get additional i - + @@ -23587,48 +23506,9 @@ The _since parameter is provided to support periodic queries to get additional i - + - + @@ -23699,18 +23579,9 @@ The following rules apply when using the $process-message operation asynchronous - + - + @@ -23776,44 +23647,9 @@ If the server wishes, it can also look through all code systems and value sets i - + - + @@ -23868,30 +23704,9 @@ The set of returned observations should represent distinct real world observatio - + - + @@ -23909,7 +23724,7 @@ The set of returned observations should represent distinct real world observatio - + @@ -24018,22 +23833,9 @@ The set of returned observations should represent distinct real world observatio - + - + @@ -24120,9 +23922,7 @@ The _since parameter is provided to support periodic queries to get additional i - + @@ -24379,21 +24179,7 @@ To ask an MPI to match a patient, clients use the "$match" operation, - + @@ -24504,9 +24290,7 @@ Implementers are encouraged to provide feedback to HL7 about their use of this o - + @@ -24561,11 +24345,7 @@ For the purposes of graphQL compatibility, this operation can also be invoked us - + @@ -24729,24 +24509,9 @@ For the purposes of graphQL compatibility, this operation can also be invoked us - + - + @@ -24821,11 +24586,7 @@ Future versions of this specifcation may add additional validation parameters. A - + @@ -24909,9 +24670,7 @@ This operation is intended to enable auto-generation of simple interfaces for ar - + @@ -25044,21 +24803,9 @@ If the operation is not called at the instance level, either *definition* or *ur - + - + @@ -25100,12 +24847,7 @@ When a server cannot correctly expand a value set because it does not fully unde - + @@ -25113,14 +24855,7 @@ The purpose is to inform the server whether to use the value set associated with - + @@ -25288,9 +25023,7 @@ Text Search engines such as Lucene or Solr, long with their considerable functio - + @@ -25390,9 +25123,7 @@ If the operation is not called at the instance level, one of the in parameters u - + @@ -26039,9 +25770,7 @@ Note that. 'abstract' is a property defined by many HL7 code systems that indica - + @@ -26318,10 +26047,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -26416,9 +26142,7 @@ Where the order is important, a local/jurisdictional extension may be defined to - + @@ -26461,9 +26185,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -26681,9 +26403,7 @@ A coverage may only be responsible for specific types of charges, and the sequen - + @@ -27009,10 +26729,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -27027,9 +26744,7 @@ Where the order is important, a local/jurisdictional extension may be defined to - + @@ -27535,9 +27250,7 @@ A coverage may only be responsible for specific types of charges, and the sequen - + @@ -27580,11 +27293,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -28959,9 +28668,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -29427,9 +29134,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -29557,11 +29262,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -30897,9 +30598,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -31534,9 +31233,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -31703,9 +31400,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -32754,9 +32449,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -32838,8 +32531,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -33077,7 +32769,7 @@ The data type is CodeableConcept because clinicalStatus has some clinical judgme - + @@ -33117,7 +32809,7 @@ The data type is CodeableConcept because clinicalStatus has some clinical judgme - + @@ -33519,9 +33211,7 @@ The data type is CodeableConcept because clinicalStatus has some clinical judgme - + @@ -33874,8 +33564,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -34045,7 +33734,7 @@ The data type is CodeableConcept because clinicalStatus has some clinical judgme - + @@ -34071,7 +33760,7 @@ The data type is CodeableConcept because clinicalStatus has some clinical judgme - + @@ -34810,9 +34499,7 @@ The data type is CodeableConcept because clinicalStatus has some clinical judgme - + @@ -34900,9 +34587,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -35240,7 +34925,7 @@ This element is labeled as a modifier because the status contains the code enter - + @@ -35560,7 +35245,7 @@ This element is labeled as a modifier because the status contains the code enter - + @@ -35787,9 +35472,7 @@ This element is labeled as a modifier because the status contains the code enter - + @@ -35833,7 +35516,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -36041,9 +35724,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -36155,9 +35836,7 @@ The duration (usually in minutes) could also be provided to indicate the length - + @@ -36383,7 +36062,7 @@ This element is labeled as a modifier because the status contains the code enter - + @@ -36585,7 +36264,7 @@ This element is labeled as a modifier because the status contains the code enter - + @@ -36687,7 +36366,7 @@ This element is labeled as a modifier because the status contains the code enter - + @@ -36824,9 +36503,7 @@ This element is labeled as a modifier because the status contains the code enter - + @@ -37223,9 +36900,7 @@ The duration (usually in minutes) could also be provided to indicate the length - + @@ -37418,7 +37093,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -37721,7 +37396,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -38220,9 +37895,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -38626,8 +38299,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -38646,9 +38318,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -38765,9 +38435,7 @@ For example, an activity may be initiated by one user for other users or involve - + @@ -39135,10 +38803,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -39340,9 +39005,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -39510,9 +39173,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -39627,9 +39288,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -39922,9 +39581,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -40445,9 +40102,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -40840,8 +40495,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -40860,9 +40514,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -41120,10 +40772,7 @@ For example, an activity may be initiated by one user for other users or involve - + @@ -41294,9 +40943,7 @@ For example, an activity may be initiated by one user for other users or involve - + @@ -42132,9 +41779,7 @@ For example, an activity may be initiated by one user for other users or involve - + @@ -42210,9 +41855,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -42404,9 +42047,7 @@ This element is labeled as a modifier because it defines the meaning of the reso - + @@ -42570,11 +42211,7 @@ This element is labeled as a modifier because it defines the meaning of the reso - + @@ -42814,11 +42451,7 @@ This element is labeled as a modifier because it defines the meaning of the reso - + @@ -42930,8 +42563,7 @@ This element is labeled as a modifier because it defines the meaning of the reso - + @@ -42957,8 +42589,7 @@ into another (possibly the same) biological entity."> - + @@ -43240,9 +42871,7 @@ into another (possibly the same) biological entity."> - + @@ -43588,9 +43217,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -43806,9 +43433,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -44054,9 +43679,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -44243,9 +43866,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -44398,8 +44019,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -45079,9 +44699,7 @@ into another (possibly the same) biological entity."> - + @@ -46062,17 +45680,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -46133,11 +45741,7 @@ The timestamp value should be greater than the lastUpdated and other timestamps - + @@ -46228,9 +45832,7 @@ This specification defines some specific uses of Bundle.link for [searching](sea - + @@ -46429,9 +46031,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -46497,12 +46097,8 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - - + + @@ -46636,9 +46232,7 @@ Note that the fullUrl is not the same as the canonical URL - it's an absolute ur - + @@ -46716,9 +46310,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -46835,9 +46427,7 @@ See [Patient Match](patient-operation-match.html) for the EMPI search which rela - + @@ -47131,9 +46721,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -47279,9 +46867,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -47457,17 +47043,7 @@ This outcome is not used for error responses in batch/transaction, only for hint - + @@ -47500,11 +47076,7 @@ The timestamp value should be greater than the lastUpdated and other timestamps - + @@ -47572,12 +47144,8 @@ This specification defines some specific uses of Bundle.link for [searching](sea - - + + @@ -47632,9 +47200,7 @@ Note that the fullUrl is not the same as the canonical URL - it's an absolute ur - + @@ -47791,9 +47357,7 @@ See [Patient Match](patient-operation-match.html) for the EMPI search which rela - + @@ -48238,9 +47802,7 @@ This outcome is not used for error responses in batch/transaction, only for hint - + @@ -48283,11 +47845,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -48810,9 +48368,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -48842,9 +48398,7 @@ Many [Implementation Guides](http://fhir.org/guides/registry) define additional - + @@ -48962,9 +48516,7 @@ A capability statement that imports another CapabilityStatement automatically in - + @@ -49176,9 +48728,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -49537,9 +49087,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -49734,9 +49282,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -49962,9 +49508,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -50220,9 +49764,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -50737,9 +50279,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -50898,9 +50438,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -50991,9 +50529,7 @@ If an operation that is listed in multiple CapabilityStatement.rest.resource.ope - + @@ -51208,9 +50744,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -51482,9 +51016,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -51619,9 +51151,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -51865,9 +51395,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -52064,9 +51592,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -52265,11 +51791,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -52580,9 +52102,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -52598,9 +52118,7 @@ Many [Implementation Guides](http://fhir.org/guides/registry) define additional - + @@ -53254,9 +52772,7 @@ A capability statement that imports another CapabilityStatement automatically in - + @@ -53909,9 +53425,7 @@ If an operation that is listed in multiple CapabilityStatement.rest.resource.ope - + @@ -54170,9 +53684,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -54782,8 +54294,7 @@ This element is labeled as a modifier because the status contains the code enter - + @@ -54859,9 +54370,7 @@ NOTE: This is a list of contained Request-Event tuples!}"> - + @@ -55010,7 +54519,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -55151,9 +54660,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -55459,8 +54966,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -56039,9 +55545,7 @@ The unknown code is not to be used to convey other statuses. The unknown code s - + @@ -56424,8 +55928,7 @@ This element is labeled as a modifier because the status contains the code enter - + @@ -56496,7 +55999,7 @@ NOTE: This is a list of contained Request-Event tuples!}"> - + @@ -56699,8 +56202,7 @@ NOTE: This is a list of contained Request-Event tuples!}"> - + @@ -57310,9 +56812,7 @@ The unknown code is not to be used to convey other statuses. The unknown code s - + @@ -57490,8 +56990,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -57695,9 +57194,7 @@ Allows for an organization to designate a team such as the PICC line team."> - + @@ -57783,9 +57280,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -58115,8 +57610,7 @@ Member is optional because some participants may be known only by their role, pa - + @@ -58226,9 +57720,7 @@ Allows for an organization to designate a team such as the PICC line team."> - + @@ -58686,9 +58178,7 @@ Member is optional because some participants may be known only by their role, pa - + @@ -59144,9 +58634,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -59804,9 +59292,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -59966,9 +59452,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -60354,9 +59838,7 @@ This element is labeled as a modifier because the status contains the code enter - + @@ -61154,9 +60636,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -62150,9 +61630,7 @@ This element is labeled as a modifier because the status contains the code enter - + @@ -62195,11 +61673,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -63082,9 +62556,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -63186,8 +62658,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -63311,9 +62782,7 @@ FHIRPath expressions can traverse into other resources linked from the ChargeIte - + @@ -63479,9 +62948,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -63669,11 +63136,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -64207,8 +63670,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -64681,9 +64143,7 @@ FHIRPath expressions can traverse into other resources linked from the ChargeIte - + @@ -65298,9 +64758,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -65591,9 +65049,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -65863,9 +65319,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -66069,10 +65523,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -66167,9 +65618,7 @@ Value codes"> - + @@ -66509,9 +65958,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -66818,9 +66265,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -67115,9 +66560,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -67451,9 +66894,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -67682,9 +67123,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -68442,9 +67881,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -68919,9 +68356,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -69912,10 +69347,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -71478,9 +70910,7 @@ Value codes"> - + @@ -72133,9 +71563,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -72325,9 +71753,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -72589,9 +72015,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -72804,9 +72228,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -73019,9 +72441,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -73701,9 +73121,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -74078,9 +73496,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -74481,9 +73897,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -74682,9 +74096,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -75099,9 +74511,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -75402,9 +74812,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -75677,9 +75085,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -77728,9 +77134,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -77859,9 +77263,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -78312,9 +77714,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -78572,9 +77972,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -78907,9 +78305,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -79694,9 +79090,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -79739,11 +79133,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -80390,9 +79780,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -80595,9 +79983,7 @@ Most code systems occasionally refine the displays defined for concepts between - + @@ -80842,9 +80228,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -81090,9 +80474,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -81303,9 +80685,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -81541,9 +80921,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -81705,11 +81083,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -82088,9 +81462,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -82793,9 +82165,7 @@ Most code systems occasionally refine the displays defined for concepts between - + @@ -83696,9 +83066,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -84671,9 +84039,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -85291,9 +84657,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -86611,9 +85975,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -86656,11 +86018,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -87187,9 +86545,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -87345,11 +86701,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -88030,9 +87382,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -88121,9 +87471,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -88671,9 +88019,7 @@ Some reporting work flows require that the original narrative of a final documen - + @@ -88979,9 +88325,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -89216,9 +88560,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -89494,9 +88836,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -89578,9 +88918,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -89994,9 +89332,7 @@ If the section has content (instead of sub-sections), the section.code does not - + @@ -90677,9 +90013,7 @@ Some reporting work flows require that the original narrative of a final documen - + @@ -91264,9 +90598,7 @@ If the section has content (instead of sub-sections), the section.code does not - + @@ -91309,11 +90641,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -91991,9 +91319,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -92238,9 +91564,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -92436,9 +91760,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -92690,9 +92012,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -92967,9 +92287,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -93143,11 +92461,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -94205,9 +93519,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -94340,16 +93652,14 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + - + @@ -94399,8 +93709,7 @@ The data type is CodeableConcept because verificationStatus has some clinical ju - + @@ -94555,16 +93864,7 @@ The data type is CodeableConcept because verificationStatus has some clinical ju - + @@ -95038,9 +94338,7 @@ OR < 272379006 |Event|"> - + @@ -95302,9 +94600,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -95585,16 +94881,14 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + - + @@ -95631,8 +94925,7 @@ The data type is CodeableConcept because verificationStatus has some clinical ju - + @@ -95743,16 +95036,7 @@ The data type is CodeableConcept because verificationStatus has some clinical ju - + @@ -96602,9 +95886,7 @@ OR < 272379006 |Event|"> - + @@ -97118,9 +96400,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -97343,9 +96623,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -97559,9 +96837,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -97757,9 +97033,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -98167,9 +97441,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -99328,9 +98600,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -99434,7 +98704,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -99594,7 +98864,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -99629,7 +98899,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -99737,7 +99007,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -99830,7 +99100,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -100027,7 +99297,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -100236,9 +99506,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -100560,9 +99828,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -100856,7 +100122,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -100947,9 +100213,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -101214,9 +100478,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -101378,9 +100640,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -101489,8 +100749,8 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - - + + @@ -101518,7 +100778,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -101734,9 +100994,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -102019,9 +101277,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -102320,9 +101576,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -102765,9 +102019,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -103239,7 +102491,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -103335,9 +102587,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -103541,9 +102791,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -103694,7 +102942,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -104274,7 +103522,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -104370,9 +103618,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -104525,7 +103771,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -104633,9 +103879,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -104819,9 +104063,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -105005,9 +104247,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -105081,7 +104321,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -105173,7 +104413,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -105261,7 +104501,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -105281,7 +104521,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -105346,7 +104586,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -105395,7 +104635,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -105489,7 +104729,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -105832,7 +105072,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -105982,8 +105222,8 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - - + + @@ -105997,7 +105237,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -106659,7 +105899,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -106788,7 +106028,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -107068,7 +106308,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -107148,7 +106388,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -107281,7 +106521,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -107678,9 +106918,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -108176,8 +107414,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -108318,9 +107555,7 @@ For selfpay it may provide multiple paying persons and/or organizations."> - + @@ -108633,9 +107868,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -108851,9 +108084,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -109358,8 +108589,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -110014,9 +109244,7 @@ For selfpay it may provide multiple paying persons and/or organizations."> - + @@ -110555,9 +109783,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -110776,9 +110002,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -110996,9 +110220,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -111388,9 +110610,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -112402,9 +111622,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -112942,9 +112160,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -113170,9 +112386,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -113638,9 +112852,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -114039,9 +113251,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -115185,9 +114395,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -115678,9 +114886,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -115952,9 +115158,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -116870,9 +116074,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -117078,9 +116280,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -117161,15 +116361,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -117197,15 +116389,7 @@ http://hl7.org/fhir/NamingSystem/iccbba-other-di."> - + @@ -117741,9 +116925,7 @@ http://hl7.org/fhir/NamingSystem/iccbba-other"> - + @@ -117812,8 +116994,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -118045,9 +117226,7 @@ UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName | - + @@ -118236,9 +117415,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -118452,9 +117629,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -118923,15 +118098,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -118944,15 +118111,7 @@ http://hl7.org/fhir/NamingSystem/iccbba-other-di."> - + @@ -119242,8 +118401,7 @@ http://hl7.org/fhir/NamingSystem/iccbba-other"> - + @@ -119926,9 +119084,7 @@ UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName | - + @@ -120090,9 +119246,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -120338,9 +119492,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -120409,8 +119561,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -120608,9 +119759,7 @@ UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName | - + @@ -120931,9 +120080,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -121117,9 +120264,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -121535,9 +120680,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -121762,8 +120905,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -122472,9 +121614,7 @@ UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName | - + @@ -122889,9 +122029,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -123618,9 +122756,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -124221,9 +123357,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -124921,7 +124055,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -125774,7 +124908,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -126160,9 +125294,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -126282,7 +125414,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -126779,7 +125911,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -127425,9 +126557,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -128216,9 +127346,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -129390,9 +128518,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -130010,9 +129136,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -130869,9 +129993,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -131014,9 +130136,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -131179,9 +130299,7 @@ This element is labeled as a modifier because the status contains the codes that - + @@ -131602,9 +130720,7 @@ The typeCode should be mapped from the ClinicalDocument/code element to a set of - + @@ -131771,9 +130887,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -131929,9 +131043,7 @@ In the HL7 Healthcare Privacy and Security Classification (HCS) there are code s - + @@ -131997,9 +131109,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -132167,9 +131277,7 @@ Composition.date"> - + @@ -132336,11 +131444,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -132630,9 +131734,7 @@ serviceEvent/effectiveTime/high/ - + @@ -132754,9 +131856,7 @@ This element is labeled as a modifier because the status contains the codes that - + @@ -133093,9 +132193,7 @@ The typeCode should be mapped from the ClinicalDocument/code element to a set of - + @@ -133166,9 +132264,7 @@ In the HL7 Healthcare Privacy and Security Classification (HCS) there are code s - + @@ -133322,11 +132418,7 @@ Composition.date"> - + @@ -133800,9 +132892,7 @@ serviceEvent/effectiveTime/high/ - + @@ -133968,9 +133058,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -134355,9 +133443,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -134400,11 +133486,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -135416,9 +134498,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -135627,9 +134707,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -135880,9 +134958,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -136165,9 +135241,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -136409,9 +135483,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -136603,9 +135675,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -136760,11 +135830,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -137971,9 +137037,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -138206,9 +137270,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -138460,9 +137522,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -138940,9 +138000,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -139424,9 +138482,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -139617,7 +138673,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -139712,9 +138768,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -140200,9 +139254,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -140326,9 +139378,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -140429,7 +139479,7 @@ There may be many levels in the hierachy, and this may only pic specific levels - + @@ -141223,7 +140273,7 @@ There may be many levels in the hierachy, and this may only pic specific levels - + @@ -141515,9 +140565,7 @@ There may be many levels in the hierachy, and this may only pic specific levels - + @@ -141573,7 +140621,7 @@ There may be many levels in the hierachy, and this may only pic specific levels - + @@ -141939,9 +140987,7 @@ There may be many levels in the hierachy, and this may only pic specific levels - + @@ -142305,13 +141351,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -142575,13 +141615,7 @@ and not "https://pacs.hospital.org/wado-rs/studies/1.2.250.1.59.40211.12345 - + @@ -142962,9 +141996,7 @@ and not "https://pacs.hospital.org/wado-rs/studies/1.2.250.1.59.40211.12345 - + @@ -143742,9 +142774,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -144559,9 +143589,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -144770,9 +143798,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -145009,9 +144035,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -146051,9 +145075,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -146096,11 +145118,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -147037,11 +146055,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -147919,9 +146933,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -147964,11 +146976,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -148869,11 +147877,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -149717,9 +148721,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -149762,11 +148764,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -150693,9 +149691,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -150973,11 +149969,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -151920,9 +150912,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -151965,11 +150955,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -152523,9 +151509,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -152770,9 +151754,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -153014,9 +151996,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -153200,9 +152180,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -153386,9 +152364,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -153622,9 +152598,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -153806,9 +152780,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -154188,9 +153160,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -154349,11 +153319,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -155401,9 +154367,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -156064,9 +155028,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -156350,9 +155312,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -156799,9 +155759,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -157095,9 +156053,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -157434,9 +156390,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -157743,9 +156697,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -158065,9 +157017,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -158286,9 +157236,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -158517,9 +157465,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -159298,9 +158244,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -159561,9 +158505,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -160086,9 +159028,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -160615,9 +159555,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -161279,9 +160217,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -161650,9 +160586,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -162047,9 +160981,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -162251,9 +161183,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -162630,9 +161560,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -162926,9 +161854,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -163282,9 +162208,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -166782,9 +165706,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -167560,9 +166482,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -168660,9 +167580,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -169573,9 +168491,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -169776,7 +168692,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -170052,9 +168968,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -170565,7 +169479,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -171271,9 +170185,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -171316,11 +170228,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -171891,9 +170799,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -172153,9 +171059,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -172377,9 +171281,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -172616,11 +171518,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -173461,9 +172359,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -173881,9 +172777,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -174166,9 +173060,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -174991,9 +173883,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -176140,9 +175030,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -176743,9 +175631,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -177131,9 +176017,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -177397,9 +176281,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -178512,9 +177394,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -179454,9 +178334,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -179980,9 +178858,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -180202,9 +179078,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -181765,9 +180639,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -182623,9 +181495,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -183039,9 +181909,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -183390,9 +182258,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -183630,9 +182496,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -185183,9 +184047,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -186307,9 +185169,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -186607,9 +185467,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -186957,9 +185815,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -188125,9 +186981,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -188170,11 +187024,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -188810,9 +187660,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -189025,9 +187873,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -189232,9 +188078,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -189369,9 +188213,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -189555,9 +188397,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -189716,12 +188556,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -189868,9 +188703,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -190116,9 +188949,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -190310,9 +189141,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -190521,9 +189350,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -190685,9 +189512,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -190908,9 +189733,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -191112,11 +189935,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -191645,12 +190464,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -192307,9 +191121,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -192506,9 +191318,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -192738,9 +191548,7 @@ For searching knowing previous names that the product/plan was known by can be v - + @@ -193060,9 +191868,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -193251,9 +192057,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -193437,9 +192241,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -193625,9 +192427,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -193872,9 +192672,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -194108,9 +192906,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -194272,9 +193068,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -194433,9 +193227,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -194702,9 +193494,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -195546,9 +194336,7 @@ For searching knowing previous names that the product/plan was known by can be v - + @@ -195968,9 +194756,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -196250,9 +195036,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -196456,9 +195240,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -197704,9 +196486,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -197749,11 +196529,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -198873,11 +197649,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -199879,9 +198651,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -200080,9 +198850,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -200652,9 +199420,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -201210,9 +199976,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -202185,9 +200949,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -202378,9 +201140,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -202721,9 +201481,7 @@ For searching knowing previous names that the location was known by can be very - + @@ -202920,9 +201678,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -203017,9 +201773,7 @@ Specific services within the location may have their own hours which could be sh - + @@ -203353,9 +202107,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -203594,9 +202346,7 @@ For searching knowing previous names that the location was known by can be very - + @@ -204076,9 +202826,7 @@ Specific services within the location may have their own hours which could be sh - + @@ -204121,11 +202869,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -205444,9 +204188,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -205630,9 +204372,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -205850,9 +204590,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -206062,9 +204800,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -206274,9 +205010,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -206455,11 +205189,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -207701,9 +206431,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -208138,9 +206866,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -208299,9 +207025,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -208544,9 +207268,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -208708,9 +207430,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -208869,9 +207589,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -209058,9 +207776,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -210040,9 +208756,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -210164,7 +208878,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -210201,7 +208915,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -210646,9 +209360,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -211034,7 +209746,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -211057,7 +209769,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -211363,9 +210075,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -211690,7 +210400,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -211913,9 +210623,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -212023,7 +210731,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -212154,7 +210862,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -212293,9 +211001,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -212367,7 +211073,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -212382,7 +211088,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -212547,9 +211253,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -212673,7 +211377,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -212721,7 +211425,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -212810,7 +211514,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -212868,7 +211572,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -212883,7 +211587,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -213344,9 +212048,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -213956,9 +212658,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -214378,9 +213078,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -214423,7 +213121,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -215220,7 +213918,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -215743,9 +214441,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -216271,9 +214967,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -216573,7 +215267,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -216772,7 +215466,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -216900,9 +215594,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -217608,7 +216300,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -217733,7 +216425,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -218244,9 +216936,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -218320,7 +217010,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -218451,7 +217141,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -218612,9 +217302,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -218850,9 +217538,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -219038,9 +217724,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -219110,7 +217794,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -219125,7 +217809,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -219340,9 +218024,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -219551,9 +218233,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -219737,9 +218417,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -219873,9 +218551,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -220088,9 +218764,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -220278,9 +218952,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -220464,9 +219136,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -220659,9 +219329,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -220890,9 +219558,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -221052,9 +219718,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -221238,9 +219902,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -221399,9 +220061,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -221586,9 +220246,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -221739,7 +220397,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -221828,7 +220486,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -221976,7 +220634,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -221991,7 +220649,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -222855,9 +221513,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -223039,7 +221695,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -223117,7 +221773,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -223284,7 +221940,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -223332,7 +221988,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -224122,9 +222778,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -224263,9 +222917,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -224674,9 +223326,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -225040,7 +223690,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -225090,7 +223740,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -225202,7 +223852,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -225236,7 +223886,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -226045,9 +224695,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -226078,10 +224726,8 @@ The primary difference between a medication statement and a medication administr - - + + @@ -226366,9 +225012,7 @@ The primary difference between a medication statement and a medication administr - + @@ -226525,7 +225169,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -227081,10 +225725,8 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - - + + @@ -227172,7 +225814,7 @@ The primary difference between a medication statement and a medication administr - + @@ -227859,9 +226501,7 @@ The primary difference between a medication statement and a medication administr - + @@ -228402,9 +227042,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -228563,9 +227201,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -228749,9 +227385,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -228985,9 +227619,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -229273,9 +227905,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -230306,9 +228936,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -230743,9 +229371,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -231056,9 +229682,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -231826,9 +230450,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -232089,9 +230711,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -232669,9 +231289,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -232956,9 +231574,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -233584,9 +232200,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -233820,9 +232434,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -234031,9 +232643,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -234319,9 +232929,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -234580,9 +233188,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -235284,9 +233890,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -235472,9 +234076,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -236091,9 +234693,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -236735,9 +235335,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -237048,9 +235646,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -237234,9 +235830,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -238181,9 +236775,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -238443,9 +237035,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -238629,9 +237219,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -238915,9 +237503,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -239076,9 +237662,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -239773,9 +238357,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -240386,9 +238968,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -240431,11 +239011,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -241207,9 +239783,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -241502,9 +240076,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -241650,11 +240222,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -242548,9 +241116,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -242753,9 +241319,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -243174,9 +241738,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -243577,9 +242139,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -244713,9 +243273,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -245079,9 +243637,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -245473,9 +244029,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -245785,9 +244339,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -246295,9 +244847,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -246631,9 +245181,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -246951,9 +245499,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -247170,9 +245716,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -247356,9 +245900,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -248704,9 +247246,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -249245,9 +247785,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -250160,9 +248698,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -250848,9 +249384,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -251079,9 +249613,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -251306,9 +249838,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -251626,9 +250156,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -251963,9 +250491,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -252347,9 +250873,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -254126,9 +252650,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -254820,9 +253342,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -254953,9 +253473,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -255242,9 +253760,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -255390,7 +253906,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -255437,7 +253953,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -255692,9 +254208,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -255774,7 +254288,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -255862,9 +254376,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -256504,9 +255016,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -256592,9 +255102,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -256798,7 +255306,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -256830,7 +255338,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -256970,7 +255478,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -257044,9 +255552,7 @@ If the use case requires BodySite to be handled as a separate resource (e.g. to - + @@ -257261,9 +255767,7 @@ The alternate way is to use the value element for actual observations and use th - + @@ -257486,9 +255990,7 @@ OMC"> - + @@ -257611,8 +256113,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -257885,9 +256386,7 @@ OMC-4"> - + @@ -258157,9 +256656,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -258608,9 +257105,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -258673,8 +257168,7 @@ OMC"> - + @@ -259468,9 +257962,7 @@ OMC-4"> - + @@ -259513,11 +258005,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -260010,11 +258498,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -260403,9 +258887,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -260776,9 +259258,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -260982,9 +259462,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -261194,9 +259672,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -261314,11 +259790,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -261614,11 +260086,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -262366,9 +260834,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -262509,9 +260975,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -262598,9 +261062,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -262720,9 +261182,7 @@ The required element provides a base level of computable interoperability across - + @@ -262855,9 +261315,7 @@ For resource issues, this will be a simple XPath limited to element names, repet - + @@ -262935,9 +261393,7 @@ The required element provides a base level of computable interoperability across - + @@ -263348,9 +261804,7 @@ For resource issues, this will be a simple XPath limited to element names, repet - + @@ -263436,9 +261890,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -263483,11 +261935,7 @@ This element is labeled as a modifier because it may be used to mark that the re - + @@ -263579,9 +262027,7 @@ We expect that some jurisdictions will profile this optionality to be a single c - + @@ -263843,9 +262289,7 @@ For searching knowing previous names that the organization was known by can be v - + @@ -264117,9 +262561,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -264151,11 +262593,7 @@ This element is labeled as a modifier because it may be used to mark that the re - + @@ -264219,9 +262657,7 @@ We expect that some jurisdictions will profile this optionality to be a single c - + @@ -264784,9 +263220,7 @@ For searching knowing previous names that the organization was known by can be v - + @@ -265749,9 +264183,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -266632,9 +265064,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -266718,12 +265148,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -267109,10 +265534,7 @@ Deceased patients may also be marked as inactive for the same reasons, but may b - + @@ -267261,9 +265683,7 @@ Deceased patients may also be marked as inactive for the same reasons, but may b - + @@ -267690,9 +266110,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -267828,10 +266246,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -267910,10 +266325,7 @@ Jurisdictions may decide that they can profile this down to 1 if desired, or 1 p - + @@ -268013,9 +266425,7 @@ Jurisdictions may decide that they can profile this down to 1 if desired, or 1 p - + @@ -268188,12 +266598,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -268453,10 +266858,7 @@ Deceased patients may also be marked as inactive for the same reasons, but may b - + @@ -268770,10 +267172,7 @@ Deceased patients may also be marked as inactive for the same reasons, but may b - + @@ -268823,10 +267222,7 @@ Jurisdictions may decide that they can profile this down to 1 if desired, or 1 p - + @@ -269266,9 +267662,7 @@ Jurisdictions may decide that they can profile this down to 1 if desired, or 1 p - + @@ -270357,9 +268751,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -270889,9 +269281,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -271345,9 +269735,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -272257,9 +270645,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -272719,9 +271105,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -273462,9 +271846,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -273507,11 +271889,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -274557,9 +272935,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -274884,9 +273260,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -275114,9 +273488,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -275406,9 +273778,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -275568,9 +273938,7 @@ In addition, because the subject needs to be resolved during realization, use of - + @@ -275815,9 +274183,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -276077,9 +274443,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -276541,9 +274905,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -276686,11 +275048,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -277518,9 +275876,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -278291,9 +276647,7 @@ In addition, because the subject needs to be resolved during realization, use of - + @@ -278414,7 +276768,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -278491,7 +276845,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -278754,9 +277108,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -279059,7 +277411,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -279108,7 +277460,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -279709,9 +278061,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -280227,9 +278577,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -280493,9 +278841,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -280626,7 +278972,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -281052,7 +279398,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -281425,9 +279771,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -281659,9 +280003,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -282161,9 +280503,7 @@ This element is labeled as a modifier because the status contains codes that mar - + @@ -282413,8 +280753,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -282807,9 +281146,7 @@ Use Procedure.reasonCode when a code sufficiently describes the reason. Use Pro - + @@ -282947,8 +281284,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -283129,9 +281465,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -283562,8 +281896,7 @@ This element is labeled as a modifier because the status contains codes that mar - + @@ -283808,8 +282141,7 @@ Use Procedure.reasonCode when a code sufficiently describes the reason. Use Pro - + @@ -284209,9 +282541,7 @@ Use Procedure.reasonCode when a code sufficiently describes the reason. Use Pro - + @@ -284678,9 +283008,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -284998,9 +283326,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -286054,9 +284380,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -287089,9 +285413,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -287165,15 +285487,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -287450,9 +285764,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -287700,11 +286012,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -287934,9 +286242,7 @@ The value may come from the ElementDefinition referred to by .definition."> - + @@ -288163,9 +286469,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -288971,15 +287275,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -289231,11 +287527,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -289826,9 +288118,7 @@ The value may come from the ElementDefinition referred to by .definition."> - + @@ -290153,9 +288443,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -290390,9 +288678,7 @@ This element is optional to allow for systems that might not know the value, how - + @@ -290466,9 +288752,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -290624,9 +288908,7 @@ There is no need for this element if the item pointed to by the linkId has a def - + @@ -291004,9 +289286,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -291134,9 +289414,7 @@ This element is optional to allow for systems that might not know the value, how - + @@ -291615,9 +289893,7 @@ There is no need for this element if the item pointed to by the linkId has a def - + @@ -292156,9 +290432,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -292946,9 +291220,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -293683,9 +291955,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -294015,9 +292285,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -294211,9 +292479,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -295785,9 +294051,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -295830,11 +294094,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -296928,11 +295188,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -297881,9 +296137,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -297926,11 +296180,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -299057,9 +297307,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -299479,11 +297727,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -300386,8 +298630,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -300614,9 +298857,7 @@ StudyProtocolVersion"> - + @@ -301625,9 +299866,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -301864,9 +300103,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -301985,8 +300222,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -303044,9 +301280,7 @@ StudyProtocolVersion"> - + @@ -303899,9 +302133,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -304566,9 +302798,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -305767,9 +303997,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -305812,11 +304040,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -306802,9 +305026,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -307013,9 +305235,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -307315,9 +305535,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -307559,9 +305777,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -307753,9 +305969,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -307910,11 +306124,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -309039,9 +307249,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -309948,9 +308156,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -309993,11 +308199,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -310898,9 +309100,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -311035,11 +309235,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -311899,9 +310095,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -313380,7 +311574,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -314439,7 +312633,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -314815,9 +313009,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -315777,9 +313969,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -316237,9 +314427,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -316644,9 +314832,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -316916,9 +315102,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -318268,9 +316452,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -318568,9 +316750,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -318811,9 +316991,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -319147,9 +317325,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -319448,9 +317624,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -320579,9 +318753,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -320624,11 +318796,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -320748,12 +318916,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -321355,9 +319518,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -321655,9 +319816,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -321786,9 +319945,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -322000,9 +320157,7 @@ The type must match the elements defined in the differential and the snapshot. F - + @@ -322190,9 +320345,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -322412,11 +320565,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -322494,12 +320643,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -322953,9 +321097,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -323474,9 +321616,7 @@ The type must match the elements defined in the differential and the snapshot. F - + @@ -323519,11 +321659,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -324141,9 +322277,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -324413,9 +322547,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -324659,9 +322791,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -324903,9 +323033,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -325064,9 +323192,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -325646,9 +323772,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -325981,9 +324105,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -326177,9 +324299,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -326320,11 +324440,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -327712,9 +325828,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -327757,9 +325871,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -328031,9 +326143,7 @@ This element is labeled as a modifier because the status contains codes that mar - + @@ -328215,9 +326325,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -328745,9 +326853,7 @@ This element is labeled as a modifier because the status contains codes that mar - + @@ -329078,9 +327184,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -329306,9 +327410,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -330016,9 +328118,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -330251,9 +328351,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -330537,9 +328635,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -330773,9 +328869,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -331457,9 +329551,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -331692,9 +329784,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -331853,9 +329943,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -332089,9 +330177,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -332300,9 +330386,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -332511,9 +330595,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -332697,9 +330779,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -333447,9 +331527,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -333657,9 +331735,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -334378,9 +332454,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -334538,9 +332612,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -334750,9 +332822,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -334962,9 +333032,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -335199,9 +333267,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -336058,9 +334124,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -336443,9 +334507,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -336629,9 +334691,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -336890,9 +334950,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -337076,9 +335134,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -337337,9 +335393,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -337573,9 +335627,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -338408,9 +336460,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -338719,9 +336769,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -339033,9 +337081,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -339328,9 +337374,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -339564,9 +337608,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -339800,9 +337842,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -340060,9 +338100,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -340271,9 +338309,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -340533,9 +338569,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -340890,9 +338924,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -341150,9 +339182,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -342717,9 +340747,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -342835,7 +340863,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -343088,9 +341116,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -343413,7 +341439,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -344019,9 +342045,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -344428,9 +342452,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -345798,9 +343820,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -346174,9 +344194,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -347041,9 +345059,7 @@ In most cases, Tasks will have an intent of "order"."> - + @@ -347282,9 +345298,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -347638,9 +345652,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -348128,9 +346140,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -349488,9 +347498,7 @@ In most cases, Tasks will have an intent of "order"."> - + @@ -349533,11 +347541,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -350149,9 +348153,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -350338,9 +348340,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -350558,9 +348558,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -350721,9 +348719,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -350958,9 +348954,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -351194,9 +349188,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -351405,9 +349397,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -351651,9 +349641,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -351812,9 +349800,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -351973,9 +349959,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -352092,11 +350076,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -353133,9 +351113,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -353237,9 +351215,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -353514,9 +351490,7 @@ This element is labeled as a modifier because the status contains codes that mar - + @@ -353733,9 +351707,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -353880,9 +351852,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -354016,9 +351986,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -354235,9 +352203,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -354454,9 +352420,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -354651,9 +352615,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -354833,9 +352795,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -354973,9 +352933,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -355090,9 +353048,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -355832,9 +353788,7 @@ This element is labeled as a modifier because the status contains codes that mar - + @@ -355877,11 +353831,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -356499,9 +354449,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -356545,11 +354493,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -356701,9 +354645,7 @@ The origin indices provided elsewhere in the test script must be one of these or - + @@ -356747,11 +354689,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -356909,9 +354847,7 @@ The destination indices provided elsewhere in the test script must be one of the - + @@ -357045,9 +354981,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -357232,9 +355166,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -357545,9 +355477,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -357793,9 +355723,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -358135,9 +356063,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -358282,9 +356208,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -358425,9 +356349,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -358904,9 +356826,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -359243,9 +357163,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -360008,9 +357926,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -360205,9 +358121,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -360416,9 +358330,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -360556,9 +358468,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -360652,11 +358562,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -360982,11 +358888,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -361028,11 +358930,7 @@ The origin indices provided elsewhere in the test script must be one of these or - + @@ -362496,9 +360394,7 @@ The destination indices provided elsewhere in the test script must be one of the - + @@ -362541,11 +360437,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -363204,9 +361096,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -363280,9 +361170,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -363427,9 +361315,7 @@ The Value Set Definition specification defines an ActiveOnly element, which is t - + @@ -363634,9 +361520,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -363831,9 +361715,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -364072,9 +361954,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -364276,9 +362156,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -364369,9 +362247,7 @@ Expansion.parameter is a simplified list of parameters - a subset of the featur - + @@ -364611,9 +362487,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -364837,9 +362711,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -365107,11 +362979,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -365480,9 +363348,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + @@ -365786,9 +363652,7 @@ The Value Set Definition specification defines an ActiveOnly element, which is t - + @@ -366348,9 +364212,7 @@ Expansion.parameter is a simplified list of parameters - a subset of the featur - + @@ -366799,9 +364661,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -367157,9 +365017,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -367507,9 +365365,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -368433,9 +366289,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -368865,9 +366719,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -368992,8 +366844,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -369179,9 +367030,7 @@ Often insurance will not cover a lens with power between +75 and -75."> - + @@ -369813,8 +367662,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -370388,9 +368236,7 @@ Often insurance will not cover a lens with power between +75 and -75."> - + @@ -370433,11 +368279,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -370867,11 +368709,7 @@ In some cases, the resource can no longer be found at the stated url, but the ur - + diff --git a/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/profile/profiles-types.xml b/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/profile/profiles-types.xml index be98afbe55a..46ebb63a29d 100644 --- a/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/profile/profiles-types.xml +++ b/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/profile/profiles-types.xml @@ -369,9 +369,7 @@ - + @@ -433,9 +431,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -8854,9 +8850,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -9534,9 +9528,7 @@ The value of mustSupport SHALL be a FHIRPath resolveable on the type of the Data - + @@ -10278,9 +10270,7 @@ The value of mustSupport SHALL be a FHIRPath resolveable on the type of the Data - + @@ -10852,7 +10842,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -11294,7 +11284,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -12070,9 +12060,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -13646,9 +13634,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -14073,17 +14059,7 @@ No default values are ever defined in the FHIR specification, nor can they be de - + @@ -16671,9 +16647,7 @@ When pattern[x] is used to constrain a complex object, it means that each proper - + @@ -17042,17 +17016,7 @@ No default values are ever defined in the FHIR specification, nor can they be de - + @@ -20362,9 +20326,7 @@ When pattern[x] is used to constrain a complex object, it means that each proper - + @@ -20805,9 +20767,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -20974,9 +20934,7 @@ This element can be used to indicate where the current master source of a resour - + @@ -22142,9 +22100,7 @@ This element can be used to indicate where the current master source of a resour - + @@ -22339,9 +22295,7 @@ Period is not used for a duration (a measure of elapsed time). See [Duration](da - + @@ -22548,9 +22502,7 @@ Period is not used for a duration (a measure of elapsed time). See [Duration](da - + @@ -22897,9 +22849,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -23492,9 +23442,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -24994,9 +24942,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -25035,13 +24981,7 @@ The type is the Canonical URL of Resource Definition that is the type this refer - + @@ -25147,9 +25087,7 @@ Reference is intended to point to a structure that can potentially be expressed - + @@ -25174,13 +25112,7 @@ The type is the Canonical URL of Resource Definition that is the type this refer - + @@ -26799,9 +26731,7 @@ Reference is intended to point to a structure that can potentially be expressed - + @@ -27214,9 +27144,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + @@ -27323,9 +27251,7 @@ A Timing schedule can be a list of events and/or criteria for when the event hap - + @@ -28095,9 +28021,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or - + diff --git a/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/valueset/v2-tables.xml b/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/valueset/v2-tables.xml index c33cee8da9b..3ea7e2a9bba 100644 --- a/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/valueset/v2-tables.xml +++ b/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/valueset/v2-tables.xml @@ -3335,11 +3335,7 @@ - + @@ -22559,8 +22555,7 @@ - + @@ -22584,8 +22579,7 @@ OK = Preferred appointment day NO = Day is not preferred"> - + @@ -22657,8 +22651,7 @@ OK = Preferred appointment day NO = Day is not preferred"> - + @@ -22682,8 +22675,7 @@ OK = Preferred appointment day NO = Day is not preferred"> - + @@ -22707,8 +22699,7 @@ OK = Preferred appointment day NO = Day is not preferred"> - + @@ -22732,8 +22723,7 @@ OK = Preferred appointment day NO = Day is not preferred"> - + @@ -22757,8 +22747,7 @@ OK = Preferred appointment day NO = Day is not preferred"> - + @@ -34721,11 +34710,7 @@ OK = Preferred appointment day NO = Day is not preferred"> - + @@ -34741,8 +34726,7 @@ OK = Preferred appointment day NO = Day is not preferred"> - + @@ -34782,8 +34766,7 @@ Synonyms: Below analytical limit, low off scale"> - + @@ -34823,8 +34806,7 @@ Synonyms: Above analytical limit, high off scale"> - + @@ -34864,8 +34846,7 @@ Note: Typically applies to non-numeric results."> - + @@ -34937,8 +34918,7 @@ Note: Typically applies to non-numeric results."> - + @@ -35050,8 +35030,7 @@ Note: This can be applied to quantitative or qualitative observations."> - + @@ -35091,8 +35070,7 @@ Synonym: Above high normal"> - + @@ -35164,9 +35142,7 @@ Synonym: Above upper panic limits"> - + @@ -35198,20 +35174,7 @@ Note: This level is situated between ‘H’ and ‘HH’."> - + @@ -35251,10 +35214,7 @@ Note 4: These breakpoints can be altered due to changes in circumstances (e.g., - + @@ -35318,8 +35278,7 @@ Note: A MIC with “IE” and/or a comment may be reported (without an accompany - + @@ -35359,8 +35318,7 @@ Synonym: Below low normal"> - + @@ -35400,9 +35358,7 @@ Synonym: Below lower panic limits"> - + @@ -35434,15 +35390,13 @@ Note: This level is situated between ‘L’ and ‘LL’."> - + - + @@ -35476,8 +35430,7 @@ Standards for Antimicrobial Susceptibility Testing; Twenty-Second Informational - + @@ -35549,15 +35502,13 @@ Note: Applies to numeric or non-numeric results."> - + - + @@ -35615,13 +35566,7 @@ NB: Negatief betekent niet noodzakelijk de volledige afwezigheid van het het ges - + @@ -35789,13 +35734,7 @@ Note 2: For strains yielding results in the “nonsusceptible” category, organ - + @@ -35867,15 +35806,7 @@ Note 2: This breakpoint can be altered due to changes in circumstances (e.g., ch - + @@ -35915,8 +35846,7 @@ Note 2: This breakpoint can be altered due to changes in circumstances (e.g., ch - + @@ -35948,11 +35878,7 @@ Reference: CLSI document M44-A2 2009 “Method for antifungal disk diffusion sus - + @@ -35984,11 +35910,7 @@ Open Issue: The print name of the code is very general and the description is ve - + @@ -36092,15 +36014,13 @@ Open Issue: The print name of the code is very general and the description is ve - + - + @@ -36134,8 +36054,7 @@ Standards for Antimicrobial Susceptibility Testing; Twenty-Second Informational - + @@ -39844,9 +39763,7 @@ Note: This can be applied to quantitative or qualitative observations."> - + @@ -39990,9 +39907,7 @@ BIG-5 does not need an escape sequence. ASCII is a 7 bit character set, which me - + @@ -40156,11 +40071,7 @@ The JIS X 0208 needs an escape sequence. In Japan, the escape technique is ISO 2 - + @@ -43563,8 +43474,7 @@ In other words, UNICODE UTF-8 can only be specified as a single value in MSH-18 - + @@ -43744,9 +43654,7 @@ This is not for temporary names assigned at birth while a newborn is not yet nam - + @@ -43778,8 +43686,7 @@ An example of use is where a person with multiple proper names (i.e. married) us - + @@ -43843,9 +43750,7 @@ For many people, customary name is also their official name"> - + @@ -43909,8 +43814,7 @@ Note: using this null flavor does provide information that may be a breach of co - + @@ -44066,8 +43970,7 @@ Includes John or Jane Doe situations"> - + @@ -45481,9 +45384,7 @@ Retained for backwards compatibility only as of v2.7. Use "L" instead - + @@ -45507,9 +45408,7 @@ Kreditorenkontonummer"> - + @@ -45533,8 +45432,7 @@ Debitorenkontonummer"> - + @@ -45558,9 +45456,7 @@ Justification: For public health reporting purposes, anonymous identifiers are o - + @@ -45647,8 +45543,7 @@ Use Case: An ancillary system that does not normally assign account numbers is t - + @@ -45768,8 +45663,7 @@ An identifier that is unique to a person's bank card. Replaces AM, DI, DS, MS, a - + @@ -45885,9 +45779,7 @@ Use Case: needed especially for transmitting information about invoices."> - + @@ -45911,8 +45803,7 @@ A DEA number has a very precise and widely accepted meaning within the United St - + @@ -46348,8 +46239,7 @@ Use Case: A nurse practitioner has authorization to furnish or prescribe pharmac - + @@ -46489,8 +46379,7 @@ Use Case: A nurse practitioner has authorization to furnish or prescribe pharmac - + @@ -46630,8 +46519,7 @@ Use Case: Person is covered by an insurance policy. This person may or may not b - + @@ -46711,8 +46599,7 @@ Use Case: These license numbers are sometimes used as identifiers. In some state - + @@ -46840,9 +46727,7 @@ Use Case: An ancillary system that does not normally assign medical record numbe - + @@ -46866,8 +46751,7 @@ In the US, the Assigning Authority for this value is typically CMS, but it may b - + @@ -46891,9 +46775,7 @@ In the US, the Assigning Authority for this value is typically CMS, but it may b - + @@ -46925,10 +46807,7 @@ Krankenkassen-ID der KV-Karte"> - + @@ -46996,8 +46875,7 @@ Use case: a subdivision issues the card with their identifier, but the main divi - + @@ -47337,8 +47215,7 @@ In the US, the Assigning Authority for this value is typically CMS, but it may b - + @@ -47394,8 +47271,7 @@ Use case: This allows PRN to represent either an individual (a nurse) or a group - + @@ -47575,9 +47451,7 @@ Use Case: An identifier type is needed to accommodate what are commonly known as - + @@ -47689,8 +47563,7 @@ Use Case: A person is the subscriber of an insurance policy. The person’s fami - + @@ -47758,8 +47631,7 @@ Use Case: First Nation."> - + @@ -75407,8 +75279,7 @@ An identifier for a provider within the CMS/Medicare program. A globally unique - + @@ -81851,8 +81722,7 @@ For example, under the tenets of certain privacy regulations, it is exclusive to - + @@ -81884,8 +81754,7 @@ a single direct observation and would usually be associated with an OM2 and/or O - + @@ -81917,8 +81786,7 @@ a derived quantity and would usually be associated with an OM6 segment"> - + @@ -81950,8 +81818,7 @@ See comment for value S"> - + @@ -81983,8 +81850,7 @@ See comment for value S"> - + @@ -91781,8 +91647,7 @@ Codes P, F, and S identify sets (batteries) and should be associated with an OM5 - + @@ -91806,9 +91671,7 @@ AF is a response to RF where the placer authorizing a refill or quantity of refi - + @@ -91840,8 +91703,7 @@ Typical responses include, but are not limited to, CR – Cancelled as requested - + @@ -91873,20 +91735,7 @@ Used in conjunction with the PA - Parent order control code. Refer to PA order c - + @@ -91918,9 +91767,7 @@ OBX|3|FT|73642&GDT|1|Description|...<cr>"> - + @@ -91944,8 +91791,7 @@ The Filler should response with an acceptance of the cancellation using ORC-1 = - + @@ -91977,9 +91823,7 @@ A response by the filler or placer application that a request to cancel (CA by t - + @@ -92043,16 +91887,7 @@ Typical responses include, but are not limited to, CR – Cancelled as requested - + @@ -92076,8 +91911,7 @@ Note that these values originate from the NCPDP SCRIPT Response Segment Code Lis - + @@ -92109,8 +91943,7 @@ The filler or placer, in response to a request to discontinue (DC from the place - + @@ -92134,8 +91967,7 @@ FU notifies the placer that the filler issued a refill for the order at the pati - + @@ -92199,8 +92031,7 @@ Typical responses include, but are not limited to, CR - Cancelled as requested, - + @@ -92248,43 +92079,7 @@ Refer to Chapter 12 Patient Care for complete discussion."> - + @@ -92320,8 +92115,7 @@ NW or RO Other application to filler application placer order number^placer appl - + @@ -92441,8 +92235,7 @@ See comments for NA - Number Assigned."> - + @@ -92498,8 +92291,7 @@ OF directly responds to the placer system's request for a refill."> - + @@ -92531,9 +92323,7 @@ See comments for NA - Number Assigned."> - + @@ -92589,16 +92379,7 @@ OP represents an informational version of NW, PY represents the informational-on - + @@ -92630,14 +92411,7 @@ The parent child mechanism can be used to “expand” a parent order (e.g., an - + @@ -92661,8 +92435,7 @@ At least two main use cases require that the complete results of the previous ob - + @@ -92698,33 +92471,7 @@ See comments for OP - Notification of order for outside dispense."> - + @@ -92756,10 +92503,7 @@ The order control value of RE is required only in ORM messages to indicate that - + @@ -92815,69 +92559,7 @@ Typical responses include, but are not limited to: For a Filler request AF – O - + @@ -92909,26 +92591,7 @@ NTE segments can appear after the OBR (or any order detail segment) or after an - + @@ -92960,28 +92623,7 @@ d) NTE segments can appear after the OBR (or any order detail segment) or after - + @@ -93013,8 +92655,7 @@ d) NTE segments can appear after the OBR (or any order detail segment) or after - + @@ -93046,26 +92687,7 @@ Left in for backward compatibility. In the current version it is equivalent to a - + @@ -93129,8 +92751,7 @@ d) NTE segments can appear after the OBR (or any order detail segment) or after - + @@ -93234,8 +92855,7 @@ See comments for NA - Number Assigned."> - + @@ -93267,9 +92887,7 @@ An unable to accept code is used when a new order cannot be accepted by the fill - + @@ -93301,9 +92919,7 @@ If the filler initiated the request to cancel and the placer is unable to cancel - + @@ -93335,8 +92951,7 @@ If the filler initiated the request to discontinue and the placer is unable to d - + @@ -93424,8 +93039,7 @@ Negative response to RF Refill order/service request, indicating that the receiv - + @@ -110466,8 +110080,7 @@ Refer to Chapter 12 Patient Care for complete discussion."> - + @@ -111005,10 +110618,7 @@ Used when there is a need to limit the number of components to the first, the la - + @@ -112279,8 +111889,7 @@ Virginia Saba, EdD, RN; Georgetown University School of Nursing; Washington, DC. - + @@ -112303,9 +111912,7 @@ http://www.cms.hhs.gov/MedHCPCSGenInfo/"> - + @@ -112767,15 +112374,13 @@ Primary distribution is the responsibility of Washington Publishing Company, thr - + - + @@ -112831,15 +112436,13 @@ Commission on Professional and Hospital Activities, 1968 Green Road, Ann Arbor, - + - + @@ -112877,8 +112480,7 @@ International Society of Blood Transfusion. Blood Group Terminology 1990. VOX Sa - + @@ -113237,9 +112839,7 @@ The variable suffix (nnnn) identifies a specific table within ISBT 128."> - + @@ -113254,9 +112854,7 @@ The ICD-9 neoplasm structure did not include morphology and there was a growing - + @@ -114032,21 +113630,13 @@ The ICD-9 neoplasm structure did not include morphology and there was a growing - + - + @@ -114183,18 +113773,7 @@ http://www.meddramsso.com/MSSOWeb/index.htm"> - + @@ -114487,8 +114066,7 @@ www.ncpdp.org"> - + @@ -115096,15 +114674,13 @@ coding system 2.16.840.1.113883.5.1008 NullFlavor"> - + - + @@ -115130,15 +114706,13 @@ SNOMED International, I325 Waukegan Rd, Northfield, IL, 60093, +1 800-323-4040, - + - + @@ -115616,9 +115190,7 @@ SNOMED International, I325 Waukegan Rd, Northfield, IL, 60093, +1 800-323-4040, - + @@ -115773,10 +115345,7 @@ Questions of comments regarding the publication should be addressed to the Offic - + @@ -119131,10 +118700,7 @@ http://www.x12.org"> - + @@ -120329,11 +119895,7 @@ E.g. Use in Care Plans,"> - + @@ -120347,12 +119909,7 @@ The nurse would be administering MOM, but may add the Colace and may also give t - + @@ -122170,9 +121727,7 @@ For example, Decadron 0.5 mg is often ordered this way. The order would look li - + @@ -126270,8 +125825,7 @@ In worker’s compensation cases, the Employer may be the “organization” res - + @@ -126292,8 +125846,7 @@ Withhold"> - + @@ -126601,51 +126154,35 @@ Withhold"> - + - + - + - + - + diff --git a/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/valueset/v3-codesystems.xml b/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/valueset/v3-codesystems.xml index 2793815e8e3..f52e86ff2af 100644 --- a/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/valueset/v3-codesystems.xml +++ b/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/valueset/v3-codesystems.xml @@ -36,8 +36,7 @@ - + @@ -306,8 +305,7 @@ Description does not make sense relative to name of coding system. Must be revi - + @@ -456,8 +454,7 @@ prohibit redisclosure without consent directive"> - + @@ -550,8 +547,7 @@ This includes durable (reusable) medical equipment as well as disposable equipme - + @@ -593,8 +589,7 @@ Codes identifying types of HL7 Implementation Technology Specifications"> - + @@ -636,8 +631,7 @@ The specific meanings of these codes can vary somewhat by jurisdiction and imple - + @@ -730,8 +724,7 @@ This is the healthcare analog to the US Intelligence Community's concept of a Sp - + @@ -865,8 +858,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -912,8 +904,7 @@ Description copied from Concept Domain of same name. Must be corrected.."> - + @@ -1001,12 +992,7 @@ Indicates whether the name part is a given name, family name, prefix, suffix, et - + @@ -1594,9 +1580,7 @@ Structurally, many observations are name-value-pairs, where the Observation.code - + @@ -1643,9 +1627,7 @@ This CoveredPartyRoleType.code is typically used when the CoveredPartyRole class - + @@ -1739,8 +1721,7 @@ Per OASIS XACML, an obligation is an operation specified in a policy or policy t - + @@ -1986,8 +1967,7 @@ Missing description."> - + @@ -2172,8 +2152,7 @@ Codes for HL7 publishing sections (major business categories)"> - + @@ -2686,16 +2665,7 @@ Code that specifies whether an address part names the street, city, country, pos - + @@ -2999,9 +2969,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -3181,8 +3149,7 @@ A textual value may be specified as the print name, or for non-coded messages, a - + @@ -3363,8 +3330,7 @@ A surgical Procedure act object (representing a procedure report) requires a sig - + @@ -3406,8 +3372,7 @@ Content moved to ActCode under _ActPrivacyLaw; use that instead."> - + @@ -3544,9 +3509,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -3601,8 +3564,7 @@ x_BasicConfidentialityKind is a subset of Confidentiality codes that are used as - + @@ -3695,8 +3657,7 @@ Codes representing possible states of a RoleLink, as defined by the RoleLink cla - + @@ -3977,8 +3938,7 @@ Concepts that define the telecommunication capabilities of a particular device. - + @@ -4020,8 +3980,7 @@ Identifies allowed codes for HL7aTMs v3 conformance property."> - + @@ -4067,8 +4026,7 @@ Based on concepts for resolutions from HL7 ballot spreadsheet according to HL7's - + @@ -4389,8 +4347,7 @@ A set of codes advising a system or user which name in a set of names to select - + @@ -4715,8 +4672,7 @@ Missing description."> - + @@ -5042,10 +4998,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -5091,8 +5044,7 @@ There needs to be a reexamination of the hierarchies as there seems to be some m - + @@ -5268,8 +5220,7 @@ A code specifying the meaning and purpose of every TransmissionRelationship inst - + @@ -5866,8 +5817,7 @@ The qualifier is a set of codes each of which specifies a certain subcategory of - + @@ -6133,8 +6083,7 @@ The qualifier is a set of codes each of which specifies a certain subcategory of - + @@ -6180,10 +6129,7 @@ Defines the units associated with the magnitude of the maximum size limit of a q - + @@ -6373,8 +6319,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -6458,8 +6403,7 @@ Codes to specify the scope in which the identifier applies to the object with wh - + @@ -6512,8 +6456,7 @@ behavior (e.g. friends) or may be an incidental involvement with each other (e.g - + @@ -6748,8 +6691,7 @@ A task or action that a user may perform in a clinical information system."> - + @@ -7205,8 +7147,7 @@ Identifies the order in which content should be processed."> - + @@ -7443,8 +7384,7 @@ Example reasons that might qualify for being coded in this field might be: " - + @@ -7624,8 +7564,7 @@ It appears that the printnames are suboptimal and should be improved for many of - + @@ -7720,8 +7659,7 @@ Parent, sibling, unrelated friend, neighbor"> - + @@ -8171,9 +8109,7 @@ Codes for HL7 publishing domains (specific content area)"> - + @@ -8215,8 +8151,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -8890,8 +8825,7 @@ Missing description."> - + @@ -8979,8 +8913,7 @@ Needs description"> - + @@ -9027,8 +8960,7 @@ Set of codes indicating the type of insurance policy or program that pays for th - + @@ -9323,9 +9255,7 @@ The type of consent directive, e.g., to consent or dissent to collect, access, o - + @@ -9460,8 +9390,7 @@ Description copied from Concept Domain of same name. Must be verified. Note th - + @@ -9611,8 +9540,7 @@ encrypt prohibit redisclosure without consent directive"> - + @@ -9760,8 +9688,7 @@ This code system contains all HL7 artifacts of type TE (Trigger Event) that are - + @@ -9807,9 +9734,7 @@ Missing Description"> - + @@ -9939,8 +9864,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -10070,8 +9994,7 @@ Description was copied from attribute and needs to be improved to be appropriate - + @@ -10259,8 +10182,7 @@ Codes for HL7 publishing sub-sections (business sub-categories)"> - + @@ -11179,8 +11101,7 @@ Missing description."> - + @@ -11278,176 +11199,62 @@ Needs description"> - + - + - + - + - + - + - + - + - + - + - + - + @@ -11577,8 +11384,7 @@ Needs description"> - + @@ -11648,8 +11454,7 @@ Codes representing possible states of a RoleLink, as defined by the RoleLink cla - + @@ -11935,8 +11740,7 @@ A code specifying the meaning and purpose of every TransmissionRelationship inst - + @@ -11999,10 +11803,7 @@ Example reasons that might qualify for being coded in this field might be: " - + @@ -12010,9 +11811,7 @@ Example reasons that might qualify for being coded in this field might be: " - + @@ -12020,9 +11819,7 @@ Example reasons that might qualify for being coded in this field might be: " - + @@ -12038,10 +11835,7 @@ Example reasons that might qualify for being coded in this field might be: " - + @@ -12049,18 +11843,12 @@ Example reasons that might qualify for being coded in this field might be: " - + - + @@ -12075,42 +11863,27 @@ Example reasons that might qualify for being coded in this field might be: " - + - + - + - + - + @@ -12120,10 +11893,7 @@ Example reasons that might qualify for being coded in this field might be: " - + @@ -12147,10 +11917,7 @@ Example reasons that might qualify for being coded in this field might be: " - + @@ -12158,51 +11925,33 @@ Example reasons that might qualify for being coded in this field might be: " - + - + - + - + - + - + @@ -12215,15 +11964,7 @@ Example reasons that might qualify for being coded in this field might be: " - + @@ -12258,31 +11999,12 @@ Example reasons that might qualify for being coded in this field might be: " - + - + @@ -12311,11 +12033,7 @@ Example reasons that might qualify for being coded in this field might be: " - + @@ -12360,10 +12078,7 @@ Example reasons that might qualify for being coded in this field might be: " - + @@ -12509,17 +12224,7 @@ Example reasons that might qualify for being coded in this field might be: " - + @@ -12528,22 +12233,12 @@ Example reasons that might qualify for being coded in this field might be: " - + - + @@ -12691,9 +12386,7 @@ The ISO description conflates both of the proposed specializations of HL7 ETREAT - + @@ -12731,10 +12424,7 @@ The ISO description conflates both of the proposed specializations of HL7 ETREAT - + @@ -12745,9 +12435,7 @@ The ISO description conflates both of the proposed specializations of HL7 ETREAT - + @@ -12755,10 +12443,7 @@ The ISO description conflates both of the proposed specializations of HL7 ETREAT - + @@ -12768,10 +12453,7 @@ The ISO description conflates both of the proposed specializations of HL7 ETREAT - + @@ -12786,10 +12468,7 @@ The ISO description conflates both of the proposed specializations of HL7 ETREAT - + @@ -12824,10 +12503,7 @@ The ISO description conflates both of the proposed specializations of HL7 ETREAT - + @@ -12929,10 +12605,7 @@ The ISO description conflates both of the proposed specializations of HL7 ETREAT - + @@ -13081,10 +12754,7 @@ The ISO description conflates both of the proposed specializations of HL7 ETREAT - + @@ -13186,18 +12856,12 @@ The ISO description conflates both of the proposed specializations of HL7 ETREAT - + - + @@ -13372,10 +13036,7 @@ The ISO description conflates both of the proposed specializations of HL7 ETREAT - + @@ -13599,11 +13260,7 @@ The ISO description conflates both of the proposed specializations of HL7 ETREAT - + @@ -14393,8 +14050,7 @@ The ISO description conflates both of the proposed specializations of HL7 ETREAT - + @@ -15044,12 +14700,7 @@ Description copied from Concept Domain of same name. Must be corrected.."> - + @@ -15101,8 +14752,7 @@ Description copied from Concept Domain of same name. Must be corrected.."> - + @@ -15189,10 +14839,7 @@ Description copied from Concept Domain of same name. Must be corrected.."> - + @@ -15223,83 +14870,48 @@ Description copied from Concept Domain of same name. Must be corrected.."> - + - + - + - + - + - + - + - + - + @@ -15307,35 +14919,18 @@ Description copied from Concept Domain of same name. Must be corrected.."> - + - + - + @@ -15364,10 +14959,7 @@ Description copied from Concept Domain of same name. Must be corrected.."> - + @@ -15375,10 +14967,7 @@ Description copied from Concept Domain of same name. Must be corrected.."> - + @@ -15427,10 +15016,7 @@ Description copied from Concept Domain of same name. Must be corrected.."> - + @@ -15494,15 +15080,12 @@ Description copied from Concept Domain of same name. Must be corrected.."> - + - + @@ -15515,9 +15098,7 @@ Description copied from Concept Domain of same name. Must be corrected.."> - + @@ -15525,48 +15106,22 @@ Description copied from Concept Domain of same name. Must be corrected.."> - + - + - + - + @@ -15580,32 +15135,22 @@ Long-term shared authentication secrets, if used, are never revealed to any part - + - + - + - + @@ -15619,30 +15164,22 @@ Long-term shared authentication secrets, if used, are never revealed to any part - + - + - + - + @@ -15879,10 +15416,7 @@ Long-term shared authentication secrets, if used, are never revealed to any part - + @@ -16360,85 +15894,31 @@ Long-term shared authentication secrets, if used, are never revealed to any part - + - + - + - + - + - + @@ -16488,8 +15968,7 @@ Long-term shared authentication secrets, if used, are never revealed to any part - + @@ -17037,8 +16516,7 @@ Identifies allowed codes for HL7aTMs v3 conformance property."> - + @@ -17103,12 +16581,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -17121,12 +16594,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -17387,25 +16855,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -17417,43 +16867,15 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + - + - + @@ -17465,17 +16887,11 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + - + @@ -17490,71 +16906,32 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + - + - + - + - + - + @@ -17576,9 +16953,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -17611,64 +16986,29 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + - + - + - + - + @@ -17683,204 +17023,21 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + - + - + - + @@ -17891,10 +17048,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -17914,47 +17068,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -17985,12 +17099,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -18006,12 +17115,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -18024,12 +17128,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -18042,12 +17141,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -18060,12 +17154,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -18078,12 +17167,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -18096,12 +17180,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -18114,8 +17193,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -18127,12 +17205,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -18145,12 +17218,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -18166,27 +17234,12 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + - + @@ -18196,12 +17249,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -18339,50 +17387,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -18392,125 +17397,36 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + - + - + - + - + - + - + @@ -18526,9 +17442,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -18547,20 +17461,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -18579,9 +17480,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -18596,11 +17495,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -18626,9 +17521,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -18957,16 +17850,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -19035,10 +17919,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -19149,10 +18030,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -19165,11 +18043,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -19246,21 +18120,12 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + - + @@ -19358,9 +18223,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -19398,10 +18261,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -19528,10 +18388,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -19544,9 +18401,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -19724,7 +18579,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -19926,16 +18781,16 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + - + - + @@ -19984,9 +18839,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -20020,9 +18873,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -20056,9 +18907,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -20247,10 +19096,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -20277,7 +19123,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -20293,28 +19139,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -20443,13 +19268,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -20465,18 +19284,12 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + - + @@ -20490,26 +19303,17 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + - + - + @@ -20527,10 +19331,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -20560,41 +19361,26 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + - + - + - + - + @@ -21658,12 +20444,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -21685,9 +20466,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -21702,9 +20481,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -21718,26 +20495,17 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + - + - + @@ -21750,19 +20518,12 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + - + @@ -21775,12 +20536,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -21802,45 +20558,30 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + - + - + - + - + - + @@ -21867,18 +20608,11 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + - + @@ -21906,9 +20640,7 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + @@ -21926,26 +20658,12 @@ Codes for concepts describing the approval level of HL7 artifacts. This code sy - + - + @@ -21963,74 +20681,37 @@ Projects: ISO 20776-1, ISO 20776-2 - + - + - + - + - + - + - + @@ -22044,38 +20725,22 @@ Synonym (earlier term): Sensitive Projects: ISO 20776-1, ISO 20776-2 - + - + - + - + @@ -22096,10 +20761,7 @@ Members of the OO WG have recently attempted to contact members of RCRIM regardi - + @@ -22109,9 +20771,7 @@ Members of the OO WG have recently attempted to contact members of RCRIM regardi - + @@ -22151,10 +20811,7 @@ Members of the OO WG have recently attempted to contact members of RCRIM regardi - + @@ -22293,8 +20950,7 @@ Members of the OO WG have recently attempted to contact members of RCRIM regardi - + @@ -22633,8 +21289,7 @@ Code that specifies whether an address part names the street, city, country, pos - + @@ -22642,18 +21297,12 @@ Codes for HL7 publishing domains (specific content area)"> - + - + @@ -22663,74 +21312,47 @@ Codes for HL7 publishing domains (specific content area)"> - + - + - + - + - + - + - + - + - + @@ -22745,226 +21367,142 @@ Codes for HL7 publishing domains (specific content area)"> - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -23001,8 +21539,7 @@ Codes for HL7 publishing domains (specific content area)"> - + @@ -23774,10 +22311,7 @@ Missing description."> - + @@ -23822,12 +22356,7 @@ Missing description."> - + @@ -23873,8 +22402,7 @@ Missing description."> - + @@ -24165,8 +22693,7 @@ Based on concepts for resolutions from HL7 ballot spreadsheet according to HL7's - + @@ -24174,42 +22701,22 @@ Codes for HL7 publishing sections (major business categories)"> - + - + - + - + @@ -24296,8 +22803,7 @@ Codes for HL7 publishing sections (major business categories)"> - + @@ -24317,10 +22823,7 @@ Content moved to ActCode under _ActPrivacyLaw; use that instead."> - + @@ -24332,13 +22835,7 @@ Content moved to ActCode under _ActPrivacyLaw; use that instead."> - + @@ -24351,13 +22848,7 @@ Content moved to ActCode under _ActPrivacyLaw; use that instead."> - + @@ -24370,13 +22861,7 @@ Content moved to ActCode under _ActPrivacyLaw; use that instead."> - + @@ -24389,13 +22874,7 @@ Content moved to ActCode under _ActPrivacyLaw; use that instead."> - + @@ -24408,13 +22887,7 @@ Content moved to ActCode under _ActPrivacyLaw; use that instead."> - + @@ -24427,16 +22900,7 @@ Content moved to ActCode under _ActPrivacyLaw; use that instead."> - + @@ -24807,10 +23271,7 @@ Content moved to ActCode under _ActPrivacyLaw; use that instead."> - + @@ -25005,8 +23466,7 @@ There needs to be a reexamination of the hierarchies as there seems to be some m - + @@ -25186,8 +23646,7 @@ This code system contains all HL7 artifacts of type TE (Trigger Event) that are - + @@ -25312,8 +23771,7 @@ Description does not make sense relative to name of coding system. Must be revi - + @@ -30306,8 +28764,7 @@ Codes identifying types of HL7 Implementation Technology Specifications"> - + @@ -30339,7 +28796,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -30450,50 +28907,22 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + - + - + - + @@ -30545,9 +28974,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -30562,7 +28989,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -30577,9 +29004,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -30631,10 +29056,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -31094,10 +29516,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -31269,10 +29688,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -31297,10 +29713,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -31351,9 +29764,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -31531,12 +29942,12 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + - + @@ -31551,7 +29962,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -31560,32 +29971,21 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + - + - + - + @@ -31596,26 +29996,17 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + - + - + @@ -31624,21 +30015,12 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + - + @@ -31651,10 +30033,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -31701,41 +30080,17 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + - + - + @@ -31765,9 +30120,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -31783,24 +30136,16 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + - + - + @@ -31821,26 +30166,12 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + - + @@ -31851,10 +30182,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -31885,10 +30213,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -31898,18 +30223,12 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + - + @@ -31919,10 +30238,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -32858,9 +31174,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -32868,11 +31182,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -32916,11 +31226,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -32928,49 +31234,27 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + - + - + - + - + @@ -33417,7 +31701,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -33488,10 +31772,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -33620,43 +31901,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -33670,9 +31915,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -33864,16 +32107,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -33881,23 +32115,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -33905,187 +32123,58 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + - + - + - + - + - + - + - + - + - + - + @@ -34093,87 +32182,43 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + - + - + - + - + - + - + - + @@ -34181,10 +32226,7 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + @@ -34192,196 +32234,112 @@ The kind of Act (e.g. physical examination, serum potassium, inpatient encounter - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -34391,10 +32349,7 @@ Information handling protocols based on organizational policies related to sexua - + @@ -34402,67 +32357,43 @@ Information handling protocols based on organizational policies related to sexua - + - + - + - + - + - + - + - + @@ -34470,131 +32401,83 @@ Information handling protocols based on organizational policies related to sexua - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -34604,16 +32487,12 @@ Information handling protocols based on organizational policies related to sexua - + - + @@ -34630,13 +32509,7 @@ Information handling protocols based on organizational policies related to sexua - + @@ -34675,88 +32548,31 @@ Information handling protocols based on organizational policies related to sexua - + - + - + - + - + - + @@ -34835,12 +32651,7 @@ Information handling protocols based on organizational policies related to sexua - + @@ -34865,10 +32676,7 @@ Information handling protocols based on organizational policies related to sexua - + @@ -34878,10 +32686,7 @@ Information handling protocols based on organizational policies related to sexua - + @@ -34891,9 +32696,7 @@ Information handling protocols based on organizational policies related to sexua - + @@ -34914,12 +32717,7 @@ Information handling protocols based on organizational policies related to sexua - + @@ -34963,20 +32761,7 @@ Information handling protocols based on organizational policies related to sexua - + @@ -35362,10 +33147,7 @@ Information handling protocols based on organizational policies related to sexua - + @@ -35373,10 +33155,7 @@ Information handling protocols based on organizational policies related to sexua - + @@ -35596,9 +33375,7 @@ Information handling protocols based on organizational policies related to sexua - + @@ -35664,18 +33441,12 @@ Information handling protocols based on organizational policies related to sexua - + - + @@ -35685,24 +33456,12 @@ Information handling protocols based on organizational policies related to sexua - + - + @@ -35712,21 +33471,12 @@ Information handling protocols based on organizational policies related to sexua - + - + @@ -35899,8 +33649,7 @@ Information handling protocols based on organizational policies related to sexua - + @@ -35930,10 +33679,7 @@ Information handling protocols based on organizational policies related to sexua - + @@ -35958,15 +33704,12 @@ Information handling protocols based on organizational policies related to sexua - + - + @@ -35981,8 +33724,7 @@ Information handling protocols based on organizational policies related to sexua - + @@ -36108,12 +33850,7 @@ Information handling protocols based on organizational policies related to sexua - + @@ -36133,21 +33870,12 @@ Information handling protocols based on organizational policies related to sexua - + - + @@ -36197,10 +33925,7 @@ the measure population as a narrative description (e.g., all patients seen in th - + @@ -36210,10 +33935,7 @@ the measure population as a narrative description (e.g., all patients seen in th - + @@ -36253,10 +33975,7 @@ the measure population as a narrative description (e.g., all patients seen in th - + @@ -36493,10 +34212,7 @@ the measure population as a narrative description (e.g., all patients seen in th - + @@ -37187,28 +34903,7 @@ the measure population as a narrative description (e.g., all patients seen in th - + @@ -37216,117 +34911,41 @@ the measure population as a narrative description (e.g., all patients seen in th - + - + - + - + - + - + - + - + @@ -37334,37 +34953,18 @@ the measure population as a narrative description (e.g., all patients seen in th - + - + - + @@ -37388,15 +34988,7 @@ the measure population as a narrative description (e.g., all patients seen in th - + @@ -37418,10 +35010,7 @@ the measure population as a narrative description (e.g., all patients seen in th - + @@ -37867,8 +35456,7 @@ the measure population as a narrative description (e.g., all patients seen in th - + @@ -37968,8 +35556,7 @@ Identifies the order in which content should be processed."> - + @@ -37977,102 +35564,52 @@ Codes for HL7 publishing sub-sections (business sub-categories)"> - + - + - + - + - + - + - + - + - + - + @@ -38159,8 +35696,7 @@ Codes for HL7 publishing sub-sections (business sub-categories)"> - + @@ -38285,10 +35821,7 @@ Missing Description"> - + @@ -39098,9 +36631,7 @@ Missing Description"> - + @@ -39230,34 +36761,22 @@ Description copied from Concept Domain of same name. Must be verified. Note th - + - + - + - + @@ -39893,11 +37412,7 @@ Description copied from Concept Domain of same name. Must be verified. Note th - + @@ -40768,10 +38283,7 @@ Description copied from Concept Domain of same name. Must be verified. Note th - + @@ -41076,18 +38588,12 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + - + @@ -46388,10 +43894,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -46420,20 +43923,12 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + - + @@ -46477,10 +43972,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -46550,10 +44042,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -46575,81 +44064,51 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + - + - + - + - + - + - + - + - + - + @@ -46657,10 +44116,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -46673,24 +44129,15 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + - + - + @@ -46698,10 +44145,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -46709,18 +44153,12 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + - + @@ -46728,10 +44166,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -46739,36 +44174,24 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + - + - + - + @@ -46780,10 +44203,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -46797,18 +44217,12 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + - + @@ -46821,10 +44235,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -46837,17 +44248,11 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + - + @@ -46867,10 +44272,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -46878,19 +44280,13 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + - + @@ -46907,10 +44303,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -46920,10 +44313,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -46935,17 +44325,11 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + - + @@ -46953,10 +44337,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -46964,10 +44345,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -46975,10 +44353,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -46991,10 +44366,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -47002,10 +44374,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -47027,16 +44396,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -47050,22 +44410,11 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + - + @@ -47081,11 +44430,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -47106,10 +44451,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -47124,10 +44466,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -47142,10 +44481,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -47208,13 +44544,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -47239,17 +44569,12 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + - + @@ -47294,14 +44619,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -47311,13 +44629,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -47327,11 +44639,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -47377,38 +44685,11 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + - + @@ -47419,18 +44700,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -47509,9 +44779,7 @@ In spite of the inability of tooling to process codes longer than 2 characters, - + @@ -47663,9 +44931,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -47878,8 +45144,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -47897,21 +45162,12 @@ Codes to specify the scope in which the identifier applies to the object with wh - + - + @@ -48412,12 +45668,7 @@ Codes to specify the scope in which the identifier applies to the object with wh - + @@ -48432,23 +45683,13 @@ Codes to specify the scope in which the identifier applies to the object with wh - + - + @@ -48458,14 +45699,7 @@ Codes to specify the scope in which the identifier applies to the object with wh - + @@ -48631,8 +45865,7 @@ Codes to specify the scope in which the identifier applies to the object with wh - + @@ -49444,8 +46677,7 @@ A set of codes advising a system or user which name in a set of names to select - + @@ -49715,8 +46947,7 @@ It appears that the printnames are suboptimal and should be improved for many of - + @@ -49739,10 +46970,7 @@ Indicates whether the name part is a given name, family name, prefix, suffix, et - + @@ -49855,24 +47083,7 @@ Indicates whether the name part is a given name, family name, prefix, suffix, et - + @@ -49907,13 +47118,7 @@ Indicates whether the name part is a given name, family name, prefix, suffix, et - + @@ -49942,10 +47147,7 @@ Indicates whether the name part is a given name, family name, prefix, suffix, et - + @@ -49990,13 +47192,7 @@ Indicates whether the name part is a given name, family name, prefix, suffix, et - + @@ -50011,16 +47207,12 @@ Indicates whether the name part is a given name, family name, prefix, suffix, et - + - + @@ -50030,10 +47222,7 @@ Indicates whether the name part is a given name, family name, prefix, suffix, et - + @@ -50068,9 +47257,7 @@ Indicates whether the name part is a given name, family name, prefix, suffix, et - + @@ -50116,13 +47303,7 @@ Indicates whether the name part is a given name, family name, prefix, suffix, et - + @@ -50142,10 +47323,7 @@ Indicates whether the name part is a given name, family name, prefix, suffix, et - + @@ -50204,8 +47382,7 @@ Indicates whether the name part is a given name, family name, prefix, suffix, et - + @@ -53379,8 +50556,7 @@ The specific meanings of these codes can vary somewhat by jurisdiction and imple - + @@ -53394,10 +50570,7 @@ The qualifier is a set of codes each of which specifies a certain subcategory of - + @@ -53407,10 +50580,7 @@ The qualifier is a set of codes each of which specifies a certain subcategory of - + @@ -53430,10 +50600,7 @@ The qualifier is a set of codes each of which specifies a certain subcategory of - + @@ -53451,176 +50618,62 @@ The qualifier is a set of codes each of which specifies a certain subcategory of - + - + - + - + - + - + - + - + - + - + - + - + @@ -55473,8 +52526,7 @@ The qualifier is a set of codes each of which specifies a certain subcategory of - + @@ -55484,11 +52536,7 @@ The qualifier is a set of codes each of which specifies a certain subcategory of - + @@ -55523,12 +52571,7 @@ The qualifier is a set of codes each of which specifies a certain subcategory of - + @@ -55770,16 +52813,7 @@ The qualifier is a set of codes each of which specifies a certain subcategory of - + @@ -55833,10 +52867,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -55886,93 +52917,36 @@ Description copied from Concept Domain of same name. Must be verified."> - + - + - + - + - + - + - + @@ -56012,10 +52986,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -56036,10 +53007,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -56054,12 +53022,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -56069,26 +53032,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -56098,37 +53042,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -56144,19 +53058,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -56179,44 +53081,20 @@ Description copied from Concept Domain of same name. Must be verified."> - + - + - + - + @@ -56268,9 +53146,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -56310,9 +53186,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -56342,37 +53216,16 @@ Description copied from Concept Domain of same name. Must be verified."> - + - + - + @@ -56393,9 +53246,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -56445,26 +53296,17 @@ Description copied from Concept Domain of same name. Must be verified."> - + - + - + @@ -56515,9 +53357,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -56533,23 +53373,16 @@ Description copied from Concept Domain of same name. Must be verified."> - + - + - + @@ -56658,9 +53491,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -56674,29 +53505,17 @@ A textual value may be specified as the print name, or for non-coded messages, a - + - + - + @@ -56801,10 +53620,7 @@ A textual value may be specified as the print name, or for non-coded messages, a - + @@ -56910,8 +53726,7 @@ A textual value may be specified as the print name, or for non-coded messages, a - + @@ -57181,8 +53996,7 @@ Defines the units associated with the magnitude of the maximum size limit of a q - + @@ -57237,8 +54051,7 @@ A surgical Procedure act object (representing a procedure report) requires a sig - + @@ -57293,8 +54106,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -57434,10 +54246,7 @@ Concepts that define the telecommunication capabilities of a particular device. - + @@ -57672,8 +54481,7 @@ Concepts that define the telecommunication capabilities of a particular device. - + @@ -57808,8 +54616,7 @@ Description was copied from attribute and needs to be improved to be appropriate - + @@ -57999,9 +54806,7 @@ Missing description."> - + @@ -58170,9 +54975,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -58619,92 +55422,38 @@ Description copied from Concept Domain of same name. Must be verified."> - + - + - + - + - + - + - + @@ -58720,10 +55469,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -58736,10 +55482,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -58752,10 +55495,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -58769,10 +55509,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -58788,10 +55525,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -58804,10 +55538,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -58820,10 +55551,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -58836,10 +55564,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -58853,10 +55578,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -58872,10 +55594,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -58888,10 +55607,7 @@ Description copied from Concept Domain of same name. Must be verified."> - + @@ -58904,10 +55620,7 @@ Information for which the patient seeks heightened confidentiality. Sensitive in - + @@ -58961,9 +55674,7 @@ Information for which the patient seeks heightened confidentiality. Sensitive in - + @@ -59392,10 +56103,7 @@ Information for which the patient seeks heightened confidentiality. Sensitive in - + @@ -59416,10 +56124,7 @@ Information for which the patient seeks heightened confidentiality. Sensitive in - + @@ -59431,10 +56136,7 @@ Information for which the patient seeks heightened confidentiality. Sensitive in - + @@ -59452,17 +56154,7 @@ Information for which the patient seeks heightened confidentiality. Sensitive in - + @@ -59472,20 +56164,14 @@ Information for which the patient seeks heightened confidentiality. Sensitive in - + - + @@ -59505,11 +56191,7 @@ Information for which the patient seeks heightened confidentiality. Sensitive in - + @@ -59521,11 +56203,7 @@ Information for which the patient seeks heightened confidentiality. Sensitive in - + @@ -59584,34 +56262,16 @@ Information for which the patient seeks heightened confidentiality. Sensitive in - + - + - + diff --git a/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/valueset/valuesets.xml b/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/valueset/valuesets.xml index 9fe39a2f9d6..984ad8cfd14 100644 --- a/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/valueset/valuesets.xml +++ b/hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/valueset/valuesets.xml @@ -3995,9 +3995,7 @@ - + @@ -13704,8 +13702,7 @@ Future versions of FHIR may make significant changes to Trial Use content that a - + @@ -16164,9 +16161,7 @@ into another (possibly the same) biological entity."> - + @@ -24395,8 +24390,7 @@ The primary difference between a medication statement and a medication administr - + @@ -29991,7 +29985,7 @@ or intervention but are still being followed according to the primary objective - + @@ -30001,7 +29995,7 @@ or intervention but are still being followed according to the primary objective - + @@ -30396,20 +30390,17 @@ or intervention but are still being followed according to the primary objective - + - + - + @@ -30588,8 +30579,7 @@ Grundpauschale für Ärzte, Institute und Krankenhäuser, die zur Erbringung von - + @@ -30599,8 +30589,7 @@ is ineligible for the study."> - + @@ -31870,8 +31859,7 @@ responding, withdrawal, non-compliance and/or adverse event."> - + @@ -43931,9 +43919,7 @@ A specific time might or might not be pre-allocated."> - + @@ -133894,11 +133880,7 @@ Spelling note: "descendant" is a more correct spelling, but the spelli - + @@ -135910,9 +135892,7 @@ Spelling note: "descendant" is a more correct spelling, but the spelli - + diff --git a/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/extension/extension-definitions.xml b/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/extension/extension-definitions.xml index 48f066c6e49..d36e9a16988 100644 --- a/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/extension/extension-definitions.xml +++ b/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/extension/extension-definitions.xml @@ -1,7 +1,7 @@ - + @@ -16,7 +16,7 @@ - + @@ -29,7 +29,7 @@ - + @@ -62,7 +62,7 @@ - + @@ -70,7 +70,7 @@ - + @@ -131,7 +131,7 @@ - + @@ -139,7 +139,7 @@ - + @@ -191,7 +191,7 @@ - + @@ -204,7 +204,7 @@ - + @@ -247,7 +247,7 @@ - + @@ -266,7 +266,7 @@ - + @@ -279,7 +279,7 @@ - + @@ -312,7 +312,7 @@ - + @@ -320,7 +320,7 @@ - + @@ -377,7 +377,7 @@ - + @@ -385,7 +385,7 @@ - + @@ -438,7 +438,7 @@ - + @@ -488,7 +488,7 @@ - + @@ -501,7 +501,7 @@ - + @@ -571,7 +571,7 @@ - + @@ -579,7 +579,7 @@ - + @@ -636,7 +636,7 @@ - + @@ -644,7 +644,7 @@ - + @@ -696,7 +696,7 @@ - + @@ -746,7 +746,7 @@ - + @@ -759,7 +759,7 @@ - + @@ -793,7 +793,7 @@ - + @@ -801,7 +801,7 @@ - + @@ -861,7 +861,7 @@ - + @@ -869,7 +869,7 @@ - + @@ -899,7 +899,7 @@ - + @@ -907,7 +907,7 @@ - + @@ -965,7 +965,7 @@ - + @@ -973,7 +973,7 @@ - + @@ -1022,7 +1022,7 @@ - + @@ -1052,7 +1052,7 @@ - + @@ -1060,7 +1060,7 @@ - + @@ -1118,7 +1118,7 @@ - + @@ -1126,7 +1126,7 @@ - + @@ -1175,7 +1175,7 @@ - + @@ -1381,7 +1381,7 @@ - + @@ -1483,7 +1483,7 @@ - + @@ -1496,7 +1496,7 @@ - + @@ -1537,7 +1537,7 @@ - + @@ -1545,7 +1545,7 @@ - + @@ -1609,7 +1609,7 @@ - + @@ -1617,7 +1617,7 @@ - + @@ -1647,7 +1647,7 @@ - + @@ -1655,7 +1655,7 @@ - + @@ -1713,7 +1713,7 @@ - + @@ -1721,7 +1721,7 @@ - + @@ -1770,7 +1770,7 @@ - + @@ -1815,7 +1815,7 @@ - + @@ -1823,7 +1823,7 @@ - + @@ -1881,7 +1881,7 @@ - + @@ -1889,7 +1889,7 @@ - + @@ -1941,7 +1941,7 @@ - + @@ -2147,7 +2147,7 @@ - + @@ -2270,7 +2270,7 @@ - + @@ -2283,7 +2283,7 @@ - + @@ -2325,7 +2325,7 @@ - + @@ -2333,7 +2333,7 @@ - + @@ -2390,7 +2390,7 @@ - + @@ -2398,7 +2398,7 @@ - + @@ -2450,7 +2450,7 @@ - + @@ -2460,7 +2460,7 @@ - + @@ -2497,7 +2497,7 @@ - + @@ -2516,7 +2516,7 @@ - + @@ -2529,7 +2529,7 @@ - + @@ -2563,7 +2563,7 @@ - + @@ -2571,7 +2571,7 @@ - + @@ -2628,7 +2628,7 @@ - + @@ -2636,7 +2636,7 @@ - + @@ -2688,7 +2688,7 @@ - + @@ -2738,7 +2738,7 @@ - + @@ -2751,7 +2751,7 @@ - + @@ -2789,7 +2789,7 @@ - + @@ -2797,7 +2797,7 @@ - + @@ -2857,7 +2857,7 @@ - + @@ -2865,7 +2865,7 @@ - + @@ -2896,7 +2896,7 @@ - + @@ -2904,7 +2904,7 @@ - + @@ -2962,7 +2962,7 @@ - + @@ -2970,7 +2970,7 @@ - + @@ -3023,7 +3023,7 @@ - + @@ -3053,7 +3053,7 @@ - + @@ -3061,7 +3061,7 @@ - + @@ -3119,7 +3119,7 @@ - + @@ -3127,7 +3127,7 @@ - + @@ -3176,7 +3176,7 @@ - + @@ -3186,7 +3186,7 @@ - + @@ -3214,7 +3214,7 @@ - + @@ -3222,7 +3222,7 @@ - + @@ -3280,7 +3280,7 @@ - + @@ -3288,7 +3288,7 @@ - + @@ -3337,7 +3337,7 @@ - + @@ -3543,7 +3543,7 @@ - + @@ -3630,7 +3630,7 @@ - + @@ -3687,7 +3687,7 @@ - + @@ -3700,7 +3700,7 @@ - + @@ -3742,7 +3742,7 @@ - + @@ -3750,7 +3750,7 @@ - + @@ -3807,7 +3807,7 @@ - + @@ -3815,7 +3815,7 @@ - + @@ -3867,7 +3867,7 @@ - + @@ -3945,7 +3945,7 @@ - + @@ -3958,7 +3958,7 @@ - + @@ -3978,7 +3978,9 @@ - + @@ -3992,7 +3994,7 @@ - + @@ -4000,7 +4002,7 @@ - + @@ -4057,7 +4059,7 @@ - + @@ -4065,7 +4067,7 @@ - + @@ -4117,7 +4119,7 @@ - + @@ -4132,7 +4134,9 @@ - + @@ -4167,7 +4171,7 @@ - + @@ -4179,7 +4183,7 @@ - + @@ -4213,7 +4217,7 @@ - + @@ -4221,7 +4225,7 @@ - + @@ -4278,7 +4282,7 @@ - + @@ -4286,7 +4290,7 @@ - + @@ -4338,7 +4342,7 @@ - + @@ -4388,7 +4392,7 @@ - + @@ -4400,7 +4404,7 @@ - + @@ -4424,6 +4428,10 @@ + + + + @@ -4448,6 +4456,10 @@ + + + + @@ -4538,7 +4550,7 @@ - + @@ -4546,7 +4558,7 @@ - + @@ -4603,7 +4615,7 @@ - + @@ -4611,7 +4623,7 @@ - + @@ -4664,7 +4676,7 @@ - + @@ -4715,7 +4727,7 @@ - + @@ -4727,7 +4739,7 @@ - + @@ -4760,7 +4772,7 @@ - + @@ -4768,7 +4780,7 @@ - + @@ -4825,7 +4837,7 @@ - + @@ -4833,7 +4845,7 @@ - + @@ -4885,7 +4897,7 @@ - + @@ -4934,7 +4946,7 @@ - + @@ -4946,7 +4958,7 @@ - + @@ -4988,7 +5000,7 @@ - + @@ -4996,7 +5008,7 @@ - + @@ -5053,7 +5065,7 @@ - + @@ -5061,7 +5073,7 @@ - + @@ -5113,7 +5125,7 @@ - + @@ -5163,7 +5175,7 @@ - + @@ -5174,8 +5186,9 @@ - - + + @@ -5206,8 +5219,10 @@ - - + + @@ -5221,7 +5236,7 @@ - + @@ -5229,7 +5244,7 @@ - + @@ -5286,7 +5301,7 @@ - + @@ -5294,7 +5309,7 @@ - + @@ -5346,7 +5361,7 @@ - + @@ -5360,8 +5375,10 @@ - - + + @@ -5396,7 +5413,7 @@ - + @@ -5408,7 +5425,7 @@ - + @@ -5454,7 +5471,7 @@ - + @@ -5462,7 +5479,7 @@ - + @@ -5519,7 +5536,7 @@ - + @@ -5527,7 +5544,7 @@ - + @@ -5579,7 +5596,7 @@ - + @@ -5629,7 +5646,7 @@ - + @@ -5641,7 +5658,7 @@ - + @@ -5680,7 +5697,7 @@ - + @@ -5688,7 +5705,7 @@ - + @@ -5753,7 +5770,7 @@ - + @@ -5761,7 +5778,7 @@ - + @@ -5813,7 +5830,7 @@ - + @@ -5823,7 +5840,7 @@ - + @@ -5868,7 +5885,7 @@ - + @@ -5887,7 +5904,7 @@ - + @@ -5899,7 +5916,7 @@ - + @@ -5945,7 +5962,7 @@ - + @@ -5953,7 +5970,7 @@ - + @@ -6014,7 +6031,7 @@ - + @@ -6022,7 +6039,7 @@ - + @@ -6074,7 +6091,7 @@ - + @@ -6084,7 +6101,7 @@ - + @@ -6126,7 +6143,7 @@ - + @@ -6145,7 +6162,7 @@ - + @@ -6157,7 +6174,7 @@ - + @@ -6191,7 +6208,7 @@ - + @@ -6199,7 +6216,7 @@ - + @@ -6260,7 +6277,7 @@ - + @@ -6268,7 +6285,7 @@ - + @@ -6320,7 +6337,7 @@ - + @@ -6330,7 +6347,7 @@ - + @@ -6371,7 +6388,7 @@ - + @@ -6390,7 +6407,7 @@ - + @@ -6402,7 +6419,7 @@ - + @@ -6436,7 +6453,7 @@ - + @@ -6444,7 +6461,7 @@ - + @@ -6505,7 +6522,7 @@ - + @@ -6513,7 +6530,7 @@ - + @@ -6565,7 +6582,7 @@ - + @@ -6575,7 +6592,7 @@ - + @@ -6616,7 +6633,7 @@ - + @@ -6635,7 +6652,7 @@ - + @@ -6647,7 +6664,7 @@ - + @@ -6681,7 +6698,7 @@ - + @@ -6689,7 +6706,7 @@ - + @@ -6750,7 +6767,7 @@ - + @@ -6758,7 +6775,7 @@ - + @@ -6810,7 +6827,7 @@ - + @@ -6864,7 +6881,7 @@ - + @@ -6876,7 +6893,7 @@ - + @@ -6910,7 +6927,7 @@ - + @@ -6918,7 +6935,7 @@ - + @@ -6979,7 +6996,7 @@ - + @@ -6987,7 +7004,7 @@ - + @@ -7039,7 +7056,7 @@ - + @@ -7049,7 +7066,7 @@ - + @@ -7090,7 +7107,7 @@ - + @@ -7109,7 +7126,7 @@ - + @@ -7121,7 +7138,7 @@ - + @@ -7154,7 +7171,7 @@ - + @@ -7162,7 +7179,7 @@ - + @@ -7223,7 +7240,7 @@ - + @@ -7231,7 +7248,7 @@ - + @@ -7283,7 +7300,7 @@ - + @@ -7293,7 +7310,7 @@ - + @@ -7333,7 +7350,7 @@ - + @@ -7352,7 +7369,7 @@ - + @@ -7364,7 +7381,7 @@ - + @@ -7397,7 +7414,7 @@ - + @@ -7405,7 +7422,7 @@ - + @@ -7466,7 +7483,7 @@ - + @@ -7474,7 +7491,7 @@ - + @@ -7526,7 +7543,7 @@ - + @@ -7579,7 +7596,7 @@ - + @@ -7591,7 +7608,7 @@ - + @@ -7624,7 +7641,7 @@ - + @@ -7632,7 +7649,7 @@ - + @@ -7693,7 +7710,7 @@ - + @@ -7701,7 +7718,7 @@ - + @@ -7753,7 +7770,7 @@ - + @@ -7806,7 +7823,7 @@ - + @@ -7818,7 +7835,7 @@ - + @@ -7851,7 +7868,7 @@ - + @@ -7859,7 +7876,7 @@ - + @@ -7920,7 +7937,7 @@ - + @@ -7928,7 +7945,7 @@ - + @@ -7980,7 +7997,7 @@ - + @@ -8033,7 +8050,7 @@ - + @@ -8045,7 +8062,7 @@ - + @@ -8078,7 +8095,7 @@ - + @@ -8086,7 +8103,7 @@ - + @@ -8147,7 +8164,7 @@ - + @@ -8155,7 +8172,7 @@ - + @@ -8207,7 +8224,7 @@ - + @@ -8260,7 +8277,7 @@ - + @@ -8272,7 +8289,7 @@ - + @@ -8305,7 +8322,7 @@ - + @@ -8313,7 +8330,7 @@ - + @@ -8374,7 +8391,7 @@ - + @@ -8382,7 +8399,7 @@ - + @@ -8434,7 +8451,7 @@ - + @@ -8487,7 +8504,7 @@ - + @@ -8499,7 +8516,7 @@ - + @@ -8532,7 +8549,7 @@ - + @@ -8540,7 +8557,7 @@ - + @@ -8601,7 +8618,7 @@ - + @@ -8609,7 +8626,7 @@ - + @@ -8661,7 +8678,7 @@ - + @@ -8714,7 +8731,7 @@ - + @@ -8726,7 +8743,7 @@ - + @@ -8759,7 +8776,7 @@ - + @@ -8767,7 +8784,7 @@ - + @@ -8828,7 +8845,7 @@ - + @@ -8836,7 +8853,7 @@ - + @@ -8888,7 +8905,7 @@ - + @@ -8941,7 +8958,7 @@ - + @@ -8953,7 +8970,7 @@ - + @@ -8986,7 +9003,7 @@ - + @@ -8994,7 +9011,7 @@ - + @@ -9055,7 +9072,7 @@ - + @@ -9063,7 +9080,7 @@ - + @@ -9115,7 +9132,7 @@ - + @@ -9168,7 +9185,7 @@ - + @@ -9180,7 +9197,7 @@ - + @@ -9213,7 +9230,7 @@ - + @@ -9221,7 +9238,7 @@ - + @@ -9282,7 +9299,7 @@ - + @@ -9290,7 +9307,7 @@ - + @@ -9342,7 +9359,7 @@ - + @@ -9395,7 +9412,7 @@ - + @@ -9407,7 +9424,7 @@ - + @@ -9440,7 +9457,7 @@ - + @@ -9448,7 +9465,7 @@ - + @@ -9509,7 +9526,7 @@ - + @@ -9517,7 +9534,7 @@ - + @@ -9569,7 +9586,7 @@ - + @@ -9622,7 +9639,7 @@ - + @@ -9634,7 +9651,7 @@ - + @@ -9667,7 +9684,7 @@ - + @@ -9675,7 +9692,7 @@ - + @@ -9736,7 +9753,7 @@ - + @@ -9744,7 +9761,7 @@ - + @@ -9796,7 +9813,7 @@ - + @@ -9849,7 +9866,7 @@ - + @@ -9861,7 +9878,7 @@ - + @@ -9894,7 +9911,7 @@ - + @@ -9902,7 +9919,7 @@ - + @@ -9963,7 +9980,7 @@ - + @@ -9971,7 +9988,7 @@ - + @@ -10023,7 +10040,7 @@ - + @@ -10076,7 +10093,7 @@ - + @@ -10088,7 +10105,7 @@ - + @@ -10121,7 +10138,7 @@ - + @@ -10129,7 +10146,7 @@ - + @@ -10190,7 +10207,7 @@ - + @@ -10198,7 +10215,7 @@ - + @@ -10250,7 +10267,7 @@ - + @@ -10303,7 +10320,7 @@ - + @@ -10315,7 +10332,7 @@ - + @@ -10348,7 +10365,7 @@ - + @@ -10356,7 +10373,7 @@ - + @@ -10417,7 +10434,7 @@ - + @@ -10425,7 +10442,7 @@ - + @@ -10477,7 +10494,7 @@ - + @@ -10530,7 +10547,7 @@ - + @@ -10542,7 +10559,7 @@ - + @@ -10575,7 +10592,7 @@ - + @@ -10583,7 +10600,7 @@ - + @@ -10644,7 +10661,7 @@ - + @@ -10652,7 +10669,7 @@ - + @@ -10704,7 +10721,7 @@ - + @@ -10757,7 +10774,7 @@ - + @@ -10769,7 +10786,7 @@ - + @@ -10802,7 +10819,7 @@ - + @@ -10810,7 +10827,7 @@ - + @@ -10871,7 +10888,7 @@ - + @@ -10879,7 +10896,7 @@ - + @@ -10931,7 +10948,7 @@ - + @@ -10984,7 +11001,7 @@ - + @@ -10996,7 +11013,7 @@ - + @@ -11029,7 +11046,7 @@ - + @@ -11037,7 +11054,7 @@ - + @@ -11098,7 +11115,7 @@ - + @@ -11106,7 +11123,7 @@ - + @@ -11158,7 +11175,7 @@ - + @@ -11211,7 +11228,7 @@ - + @@ -11223,7 +11240,7 @@ - + @@ -11256,7 +11273,7 @@ - + @@ -11264,7 +11281,7 @@ - + @@ -11325,7 +11342,7 @@ - + @@ -11333,7 +11350,7 @@ - + @@ -11385,7 +11402,7 @@ - + @@ -11438,7 +11455,7 @@ - + @@ -11450,7 +11467,7 @@ - + @@ -11483,7 +11500,7 @@ - + @@ -11491,7 +11508,7 @@ - + @@ -11552,7 +11569,7 @@ - + @@ -11560,7 +11577,7 @@ - + @@ -11612,7 +11629,7 @@ - + @@ -11665,7 +11682,7 @@ - + @@ -11677,7 +11694,7 @@ - + @@ -11710,7 +11727,7 @@ - + @@ -11718,7 +11735,7 @@ - + @@ -11779,7 +11796,7 @@ - + @@ -11787,7 +11804,7 @@ - + @@ -11839,7 +11856,7 @@ - + @@ -11892,7 +11909,7 @@ - + @@ -11904,7 +11921,7 @@ - + @@ -11938,7 +11955,7 @@ - + @@ -11946,7 +11963,7 @@ - + @@ -12007,7 +12024,7 @@ - + @@ -12015,7 +12032,7 @@ - + @@ -12067,7 +12084,7 @@ - + @@ -12121,7 +12138,7 @@ - + @@ -12133,7 +12150,7 @@ - + @@ -12166,7 +12183,7 @@ - + @@ -12174,7 +12191,7 @@ - + @@ -12235,7 +12252,7 @@ - + @@ -12243,7 +12260,7 @@ - + @@ -12295,7 +12312,7 @@ - + @@ -12348,7 +12365,7 @@ - + @@ -12360,7 +12377,7 @@ - + @@ -12393,7 +12410,7 @@ - + @@ -12401,7 +12418,7 @@ - + @@ -12462,7 +12479,7 @@ - + @@ -12470,7 +12487,7 @@ - + @@ -12522,7 +12539,7 @@ - + @@ -12589,7 +12606,7 @@ - + @@ -12601,7 +12618,7 @@ - + @@ -12634,7 +12651,7 @@ - + @@ -12642,7 +12659,7 @@ - + @@ -12699,7 +12716,7 @@ - + @@ -12707,7 +12724,7 @@ - + @@ -12759,7 +12776,7 @@ - + @@ -12808,7 +12825,7 @@ - + @@ -12820,7 +12837,7 @@ - + @@ -12854,7 +12871,7 @@ - + @@ -12862,7 +12879,7 @@ - + @@ -12923,7 +12940,7 @@ - + @@ -12931,7 +12948,7 @@ - + @@ -12983,7 +13000,7 @@ - + @@ -13037,7 +13054,7 @@ - + @@ -13049,7 +13066,7 @@ - + @@ -13069,7 +13086,8 @@ - + @@ -13083,7 +13101,7 @@ - + @@ -13091,7 +13109,7 @@ - + @@ -13152,7 +13170,7 @@ - + @@ -13160,7 +13178,7 @@ - + @@ -13212,7 +13230,7 @@ - + @@ -13227,7 +13245,8 @@ - + @@ -13266,7 +13285,7 @@ - + @@ -13278,7 +13297,7 @@ - + @@ -13311,7 +13330,7 @@ - + @@ -13319,7 +13338,7 @@ - + @@ -13376,7 +13395,7 @@ - + @@ -13384,7 +13403,7 @@ - + @@ -13436,7 +13455,7 @@ - + @@ -13446,7 +13465,7 @@ - + @@ -13482,7 +13501,7 @@ - + @@ -13501,7 +13520,7 @@ - + @@ -13513,7 +13532,7 @@ - + @@ -13546,7 +13565,7 @@ - + @@ -13554,7 +13573,7 @@ - + @@ -13614,7 +13633,7 @@ - + @@ -13622,7 +13641,7 @@ - + @@ -13652,7 +13671,7 @@ - + @@ -13660,7 +13679,7 @@ - + @@ -13718,7 +13737,7 @@ - + @@ -13726,7 +13745,7 @@ - + @@ -13775,7 +13794,7 @@ - + @@ -13805,7 +13824,7 @@ - + @@ -13813,7 +13832,7 @@ - + @@ -13871,7 +13890,7 @@ - + @@ -13879,7 +13898,7 @@ - + @@ -13928,7 +13947,7 @@ - + @@ -13958,7 +13977,7 @@ - + @@ -13966,7 +13985,7 @@ - + @@ -14024,7 +14043,7 @@ - + @@ -14032,7 +14051,7 @@ - + @@ -14081,7 +14100,7 @@ - + @@ -14111,7 +14130,7 @@ - + @@ -14119,7 +14138,7 @@ - + @@ -14177,7 +14196,7 @@ - + @@ -14185,7 +14204,7 @@ - + @@ -14234,7 +14253,7 @@ - + @@ -14440,7 +14459,7 @@ - + @@ -14599,7 +14618,7 @@ - + @@ -14611,7 +14630,7 @@ - + @@ -14654,7 +14673,7 @@ - + @@ -14662,7 +14681,7 @@ - + @@ -14727,7 +14746,7 @@ - + @@ -14735,7 +14754,7 @@ - + @@ -14787,7 +14806,7 @@ - + @@ -14845,7 +14864,7 @@ - + @@ -14857,7 +14876,7 @@ - + @@ -14899,7 +14918,7 @@ - + @@ -14907,7 +14926,7 @@ - + @@ -14972,7 +14991,7 @@ - + @@ -14980,7 +14999,7 @@ - + @@ -15032,7 +15051,7 @@ - + @@ -15089,7 +15108,7 @@ - + @@ -15101,7 +15120,7 @@ - + @@ -15143,7 +15162,7 @@ - + @@ -15151,7 +15170,7 @@ - + @@ -15216,7 +15235,7 @@ - + @@ -15224,7 +15243,7 @@ - + @@ -15276,7 +15295,7 @@ - + @@ -15333,7 +15352,7 @@ - + @@ -15345,7 +15364,7 @@ - + @@ -15384,7 +15403,7 @@ - + @@ -15392,7 +15411,7 @@ - + @@ -15457,7 +15476,7 @@ - + @@ -15465,7 +15484,7 @@ - + @@ -15529,7 +15548,7 @@ - + @@ -15599,7 +15618,7 @@ - + @@ -15611,7 +15630,7 @@ - + @@ -15650,7 +15669,7 @@ - + @@ -15658,7 +15677,7 @@ - + @@ -15723,7 +15742,7 @@ - + @@ -15731,7 +15750,7 @@ - + @@ -15798,7 +15817,7 @@ - + @@ -15871,7 +15890,7 @@ - + @@ -15883,7 +15902,7 @@ - + @@ -15925,7 +15944,7 @@ - + @@ -15933,7 +15952,7 @@ - + @@ -15998,7 +16017,7 @@ - + @@ -16006,7 +16025,7 @@ - + @@ -16058,7 +16077,7 @@ - + @@ -16115,7 +16134,7 @@ - + @@ -16127,7 +16146,7 @@ - + @@ -16170,7 +16189,7 @@ - + @@ -16178,7 +16197,7 @@ - + @@ -16243,7 +16262,7 @@ - + @@ -16251,7 +16270,7 @@ - + @@ -16303,7 +16322,7 @@ - + @@ -16316,7 +16335,7 @@ - + @@ -16364,7 +16383,7 @@ - + @@ -16383,7 +16402,7 @@ - + @@ -16395,7 +16414,7 @@ - + @@ -16438,7 +16457,7 @@ - + @@ -16446,7 +16465,7 @@ - + @@ -16511,7 +16530,7 @@ - + @@ -16519,7 +16538,7 @@ - + @@ -16571,7 +16590,7 @@ - + @@ -16629,7 +16648,7 @@ - + @@ -16641,7 +16660,7 @@ - + @@ -16675,7 +16694,7 @@ - + @@ -16683,7 +16702,7 @@ - + @@ -16744,7 +16763,7 @@ - + @@ -16752,7 +16771,7 @@ - + @@ -16804,7 +16823,7 @@ - + @@ -16858,7 +16877,7 @@ - + @@ -16870,7 +16889,7 @@ - + @@ -16903,7 +16922,7 @@ - + @@ -16911,7 +16930,7 @@ - + @@ -16972,7 +16991,7 @@ - + @@ -16980,7 +16999,7 @@ - + @@ -17032,7 +17051,7 @@ - + @@ -17085,7 +17104,7 @@ - + @@ -17097,7 +17116,7 @@ - + @@ -17130,7 +17149,7 @@ - + @@ -17138,7 +17157,7 @@ - + @@ -17199,7 +17218,7 @@ - + @@ -17207,7 +17226,7 @@ - + @@ -17259,7 +17278,7 @@ - + @@ -17312,7 +17331,7 @@ - + @@ -17324,7 +17343,7 @@ - + @@ -17358,7 +17377,7 @@ - + @@ -17366,7 +17385,7 @@ - + @@ -17423,7 +17442,7 @@ - + @@ -17431,7 +17450,7 @@ - + @@ -17483,7 +17502,7 @@ - + @@ -17533,7 +17552,7 @@ - + @@ -17546,7 +17565,7 @@ - + @@ -17590,7 +17609,7 @@ - + @@ -17598,7 +17617,7 @@ - + @@ -17667,7 +17686,7 @@ - + @@ -17675,7 +17694,7 @@ - + @@ -17727,7 +17746,7 @@ - + @@ -17805,7 +17824,7 @@ - + @@ -17818,7 +17837,7 @@ - + @@ -17862,7 +17881,7 @@ - + @@ -17870,7 +17889,7 @@ - + @@ -17939,7 +17958,7 @@ - + @@ -17947,7 +17966,7 @@ - + @@ -17999,7 +18018,7 @@ - + @@ -18077,7 +18096,7 @@ - + @@ -18090,7 +18109,7 @@ - + @@ -18142,7 +18161,7 @@ - + @@ -18150,7 +18169,7 @@ - + @@ -18219,7 +18238,7 @@ - + @@ -18227,7 +18246,7 @@ - + @@ -18280,7 +18299,7 @@ - + @@ -18343,7 +18362,7 @@ - + @@ -18356,7 +18375,7 @@ - + @@ -18408,7 +18427,7 @@ - + @@ -18416,7 +18435,7 @@ - + @@ -18485,7 +18504,7 @@ - + @@ -18493,7 +18512,7 @@ - + @@ -18546,7 +18565,7 @@ - + @@ -18609,7 +18628,7 @@ - + @@ -18621,7 +18640,7 @@ - + @@ -18659,7 +18678,7 @@ - + @@ -18667,7 +18686,7 @@ - + @@ -18732,7 +18751,7 @@ - + @@ -18740,7 +18759,7 @@ - + @@ -18792,7 +18811,7 @@ - + @@ -18849,7 +18868,7 @@ - + @@ -18861,7 +18880,7 @@ - + @@ -18895,7 +18914,7 @@ - + @@ -18903,7 +18922,7 @@ - + @@ -18964,7 +18983,7 @@ - + @@ -18972,7 +18991,7 @@ - + @@ -19024,7 +19043,7 @@ - + @@ -19078,7 +19097,7 @@ - + @@ -19090,7 +19109,7 @@ - + @@ -19129,7 +19148,7 @@ - + @@ -19137,7 +19156,7 @@ - + @@ -19202,7 +19221,7 @@ - + @@ -19210,7 +19229,7 @@ - + @@ -19266,7 +19285,7 @@ - + @@ -19276,7 +19295,7 @@ - + @@ -19325,7 +19344,7 @@ - + @@ -19344,7 +19363,7 @@ - + @@ -19356,7 +19375,7 @@ - + @@ -19390,7 +19409,7 @@ - + @@ -19398,7 +19417,7 @@ - + @@ -19459,7 +19478,7 @@ - + @@ -19467,7 +19486,7 @@ - + @@ -19523,7 +19542,7 @@ - + @@ -19581,7 +19600,7 @@ - + @@ -19593,7 +19612,7 @@ - + @@ -19627,7 +19646,7 @@ - + @@ -19635,7 +19654,7 @@ - + @@ -19696,7 +19715,7 @@ - + @@ -19704,7 +19723,7 @@ - + @@ -19760,7 +19779,7 @@ - + @@ -19818,7 +19837,7 @@ - + @@ -19830,7 +19849,7 @@ - + @@ -19864,7 +19883,7 @@ - + @@ -19872,7 +19891,7 @@ - + @@ -19933,7 +19952,7 @@ - + @@ -19941,7 +19960,7 @@ - + @@ -19997,7 +20016,7 @@ - + @@ -20055,7 +20074,7 @@ - + @@ -20067,7 +20086,7 @@ - + @@ -20101,7 +20120,7 @@ - + @@ -20109,7 +20128,7 @@ - + @@ -20166,7 +20185,7 @@ - + @@ -20174,7 +20193,7 @@ - + @@ -20226,7 +20245,7 @@ - + @@ -20276,7 +20295,7 @@ - + @@ -20288,7 +20307,7 @@ - + @@ -20322,7 +20341,7 @@ - + @@ -20330,7 +20349,7 @@ - + @@ -20387,7 +20406,7 @@ - + @@ -20395,7 +20414,7 @@ - + @@ -20447,7 +20466,7 @@ - + @@ -20497,7 +20516,7 @@ - + @@ -20509,7 +20528,7 @@ - + @@ -20542,7 +20561,7 @@ - + @@ -20550,7 +20569,7 @@ - + @@ -20611,7 +20630,7 @@ - + @@ -20619,7 +20638,7 @@ - + @@ -20671,7 +20690,7 @@ - + @@ -20684,7 +20703,7 @@ - + @@ -20727,7 +20746,7 @@ - + @@ -20746,7 +20765,7 @@ - + @@ -20758,7 +20777,7 @@ - + @@ -20796,7 +20815,7 @@ - + @@ -20804,7 +20823,7 @@ - + @@ -20865,7 +20884,7 @@ - + @@ -20873,7 +20892,7 @@ - + @@ -20925,7 +20944,7 @@ - + @@ -20979,7 +20998,7 @@ - + @@ -20991,7 +21010,7 @@ - + @@ -21025,7 +21044,7 @@ - + @@ -21033,7 +21052,7 @@ - + @@ -21094,7 +21113,7 @@ - + @@ -21102,7 +21121,7 @@ - + @@ -21157,7 +21176,7 @@ - + @@ -21236,7 +21255,7 @@ - + @@ -21248,7 +21267,7 @@ - + @@ -21281,7 +21300,7 @@ - + @@ -21289,7 +21308,7 @@ - + @@ -21346,7 +21365,7 @@ - + @@ -21354,7 +21373,7 @@ - + @@ -21406,7 +21425,7 @@ - + @@ -21455,7 +21474,7 @@ - + @@ -21467,7 +21486,7 @@ - + @@ -21501,7 +21520,7 @@ - + @@ -21509,7 +21528,7 @@ - + @@ -21570,7 +21589,7 @@ - + @@ -21578,7 +21597,7 @@ - + @@ -21630,7 +21649,7 @@ - + @@ -21684,7 +21703,7 @@ - + @@ -21696,7 +21715,7 @@ - + @@ -21730,7 +21749,7 @@ - + @@ -21738,7 +21757,7 @@ - + @@ -21795,7 +21814,7 @@ - + @@ -21803,7 +21822,7 @@ - + @@ -21855,7 +21874,7 @@ - + @@ -21905,7 +21924,7 @@ - + @@ -21917,7 +21936,7 @@ - + @@ -21951,7 +21970,7 @@ - + @@ -21959,7 +21978,7 @@ - + @@ -22016,7 +22035,7 @@ - + @@ -22024,7 +22043,7 @@ - + @@ -22076,7 +22095,7 @@ - + @@ -22126,7 +22145,7 @@ - + @@ -22138,7 +22157,7 @@ - + @@ -22171,7 +22190,7 @@ - + @@ -22179,7 +22198,7 @@ - + @@ -22236,7 +22255,7 @@ - + @@ -22244,7 +22263,7 @@ - + @@ -22297,7 +22316,7 @@ - + @@ -22347,7 +22366,7 @@ - + @@ -22359,7 +22378,7 @@ - + @@ -22397,7 +22416,7 @@ - + @@ -22405,7 +22424,7 @@ - + @@ -22470,7 +22489,7 @@ - + @@ -22478,7 +22497,7 @@ - + @@ -22530,7 +22549,7 @@ - + @@ -22587,7 +22606,7 @@ - + @@ -22600,7 +22619,7 @@ - + @@ -22638,7 +22657,7 @@ - + @@ -22646,7 +22665,7 @@ - + @@ -22706,7 +22725,7 @@ - + @@ -22714,7 +22733,7 @@ - + @@ -22744,7 +22763,7 @@ - + @@ -22752,7 +22771,7 @@ - + @@ -22810,7 +22829,7 @@ - + @@ -22818,7 +22837,7 @@ - + @@ -22867,7 +22886,7 @@ - + @@ -23073,7 +23092,7 @@ - + @@ -23146,7 +23165,7 @@ - + @@ -23159,7 +23178,7 @@ - + @@ -23193,7 +23212,7 @@ - + @@ -23201,7 +23220,7 @@ - + @@ -23258,7 +23277,7 @@ - + @@ -23266,7 +23285,7 @@ - + @@ -23318,7 +23337,7 @@ - + @@ -23368,14 +23387,14 @@ - + - + - + @@ -23408,7 +23427,7 @@ - + @@ -23416,7 +23435,7 @@ - + @@ -23473,7 +23492,7 @@ - + @@ -23481,7 +23500,7 @@ - + @@ -23533,7 +23552,7 @@ - + @@ -23582,7 +23601,7 @@ - + @@ -23594,7 +23613,7 @@ - + @@ -23633,7 +23652,7 @@ - + @@ -23641,7 +23660,7 @@ - + @@ -23706,7 +23725,7 @@ - + @@ -23714,7 +23733,7 @@ - + @@ -23766,7 +23785,7 @@ - + @@ -23824,7 +23843,7 @@ - + @@ -23836,7 +23855,7 @@ - + @@ -23875,7 +23894,7 @@ - + @@ -23883,7 +23902,7 @@ - + @@ -23948,7 +23967,7 @@ - + @@ -23956,7 +23975,7 @@ - + @@ -24008,7 +24027,7 @@ - + @@ -24066,7 +24085,7 @@ - + @@ -24078,7 +24097,7 @@ - + @@ -24117,7 +24136,7 @@ - + @@ -24125,7 +24144,7 @@ - + @@ -24190,7 +24209,7 @@ - + @@ -24198,7 +24217,7 @@ - + @@ -24250,7 +24269,7 @@ - + @@ -24308,7 +24327,7 @@ - + @@ -24320,7 +24339,7 @@ - + @@ -24359,7 +24378,7 @@ - + @@ -24367,7 +24386,7 @@ - + @@ -24432,7 +24451,7 @@ - + @@ -24440,7 +24459,7 @@ - + @@ -24492,7 +24511,7 @@ - + @@ -24550,7 +24569,7 @@ - + @@ -24562,7 +24581,7 @@ - + @@ -24600,7 +24619,7 @@ - + @@ -24608,7 +24627,7 @@ - + @@ -24673,7 +24692,7 @@ - + @@ -24681,7 +24700,7 @@ - + @@ -24733,7 +24752,7 @@ - + @@ -24790,7 +24809,7 @@ - + @@ -24802,7 +24821,7 @@ - + @@ -24840,7 +24859,7 @@ - + @@ -24848,7 +24867,7 @@ - + @@ -24913,7 +24932,7 @@ - + @@ -24921,7 +24940,7 @@ - + @@ -24973,7 +24992,7 @@ - + @@ -25030,7 +25049,7 @@ - + @@ -25042,7 +25061,7 @@ - + @@ -25075,7 +25094,7 @@ - + @@ -25083,7 +25102,7 @@ - + @@ -25140,7 +25159,7 @@ - + @@ -25148,7 +25167,7 @@ - + @@ -25200,7 +25219,7 @@ - + @@ -25210,7 +25229,7 @@ - + @@ -25246,7 +25265,7 @@ - + @@ -25265,7 +25284,7 @@ - + @@ -25277,7 +25296,7 @@ - + @@ -25315,7 +25334,7 @@ - + @@ -25323,7 +25342,7 @@ - + @@ -25388,7 +25407,7 @@ - + @@ -25396,7 +25415,7 @@ - + @@ -25448,7 +25467,7 @@ - + @@ -25505,7 +25524,7 @@ - + @@ -25517,7 +25536,7 @@ - + @@ -25556,7 +25575,7 @@ - + @@ -25564,7 +25583,7 @@ - + @@ -25629,7 +25648,7 @@ - + @@ -25637,7 +25656,7 @@ - + @@ -25689,7 +25708,7 @@ - + @@ -25747,7 +25766,7 @@ - + @@ -25760,7 +25779,7 @@ - + @@ -25799,7 +25818,7 @@ - + @@ -25807,7 +25826,7 @@ - + @@ -25872,7 +25891,7 @@ - + @@ -25880,7 +25899,7 @@ - + @@ -25932,7 +25951,7 @@ - + @@ -25990,7 +26009,7 @@ - + @@ -26003,7 +26022,7 @@ - + @@ -26037,7 +26056,7 @@ - + @@ -26045,7 +26064,7 @@ - + @@ -26102,7 +26121,7 @@ - + @@ -26110,7 +26129,7 @@ - + @@ -26162,7 +26181,7 @@ - + @@ -26212,7 +26231,7 @@ - + @@ -26225,7 +26244,7 @@ - + @@ -26259,7 +26278,7 @@ - + @@ -26267,7 +26286,7 @@ - + @@ -26324,7 +26343,7 @@ - + @@ -26332,7 +26351,7 @@ - + @@ -26384,7 +26403,7 @@ - + @@ -26434,7 +26453,7 @@ - + @@ -26447,7 +26466,7 @@ - + @@ -26481,7 +26500,7 @@ - + @@ -26489,7 +26508,7 @@ - + @@ -26546,7 +26565,7 @@ - + @@ -26554,7 +26573,7 @@ - + @@ -26606,7 +26625,7 @@ - + @@ -26656,7 +26675,7 @@ - + @@ -26668,7 +26687,7 @@ - + @@ -26701,7 +26720,7 @@ - + @@ -26709,7 +26728,7 @@ - + @@ -26769,7 +26788,7 @@ - + @@ -26777,7 +26796,7 @@ - + @@ -26807,7 +26826,7 @@ - + @@ -26815,7 +26834,7 @@ - + @@ -26873,7 +26892,7 @@ - + @@ -26881,7 +26900,7 @@ - + @@ -26907,7 +26926,7 @@ - + @@ -26915,7 +26934,7 @@ - + @@ -26973,7 +26992,7 @@ - + @@ -26981,7 +27000,7 @@ - + @@ -27030,7 +27049,7 @@ - + @@ -27060,7 +27079,7 @@ - + @@ -27068,7 +27087,7 @@ - + @@ -27126,7 +27145,7 @@ - + @@ -27134,7 +27153,7 @@ - + @@ -27184,7 +27203,7 @@ - + @@ -27387,7 +27406,7 @@ - + @@ -27417,7 +27436,7 @@ - + @@ -27425,7 +27444,7 @@ - + @@ -27483,7 +27502,7 @@ - + @@ -27491,7 +27510,7 @@ - + @@ -27517,7 +27536,7 @@ - + @@ -27525,7 +27544,7 @@ - + @@ -27583,7 +27602,7 @@ - + @@ -27591,7 +27610,7 @@ - + @@ -27640,7 +27659,7 @@ - + @@ -27670,7 +27689,7 @@ - + @@ -27678,7 +27697,7 @@ - + @@ -27736,7 +27755,7 @@ - + @@ -27744,7 +27763,7 @@ - + @@ -27796,7 +27815,7 @@ - + @@ -27999,7 +28018,7 @@ - + @@ -28029,7 +28048,7 @@ - + @@ -28037,7 +28056,7 @@ - + @@ -28095,7 +28114,7 @@ - + @@ -28103,7 +28122,7 @@ - + @@ -28129,7 +28148,7 @@ - + @@ -28137,7 +28156,7 @@ - + @@ -28195,7 +28214,7 @@ - + @@ -28203,7 +28222,7 @@ - + @@ -28252,7 +28271,7 @@ - + @@ -28282,7 +28301,7 @@ - + @@ -28290,7 +28309,7 @@ - + @@ -28348,7 +28367,7 @@ - + @@ -28356,7 +28375,7 @@ - + @@ -28408,7 +28427,7 @@ - + @@ -28611,7 +28630,7 @@ - + @@ -28817,7 +28836,7 @@ - + @@ -29113,7 +29132,7 @@ - + @@ -29125,7 +29144,7 @@ - + @@ -29164,7 +29183,7 @@ - + @@ -29172,7 +29191,7 @@ - + @@ -29237,7 +29256,7 @@ - + @@ -29245,7 +29264,7 @@ - + @@ -29297,7 +29316,7 @@ - + @@ -29355,7 +29374,7 @@ - + @@ -29368,7 +29387,7 @@ - + @@ -29402,7 +29421,7 @@ - + @@ -29416,7 +29435,7 @@ - + @@ -29424,7 +29443,7 @@ - + @@ -29493,7 +29512,7 @@ - + @@ -29501,7 +29520,7 @@ - + @@ -29554,7 +29573,7 @@ - + @@ -29569,7 +29588,7 @@ - + @@ -29617,7 +29636,7 @@ - + @@ -29630,7 +29649,7 @@ - + @@ -29676,7 +29695,7 @@ - + @@ -29690,7 +29709,7 @@ - + @@ -29698,7 +29717,7 @@ - + @@ -29767,7 +29786,7 @@ - + @@ -29775,7 +29794,7 @@ - + @@ -29827,7 +29846,7 @@ - + @@ -29849,7 +29868,7 @@ - + @@ -29903,7 +29922,7 @@ - + @@ -29916,7 +29935,7 @@ - + @@ -29966,7 +29985,7 @@ - + @@ -29974,7 +29993,7 @@ - + @@ -30031,7 +30050,7 @@ - + @@ -30039,7 +30058,7 @@ - + @@ -30092,7 +30111,7 @@ - + @@ -30143,7 +30162,7 @@ - + @@ -30156,7 +30175,7 @@ - + @@ -30206,7 +30225,7 @@ - + @@ -30214,7 +30233,7 @@ - + @@ -30275,7 +30294,7 @@ - + @@ -30283,7 +30302,7 @@ - + @@ -30335,7 +30354,7 @@ - + @@ -30402,7 +30421,7 @@ - + @@ -30415,7 +30434,7 @@ - + @@ -30458,7 +30477,7 @@ - + @@ -30466,7 +30485,7 @@ - + @@ -30535,7 +30554,7 @@ - + @@ -30543,7 +30562,7 @@ - + @@ -30596,7 +30615,7 @@ - + @@ -30658,7 +30677,7 @@ - + @@ -30671,7 +30690,7 @@ - + @@ -30727,7 +30746,7 @@ - + @@ -30735,7 +30754,7 @@ - + @@ -30804,7 +30823,7 @@ - + @@ -30812,7 +30831,7 @@ - + @@ -30865,7 +30884,7 @@ - + @@ -30928,7 +30947,7 @@ - + @@ -30941,7 +30960,7 @@ - + @@ -30992,7 +31011,7 @@ - + @@ -31000,7 +31019,7 @@ - + @@ -31065,7 +31084,7 @@ - + @@ -31073,7 +31092,7 @@ - + @@ -31125,7 +31144,7 @@ - + @@ -31197,7 +31216,7 @@ - + @@ -31210,7 +31229,7 @@ - + @@ -31230,7 +31249,7 @@ - + @@ -31244,7 +31263,7 @@ - + @@ -31252,7 +31271,7 @@ - + @@ -31310,7 +31329,7 @@ - + @@ -31318,7 +31337,7 @@ - + @@ -31370,7 +31389,7 @@ - + @@ -31385,7 +31404,7 @@ - + @@ -31422,7 +31441,7 @@ - + @@ -31435,7 +31454,7 @@ - + @@ -31473,7 +31492,7 @@ - + @@ -31481,7 +31500,7 @@ - + @@ -31546,7 +31565,7 @@ - + @@ -31554,7 +31573,7 @@ - + @@ -31608,7 +31627,7 @@ - + @@ -31667,7 +31686,7 @@ - + @@ -31680,7 +31699,7 @@ - + @@ -31723,7 +31742,7 @@ - + @@ -31731,7 +31750,7 @@ - + @@ -31796,7 +31815,7 @@ - + @@ -31804,7 +31823,7 @@ - + @@ -31857,7 +31876,7 @@ - + @@ -31916,7 +31935,7 @@ - + @@ -31929,7 +31948,7 @@ - + @@ -31968,7 +31987,7 @@ - + @@ -31976,7 +31995,7 @@ - + @@ -32041,7 +32060,7 @@ - + @@ -32049,7 +32068,7 @@ - + @@ -32102,7 +32121,7 @@ - + @@ -32161,7 +32180,7 @@ - + @@ -32174,7 +32193,7 @@ - + @@ -32207,7 +32226,7 @@ - + @@ -32215,7 +32234,7 @@ - + @@ -32272,7 +32291,7 @@ - + @@ -32280,7 +32299,7 @@ - + @@ -32332,7 +32351,7 @@ - + @@ -32381,7 +32400,7 @@ - + @@ -32394,7 +32413,7 @@ - + @@ -32461,7 +32480,7 @@ - + @@ -32469,7 +32488,7 @@ - + @@ -32538,7 +32557,7 @@ - + @@ -32546,7 +32565,7 @@ - + @@ -32603,7 +32622,7 @@ - + @@ -32669,7 +32688,7 @@ - + @@ -32682,7 +32701,7 @@ - + @@ -32750,7 +32769,7 @@ - + @@ -32758,7 +32777,7 @@ - + @@ -32827,7 +32846,7 @@ - + @@ -32835,7 +32854,7 @@ - + @@ -32887,7 +32906,7 @@ - + @@ -32949,7 +32968,7 @@ - + @@ -32962,7 +32981,7 @@ - + @@ -33018,7 +33037,7 @@ - + @@ -33026,7 +33045,7 @@ - + @@ -33095,7 +33114,7 @@ - + @@ -33103,7 +33122,7 @@ - + @@ -33155,7 +33174,7 @@ - + @@ -33231,7 +33250,7 @@ - + @@ -33244,7 +33263,7 @@ - + @@ -33299,7 +33318,7 @@ - + @@ -33307,7 +33326,7 @@ - + @@ -33376,7 +33395,7 @@ - + @@ -33384,7 +33403,7 @@ - + @@ -33440,7 +33459,7 @@ - + @@ -33505,7 +33524,7 @@ - + @@ -33518,7 +33537,7 @@ - + @@ -33559,7 +33578,7 @@ - + @@ -33567,7 +33586,7 @@ - + @@ -33624,7 +33643,7 @@ - + @@ -33632,7 +33651,7 @@ - + @@ -33685,7 +33704,7 @@ - + @@ -33735,7 +33754,7 @@ - + @@ -33748,7 +33767,7 @@ - + @@ -33786,7 +33805,7 @@ - + @@ -33794,7 +33813,7 @@ - + @@ -33851,7 +33870,7 @@ - + @@ -33859,7 +33878,7 @@ - + @@ -33911,7 +33930,7 @@ - + @@ -33961,7 +33980,7 @@ - + @@ -33974,7 +33993,7 @@ - + @@ -34077,7 +34096,7 @@ - + @@ -34085,7 +34104,7 @@ - + @@ -34150,7 +34169,7 @@ - + @@ -34158,7 +34177,7 @@ - + @@ -34211,7 +34230,7 @@ - + @@ -34270,7 +34289,7 @@ - + @@ -34283,7 +34302,7 @@ - + @@ -34372,7 +34391,7 @@ - + @@ -34380,7 +34399,7 @@ - + @@ -34441,7 +34460,7 @@ - + @@ -34449,7 +34468,7 @@ - + @@ -34502,7 +34521,7 @@ - + @@ -34556,7 +34575,7 @@ - + @@ -34569,7 +34588,7 @@ - + @@ -34602,7 +34621,7 @@ - + @@ -34610,7 +34629,7 @@ - + @@ -34667,7 +34686,7 @@ - + @@ -34675,7 +34694,7 @@ - + @@ -34727,7 +34746,7 @@ - + @@ -34792,7 +34811,7 @@ - + @@ -34805,7 +34824,7 @@ - + @@ -34838,7 +34857,7 @@ - + @@ -34846,7 +34865,7 @@ - + @@ -34903,7 +34922,7 @@ - + @@ -34911,7 +34930,7 @@ - + @@ -34963,7 +34982,7 @@ - + @@ -35028,7 +35047,7 @@ - + @@ -35041,7 +35060,7 @@ - + @@ -35075,7 +35094,7 @@ - + @@ -35083,7 +35102,7 @@ - + @@ -35140,7 +35159,7 @@ - + @@ -35148,7 +35167,7 @@ - + @@ -35200,7 +35219,7 @@ - + @@ -35250,7 +35269,7 @@ - + @@ -35263,7 +35282,7 @@ - + @@ -35296,7 +35315,7 @@ - + @@ -35304,7 +35323,7 @@ - + @@ -35361,7 +35380,7 @@ - + @@ -35369,7 +35388,7 @@ - + @@ -35422,7 +35441,7 @@ - + @@ -35472,7 +35491,7 @@ - + @@ -35485,7 +35504,7 @@ - + @@ -35518,7 +35537,7 @@ - + @@ -35526,7 +35545,7 @@ - + @@ -35583,7 +35602,7 @@ - + @@ -35591,7 +35610,7 @@ - + @@ -35643,7 +35662,7 @@ - + @@ -35692,7 +35711,7 @@ - + @@ -35705,7 +35724,7 @@ - + @@ -35738,7 +35757,7 @@ - + @@ -35746,7 +35765,7 @@ - + @@ -35803,7 +35822,7 @@ - + @@ -35811,7 +35830,7 @@ - + @@ -35863,7 +35882,7 @@ - + @@ -35912,7 +35931,7 @@ - + @@ -35925,7 +35944,7 @@ - + @@ -35958,7 +35977,7 @@ - + @@ -35966,7 +35985,7 @@ - + @@ -36023,7 +36042,7 @@ - + @@ -36031,7 +36050,7 @@ - + @@ -36083,7 +36102,7 @@ - + @@ -36132,7 +36151,7 @@ - + @@ -36144,7 +36163,7 @@ - + @@ -36177,7 +36196,7 @@ - + @@ -36185,7 +36204,7 @@ - + @@ -36245,7 +36264,7 @@ - + @@ -36253,7 +36272,7 @@ - + @@ -36283,7 +36302,7 @@ - + @@ -36291,7 +36310,7 @@ - + @@ -36349,7 +36368,7 @@ - + @@ -36357,7 +36376,7 @@ - + @@ -36407,7 +36426,7 @@ - + @@ -36437,7 +36456,7 @@ - + @@ -36445,7 +36464,7 @@ - + @@ -36503,7 +36522,7 @@ - + @@ -36511,7 +36530,7 @@ - + @@ -36560,7 +36579,7 @@ - + @@ -36590,7 +36609,7 @@ - + @@ -36598,7 +36617,7 @@ - + @@ -36656,7 +36675,7 @@ - + @@ -36664,7 +36683,7 @@ - + @@ -36713,7 +36732,7 @@ - + @@ -36919,7 +36938,7 @@ - + @@ -37050,7 +37069,7 @@ - + @@ -37063,7 +37082,7 @@ - + @@ -37096,7 +37115,7 @@ - + @@ -37104,7 +37123,7 @@ - + @@ -37161,7 +37180,7 @@ - + @@ -37169,7 +37188,7 @@ - + @@ -37222,7 +37241,7 @@ - + @@ -37271,7 +37290,7 @@ - + @@ -37284,7 +37303,7 @@ - + @@ -37317,7 +37336,7 @@ - + @@ -37325,7 +37344,7 @@ - + @@ -37382,7 +37401,7 @@ - + @@ -37390,7 +37409,7 @@ - + @@ -37446,7 +37465,7 @@ - + @@ -37498,7 +37517,7 @@ - + @@ -37511,7 +37530,7 @@ - + @@ -37544,7 +37563,7 @@ - + @@ -37552,7 +37571,7 @@ - + @@ -37609,7 +37628,7 @@ - + @@ -37617,7 +37636,7 @@ - + @@ -37669,7 +37688,7 @@ - + @@ -37718,7 +37737,7 @@ - + @@ -37731,7 +37750,7 @@ - + @@ -37764,7 +37783,7 @@ - + @@ -37772,7 +37791,7 @@ - + @@ -37829,7 +37848,7 @@ - + @@ -37837,7 +37856,7 @@ - + @@ -37889,7 +37908,7 @@ - + @@ -37965,7 +37984,7 @@ - + @@ -37978,7 +37997,7 @@ - + @@ -38011,7 +38030,7 @@ - + @@ -38019,7 +38038,7 @@ - + @@ -38076,7 +38095,7 @@ - + @@ -38084,7 +38103,7 @@ - + @@ -38136,7 +38155,7 @@ - + @@ -38185,7 +38204,7 @@ - + @@ -38198,7 +38217,7 @@ - + @@ -38231,7 +38250,7 @@ - + @@ -38239,7 +38258,7 @@ - + @@ -38296,7 +38315,7 @@ - + @@ -38304,7 +38323,7 @@ - + @@ -38357,7 +38376,7 @@ - + @@ -38406,7 +38425,7 @@ - + @@ -38419,7 +38438,7 @@ - + @@ -38452,7 +38471,7 @@ - + @@ -38460,7 +38479,7 @@ - + @@ -38517,7 +38536,7 @@ - + @@ -38525,7 +38544,7 @@ - + @@ -38581,7 +38600,7 @@ - + @@ -38633,7 +38652,7 @@ - + @@ -38646,7 +38665,7 @@ - + @@ -38679,7 +38698,7 @@ - + @@ -38687,7 +38706,7 @@ - + @@ -38744,7 +38763,7 @@ - + @@ -38752,7 +38771,7 @@ - + @@ -38804,7 +38823,7 @@ - + @@ -38852,7 +38871,7 @@ - + @@ -38865,7 +38884,7 @@ - + @@ -38898,7 +38917,7 @@ - + @@ -38906,7 +38925,7 @@ - + @@ -38963,7 +38982,7 @@ - + @@ -38971,7 +38990,7 @@ - + @@ -39023,7 +39042,7 @@ - + @@ -39099,7 +39118,7 @@ - + @@ -39112,7 +39131,7 @@ - + @@ -39145,7 +39164,7 @@ - + @@ -39153,7 +39172,7 @@ - + @@ -39210,7 +39229,7 @@ - + @@ -39218,7 +39237,7 @@ - + @@ -39270,7 +39289,7 @@ - + @@ -39318,7 +39337,7 @@ - + @@ -39331,7 +39350,7 @@ - + @@ -39364,7 +39383,7 @@ - + @@ -39372,7 +39391,7 @@ - + @@ -39429,7 +39448,7 @@ - + @@ -39437,7 +39456,7 @@ - + @@ -39489,7 +39508,7 @@ - + @@ -39537,7 +39556,7 @@ - + @@ -39549,7 +39568,7 @@ - + @@ -39582,7 +39601,7 @@ - + @@ -39590,7 +39609,7 @@ - + @@ -39650,7 +39669,7 @@ - + @@ -39658,7 +39677,7 @@ - + @@ -39688,7 +39707,7 @@ - + @@ -39696,7 +39715,7 @@ - + @@ -39754,7 +39773,7 @@ - + @@ -39762,7 +39781,7 @@ - + @@ -39812,7 +39831,7 @@ - + @@ -39843,7 +39862,7 @@ - + @@ -39851,7 +39870,7 @@ - + @@ -39909,7 +39928,7 @@ - + @@ -39917,7 +39936,7 @@ - + @@ -39966,7 +39985,7 @@ - + @@ -39996,7 +40015,7 @@ - + @@ -40004,7 +40023,7 @@ - + @@ -40062,7 +40081,7 @@ - + @@ -40070,7 +40089,7 @@ - + @@ -40119,7 +40138,7 @@ - + @@ -40129,7 +40148,7 @@ - + @@ -40157,7 +40176,7 @@ - + @@ -40165,7 +40184,7 @@ - + @@ -40223,7 +40242,7 @@ - + @@ -40231,7 +40250,7 @@ - + @@ -40283,7 +40302,7 @@ - + @@ -40489,7 +40508,7 @@ - + @@ -40601,7 +40620,7 @@ - + @@ -40661,7 +40680,7 @@ - + @@ -40673,7 +40692,7 @@ - + @@ -40706,7 +40725,7 @@ - + @@ -40714,7 +40733,7 @@ - + @@ -40771,7 +40790,7 @@ - + @@ -40779,7 +40798,7 @@ - + @@ -40831,7 +40850,7 @@ - + @@ -40880,7 +40899,7 @@ - + @@ -40893,7 +40912,7 @@ - + @@ -40926,7 +40945,7 @@ - + @@ -40934,7 +40953,7 @@ - + @@ -40991,7 +41010,7 @@ - + @@ -40999,7 +41018,7 @@ - + @@ -41051,7 +41070,7 @@ - + @@ -41100,14 +41119,14 @@ - + - + - + @@ -41181,7 +41200,7 @@ - + @@ -41189,7 +41208,7 @@ - + @@ -41246,7 +41265,7 @@ - + @@ -41254,7 +41273,7 @@ - + @@ -41306,7 +41325,7 @@ - + @@ -41356,14 +41375,14 @@ - + - + - + @@ -41437,7 +41456,7 @@ - + @@ -41445,7 +41464,7 @@ - + @@ -41502,7 +41521,7 @@ - + @@ -41510,7 +41529,7 @@ - + @@ -41562,7 +41581,7 @@ - + @@ -41612,14 +41631,14 @@ - + - + - + @@ -41693,7 +41712,7 @@ - + @@ -41701,7 +41720,7 @@ - + @@ -41758,7 +41777,7 @@ - + @@ -41766,7 +41785,7 @@ - + @@ -41818,7 +41837,7 @@ - + @@ -41868,14 +41887,14 @@ - + - + - + @@ -41909,7 +41928,7 @@ - + @@ -41917,7 +41936,7 @@ - + @@ -41974,7 +41993,7 @@ - + @@ -41982,7 +42001,7 @@ - + @@ -42035,7 +42054,7 @@ - + @@ -42086,7 +42105,7 @@ - + @@ -42099,7 +42118,7 @@ - + @@ -42137,7 +42156,7 @@ - + @@ -42145,7 +42164,7 @@ - + @@ -42206,7 +42225,7 @@ - + @@ -42214,7 +42233,7 @@ - + @@ -42266,7 +42285,7 @@ - + @@ -42319,7 +42338,7 @@ - + @@ -42332,7 +42351,7 @@ - + @@ -42365,7 +42384,7 @@ - + @@ -42373,7 +42392,7 @@ - + @@ -42433,7 +42452,7 @@ - + @@ -42441,7 +42460,7 @@ - + @@ -42471,7 +42490,7 @@ - + @@ -42479,7 +42498,7 @@ - + @@ -42537,7 +42556,7 @@ - + @@ -42545,7 +42564,7 @@ - + @@ -42594,7 +42613,7 @@ - + @@ -42632,7 +42651,7 @@ - + @@ -42640,7 +42659,7 @@ - + @@ -42698,7 +42717,7 @@ - + @@ -42706,7 +42725,7 @@ - + @@ -42756,7 +42775,7 @@ - + @@ -42962,7 +42981,7 @@ - + @@ -43072,7 +43091,7 @@ - + @@ -43085,7 +43104,7 @@ - + @@ -43118,7 +43137,7 @@ - + @@ -43126,7 +43145,7 @@ - + @@ -43186,7 +43205,7 @@ - + @@ -43194,7 +43213,7 @@ - + @@ -43224,7 +43243,7 @@ - + @@ -43232,7 +43251,7 @@ - + @@ -43290,7 +43309,7 @@ - + @@ -43298,7 +43317,7 @@ - + @@ -43350,7 +43369,7 @@ - + @@ -43380,7 +43399,7 @@ - + @@ -43388,7 +43407,7 @@ - + @@ -43446,7 +43465,7 @@ - + @@ -43454,7 +43473,7 @@ - + @@ -43503,7 +43522,7 @@ - + @@ -43513,7 +43532,7 @@ - + @@ -43541,7 +43560,7 @@ - + @@ -43549,7 +43568,7 @@ - + @@ -43607,7 +43626,7 @@ - + @@ -43615,7 +43634,7 @@ - + @@ -43664,7 +43683,7 @@ - + @@ -43878,7 +43897,7 @@ - + @@ -43962,7 +43981,7 @@ - + @@ -44027,11 +44046,11 @@ - + - + @@ -44040,7 +44059,7 @@ - + @@ -44073,7 +44092,7 @@ - + @@ -44081,7 +44100,7 @@ - + @@ -44138,7 +44157,7 @@ - + @@ -44146,7 +44165,7 @@ - + @@ -44198,7 +44217,7 @@ - + @@ -44247,11 +44266,11 @@ - + - + @@ -44260,7 +44279,7 @@ - + @@ -44293,7 +44312,7 @@ - + @@ -44301,7 +44320,7 @@ - + @@ -44358,7 +44377,7 @@ - + @@ -44366,7 +44385,7 @@ - + @@ -44422,7 +44441,7 @@ - + @@ -44475,11 +44494,11 @@ - + - + @@ -44488,7 +44507,7 @@ - + @@ -44521,7 +44540,7 @@ - + @@ -44529,7 +44548,7 @@ - + @@ -44586,7 +44605,7 @@ - + @@ -44594,7 +44613,7 @@ - + @@ -44647,7 +44666,7 @@ - + @@ -44697,11 +44716,11 @@ - + - + @@ -44710,7 +44729,7 @@ - + @@ -44743,7 +44762,7 @@ - + @@ -44751,7 +44770,7 @@ - + @@ -44808,7 +44827,7 @@ - + @@ -44816,7 +44835,7 @@ - + @@ -44872,7 +44891,7 @@ - + @@ -44925,11 +44944,11 @@ - + - + @@ -44938,7 +44957,7 @@ - + @@ -44971,7 +44990,7 @@ - + @@ -44979,7 +44998,7 @@ - + @@ -45036,7 +45055,7 @@ - + @@ -45044,7 +45063,7 @@ - + @@ -45097,7 +45116,7 @@ - + @@ -45147,7 +45166,7 @@ - + @@ -45160,7 +45179,7 @@ - + @@ -45227,7 +45246,7 @@ - + @@ -45235,7 +45254,7 @@ - + @@ -45300,7 +45319,7 @@ - + @@ -45308,7 +45327,7 @@ - + @@ -45360,7 +45379,7 @@ - + @@ -45370,7 +45389,7 @@ - + @@ -45415,7 +45434,7 @@ - + @@ -45434,7 +45453,7 @@ - + @@ -45447,7 +45466,7 @@ - + @@ -45505,7 +45524,7 @@ - + @@ -45513,7 +45532,7 @@ - + @@ -45579,7 +45598,7 @@ - + @@ -45587,7 +45606,7 @@ - + @@ -45639,7 +45658,7 @@ - + @@ -45698,7 +45717,7 @@ - + @@ -45711,7 +45730,7 @@ - + @@ -45745,7 +45764,7 @@ - + @@ -45753,7 +45772,7 @@ - + @@ -45810,7 +45829,7 @@ - + @@ -45818,7 +45837,7 @@ - + @@ -45870,7 +45889,7 @@ - + @@ -45921,7 +45940,7 @@ - + @@ -45934,7 +45953,7 @@ - + @@ -45973,7 +45992,7 @@ - + @@ -45981,7 +46000,7 @@ - + @@ -46049,7 +46068,7 @@ - + @@ -46057,7 +46076,7 @@ - + @@ -46087,7 +46106,7 @@ - + @@ -46095,7 +46114,7 @@ - + @@ -46161,7 +46180,7 @@ - + @@ -46169,7 +46188,7 @@ - + @@ -46218,7 +46237,7 @@ - + @@ -46249,7 +46268,7 @@ - + @@ -46257,7 +46276,7 @@ - + @@ -46323,7 +46342,7 @@ - + @@ -46331,7 +46350,7 @@ - + @@ -46380,7 +46399,7 @@ - + @@ -46586,7 +46605,7 @@ - + @@ -46716,7 +46735,7 @@ - + @@ -46729,7 +46748,7 @@ - + @@ -46763,7 +46782,7 @@ - + @@ -46771,7 +46790,7 @@ - + @@ -46828,7 +46847,7 @@ - + @@ -46836,7 +46855,7 @@ - + @@ -46888,7 +46907,7 @@ - + @@ -46939,14 +46958,14 @@ - + - + - + @@ -46979,7 +46998,7 @@ - + @@ -46987,7 +47006,7 @@ - + @@ -47044,7 +47063,7 @@ - + @@ -47052,7 +47071,7 @@ - + @@ -47104,7 +47123,7 @@ - + @@ -47154,7 +47173,7 @@ - + @@ -47167,7 +47186,7 @@ - + @@ -47222,7 +47241,7 @@ - + @@ -47230,7 +47249,7 @@ - + @@ -47295,7 +47314,7 @@ - + @@ -47303,7 +47322,7 @@ - + @@ -47355,7 +47374,7 @@ - + @@ -47365,7 +47384,7 @@ - + @@ -47410,7 +47429,7 @@ - + @@ -47429,7 +47448,7 @@ - + @@ -47442,7 +47461,7 @@ - + @@ -47496,7 +47515,7 @@ - + @@ -47504,7 +47523,7 @@ - + @@ -47570,7 +47589,7 @@ - + @@ -47578,7 +47597,7 @@ - + @@ -47630,7 +47649,7 @@ - + @@ -47689,7 +47708,7 @@ - + @@ -47702,7 +47721,7 @@ - + @@ -47736,7 +47755,7 @@ - + @@ -47744,7 +47763,7 @@ - + @@ -47801,7 +47820,7 @@ - + @@ -47809,7 +47828,7 @@ - + @@ -47861,7 +47880,7 @@ - + @@ -47912,7 +47931,7 @@ - + @@ -47925,7 +47944,7 @@ - + @@ -47964,7 +47983,7 @@ - + @@ -47972,7 +47991,7 @@ - + @@ -48040,7 +48059,7 @@ - + @@ -48048,7 +48067,7 @@ - + @@ -48078,7 +48097,7 @@ - + @@ -48086,7 +48105,7 @@ - + @@ -48152,7 +48171,7 @@ - + @@ -48160,7 +48179,7 @@ - + @@ -48209,7 +48228,7 @@ - + @@ -48240,7 +48259,7 @@ - + @@ -48248,7 +48267,7 @@ - + @@ -48314,7 +48333,7 @@ - + @@ -48322,7 +48341,7 @@ - + @@ -48371,7 +48390,7 @@ - + @@ -48577,7 +48596,7 @@ - + @@ -48707,7 +48726,7 @@ - + @@ -48720,7 +48739,7 @@ - + @@ -48754,7 +48773,7 @@ - + @@ -48762,7 +48781,7 @@ - + @@ -48819,7 +48838,7 @@ - + @@ -48827,7 +48846,7 @@ - + @@ -48879,7 +48898,7 @@ - + @@ -48930,7 +48949,7 @@ - + @@ -48942,7 +48961,7 @@ - + @@ -48975,7 +48994,7 @@ - + @@ -48983,7 +49002,7 @@ - + @@ -49043,7 +49062,7 @@ - + @@ -49051,7 +49070,7 @@ - + @@ -49081,7 +49100,7 @@ - + @@ -49089,7 +49108,7 @@ - + @@ -49147,7 +49166,7 @@ - + @@ -49155,7 +49174,7 @@ - + @@ -49204,7 +49223,7 @@ - + @@ -49234,7 +49253,7 @@ - + @@ -49242,7 +49261,7 @@ - + @@ -49300,7 +49319,7 @@ - + @@ -49308,7 +49327,7 @@ - + @@ -49358,7 +49377,7 @@ - + @@ -49388,7 +49407,7 @@ - + @@ -49396,7 +49415,7 @@ - + @@ -49454,7 +49473,7 @@ - + @@ -49462,7 +49481,7 @@ - + @@ -49512,7 +49531,7 @@ - + @@ -49542,7 +49561,7 @@ - + @@ -49550,7 +49569,7 @@ - + @@ -49608,7 +49627,7 @@ - + @@ -49616,7 +49635,7 @@ - + @@ -49665,7 +49684,7 @@ - + @@ -49871,7 +49890,7 @@ - + @@ -50032,7 +50051,7 @@ - + @@ -50045,7 +50064,7 @@ - + @@ -50078,7 +50097,7 @@ - + @@ -50086,7 +50105,7 @@ - + @@ -50143,7 +50162,7 @@ - + @@ -50151,7 +50170,7 @@ - + @@ -50203,7 +50222,7 @@ - + @@ -50252,7 +50271,7 @@ - + @@ -50265,7 +50284,7 @@ - + @@ -50298,7 +50317,7 @@ - + @@ -50306,7 +50325,7 @@ - + @@ -50363,7 +50382,7 @@ - + @@ -50371,7 +50390,7 @@ - + @@ -50424,7 +50443,7 @@ - + @@ -50474,14 +50493,14 @@ - + - + - - + + @@ -50504,7 +50523,7 @@ - + @@ -50518,7 +50537,7 @@ - + @@ -50526,7 +50545,7 @@ - + @@ -50583,7 +50602,7 @@ - + @@ -50591,7 +50610,7 @@ - + @@ -50643,7 +50662,7 @@ - + @@ -50665,7 +50684,7 @@ - + @@ -50708,7 +50727,7 @@ - + @@ -50721,7 +50740,7 @@ - + @@ -50754,7 +50773,7 @@ - + @@ -50762,7 +50781,7 @@ - + @@ -50819,7 +50838,7 @@ - + @@ -50827,7 +50846,7 @@ - + @@ -50879,7 +50898,7 @@ - + @@ -50927,7 +50946,7 @@ - + @@ -50939,8 +50958,10 @@ - - + + @@ -50959,7 +50980,9 @@ - + @@ -50973,7 +50996,7 @@ - + @@ -50981,7 +51004,7 @@ - + @@ -51038,7 +51061,7 @@ - + @@ -51046,7 +51069,7 @@ - + @@ -51098,7 +51121,7 @@ - + @@ -51111,7 +51134,9 @@ - + @@ -51146,7 +51171,7 @@ - + @@ -51159,7 +51184,7 @@ - + @@ -51192,7 +51217,7 @@ - + @@ -51200,7 +51225,7 @@ - + @@ -51257,7 +51282,7 @@ - + @@ -51265,7 +51290,7 @@ - + @@ -51317,7 +51342,7 @@ - + @@ -51366,7 +51391,7 @@ - + @@ -51378,7 +51403,7 @@ - + @@ -51412,7 +51437,7 @@ - + @@ -51420,7 +51445,7 @@ - + @@ -51484,7 +51509,7 @@ - + @@ -51492,7 +51517,7 @@ - + @@ -51522,7 +51547,7 @@ - + @@ -51530,7 +51555,7 @@ - + @@ -51592,7 +51617,7 @@ - + @@ -51600,7 +51625,7 @@ - + @@ -51649,7 +51674,7 @@ - + @@ -51659,7 +51684,7 @@ - + @@ -51687,7 +51712,7 @@ - + @@ -51695,7 +51720,7 @@ - + @@ -51757,7 +51782,7 @@ - + @@ -51765,7 +51790,7 @@ - + @@ -51815,7 +51840,7 @@ - + @@ -52021,7 +52046,7 @@ - + @@ -52084,7 +52109,7 @@ - + @@ -52147,7 +52172,7 @@ - + @@ -52159,7 +52184,7 @@ - + @@ -52193,7 +52218,7 @@ - + @@ -52201,7 +52226,7 @@ - + @@ -52261,7 +52286,7 @@ - + @@ -52269,7 +52294,7 @@ - + @@ -52299,7 +52324,7 @@ - + @@ -52307,7 +52332,7 @@ - + @@ -52365,7 +52390,7 @@ - + @@ -52373,7 +52398,7 @@ - + @@ -52422,7 +52447,7 @@ - + @@ -52432,7 +52457,7 @@ - + @@ -52460,7 +52485,7 @@ - + @@ -52468,7 +52493,7 @@ - + @@ -52526,7 +52551,7 @@ - + @@ -52534,7 +52559,7 @@ - + @@ -52584,7 +52609,7 @@ - + @@ -52790,7 +52815,7 @@ - + @@ -52845,7 +52870,7 @@ - + @@ -52904,7 +52929,7 @@ - + @@ -52916,7 +52941,7 @@ - + @@ -52950,7 +52975,7 @@ - + @@ -52958,7 +52983,7 @@ - + @@ -53019,7 +53044,7 @@ - + @@ -53027,7 +53052,7 @@ - + @@ -53080,7 +53105,7 @@ - + @@ -53136,7 +53161,7 @@ - + @@ -53149,7 +53174,7 @@ - + @@ -53182,7 +53207,7 @@ - + @@ -53190,7 +53215,7 @@ - + @@ -53247,7 +53272,7 @@ - + @@ -53255,7 +53280,7 @@ - + @@ -53313,7 +53338,7 @@ - + @@ -53368,7 +53393,7 @@ - + @@ -53381,7 +53406,7 @@ - + @@ -53414,7 +53439,7 @@ - + @@ -53422,7 +53447,7 @@ - + @@ -53479,7 +53504,7 @@ - + @@ -53487,7 +53512,7 @@ - + @@ -53539,7 +53564,7 @@ - + @@ -53604,7 +53629,7 @@ - + @@ -53617,7 +53642,7 @@ - + @@ -53650,7 +53675,7 @@ - + @@ -53658,7 +53683,7 @@ - + @@ -53715,7 +53740,7 @@ - + @@ -53723,7 +53748,7 @@ - + @@ -53776,7 +53801,7 @@ - + @@ -53826,7 +53851,7 @@ - + @@ -53839,7 +53864,7 @@ - + @@ -53873,7 +53898,7 @@ - + @@ -53881,7 +53906,7 @@ - + @@ -53938,7 +53963,7 @@ - + @@ -53946,7 +53971,7 @@ - + @@ -53998,7 +54023,7 @@ - + @@ -54048,7 +54073,7 @@ - + @@ -54061,7 +54086,7 @@ - + @@ -54094,7 +54119,7 @@ - + @@ -54102,7 +54127,7 @@ - + @@ -54159,7 +54184,7 @@ - + @@ -54167,7 +54192,7 @@ - + @@ -54219,7 +54244,7 @@ - + @@ -54268,7 +54293,7 @@ - + @@ -54281,7 +54306,7 @@ - + @@ -54314,7 +54339,7 @@ - + @@ -54322,7 +54347,7 @@ - + @@ -54379,7 +54404,7 @@ - + @@ -54387,7 +54412,7 @@ - + @@ -54440,7 +54465,7 @@ - + @@ -54490,7 +54515,7 @@ - + @@ -54503,7 +54528,7 @@ - + @@ -54536,7 +54561,7 @@ - + @@ -54544,7 +54569,7 @@ - + @@ -54601,7 +54626,7 @@ - + @@ -54609,7 +54634,7 @@ - + @@ -54661,7 +54686,7 @@ - + @@ -54726,7 +54751,7 @@ - + @@ -54739,7 +54764,7 @@ - + @@ -54772,7 +54797,7 @@ - + @@ -54780,7 +54805,7 @@ - + @@ -54837,7 +54862,7 @@ - + @@ -54845,7 +54870,7 @@ - + @@ -54897,7 +54922,7 @@ - + @@ -54946,7 +54971,7 @@ - + @@ -54959,7 +54984,7 @@ - + @@ -54993,7 +55018,7 @@ - + @@ -55001,7 +55026,7 @@ - + @@ -55061,7 +55086,7 @@ - + @@ -55069,7 +55094,7 @@ - + @@ -55099,7 +55124,7 @@ - + @@ -55107,7 +55132,7 @@ - + @@ -55165,7 +55190,7 @@ - + @@ -55173,7 +55198,7 @@ - + @@ -55222,7 +55247,7 @@ - + @@ -55266,7 +55291,7 @@ - + @@ -55274,7 +55299,7 @@ - + @@ -55332,7 +55357,7 @@ - + @@ -55340,7 +55365,7 @@ - + @@ -55389,7 +55414,7 @@ - + @@ -55595,7 +55620,7 @@ - + @@ -55711,7 +55736,7 @@ - + @@ -55724,7 +55749,7 @@ - + @@ -55763,7 +55788,7 @@ - + @@ -55771,7 +55796,7 @@ - + @@ -55836,7 +55861,7 @@ - + @@ -55844,7 +55869,7 @@ - + @@ -55896,7 +55921,7 @@ - + @@ -55906,7 +55931,7 @@ - + @@ -55952,7 +55977,7 @@ - + @@ -55971,7 +55996,7 @@ - + @@ -55984,7 +56009,7 @@ - + @@ -56023,7 +56048,7 @@ - + @@ -56031,7 +56056,7 @@ - + @@ -56096,7 +56121,7 @@ - + @@ -56104,7 +56129,7 @@ - + @@ -56161,7 +56186,7 @@ - + @@ -56224,7 +56249,7 @@ - + @@ -56237,7 +56262,7 @@ - + @@ -56276,7 +56301,7 @@ - + @@ -56284,7 +56309,7 @@ - + @@ -56349,7 +56374,7 @@ - + @@ -56357,7 +56382,7 @@ - + @@ -56410,7 +56435,7 @@ - + @@ -56469,7 +56494,7 @@ - + @@ -56481,7 +56506,7 @@ - + @@ -56520,7 +56545,7 @@ - + @@ -56528,7 +56553,7 @@ - + @@ -56589,7 +56614,7 @@ - + @@ -56597,7 +56622,7 @@ - + @@ -56649,7 +56674,7 @@ - + @@ -56703,7 +56728,7 @@ - + @@ -56715,7 +56740,7 @@ - + @@ -56754,7 +56779,7 @@ - + @@ -56762,7 +56787,7 @@ - + @@ -56823,7 +56848,7 @@ - + @@ -56831,7 +56856,7 @@ - + @@ -56883,7 +56908,7 @@ - + @@ -56937,7 +56962,7 @@ - + @@ -56949,7 +56974,7 @@ - + @@ -56987,7 +57012,7 @@ - + @@ -56995,7 +57020,7 @@ - + @@ -57052,7 +57077,7 @@ - + @@ -57060,7 +57085,7 @@ - + @@ -57112,7 +57137,7 @@ - + @@ -57162,7 +57187,7 @@ - + @@ -57174,7 +57199,7 @@ - + @@ -57212,7 +57237,7 @@ - + @@ -57220,7 +57245,7 @@ - + @@ -57277,7 +57302,7 @@ - + @@ -57285,7 +57310,7 @@ - + @@ -57337,7 +57362,7 @@ - + @@ -57403,7 +57428,7 @@ - + @@ -57415,7 +57440,7 @@ - + @@ -57454,7 +57479,7 @@ - + @@ -57462,7 +57487,7 @@ - + @@ -57519,7 +57544,7 @@ - + @@ -57527,7 +57552,7 @@ - + @@ -57579,7 +57604,7 @@ - + @@ -57589,7 +57614,7 @@ - + @@ -57626,7 +57651,7 @@ - + @@ -57645,7 +57670,7 @@ - + @@ -57657,7 +57682,7 @@ - + @@ -57696,7 +57721,7 @@ - + @@ -57704,7 +57729,7 @@ - + @@ -57765,7 +57790,7 @@ - + @@ -57773,7 +57798,7 @@ - + @@ -57825,7 +57850,7 @@ - + @@ -57838,7 +57863,7 @@ - + @@ -57882,7 +57907,7 @@ - + @@ -57901,7 +57926,7 @@ - + @@ -57913,7 +57938,7 @@ - + @@ -57952,7 +57977,7 @@ - + @@ -57960,7 +57985,7 @@ - + @@ -58017,7 +58042,7 @@ - + @@ -58025,7 +58050,7 @@ - + @@ -58078,7 +58103,7 @@ - + @@ -58129,7 +58154,7 @@ - + @@ -58141,7 +58166,7 @@ - + @@ -58180,7 +58205,7 @@ - + @@ -58188,7 +58213,7 @@ - + @@ -58249,7 +58274,7 @@ - + @@ -58257,7 +58282,7 @@ - + @@ -58309,7 +58334,7 @@ - + @@ -58363,7 +58388,7 @@ - + @@ -58375,7 +58400,7 @@ - + @@ -58413,7 +58438,7 @@ - + @@ -58421,7 +58446,7 @@ - + @@ -58482,7 +58507,7 @@ - + @@ -58490,7 +58515,7 @@ - + @@ -58542,7 +58567,7 @@ - + @@ -58611,7 +58636,7 @@ - + @@ -58623,7 +58648,7 @@ - + @@ -58666,7 +58691,7 @@ - + @@ -58674,7 +58699,7 @@ - + @@ -58739,7 +58764,7 @@ - + @@ -58747,7 +58772,7 @@ - + @@ -58799,7 +58824,7 @@ - + @@ -58856,7 +58881,7 @@ - + @@ -58868,7 +58893,7 @@ - + @@ -58907,7 +58932,7 @@ - + @@ -58915,7 +58940,7 @@ - + @@ -58976,7 +59001,7 @@ - + @@ -58984,7 +59009,7 @@ - + @@ -59036,7 +59061,7 @@ - + @@ -59090,7 +59115,7 @@ - + @@ -59102,7 +59127,7 @@ - + @@ -59141,7 +59166,7 @@ - + @@ -59149,7 +59174,7 @@ - + @@ -59210,7 +59235,7 @@ - + @@ -59218,7 +59243,7 @@ - + @@ -59270,7 +59295,7 @@ - + @@ -59324,7 +59349,7 @@ - + @@ -59336,7 +59361,7 @@ - + @@ -59375,7 +59400,7 @@ - + @@ -59383,7 +59408,7 @@ - + @@ -59444,7 +59469,7 @@ - + @@ -59452,7 +59477,7 @@ - + @@ -59505,7 +59530,7 @@ - + @@ -59560,7 +59585,7 @@ - + @@ -59572,7 +59597,7 @@ - + @@ -59605,7 +59630,7 @@ - + @@ -59613,7 +59638,7 @@ - + @@ -59674,7 +59699,7 @@ - + @@ -59682,7 +59707,7 @@ - + @@ -59734,7 +59759,7 @@ - + @@ -59788,7 +59813,7 @@ - + @@ -59800,7 +59825,7 @@ - + @@ -59833,7 +59858,7 @@ - + @@ -59841,7 +59866,7 @@ - + @@ -59898,7 +59923,7 @@ - + @@ -59906,7 +59931,7 @@ - + @@ -59958,7 +59983,7 @@ - + @@ -60007,7 +60032,7 @@ - + @@ -60019,7 +60044,7 @@ - + @@ -60056,7 +60081,7 @@ - + @@ -60064,7 +60089,7 @@ - + @@ -60125,7 +60150,7 @@ - + @@ -60133,7 +60158,7 @@ - + @@ -60185,7 +60210,7 @@ - + @@ -60195,7 +60220,7 @@ - + @@ -60235,7 +60260,7 @@ - + @@ -60254,7 +60279,7 @@ - + @@ -60266,7 +60291,7 @@ - + @@ -60303,7 +60328,7 @@ - + @@ -60311,7 +60336,7 @@ - + @@ -60372,7 +60397,7 @@ - + @@ -60380,7 +60405,7 @@ - + @@ -60432,7 +60457,7 @@ - + @@ -60486,7 +60511,7 @@ - + @@ -60498,7 +60523,7 @@ - + @@ -60536,7 +60561,7 @@ - + @@ -60544,7 +60569,7 @@ - + @@ -60601,7 +60626,7 @@ - + @@ -60609,7 +60634,7 @@ - + @@ -60661,7 +60686,7 @@ - + @@ -60674,7 +60699,7 @@ - + @@ -60714,7 +60739,7 @@ - + @@ -60733,7 +60758,7 @@ - + @@ -60745,7 +60770,7 @@ - + @@ -60773,7 +60798,9 @@ - + @@ -60787,7 +60814,7 @@ - + @@ -60795,7 +60822,7 @@ - + @@ -60852,7 +60879,7 @@ - + @@ -60860,7 +60887,7 @@ - + @@ -60912,7 +60939,7 @@ - + @@ -60935,7 +60962,9 @@ - + @@ -60978,7 +61007,7 @@ - + @@ -60990,7 +61019,7 @@ - + @@ -61032,7 +61061,7 @@ - + @@ -61040,7 +61069,7 @@ - + @@ -61100,7 +61129,7 @@ - + @@ -61108,7 +61137,7 @@ - + @@ -61138,7 +61167,7 @@ - + @@ -61146,7 +61175,7 @@ - + @@ -61204,7 +61233,7 @@ - + @@ -61212,7 +61241,7 @@ - + @@ -61261,7 +61290,7 @@ - + @@ -61291,7 +61320,7 @@ - + @@ -61299,7 +61328,7 @@ - + @@ -61357,7 +61386,7 @@ - + @@ -61365,7 +61394,7 @@ - + @@ -61414,7 +61443,7 @@ - + @@ -61444,7 +61473,7 @@ - + @@ -61452,7 +61481,7 @@ - + @@ -61510,7 +61539,7 @@ - + @@ -61518,7 +61547,7 @@ - + @@ -61567,7 +61596,7 @@ - + @@ -61577,7 +61606,7 @@ - + @@ -61605,7 +61634,7 @@ - + @@ -61613,7 +61642,7 @@ - + @@ -61671,7 +61700,7 @@ - + @@ -61679,7 +61708,7 @@ - + @@ -61728,7 +61757,7 @@ - + @@ -61758,7 +61787,7 @@ - + @@ -61766,7 +61795,7 @@ - + @@ -61824,7 +61853,7 @@ - + @@ -61832,7 +61861,7 @@ - + @@ -61881,7 +61910,7 @@ - + @@ -61911,7 +61940,7 @@ - + @@ -61919,7 +61948,7 @@ - + @@ -61977,7 +62006,7 @@ - + @@ -61985,7 +62014,7 @@ - + @@ -62034,7 +62063,7 @@ - + @@ -62240,7 +62269,7 @@ - + @@ -62351,7 +62380,7 @@ - + @@ -62466,7 +62495,7 @@ - + @@ -62478,7 +62507,7 @@ - + @@ -62516,7 +62545,7 @@ - + @@ -62524,7 +62553,7 @@ - + @@ -62581,7 +62610,7 @@ - + @@ -62589,7 +62618,7 @@ - + @@ -62641,7 +62670,7 @@ - + @@ -62690,7 +62719,7 @@ - + @@ -62703,7 +62732,7 @@ - + @@ -62736,7 +62765,7 @@ - + @@ -62744,7 +62773,7 @@ - + @@ -62801,7 +62830,7 @@ - + @@ -62809,7 +62838,7 @@ - + @@ -62861,7 +62890,7 @@ - + @@ -62910,7 +62939,7 @@ - + @@ -62923,7 +62952,7 @@ - + @@ -62956,7 +62985,7 @@ - + @@ -62964,7 +62993,7 @@ - + @@ -63021,7 +63050,7 @@ - + @@ -63029,7 +63058,7 @@ - + @@ -63081,7 +63110,7 @@ - + @@ -63146,7 +63175,7 @@ - + @@ -63159,7 +63188,7 @@ - + @@ -63192,7 +63221,7 @@ - + @@ -63200,7 +63229,7 @@ - + @@ -63257,7 +63286,7 @@ - + @@ -63265,7 +63294,7 @@ - + @@ -63317,7 +63346,7 @@ - + @@ -63366,7 +63395,7 @@ - + @@ -63379,7 +63408,7 @@ - + @@ -63412,7 +63441,7 @@ - + @@ -63420,7 +63449,7 @@ - + @@ -63477,7 +63506,7 @@ - + @@ -63485,7 +63514,7 @@ - + @@ -63537,7 +63566,7 @@ - + @@ -63586,7 +63615,7 @@ - + @@ -63599,7 +63628,7 @@ - + @@ -63632,7 +63661,7 @@ - + @@ -63640,7 +63669,7 @@ - + @@ -63697,7 +63726,7 @@ - + @@ -63705,7 +63734,7 @@ - + @@ -63760,7 +63789,7 @@ - + @@ -63812,7 +63841,7 @@ - + @@ -63824,7 +63853,7 @@ - + @@ -63857,7 +63886,7 @@ - + @@ -63865,7 +63894,7 @@ - + @@ -63922,7 +63951,7 @@ - + @@ -63930,7 +63959,7 @@ - + @@ -63984,7 +64013,7 @@ - + @@ -64035,7 +64064,7 @@ - + @@ -64047,7 +64076,7 @@ - + @@ -64080,7 +64109,7 @@ - + @@ -64088,7 +64117,7 @@ - + @@ -64145,7 +64174,7 @@ - + @@ -64153,7 +64182,7 @@ - + @@ -64205,7 +64234,7 @@ - + @@ -64270,7 +64299,7 @@ - + @@ -64282,7 +64311,7 @@ - + @@ -64316,7 +64345,7 @@ - + @@ -64324,7 +64353,7 @@ - + @@ -64381,7 +64410,7 @@ - + @@ -64389,7 +64418,7 @@ - + @@ -64441,7 +64470,7 @@ - + @@ -64491,7 +64520,7 @@ - + @@ -64503,7 +64532,7 @@ - + @@ -64536,7 +64565,7 @@ - + @@ -64544,7 +64573,7 @@ - + @@ -64601,7 +64630,7 @@ - + @@ -64609,7 +64638,7 @@ - + @@ -64661,7 +64690,7 @@ - + @@ -64710,7 +64739,7 @@ - + @@ -64722,7 +64751,7 @@ - + @@ -64755,7 +64784,7 @@ - + @@ -64763,7 +64792,7 @@ - + @@ -64820,7 +64849,7 @@ - + @@ -64828,7 +64857,7 @@ - + @@ -64880,7 +64909,7 @@ - + @@ -64929,7 +64958,7 @@ - + @@ -64941,7 +64970,7 @@ - + @@ -64974,7 +65003,7 @@ - + @@ -64982,7 +65011,7 @@ - + @@ -65039,7 +65068,7 @@ - + @@ -65047,7 +65076,7 @@ - + @@ -65100,7 +65129,7 @@ - + @@ -65150,7 +65179,7 @@ - + @@ -65162,7 +65191,7 @@ - + @@ -65195,7 +65224,7 @@ - + @@ -65203,7 +65232,7 @@ - + @@ -65260,7 +65289,7 @@ - + @@ -65268,7 +65297,7 @@ - + @@ -65320,7 +65349,7 @@ - + @@ -65369,7 +65398,7 @@ - + @@ -65381,7 +65410,7 @@ - + @@ -65414,7 +65443,7 @@ - + @@ -65422,7 +65451,7 @@ - + @@ -65479,7 +65508,7 @@ - + @@ -65487,7 +65516,7 @@ - + @@ -65540,7 +65569,7 @@ - + @@ -65590,7 +65619,7 @@ - + @@ -65603,7 +65632,7 @@ - + @@ -65637,7 +65666,7 @@ - + @@ -65645,7 +65674,7 @@ - + @@ -65702,7 +65731,7 @@ - + @@ -65710,7 +65739,7 @@ - + @@ -65762,7 +65791,7 @@ - + @@ -65812,7 +65841,7 @@ - + @@ -65825,7 +65854,7 @@ - + @@ -65858,7 +65887,7 @@ - + @@ -65866,7 +65895,7 @@ - + @@ -65923,7 +65952,7 @@ - + @@ -65931,7 +65960,7 @@ - + @@ -65983,7 +66012,7 @@ - + @@ -66032,7 +66061,7 @@ - + @@ -66045,7 +66074,7 @@ - + @@ -66078,7 +66107,7 @@ - + @@ -66086,7 +66115,7 @@ - + @@ -66143,7 +66172,7 @@ - + @@ -66151,7 +66180,7 @@ - + @@ -66203,7 +66232,7 @@ - + @@ -66252,7 +66281,7 @@ - + @@ -66265,7 +66294,7 @@ - + @@ -66304,7 +66333,7 @@ - + @@ -66312,7 +66341,7 @@ - + @@ -66379,7 +66408,7 @@ - + @@ -66387,7 +66416,7 @@ - + @@ -66418,7 +66447,7 @@ - + @@ -66426,7 +66455,7 @@ - + @@ -66492,7 +66521,7 @@ - + @@ -66500,7 +66529,7 @@ - + @@ -66549,7 +66578,7 @@ - + @@ -66588,7 +66617,7 @@ - + @@ -66596,7 +66625,7 @@ - + @@ -66654,7 +66683,7 @@ - + @@ -66662,7 +66691,7 @@ - + @@ -66711,7 +66740,7 @@ - + @@ -66721,7 +66750,7 @@ - + @@ -66925,7 +66954,7 @@ - + @@ -67032,7 +67061,7 @@ - + @@ -67060,7 +67089,7 @@ - + @@ -67073,7 +67102,7 @@ - + @@ -67107,7 +67136,7 @@ - + @@ -67115,7 +67144,7 @@ - + @@ -67176,7 +67205,7 @@ - + @@ -67184,7 +67213,7 @@ - + @@ -67236,7 +67265,7 @@ - + @@ -67306,7 +67335,7 @@ - + @@ -67319,7 +67348,7 @@ - + @@ -67353,7 +67382,7 @@ - + @@ -67361,7 +67390,7 @@ - + @@ -67418,7 +67447,7 @@ - + @@ -67426,7 +67455,7 @@ - + @@ -67478,7 +67507,7 @@ - + @@ -67528,7 +67557,7 @@ - + @@ -67541,7 +67570,7 @@ - + @@ -67575,7 +67604,7 @@ - + @@ -67583,7 +67612,7 @@ - + @@ -67640,7 +67669,7 @@ - + @@ -67648,7 +67677,7 @@ - + @@ -67712,7 +67741,7 @@ - + @@ -67774,7 +67803,7 @@ - + @@ -67787,7 +67816,7 @@ - + @@ -67820,7 +67849,7 @@ - + @@ -67828,7 +67857,7 @@ - + @@ -67885,7 +67914,7 @@ - + @@ -67893,7 +67922,7 @@ - + @@ -67945,7 +67974,7 @@ - + @@ -67994,7 +68023,7 @@ - + @@ -68006,7 +68035,7 @@ - + @@ -68040,7 +68069,7 @@ - + @@ -68048,7 +68077,7 @@ - + @@ -68105,7 +68134,7 @@ - + @@ -68113,7 +68142,7 @@ - + @@ -68165,7 +68194,7 @@ - + @@ -68215,7 +68244,7 @@ - + @@ -68227,7 +68256,7 @@ - + @@ -68261,7 +68290,7 @@ - + @@ -68269,7 +68298,7 @@ - + @@ -68326,7 +68355,7 @@ - + @@ -68334,7 +68363,7 @@ - + @@ -68386,7 +68415,7 @@ - + @@ -68396,7 +68425,7 @@ - + @@ -68433,7 +68462,7 @@ - + @@ -68452,7 +68481,7 @@ - + @@ -68464,7 +68493,7 @@ - + @@ -68498,7 +68527,7 @@ - + @@ -68506,7 +68535,7 @@ - + @@ -68563,7 +68592,7 @@ - + @@ -68571,7 +68600,7 @@ - + @@ -68623,7 +68652,7 @@ - + @@ -68673,7 +68702,7 @@ - + @@ -68685,7 +68714,7 @@ - + @@ -68719,7 +68748,7 @@ - + @@ -68727,7 +68756,7 @@ - + @@ -68784,7 +68813,7 @@ - + @@ -68792,7 +68821,7 @@ - + @@ -68844,7 +68873,7 @@ - + @@ -68894,7 +68923,7 @@ - + @@ -68906,7 +68935,7 @@ - + @@ -68940,7 +68969,7 @@ - + @@ -68948,7 +68977,7 @@ - + @@ -69005,7 +69034,7 @@ - + @@ -69013,7 +69042,7 @@ - + @@ -69065,7 +69094,7 @@ - + @@ -69075,7 +69104,7 @@ - + @@ -69112,7 +69141,7 @@ - + @@ -69131,7 +69160,7 @@ - + @@ -69143,7 +69172,7 @@ - + @@ -69176,7 +69205,7 @@ - + @@ -69184,7 +69213,7 @@ - + @@ -69241,7 +69270,7 @@ - + @@ -69249,7 +69278,7 @@ - + @@ -69301,7 +69330,7 @@ - + @@ -69350,7 +69379,7 @@ - + @@ -69362,7 +69391,7 @@ - + @@ -69396,7 +69425,7 @@ - + @@ -69404,7 +69433,7 @@ - + @@ -69461,7 +69490,7 @@ - + @@ -69469,7 +69498,7 @@ - + @@ -69521,7 +69550,7 @@ - + @@ -69534,7 +69563,7 @@ - + @@ -69574,7 +69603,7 @@ - + @@ -69593,7 +69622,7 @@ - + @@ -69606,7 +69635,7 @@ - + @@ -69639,7 +69668,7 @@ - + @@ -69647,7 +69676,7 @@ - + @@ -69704,7 +69733,7 @@ - + @@ -69712,7 +69741,7 @@ - + @@ -69764,7 +69793,7 @@ - + @@ -69813,7 +69842,7 @@ - + @@ -69826,7 +69855,7 @@ - + @@ -69860,7 +69889,7 @@ - + @@ -69868,7 +69897,7 @@ - + @@ -69925,7 +69954,7 @@ - + @@ -69933,7 +69962,7 @@ - + @@ -69985,7 +70014,7 @@ - + @@ -70035,7 +70064,7 @@ - + @@ -70047,7 +70076,7 @@ - + @@ -70081,7 +70110,7 @@ - + @@ -70089,7 +70118,7 @@ - + @@ -70146,7 +70175,7 @@ - + @@ -70154,7 +70183,7 @@ - + @@ -70206,7 +70235,7 @@ - + @@ -70256,7 +70285,7 @@ - + @@ -70269,7 +70298,7 @@ - + @@ -70302,7 +70331,7 @@ - + @@ -70310,7 +70339,7 @@ - + @@ -70367,7 +70396,7 @@ - + @@ -70375,7 +70404,7 @@ - + @@ -70427,7 +70456,7 @@ - + @@ -70476,7 +70505,7 @@ - + @@ -70489,7 +70518,7 @@ - + @@ -70522,7 +70551,7 @@ - + @@ -70530,7 +70559,7 @@ - + @@ -70587,7 +70616,7 @@ - + @@ -70595,7 +70624,7 @@ - + @@ -70647,7 +70676,7 @@ - + @@ -70657,7 +70686,7 @@ - + @@ -70693,7 +70722,7 @@ - + @@ -70712,7 +70741,7 @@ - + @@ -70725,7 +70754,7 @@ - + @@ -70758,7 +70787,7 @@ - + @@ -70766,7 +70795,7 @@ - + @@ -70823,7 +70852,7 @@ - + @@ -70831,7 +70860,7 @@ - + @@ -70883,7 +70912,7 @@ - + @@ -70932,7 +70961,7 @@ - + @@ -70945,7 +70974,7 @@ - + @@ -70979,7 +71008,7 @@ - + @@ -70987,7 +71016,7 @@ - + @@ -71044,7 +71073,7 @@ - + @@ -71052,7 +71081,7 @@ - + @@ -71104,7 +71133,7 @@ - + @@ -71154,7 +71183,7 @@ - + @@ -71166,7 +71195,7 @@ - + @@ -71200,7 +71229,7 @@ - + @@ -71208,7 +71237,7 @@ - + @@ -71265,7 +71294,7 @@ - + @@ -71273,7 +71302,7 @@ - + @@ -71325,7 +71354,7 @@ - + @@ -71375,7 +71404,7 @@ - + @@ -71388,7 +71417,7 @@ - + @@ -71422,7 +71451,7 @@ - + @@ -71430,7 +71459,7 @@ - + @@ -71487,7 +71516,7 @@ - + @@ -71495,7 +71524,7 @@ - + @@ -71548,7 +71577,7 @@ - + @@ -71599,7 +71628,7 @@ - + @@ -71612,7 +71641,7 @@ - + @@ -71646,7 +71675,7 @@ - + @@ -71654,7 +71683,7 @@ - + @@ -71711,7 +71740,7 @@ - + @@ -71719,7 +71748,7 @@ - + @@ -71771,7 +71800,7 @@ - + @@ -71784,7 +71813,7 @@ - + @@ -71824,7 +71853,7 @@ - + @@ -71843,7 +71872,7 @@ - + @@ -71856,7 +71885,7 @@ - + @@ -71866,7 +71895,11 @@ - + + + + + @@ -71889,7 +71922,7 @@ - + @@ -71897,7 +71930,7 @@ - + @@ -71954,7 +71987,7 @@ - + @@ -71962,7 +71995,7 @@ - + @@ -72014,7 +72047,7 @@ - + @@ -72027,7 +72060,7 @@ - + @@ -72066,7 +72099,7 @@ - + @@ -72085,7 +72118,7 @@ - + @@ -72098,7 +72131,7 @@ - + @@ -72132,7 +72165,7 @@ - + @@ -72140,7 +72173,7 @@ - + @@ -72197,7 +72230,7 @@ - + @@ -72205,7 +72238,7 @@ - + @@ -72257,7 +72290,7 @@ - + @@ -72267,7 +72300,7 @@ - + @@ -72304,7 +72337,7 @@ - + @@ -72323,7 +72356,7 @@ - + @@ -72336,7 +72369,7 @@ - + @@ -72369,7 +72402,7 @@ - + @@ -72377,7 +72410,7 @@ - + @@ -72434,7 +72467,7 @@ - + @@ -72442,7 +72475,7 @@ - + @@ -72494,7 +72527,7 @@ - + @@ -72543,7 +72576,7 @@ - + @@ -72556,7 +72589,7 @@ - + @@ -72589,7 +72622,7 @@ - + @@ -72597,7 +72630,7 @@ - + @@ -72654,7 +72687,7 @@ - + @@ -72662,7 +72695,7 @@ - + @@ -72714,7 +72747,7 @@ - + @@ -72763,7 +72796,7 @@ - + @@ -72776,7 +72809,7 @@ - + @@ -72809,7 +72842,7 @@ - + @@ -72817,7 +72850,7 @@ - + @@ -72874,7 +72907,7 @@ - + @@ -72882,7 +72915,7 @@ - + @@ -72934,7 +72967,7 @@ - + @@ -72983,7 +73016,7 @@ - + @@ -72996,7 +73029,7 @@ - + @@ -73030,7 +73063,7 @@ - + @@ -73038,7 +73071,7 @@ - + @@ -73095,7 +73128,7 @@ - + @@ -73103,7 +73136,7 @@ - + @@ -73156,7 +73189,7 @@ - + @@ -73207,7 +73240,7 @@ - + @@ -73220,7 +73253,7 @@ - + @@ -73257,7 +73290,7 @@ - + @@ -73265,7 +73298,7 @@ - + @@ -73322,7 +73355,7 @@ - + @@ -73330,7 +73363,7 @@ - + @@ -73383,7 +73416,7 @@ - + @@ -73433,7 +73466,7 @@ - + @@ -73446,7 +73479,7 @@ - + @@ -73491,7 +73524,7 @@ - + @@ -73499,7 +73532,7 @@ - + @@ -73556,7 +73589,7 @@ - + @@ -73564,7 +73597,7 @@ - + @@ -73617,7 +73650,7 @@ - + @@ -73667,7 +73700,7 @@ - + @@ -73680,7 +73713,7 @@ - + @@ -73714,7 +73747,7 @@ - + @@ -73722,7 +73755,7 @@ - + @@ -73779,7 +73812,7 @@ - + @@ -73787,7 +73820,7 @@ - + @@ -73839,7 +73872,7 @@ - + @@ -73889,7 +73922,7 @@ - + @@ -73902,7 +73935,7 @@ - + @@ -73935,7 +73968,7 @@ - + @@ -73943,7 +73976,7 @@ - + @@ -74000,7 +74033,7 @@ - + @@ -74008,7 +74041,7 @@ - + @@ -74060,7 +74093,7 @@ - + @@ -74125,7 +74158,7 @@ - + @@ -74138,7 +74171,7 @@ - + @@ -74171,7 +74204,7 @@ - + @@ -74179,7 +74212,7 @@ - + @@ -74236,7 +74269,7 @@ - + @@ -74244,7 +74277,7 @@ - + @@ -74296,7 +74329,7 @@ - + @@ -74345,7 +74378,7 @@ - + @@ -74358,7 +74391,7 @@ - + @@ -74391,7 +74424,7 @@ - + @@ -74399,7 +74432,7 @@ - + @@ -74460,7 +74493,7 @@ - + @@ -74468,7 +74501,7 @@ - + @@ -74531,7 +74564,7 @@ - + @@ -74595,7 +74628,7 @@ - + @@ -74608,7 +74641,7 @@ - + @@ -74646,7 +74679,7 @@ - + @@ -74654,7 +74687,7 @@ - + @@ -74711,7 +74744,7 @@ - + @@ -74719,7 +74752,7 @@ - + @@ -74778,7 +74811,7 @@ - + @@ -74835,13 +74868,13 @@ - + - + - + @@ -74876,7 +74909,7 @@ - + @@ -74884,7 +74917,7 @@ - + @@ -74941,7 +74974,7 @@ - + @@ -74949,7 +74982,7 @@ - + @@ -75002,7 +75035,7 @@ - + @@ -75053,14 +75086,14 @@ - + - + - + @@ -75093,7 +75126,7 @@ - + @@ -75101,7 +75134,7 @@ - + @@ -75158,7 +75191,7 @@ - + @@ -75166,7 +75199,7 @@ - + @@ -75218,7 +75251,7 @@ - + @@ -75268,14 +75301,14 @@ - + - + - + @@ -75313,7 +75346,7 @@ - + @@ -75321,7 +75354,7 @@ - + @@ -75378,7 +75411,7 @@ - + @@ -75386,7 +75419,7 @@ - + @@ -75438,7 +75471,7 @@ - + @@ -75489,14 +75522,14 @@ - + - + - + @@ -75530,7 +75563,7 @@ - + @@ -75538,7 +75571,7 @@ - + @@ -75595,7 +75628,7 @@ - + @@ -75603,7 +75636,7 @@ - + @@ -75655,7 +75688,7 @@ - + @@ -75706,13 +75739,13 @@ - + - + - + @@ -75745,7 +75778,7 @@ - + @@ -75753,7 +75786,7 @@ - + @@ -75813,7 +75846,7 @@ - + @@ -75821,7 +75854,7 @@ - + @@ -75852,7 +75885,7 @@ - + @@ -75860,7 +75893,7 @@ - + @@ -75918,7 +75951,7 @@ - + @@ -75926,7 +75959,7 @@ - + @@ -75975,7 +76008,7 @@ - + @@ -76006,7 +76039,7 @@ - + @@ -76014,7 +76047,7 @@ - + @@ -76072,7 +76105,7 @@ - + @@ -76080,7 +76113,7 @@ - + @@ -76129,7 +76162,7 @@ - + @@ -76335,7 +76368,7 @@ - + @@ -76441,13 +76474,13 @@ - + - + - + @@ -76481,7 +76514,7 @@ - + @@ -76489,7 +76522,7 @@ - + @@ -76546,7 +76579,7 @@ - + @@ -76554,7 +76587,7 @@ - + @@ -76606,7 +76639,7 @@ - + @@ -76657,13 +76690,13 @@ - + - + - + @@ -76696,7 +76729,7 @@ - + @@ -76704,7 +76737,7 @@ - + @@ -76761,7 +76794,7 @@ - + @@ -76769,7 +76802,7 @@ - + @@ -76821,7 +76854,7 @@ - + @@ -76871,13 +76904,13 @@ - + - + - + @@ -76911,7 +76944,7 @@ - + @@ -76919,7 +76952,7 @@ - + @@ -76979,7 +77012,7 @@ - + @@ -76987,7 +77020,7 @@ - + @@ -77017,7 +77050,7 @@ - + @@ -77025,7 +77058,7 @@ - + @@ -77083,7 +77116,7 @@ - + @@ -77091,7 +77124,7 @@ - + @@ -77140,7 +77173,7 @@ - + @@ -77170,7 +77203,7 @@ - + @@ -77178,7 +77211,7 @@ - + @@ -77236,7 +77269,7 @@ - + @@ -77244,7 +77277,7 @@ - + @@ -77293,7 +77326,7 @@ - + @@ -77499,7 +77532,7 @@ - + @@ -77604,13 +77637,13 @@ - + - + - + @@ -77644,7 +77677,7 @@ - + @@ -77652,7 +77685,7 @@ - + @@ -77709,7 +77742,7 @@ - + @@ -77717,7 +77750,7 @@ - + @@ -77769,7 +77802,7 @@ - + @@ -77820,13 +77853,13 @@ - + - + - + @@ -77846,7 +77879,11 @@ - + @@ -77860,7 +77897,7 @@ - + @@ -77868,7 +77905,7 @@ - + @@ -77925,7 +77962,7 @@ - + @@ -77933,7 +77970,7 @@ - + @@ -77985,7 +78022,7 @@ - + @@ -78000,7 +78037,11 @@ - + @@ -78035,13 +78076,13 @@ - + - + - + @@ -78074,7 +78115,7 @@ - + @@ -78082,7 +78123,7 @@ - + @@ -78139,7 +78180,7 @@ - + @@ -78147,7 +78188,7 @@ - + @@ -78199,7 +78240,7 @@ - + @@ -78249,13 +78290,13 @@ - + - + - + @@ -78289,7 +78330,7 @@ - + @@ -78297,7 +78338,7 @@ - + @@ -78354,7 +78395,7 @@ - + @@ -78362,7 +78403,7 @@ - + @@ -78414,7 +78455,7 @@ - + @@ -78465,13 +78506,13 @@ - + - + - + @@ -78505,7 +78546,7 @@ - + @@ -78513,7 +78554,7 @@ - + @@ -78570,7 +78611,7 @@ - + @@ -78578,7 +78619,7 @@ - + @@ -78630,7 +78671,7 @@ - + @@ -78681,13 +78722,13 @@ - + - + - + @@ -78721,7 +78762,7 @@ - + @@ -78729,7 +78770,7 @@ - + @@ -78786,7 +78827,7 @@ - + @@ -78794,7 +78835,7 @@ - + @@ -78846,7 +78887,7 @@ - + @@ -78896,13 +78937,13 @@ - + - + - + @@ -78936,7 +78977,7 @@ - + @@ -78944,7 +78985,7 @@ - + @@ -79001,7 +79042,7 @@ - + @@ -79009,7 +79050,7 @@ - + @@ -79061,7 +79102,7 @@ - + @@ -79112,13 +79153,13 @@ - + - + - + @@ -79155,7 +79196,7 @@ - + @@ -79163,7 +79204,7 @@ - + @@ -79220,7 +79261,7 @@ - + @@ -79228,7 +79269,7 @@ - + @@ -79280,7 +79321,7 @@ - + @@ -79330,13 +79371,13 @@ - + - + - + @@ -79373,7 +79414,7 @@ - + @@ -79381,7 +79422,7 @@ - + @@ -79438,7 +79479,7 @@ - + @@ -79446,7 +79487,7 @@ - + @@ -79498,7 +79539,7 @@ - + @@ -79548,13 +79589,13 @@ - + - + - + @@ -79587,7 +79628,7 @@ - + @@ -79595,7 +79636,7 @@ - + @@ -79652,7 +79693,7 @@ - + @@ -79660,7 +79701,7 @@ - + @@ -79712,7 +79753,7 @@ - + @@ -79762,13 +79803,13 @@ - + - + - + @@ -79801,7 +79842,7 @@ - + @@ -79809,7 +79850,7 @@ - + @@ -79866,7 +79907,7 @@ - + @@ -79874,7 +79915,7 @@ - + @@ -79926,7 +79967,7 @@ - + @@ -79976,13 +80017,13 @@ - + - + - + @@ -80016,7 +80057,7 @@ - + @@ -80024,7 +80065,7 @@ - + @@ -80081,7 +80122,7 @@ - + @@ -80089,7 +80130,7 @@ - + @@ -80141,7 +80182,7 @@ - + @@ -80192,13 +80233,13 @@ - + - + - + @@ -80237,7 +80278,7 @@ - + @@ -80245,7 +80286,7 @@ - + @@ -80310,7 +80351,7 @@ - + @@ -80318,7 +80359,7 @@ - + @@ -80370,7 +80411,7 @@ - + @@ -80429,13 +80470,13 @@ - + - + - + @@ -80468,7 +80509,7 @@ - + @@ -80476,7 +80517,7 @@ - + @@ -80533,7 +80574,7 @@ - + @@ -80541,7 +80582,7 @@ - + @@ -80593,7 +80634,7 @@ - + @@ -80643,13 +80684,13 @@ - + - + - + @@ -80683,7 +80724,7 @@ - + @@ -80691,7 +80732,7 @@ - + @@ -80748,7 +80789,7 @@ - + @@ -80756,7 +80797,7 @@ - + @@ -80808,7 +80849,7 @@ - + @@ -80859,14 +80900,14 @@ - + - + - + @@ -80900,7 +80941,7 @@ - + @@ -80908,7 +80949,7 @@ - + @@ -80965,7 +81006,7 @@ - + @@ -80973,7 +81014,7 @@ - + @@ -81025,7 +81066,7 @@ - + @@ -81076,13 +81117,13 @@ - + - + - + @@ -81116,7 +81157,7 @@ - + @@ -81124,7 +81165,7 @@ - + @@ -81181,7 +81222,7 @@ - + @@ -81189,7 +81230,7 @@ - + @@ -81242,7 +81283,7 @@ - + @@ -81294,13 +81335,13 @@ - + - + - + @@ -81333,7 +81374,7 @@ - + @@ -81341,7 +81382,7 @@ - + @@ -81398,7 +81439,7 @@ - + @@ -81406,7 +81447,7 @@ - + @@ -81458,7 +81499,7 @@ - + @@ -81508,13 +81549,13 @@ - + - + - + @@ -81547,7 +81588,7 @@ - + @@ -81555,7 +81596,7 @@ - + @@ -81612,7 +81653,7 @@ - + @@ -81620,7 +81661,7 @@ - + @@ -81673,7 +81714,7 @@ - + @@ -81724,13 +81765,13 @@ - + - + - + @@ -81763,7 +81804,7 @@ - + @@ -81771,7 +81812,7 @@ - + @@ -81828,7 +81869,7 @@ - + @@ -81836,7 +81877,7 @@ - + @@ -81889,7 +81930,7 @@ - + @@ -81940,13 +81981,13 @@ - + - + - + @@ -81979,7 +82020,7 @@ - + @@ -81987,7 +82028,7 @@ - + @@ -82044,7 +82085,7 @@ - + @@ -82052,7 +82093,7 @@ - + @@ -82104,7 +82145,7 @@ - + @@ -82114,7 +82155,7 @@ - + @@ -82151,7 +82192,7 @@ - + @@ -82170,13 +82211,13 @@ - + - + - + @@ -82209,7 +82250,7 @@ - + @@ -82217,7 +82258,7 @@ - + @@ -82274,7 +82315,7 @@ - + @@ -82282,7 +82323,7 @@ - + @@ -82334,7 +82375,7 @@ - + @@ -82344,7 +82385,7 @@ - + @@ -82380,7 +82421,7 @@ - + @@ -82399,13 +82440,13 @@ - + - + - + @@ -82439,7 +82480,7 @@ - + @@ -82447,7 +82488,7 @@ - + @@ -82507,7 +82548,7 @@ - + @@ -82515,7 +82556,7 @@ - + @@ -82546,7 +82587,7 @@ - + @@ -82554,7 +82595,7 @@ - + @@ -82612,7 +82653,7 @@ - + @@ -82620,7 +82661,7 @@ - + @@ -82669,7 +82710,7 @@ - + @@ -82699,7 +82740,7 @@ - + @@ -82707,7 +82748,7 @@ - + @@ -82765,7 +82806,7 @@ - + @@ -82773,7 +82814,7 @@ - + @@ -82822,7 +82863,7 @@ - + @@ -82853,7 +82894,7 @@ - + @@ -82861,7 +82902,7 @@ - + @@ -82919,7 +82960,7 @@ - + @@ -82927,7 +82968,7 @@ - + @@ -82976,7 +83017,7 @@ - + @@ -83182,7 +83223,7 @@ - + @@ -83316,13 +83357,13 @@ - + - + - + @@ -83356,7 +83397,7 @@ - + @@ -83364,7 +83405,7 @@ - + @@ -83421,7 +83462,7 @@ - + @@ -83429,7 +83470,7 @@ - + @@ -83481,7 +83522,7 @@ - + @@ -83531,13 +83572,13 @@ - + - + - + @@ -83575,7 +83616,7 @@ - + @@ -83583,7 +83624,7 @@ - + @@ -83640,7 +83681,7 @@ - + @@ -83648,7 +83689,7 @@ - + @@ -83700,7 +83741,7 @@ - + @@ -83750,13 +83791,13 @@ - + - + - + @@ -83790,7 +83831,7 @@ - + @@ -83798,7 +83839,7 @@ - + @@ -83855,7 +83896,7 @@ - + @@ -83863,7 +83904,7 @@ - + @@ -83915,7 +83956,7 @@ - + @@ -83965,13 +84006,13 @@ - + - + - + @@ -84005,7 +84046,7 @@ - + @@ -84013,7 +84054,7 @@ - + @@ -84070,7 +84111,7 @@ - + @@ -84078,7 +84119,7 @@ - + @@ -84130,7 +84171,7 @@ - + @@ -84181,13 +84222,13 @@ - + - + - + @@ -84221,7 +84262,7 @@ - + @@ -84229,7 +84270,7 @@ - + @@ -84286,7 +84327,7 @@ - + @@ -84294,7 +84335,7 @@ - + @@ -84346,7 +84387,7 @@ - + @@ -84396,13 +84437,13 @@ - + - + - + @@ -84435,7 +84476,7 @@ - + @@ -84443,7 +84484,7 @@ - + @@ -84500,7 +84541,7 @@ - + @@ -84508,7 +84549,7 @@ - + @@ -84560,7 +84601,7 @@ - + @@ -84609,7 +84650,7 @@ - + @@ -84622,7 +84663,7 @@ - + @@ -84655,7 +84696,7 @@ - + @@ -84663,7 +84704,7 @@ - + @@ -84720,7 +84761,7 @@ - + @@ -84728,7 +84769,7 @@ - + @@ -84780,7 +84821,7 @@ - + @@ -84829,7 +84870,7 @@ - + @@ -84841,7 +84882,7 @@ - + @@ -84874,7 +84915,7 @@ - + @@ -84882,7 +84923,7 @@ - + @@ -84939,7 +84980,7 @@ - + @@ -84947,7 +84988,7 @@ - + @@ -84999,7 +85040,7 @@ - + @@ -85048,7 +85089,7 @@ - + @@ -85061,7 +85102,7 @@ - + @@ -85094,7 +85135,7 @@ - + @@ -85102,7 +85143,7 @@ - + @@ -85159,7 +85200,7 @@ - + @@ -85167,7 +85208,7 @@ - + @@ -85219,7 +85260,7 @@ - + @@ -85229,7 +85270,7 @@ - + @@ -85265,7 +85306,7 @@ - + @@ -85284,7 +85325,7 @@ - + @@ -85297,7 +85338,7 @@ - + @@ -85330,7 +85371,7 @@ - + @@ -85338,7 +85379,7 @@ - + @@ -85395,7 +85436,7 @@ - + @@ -85403,7 +85444,7 @@ - + @@ -85456,7 +85497,7 @@ - + @@ -85506,7 +85547,7 @@ - + @@ -85519,7 +85560,7 @@ - + @@ -85552,7 +85593,7 @@ - + @@ -85560,7 +85601,7 @@ - + @@ -85617,7 +85658,7 @@ - + @@ -85625,7 +85666,7 @@ - + @@ -85677,7 +85718,7 @@ - + @@ -85742,14 +85783,14 @@ - + - + - + @@ -85783,7 +85824,7 @@ - + @@ -85791,7 +85832,7 @@ - + @@ -85848,7 +85889,7 @@ - + @@ -85856,7 +85897,7 @@ - + @@ -85908,7 +85949,7 @@ - + @@ -85959,13 +86000,13 @@ - + - + - + @@ -85998,7 +86039,7 @@ - + @@ -86006,7 +86047,7 @@ - + @@ -86066,7 +86107,7 @@ - + @@ -86074,7 +86115,7 @@ - + @@ -86105,7 +86146,7 @@ - + @@ -86113,7 +86154,7 @@ - + @@ -86171,7 +86212,7 @@ - + @@ -86179,7 +86220,7 @@ - + @@ -86228,7 +86269,7 @@ - + @@ -86259,7 +86300,7 @@ - + @@ -86267,7 +86308,7 @@ - + @@ -86325,7 +86366,7 @@ - + @@ -86333,7 +86374,7 @@ - + @@ -86382,7 +86423,7 @@ - + @@ -86588,7 +86629,7 @@ - + @@ -86694,13 +86735,13 @@ - + - + - + @@ -86734,7 +86775,7 @@ - + @@ -86742,7 +86783,7 @@ - + @@ -86799,7 +86840,7 @@ - + @@ -86807,7 +86848,7 @@ - + @@ -86859,7 +86900,7 @@ - + @@ -86910,13 +86951,13 @@ - + - + - + @@ -86949,7 +86990,7 @@ - + @@ -86957,7 +86998,7 @@ - + @@ -87014,7 +87055,7 @@ - + @@ -87022,7 +87063,7 @@ - + @@ -87074,7 +87115,7 @@ - + @@ -87124,13 +87165,13 @@ - + - + - + @@ -87164,7 +87205,7 @@ - + @@ -87172,7 +87213,7 @@ - + @@ -87232,7 +87273,7 @@ - + @@ -87240,7 +87281,7 @@ - + @@ -87270,7 +87311,7 @@ - + @@ -87278,7 +87319,7 @@ - + @@ -87336,7 +87377,7 @@ - + @@ -87344,7 +87385,7 @@ - + @@ -87393,7 +87434,7 @@ - + @@ -87423,7 +87464,7 @@ - + @@ -87431,7 +87472,7 @@ - + @@ -87489,7 +87530,7 @@ - + @@ -87497,7 +87538,7 @@ - + @@ -87546,7 +87587,7 @@ - + @@ -87752,7 +87793,7 @@ - + @@ -87857,13 +87898,13 @@ - + - + - + @@ -87897,7 +87938,7 @@ - + @@ -87905,7 +87946,7 @@ - + @@ -87962,7 +88003,7 @@ - + @@ -87970,7 +88011,7 @@ - + @@ -88022,7 +88063,7 @@ - + @@ -88073,13 +88114,13 @@ - + - + - + @@ -88112,7 +88153,7 @@ - + @@ -88120,7 +88161,7 @@ - + @@ -88177,7 +88218,7 @@ - + @@ -88185,7 +88226,7 @@ - + @@ -88237,7 +88278,7 @@ - + @@ -88287,13 +88328,13 @@ - + - + - + @@ -88327,7 +88368,7 @@ - + @@ -88335,7 +88376,7 @@ - + @@ -88392,7 +88433,7 @@ - + @@ -88400,7 +88441,7 @@ - + @@ -88452,7 +88493,7 @@ - + @@ -88503,13 +88544,13 @@ - + - + - + @@ -88542,7 +88583,7 @@ - + @@ -88550,7 +88591,7 @@ - + @@ -88607,7 +88648,7 @@ - + @@ -88615,7 +88656,7 @@ - + @@ -88667,7 +88708,7 @@ - + @@ -88717,13 +88758,13 @@ - + - + - + @@ -88756,7 +88797,7 @@ - + @@ -88764,7 +88805,7 @@ - + @@ -88821,7 +88862,7 @@ - + @@ -88829,7 +88870,7 @@ - + @@ -88881,7 +88922,7 @@ - + @@ -88931,13 +88972,13 @@ - + - + - + @@ -88970,7 +89011,7 @@ - + @@ -88978,7 +89019,7 @@ - + @@ -89038,7 +89079,7 @@ - + @@ -89046,7 +89087,7 @@ - + @@ -89077,7 +89118,7 @@ - + @@ -89085,7 +89126,7 @@ - + @@ -89143,7 +89184,7 @@ - + @@ -89151,7 +89192,7 @@ - + @@ -89200,7 +89241,7 @@ - + @@ -89230,7 +89271,7 @@ - + @@ -89238,7 +89279,7 @@ - + @@ -89296,7 +89337,7 @@ - + @@ -89304,7 +89345,7 @@ - + @@ -89330,7 +89371,7 @@ - + @@ -89338,7 +89379,7 @@ - + @@ -89396,7 +89437,7 @@ - + @@ -89404,7 +89445,7 @@ - + @@ -89453,7 +89494,7 @@ - + @@ -89483,7 +89524,7 @@ - + @@ -89491,7 +89532,7 @@ - + @@ -89549,7 +89590,7 @@ - + @@ -89557,7 +89598,7 @@ - + @@ -89606,7 +89647,7 @@ - + @@ -89636,7 +89677,7 @@ - + @@ -89644,7 +89685,7 @@ - + @@ -89702,7 +89743,7 @@ - + @@ -89710,7 +89751,7 @@ - + @@ -89759,7 +89800,7 @@ - + @@ -89789,7 +89830,7 @@ - + @@ -89797,7 +89838,7 @@ - + @@ -89855,7 +89896,7 @@ - + @@ -89863,7 +89904,7 @@ - + @@ -89912,7 +89953,7 @@ - + @@ -90115,7 +90156,7 @@ - + @@ -90321,7 +90362,7 @@ - + @@ -90544,13 +90585,13 @@ - + - + - + @@ -90583,7 +90624,7 @@ - + @@ -90591,7 +90632,7 @@ - + @@ -90648,7 +90689,7 @@ - + @@ -90656,7 +90697,7 @@ - + @@ -90708,7 +90749,7 @@ - + @@ -90758,13 +90799,13 @@ - + - + - + @@ -90797,7 +90838,7 @@ - + @@ -90805,7 +90846,7 @@ - + @@ -90862,7 +90903,7 @@ - + @@ -90870,7 +90911,7 @@ - + @@ -90922,7 +90963,7 @@ - + @@ -90972,13 +91013,13 @@ - + - + - + @@ -91012,7 +91053,7 @@ - + @@ -91020,7 +91061,7 @@ - + @@ -91077,7 +91118,7 @@ - + @@ -91085,7 +91126,7 @@ - + @@ -91138,7 +91179,7 @@ - + @@ -91190,13 +91231,13 @@ - + - + - + @@ -91230,7 +91271,7 @@ - + @@ -91238,7 +91279,7 @@ - + @@ -91295,7 +91336,7 @@ - + @@ -91303,7 +91344,7 @@ - + @@ -91355,7 +91396,7 @@ - + @@ -91406,13 +91447,13 @@ - + - + - + @@ -91445,7 +91486,7 @@ - + @@ -91453,7 +91494,7 @@ - + @@ -91510,7 +91551,7 @@ - + @@ -91518,7 +91559,7 @@ - + @@ -91570,7 +91611,7 @@ - + @@ -91620,13 +91661,13 @@ - + - + - + @@ -91660,7 +91701,7 @@ - + @@ -91668,7 +91709,7 @@ - + @@ -91728,7 +91769,7 @@ - + @@ -91736,7 +91777,7 @@ - + @@ -91766,7 +91807,7 @@ - + @@ -91774,7 +91815,7 @@ - + @@ -91832,7 +91873,7 @@ - + @@ -91840,7 +91881,7 @@ - + @@ -91889,7 +91930,7 @@ - + @@ -91920,7 +91961,7 @@ - + @@ -91928,7 +91969,7 @@ - + @@ -91986,7 +92027,7 @@ - + @@ -91994,7 +92035,7 @@ - + @@ -92043,7 +92084,7 @@ - + @@ -92257,7 +92298,7 @@ - + @@ -92369,13 +92410,13 @@ - + - + - + @@ -92408,7 +92449,7 @@ - + @@ -92416,7 +92457,7 @@ - + @@ -92473,7 +92514,7 @@ - + @@ -92481,7 +92522,7 @@ - + @@ -92533,7 +92574,7 @@ - + @@ -92583,7 +92624,7 @@ - + @@ -92596,7 +92637,7 @@ - + @@ -92633,7 +92674,7 @@ - + @@ -92641,7 +92682,7 @@ - + @@ -92698,7 +92739,7 @@ - + @@ -92706,7 +92747,7 @@ - + @@ -92758,7 +92799,7 @@ - + @@ -92807,7 +92848,7 @@ - + @@ -92820,7 +92861,7 @@ - + @@ -92853,7 +92894,7 @@ - + @@ -92861,7 +92902,7 @@ - + @@ -92918,7 +92959,7 @@ - + @@ -92926,7 +92967,7 @@ - + @@ -92978,7 +93019,7 @@ - + @@ -93027,7 +93068,7 @@ - + @@ -93040,7 +93081,7 @@ - + @@ -93074,7 +93115,7 @@ - + @@ -93082,7 +93123,7 @@ - + @@ -93139,7 +93180,7 @@ - + @@ -93147,7 +93188,7 @@ - + @@ -93199,7 +93240,7 @@ - + @@ -93265,7 +93306,7 @@ - + @@ -93278,7 +93319,7 @@ - + @@ -93311,7 +93352,7 @@ - + @@ -93319,7 +93360,7 @@ - + @@ -93376,7 +93417,7 @@ - + @@ -93384,7 +93425,7 @@ - + @@ -93436,7 +93477,7 @@ - + @@ -93485,7 +93526,7 @@ - + @@ -93498,7 +93539,7 @@ - + @@ -93531,7 +93572,7 @@ - + @@ -93539,7 +93580,7 @@ - + @@ -93596,7 +93637,7 @@ - + @@ -93604,7 +93645,7 @@ - + @@ -93657,7 +93698,7 @@ - + @@ -93707,7 +93748,7 @@ - + @@ -93720,7 +93761,7 @@ - + @@ -93754,7 +93795,7 @@ - + @@ -93762,7 +93803,7 @@ - + @@ -93819,7 +93860,7 @@ - + @@ -93827,7 +93868,7 @@ - + @@ -93880,7 +93921,7 @@ - + @@ -93931,7 +93972,7 @@ - + @@ -93944,7 +93985,7 @@ - + @@ -93977,7 +94018,7 @@ - + @@ -93985,7 +94026,7 @@ - + @@ -94042,7 +94083,7 @@ - + @@ -94050,7 +94091,7 @@ - + @@ -94103,7 +94144,7 @@ - + @@ -94153,7 +94194,7 @@ - + @@ -94166,7 +94207,7 @@ - + @@ -94199,7 +94240,7 @@ - + @@ -94207,7 +94248,7 @@ - + @@ -94264,7 +94305,7 @@ - + @@ -94272,7 +94313,7 @@ - + @@ -94324,7 +94365,7 @@ - + @@ -94387,7 +94428,7 @@ - + @@ -94400,7 +94441,7 @@ - + @@ -94433,7 +94474,7 @@ - + @@ -94441,7 +94482,7 @@ - + @@ -94498,7 +94539,7 @@ - + @@ -94506,7 +94547,7 @@ - + @@ -94558,7 +94599,7 @@ - + @@ -94621,7 +94662,7 @@ - + @@ -94634,7 +94675,7 @@ - + @@ -94667,7 +94708,7 @@ - + @@ -94675,7 +94716,7 @@ - + @@ -94732,7 +94773,7 @@ - + @@ -94740,7 +94781,7 @@ - + @@ -94793,7 +94834,7 @@ - + @@ -94843,7 +94884,7 @@ - + @@ -94856,7 +94897,7 @@ - + @@ -94890,7 +94931,7 @@ - + @@ -94898,7 +94939,7 @@ - + @@ -94955,7 +94996,7 @@ - + @@ -94963,7 +95004,7 @@ - + @@ -95016,7 +95057,7 @@ - + @@ -95067,7 +95108,7 @@ - + @@ -95079,8 +95120,11 @@ - - + + @@ -95098,8 +95142,14 @@ - - + + @@ -95113,7 +95163,7 @@ - + @@ -95121,7 +95171,7 @@ - + @@ -95178,7 +95228,7 @@ - + @@ -95186,7 +95236,7 @@ - + @@ -95238,7 +95288,7 @@ - + @@ -95259,8 +95309,14 @@ - - + + @@ -95303,7 +95359,7 @@ - + @@ -95315,7 +95371,7 @@ - + @@ -95349,7 +95405,7 @@ - + @@ -95357,7 +95413,7 @@ - + @@ -95414,7 +95470,7 @@ - + @@ -95422,7 +95478,7 @@ - + @@ -95474,7 +95530,7 @@ - + @@ -95540,7 +95596,7 @@ - + @@ -95552,7 +95608,7 @@ - + @@ -95590,7 +95646,7 @@ - + @@ -95598,7 +95654,7 @@ - + @@ -95663,7 +95719,7 @@ - + @@ -95671,7 +95727,7 @@ - + @@ -95723,7 +95779,7 @@ - + @@ -95780,7 +95836,7 @@ - + @@ -95792,7 +95848,7 @@ - + @@ -95826,7 +95882,7 @@ - + @@ -95834,7 +95890,7 @@ - + @@ -95891,7 +95947,7 @@ - + @@ -95899,7 +95955,7 @@ - + @@ -95951,7 +96007,7 @@ - + @@ -96001,7 +96057,7 @@ - + @@ -96013,7 +96069,7 @@ - + @@ -96051,7 +96107,7 @@ - + @@ -96059,7 +96115,7 @@ - + @@ -96124,7 +96180,7 @@ - + @@ -96132,7 +96188,7 @@ - + @@ -96184,7 +96240,7 @@ - + @@ -96241,7 +96297,7 @@ - + @@ -96253,7 +96309,7 @@ - + @@ -96286,7 +96342,7 @@ - + @@ -96294,7 +96350,7 @@ - + @@ -96351,7 +96407,7 @@ - + @@ -96359,7 +96415,7 @@ - + @@ -96412,7 +96468,7 @@ - + @@ -96462,7 +96518,7 @@ - + @@ -96474,7 +96530,7 @@ - + @@ -96512,7 +96568,7 @@ - + @@ -96520,7 +96576,7 @@ - + @@ -96580,7 +96636,7 @@ - + @@ -96588,7 +96644,7 @@ - + @@ -96618,7 +96674,7 @@ - + @@ -96626,7 +96682,7 @@ - + @@ -96684,7 +96740,7 @@ - + @@ -96692,7 +96748,7 @@ - + @@ -96741,7 +96797,7 @@ - + @@ -96779,7 +96835,7 @@ - + @@ -96787,7 +96843,7 @@ - + @@ -96845,7 +96901,7 @@ - + @@ -96853,7 +96909,7 @@ - + @@ -96902,7 +96958,7 @@ - + @@ -96932,7 +96988,7 @@ - + @@ -96940,7 +96996,7 @@ - + @@ -97006,7 +97062,7 @@ - + @@ -97014,7 +97070,7 @@ - + @@ -97063,7 +97119,7 @@ - + @@ -97269,7 +97325,7 @@ - + @@ -97415,7 +97471,7 @@ - + @@ -97427,7 +97483,7 @@ - + @@ -97465,7 +97521,7 @@ - + @@ -97473,7 +97529,7 @@ - + @@ -97541,7 +97597,7 @@ - + @@ -97549,7 +97605,7 @@ - + @@ -97579,7 +97635,7 @@ - + @@ -97587,7 +97643,7 @@ - + @@ -97653,7 +97709,7 @@ - + @@ -97661,7 +97717,7 @@ - + @@ -97710,7 +97766,7 @@ - + @@ -97748,7 +97804,7 @@ - + @@ -97756,7 +97812,7 @@ - + @@ -97822,7 +97878,7 @@ - + @@ -97830,7 +97886,7 @@ - + @@ -97879,7 +97935,7 @@ - + @@ -98085,7 +98141,7 @@ - + @@ -98218,7 +98274,7 @@ - + @@ -98230,7 +98286,7 @@ - + @@ -98268,7 +98324,7 @@ - + @@ -98276,7 +98332,7 @@ - + @@ -98336,7 +98392,7 @@ - + @@ -98344,7 +98400,7 @@ - + @@ -98374,7 +98430,7 @@ - + @@ -98382,7 +98438,7 @@ - + @@ -98448,7 +98504,7 @@ - + @@ -98456,7 +98512,7 @@ - + @@ -98505,7 +98561,7 @@ - + @@ -98543,7 +98599,7 @@ - + @@ -98551,7 +98607,7 @@ - + @@ -98609,7 +98665,7 @@ - + @@ -98617,7 +98673,7 @@ - + @@ -98666,7 +98722,7 @@ - + @@ -98696,7 +98752,7 @@ - + @@ -98704,7 +98760,7 @@ - + @@ -98762,7 +98818,7 @@ - + @@ -98770,7 +98826,7 @@ - + @@ -98819,7 +98875,7 @@ - + @@ -99025,7 +99081,7 @@ - + @@ -99171,7 +99227,7 @@ - + @@ -99183,7 +99239,7 @@ - + @@ -99216,7 +99272,7 @@ - + @@ -99224,7 +99280,7 @@ - + @@ -99284,7 +99340,7 @@ - + @@ -99292,7 +99348,7 @@ - + @@ -99322,7 +99378,7 @@ - + @@ -99330,7 +99386,7 @@ - + @@ -99388,7 +99444,7 @@ - + @@ -99396,7 +99452,7 @@ - + @@ -99445,7 +99501,7 @@ - + @@ -99475,7 +99531,7 @@ - + @@ -99483,7 +99539,7 @@ - + @@ -99541,7 +99597,7 @@ - + @@ -99549,7 +99605,7 @@ - + @@ -99598,7 +99654,7 @@ - + @@ -99628,7 +99684,7 @@ - + @@ -99636,7 +99692,7 @@ - + @@ -99694,7 +99750,7 @@ - + @@ -99702,7 +99758,7 @@ - + @@ -99751,7 +99807,7 @@ - + @@ -99957,7 +100013,7 @@ - + @@ -100087,7 +100143,7 @@ - + @@ -100099,7 +100155,7 @@ - + @@ -100132,7 +100188,7 @@ - + @@ -100140,7 +100196,7 @@ - + @@ -100200,7 +100256,7 @@ - + @@ -100208,7 +100264,7 @@ - + @@ -100238,7 +100294,7 @@ - + @@ -100246,7 +100302,7 @@ - + @@ -100304,7 +100360,7 @@ - + @@ -100312,7 +100368,7 @@ - + @@ -100361,7 +100417,7 @@ - + @@ -100391,7 +100447,7 @@ - + @@ -100399,7 +100455,7 @@ - + @@ -100457,7 +100513,7 @@ - + @@ -100465,7 +100521,7 @@ - + @@ -100515,7 +100571,7 @@ - + @@ -100721,7 +100777,7 @@ - + @@ -100823,7 +100879,7 @@ - + @@ -100836,7 +100892,7 @@ - + @@ -100870,7 +100926,7 @@ - + @@ -100878,7 +100934,7 @@ - + @@ -100935,7 +100991,7 @@ - + @@ -100943,7 +100999,7 @@ - + @@ -100996,7 +101052,7 @@ - + @@ -101048,7 +101104,7 @@ - + @@ -101061,7 +101117,7 @@ - + @@ -101094,7 +101150,7 @@ - + @@ -101102,7 +101158,7 @@ - + @@ -101159,7 +101215,7 @@ - + @@ -101167,7 +101223,7 @@ - + @@ -101219,7 +101275,7 @@ - + @@ -101268,7 +101324,7 @@ - + @@ -101281,7 +101337,7 @@ - + @@ -101314,7 +101370,7 @@ - + @@ -101322,7 +101378,7 @@ - + @@ -101379,7 +101435,7 @@ - + @@ -101387,7 +101443,7 @@ - + @@ -101441,7 +101497,7 @@ - + @@ -101449,7 +101505,7 @@ - + @@ -101514,7 +101570,7 @@ - + @@ -101527,7 +101583,7 @@ - + @@ -101560,7 +101616,7 @@ - + @@ -101568,7 +101624,7 @@ - + @@ -101625,7 +101681,7 @@ - + @@ -101633,7 +101689,7 @@ - + @@ -101686,7 +101742,7 @@ - + @@ -101737,7 +101793,7 @@ - + @@ -101750,7 +101806,7 @@ - + @@ -101783,7 +101839,7 @@ - + @@ -101791,7 +101847,7 @@ - + @@ -101848,7 +101904,7 @@ - + @@ -101856,7 +101912,7 @@ - + @@ -101909,7 +101965,7 @@ - + @@ -101960,7 +102016,7 @@ - + @@ -101973,7 +102029,7 @@ - + @@ -102006,7 +102062,7 @@ - + @@ -102014,7 +102070,7 @@ - + @@ -102071,7 +102127,7 @@ - + @@ -102079,7 +102135,7 @@ - + @@ -102132,7 +102188,7 @@ - + @@ -102183,7 +102239,7 @@ - + @@ -102196,7 +102252,7 @@ - + @@ -102229,7 +102285,7 @@ - + @@ -102237,7 +102293,7 @@ - + @@ -102294,7 +102350,7 @@ - + @@ -102302,7 +102358,7 @@ - + @@ -102355,7 +102411,7 @@ - + @@ -102406,7 +102462,7 @@ - + @@ -102419,7 +102475,7 @@ - + @@ -102452,7 +102508,7 @@ - + @@ -102460,7 +102516,7 @@ - + @@ -102517,7 +102573,7 @@ - + @@ -102525,7 +102581,7 @@ - + @@ -102578,7 +102634,7 @@ - + @@ -102629,7 +102685,7 @@ - + @@ -102642,7 +102698,7 @@ - + @@ -102679,7 +102735,7 @@ - + @@ -102687,7 +102743,7 @@ - + @@ -102744,7 +102800,7 @@ - + @@ -102752,7 +102808,7 @@ - + @@ -102805,7 +102861,7 @@ - + @@ -102856,7 +102912,7 @@ - + @@ -102868,7 +102924,7 @@ - + @@ -102906,7 +102962,7 @@ - + @@ -102914,7 +102970,7 @@ - + @@ -102979,7 +103035,7 @@ - + @@ -102987,7 +103043,7 @@ - + @@ -103040,7 +103096,7 @@ - + @@ -103098,7 +103154,7 @@ - + @@ -103110,7 +103166,7 @@ - + @@ -103143,7 +103199,7 @@ - + @@ -103151,7 +103207,7 @@ - + @@ -103208,7 +103264,7 @@ - + @@ -103216,7 +103272,7 @@ - + @@ -103269,7 +103325,7 @@ - + @@ -103319,7 +103375,7 @@ - + @@ -103331,7 +103387,7 @@ - + @@ -103364,7 +103420,7 @@ - + @@ -103372,7 +103428,7 @@ - + @@ -103432,7 +103488,7 @@ - + @@ -103440,7 +103496,7 @@ - + @@ -103470,7 +103526,7 @@ - + @@ -103478,7 +103534,7 @@ - + @@ -103536,7 +103592,7 @@ - + @@ -103544,7 +103600,7 @@ - + @@ -103593,7 +103649,7 @@ - + @@ -103623,7 +103679,7 @@ - + @@ -103631,7 +103687,7 @@ - + @@ -103689,7 +103745,7 @@ - + @@ -103697,7 +103753,7 @@ - + @@ -103746,7 +103802,7 @@ - + @@ -103952,7 +104008,7 @@ - + @@ -104053,7 +104109,7 @@ - + @@ -104065,7 +104121,7 @@ - + @@ -104098,7 +104154,7 @@ - + @@ -104106,7 +104162,7 @@ - + @@ -104166,7 +104222,7 @@ - + @@ -104174,7 +104230,7 @@ - + @@ -104204,7 +104260,7 @@ - + @@ -104212,7 +104268,7 @@ - + @@ -104270,7 +104326,7 @@ - + @@ -104278,7 +104334,7 @@ - + @@ -104327,7 +104383,7 @@ - + @@ -104357,7 +104413,7 @@ - + @@ -104365,7 +104421,7 @@ - + @@ -104423,7 +104479,7 @@ - + @@ -104431,7 +104487,7 @@ - + @@ -104480,7 +104536,7 @@ - + @@ -104510,7 +104566,7 @@ - + @@ -104518,7 +104574,7 @@ - + @@ -104576,7 +104632,7 @@ - + @@ -104584,7 +104640,7 @@ - + @@ -104633,7 +104689,7 @@ - + @@ -104847,7 +104903,7 @@ - + @@ -104985,7 +105041,7 @@ - + @@ -104997,7 +105053,7 @@ - + @@ -105030,7 +105086,7 @@ - + @@ -105038,7 +105094,7 @@ - + @@ -105095,7 +105151,7 @@ - + @@ -105103,7 +105159,7 @@ - + @@ -105155,7 +105211,7 @@ - + @@ -105204,7 +105260,7 @@ - + @@ -105216,7 +105272,7 @@ - + @@ -105249,7 +105305,7 @@ - + @@ -105257,7 +105313,7 @@ - + @@ -105317,7 +105373,7 @@ - + @@ -105325,7 +105381,7 @@ - + @@ -105355,7 +105411,7 @@ - + @@ -105363,7 +105419,7 @@ - + @@ -105421,7 +105477,7 @@ - + @@ -105429,7 +105485,7 @@ - + @@ -105478,7 +105534,7 @@ - + @@ -105508,7 +105564,7 @@ - + @@ -105516,7 +105572,7 @@ - + @@ -105574,7 +105630,7 @@ - + @@ -105582,7 +105638,7 @@ - + @@ -105631,7 +105687,7 @@ - + @@ -105837,7 +105893,7 @@ - + @@ -105938,7 +105994,7 @@ - + @@ -105950,7 +106006,7 @@ - + @@ -105983,7 +106039,7 @@ - + @@ -105991,7 +106047,7 @@ - + @@ -106051,7 +106107,7 @@ - + @@ -106059,7 +106115,7 @@ - + @@ -106089,7 +106145,7 @@ - + @@ -106097,7 +106153,7 @@ - + @@ -106155,7 +106211,7 @@ - + @@ -106163,7 +106219,7 @@ - + @@ -106212,7 +106268,7 @@ - + @@ -106242,7 +106298,7 @@ - + @@ -106250,7 +106306,7 @@ - + @@ -106308,7 +106364,7 @@ - + @@ -106316,7 +106372,7 @@ - + @@ -106365,7 +106421,7 @@ - + @@ -106395,7 +106451,7 @@ - + @@ -106403,7 +106459,7 @@ - + @@ -106461,7 +106517,7 @@ - + @@ -106469,7 +106525,7 @@ - + @@ -106518,7 +106574,7 @@ - + @@ -106724,7 +106780,7 @@ - + @@ -106854,7 +106910,7 @@ - + @@ -106865,8 +106921,8 @@ - - + + @@ -106884,8 +106940,8 @@ - - + + @@ -106899,7 +106955,7 @@ - + @@ -106907,7 +106963,7 @@ - + @@ -106964,7 +107020,7 @@ - + @@ -106972,7 +107028,7 @@ - + @@ -107024,7 +107080,7 @@ - + @@ -107037,8 +107093,8 @@ - - + + @@ -107073,14 +107129,14 @@ - + - + - + @@ -107113,7 +107169,7 @@ - + @@ -107121,7 +107177,7 @@ - + @@ -107178,7 +107234,7 @@ - + @@ -107186,7 +107242,7 @@ - + @@ -107238,7 +107294,7 @@ - + @@ -107288,7 +107344,7 @@ - + @@ -107301,7 +107357,7 @@ - + @@ -107334,7 +107390,7 @@ - + @@ -107342,7 +107398,7 @@ - + @@ -107399,7 +107455,7 @@ - + @@ -107407,7 +107463,7 @@ - + @@ -107459,7 +107515,7 @@ - + @@ -107524,10 +107580,10 @@ - + - + @@ -107536,7 +107592,7 @@ - + @@ -107574,7 +107630,7 @@ - + @@ -107582,7 +107638,7 @@ - + @@ -107643,7 +107699,7 @@ - + @@ -107651,7 +107707,7 @@ - + @@ -107704,7 +107760,7 @@ - + @@ -107758,10 +107814,10 @@ - + - + @@ -107770,7 +107826,7 @@ - + @@ -107808,7 +107864,7 @@ - + @@ -107816,7 +107872,7 @@ - + @@ -107877,7 +107933,7 @@ - + @@ -107885,7 +107941,7 @@ - + @@ -107937,7 +107993,7 @@ - + @@ -107990,10 +108046,10 @@ - + - + @@ -108002,7 +108058,7 @@ - + @@ -108040,7 +108096,7 @@ - + @@ -108048,7 +108104,7 @@ - + @@ -108109,7 +108165,7 @@ - + @@ -108117,7 +108173,7 @@ - + @@ -108169,7 +108225,7 @@ - + @@ -108222,10 +108278,10 @@ - + - + @@ -108234,7 +108290,7 @@ - + @@ -108272,7 +108328,7 @@ - + @@ -108280,7 +108336,7 @@ - + @@ -108341,7 +108397,7 @@ - + @@ -108349,7 +108405,7 @@ - + @@ -108401,7 +108457,7 @@ - + @@ -108454,10 +108510,10 @@ - + - + @@ -108466,7 +108522,7 @@ - + @@ -108505,7 +108561,7 @@ - + @@ -108513,7 +108569,7 @@ - + @@ -108574,7 +108630,7 @@ - + @@ -108582,7 +108638,7 @@ - + @@ -108634,7 +108690,7 @@ - + @@ -108688,10 +108744,10 @@ - + - + @@ -108700,7 +108756,7 @@ - + @@ -108739,7 +108795,7 @@ - + @@ -108747,7 +108803,7 @@ - + @@ -108808,7 +108864,7 @@ - + @@ -108816,7 +108872,7 @@ - + @@ -108868,7 +108924,7 @@ - + @@ -108922,10 +108978,10 @@ - + - + @@ -108934,7 +108990,7 @@ - + @@ -108972,7 +109028,7 @@ - + @@ -108980,7 +109036,7 @@ - + @@ -109041,7 +109097,7 @@ - + @@ -109049,7 +109105,7 @@ - + @@ -109101,7 +109157,7 @@ - + @@ -109154,10 +109210,10 @@ - + - + @@ -109166,7 +109222,7 @@ - + @@ -109204,7 +109260,7 @@ - + @@ -109212,7 +109268,7 @@ - + @@ -109273,7 +109329,7 @@ - + @@ -109281,7 +109337,7 @@ - + @@ -109333,7 +109389,7 @@ - + @@ -109386,7 +109442,7 @@ - + @@ -109399,7 +109455,7 @@ - + @@ -109433,7 +109489,7 @@ - + @@ -109441,7 +109497,7 @@ - + @@ -109502,7 +109558,7 @@ - + @@ -109510,7 +109566,7 @@ - + @@ -109570,7 +109626,7 @@ - + @@ -109648,7 +109704,7 @@ - + @@ -109661,7 +109717,7 @@ - + @@ -109694,7 +109750,7 @@ - + @@ -109702,7 +109758,7 @@ - + @@ -109763,7 +109819,7 @@ - + @@ -109771,7 +109827,7 @@ - + @@ -109831,7 +109887,7 @@ - + @@ -109908,7 +109964,7 @@ - + @@ -109921,7 +109977,7 @@ - + @@ -109954,7 +110010,7 @@ - + @@ -109962,7 +110018,7 @@ - + @@ -110019,7 +110075,7 @@ - + @@ -110027,7 +110083,7 @@ - + @@ -110079,7 +110135,7 @@ - + @@ -110144,7 +110200,7 @@ - + @@ -110157,7 +110213,7 @@ - + @@ -110190,7 +110246,7 @@ - + @@ -110198,7 +110254,7 @@ - + @@ -110255,7 +110311,7 @@ - + @@ -110263,7 +110319,7 @@ - + @@ -110316,7 +110372,7 @@ - + @@ -110366,7 +110422,7 @@ - + @@ -110379,7 +110435,7 @@ - + @@ -110413,7 +110469,7 @@ - + @@ -110421,7 +110477,7 @@ - + @@ -110478,7 +110534,7 @@ - + @@ -110486,7 +110542,7 @@ - + @@ -110539,7 +110595,7 @@ - + @@ -110590,7 +110646,7 @@ - + @@ -110603,7 +110659,7 @@ - + @@ -110637,7 +110693,7 @@ - + @@ -110645,7 +110701,7 @@ - + @@ -110702,7 +110758,7 @@ - + @@ -110710,7 +110766,7 @@ - + @@ -110762,7 +110818,7 @@ - + @@ -110812,7 +110868,7 @@ - + @@ -110825,7 +110881,7 @@ - + @@ -110858,7 +110914,7 @@ - + @@ -110866,7 +110922,7 @@ - + @@ -110923,7 +110979,7 @@ - + @@ -110931,7 +110987,7 @@ - + @@ -110983,7 +111039,7 @@ - + @@ -111048,7 +111104,7 @@ - + @@ -111060,7 +111116,7 @@ - + @@ -111094,7 +111150,7 @@ - + @@ -111102,7 +111158,7 @@ - + @@ -111159,7 +111215,7 @@ - + @@ -111167,7 +111223,7 @@ - + @@ -111219,7 +111275,7 @@ - + @@ -111269,7 +111325,7 @@ - + @@ -111281,7 +111337,7 @@ - + @@ -111315,7 +111371,7 @@ - + @@ -111323,7 +111379,7 @@ - + @@ -111380,7 +111436,7 @@ - + @@ -111388,7 +111444,7 @@ - + @@ -111440,7 +111496,7 @@ - + @@ -111490,7 +111546,7 @@ - + @@ -111502,7 +111558,7 @@ - + @@ -111535,7 +111591,7 @@ - + @@ -111543,7 +111599,7 @@ - + @@ -111600,7 +111656,7 @@ - + @@ -111608,7 +111664,7 @@ - + @@ -111660,7 +111716,7 @@ - + @@ -111709,14 +111765,14 @@ - + - + - + @@ -111750,7 +111806,7 @@ - + @@ -111758,7 +111814,7 @@ - + @@ -111815,7 +111871,7 @@ - + @@ -111823,7 +111879,7 @@ - + @@ -111875,7 +111931,7 @@ - + @@ -111914,6 +111970,665 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -111926,7 +112641,7 @@ - + @@ -111939,7 +112654,7 @@ - + @@ -111977,7 +112692,7 @@ - + @@ -111985,7 +112700,7 @@ - + @@ -112050,7 +112765,7 @@ - + @@ -112058,7 +112773,7 @@ - + @@ -112110,7 +112825,7 @@ - + @@ -112168,7 +112883,7 @@ - + @@ -112181,7 +112896,7 @@ - + @@ -112214,7 +112929,7 @@ - + @@ -112222,7 +112937,7 @@ - + @@ -112279,7 +112994,7 @@ - + @@ -112287,7 +113002,7 @@ - + @@ -112339,7 +113054,7 @@ - + @@ -112349,7 +113064,7 @@ - + @@ -112385,7 +113100,7 @@ - + @@ -112404,7 +113119,7 @@ - + @@ -112417,7 +113132,7 @@ - + @@ -112451,7 +113166,7 @@ - + @@ -112459,7 +113174,7 @@ - + @@ -112516,7 +113231,7 @@ - + @@ -112524,7 +113239,7 @@ - + @@ -112576,7 +113291,7 @@ - + @@ -112614,1122 +113329,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -113742,14 +113341,14 @@ - + - + - + @@ -113787,7 +113386,7 @@ - + @@ -113795,7 +113394,7 @@ - + @@ -113860,7 +113459,7 @@ - + @@ -113868,7 +113467,7 @@ - + @@ -113920,7 +113519,7 @@ - + @@ -113977,14 +113576,14 @@ - + - + - + @@ -114017,7 +113616,7 @@ - + @@ -114025,7 +113624,7 @@ - + @@ -114082,7 +113681,7 @@ - + @@ -114090,7 +113689,7 @@ - + @@ -114142,7 +113741,7 @@ - + @@ -114191,14 +113790,14 @@ - + - + - + @@ -114231,7 +113830,7 @@ - + @@ -114239,7 +113838,7 @@ - + @@ -114296,7 +113895,7 @@ - + @@ -114304,7 +113903,7 @@ - + @@ -114356,7 +113955,7 @@ - + @@ -114405,14 +114004,14 @@ - + - + - + @@ -114445,7 +114044,7 @@ - + @@ -114453,7 +114052,7 @@ - + @@ -114513,7 +114112,7 @@ - + @@ -114521,7 +114120,7 @@ - + @@ -114551,7 +114150,7 @@ - + @@ -114559,7 +114158,7 @@ - + @@ -114617,7 +114216,7 @@ - + @@ -114625,7 +114224,7 @@ - + @@ -114674,7 +114273,7 @@ - + @@ -114704,7 +114303,7 @@ - + @@ -114712,7 +114311,7 @@ - + @@ -114770,7 +114369,7 @@ - + @@ -114778,7 +114377,7 @@ - + @@ -114827,7 +114426,7 @@ - + @@ -115033,7 +114632,7 @@ - + @@ -115134,14 +114733,14 @@ - + - + - + @@ -115174,7 +114773,7 @@ - + @@ -115182,7 +114781,7 @@ - + @@ -115242,7 +114841,7 @@ - + @@ -115250,7 +114849,7 @@ - + @@ -115280,7 +114879,7 @@ - + @@ -115288,7 +114887,7 @@ - + @@ -115346,7 +114945,7 @@ - + @@ -115354,7 +114953,7 @@ - + @@ -115403,7 +115002,7 @@ - + @@ -115433,7 +115032,7 @@ - + @@ -115441,7 +115040,7 @@ - + @@ -115499,7 +115098,7 @@ - + @@ -115507,7 +115106,7 @@ - + @@ -115556,7 +115155,7 @@ - + @@ -115762,7 +115361,7 @@ - + @@ -115863,14 +115462,14 @@ - + - + - + @@ -115903,7 +115502,7 @@ - + @@ -115911,7 +115510,7 @@ - + @@ -115968,7 +115567,7 @@ - + @@ -115976,7 +115575,7 @@ - + @@ -116028,7 +115627,7 @@ - + @@ -116077,14 +115676,14 @@ - + - + - + @@ -116117,7 +115716,7 @@ - + @@ -116125,7 +115724,7 @@ - + @@ -116182,7 +115781,7 @@ - + @@ -116190,7 +115789,7 @@ - + @@ -116242,7 +115841,7 @@ - + @@ -116291,14 +115890,14 @@ - + - + - + @@ -116331,7 +115930,7 @@ - + @@ -116339,7 +115938,7 @@ - + @@ -116396,7 +115995,7 @@ - + @@ -116404,7 +116003,7 @@ - + @@ -116456,7 +116055,7 @@ - + @@ -116505,14 +116104,14 @@ - + - + - + @@ -116545,7 +116144,7 @@ - + @@ -116553,7 +116152,7 @@ - + @@ -116610,7 +116209,7 @@ - + @@ -116618,7 +116217,7 @@ - + @@ -116670,7 +116269,7 @@ - + @@ -116719,14 +116318,14 @@ - + - + - + @@ -116759,7 +116358,7 @@ - + @@ -116767,7 +116366,7 @@ - + @@ -116824,7 +116423,7 @@ - + @@ -116832,7 +116431,7 @@ - + @@ -116884,7 +116483,7 @@ - + @@ -116933,14 +116532,14 @@ - + - + - + @@ -116974,7 +116573,7 @@ - + @@ -116982,7 +116581,7 @@ - + @@ -117039,7 +116638,7 @@ - + @@ -117047,7 +116646,7 @@ - + @@ -117099,7 +116698,7 @@ - + @@ -117149,14 +116748,14 @@ - + - + - + @@ -117189,7 +116788,7 @@ - + @@ -117197,7 +116796,7 @@ - + @@ -117254,7 +116853,7 @@ - + @@ -117262,7 +116861,7 @@ - + @@ -117314,7 +116913,7 @@ - + @@ -117377,14 +116976,14 @@ - + - + - + @@ -117417,7 +117016,7 @@ - + @@ -117425,7 +117024,7 @@ - + @@ -117482,7 +117081,7 @@ - + @@ -117490,7 +117089,7 @@ - + @@ -117543,7 +117142,7 @@ - + @@ -117593,14 +117192,14 @@ - + - + - + @@ -117633,7 +117232,7 @@ - + @@ -117641,7 +117240,7 @@ - + @@ -117698,7 +117297,7 @@ - + @@ -117706,7 +117305,7 @@ - + @@ -117758,7 +117357,7 @@ - + @@ -117821,14 +117420,14 @@ - + - + - + @@ -117861,7 +117460,7 @@ - + @@ -117869,7 +117468,7 @@ - + @@ -117926,7 +117525,7 @@ - + @@ -117934,7 +117533,7 @@ - + @@ -117986,7 +117585,7 @@ - + @@ -118049,14 +117648,14 @@ - + - + - + @@ -118095,7 +117694,7 @@ - + @@ -118103,7 +117702,7 @@ - + @@ -118167,7 +117766,7 @@ - + @@ -118175,7 +117774,7 @@ - + @@ -118206,7 +117805,7 @@ - + @@ -118214,7 +117813,7 @@ - + @@ -118280,7 +117879,7 @@ - + @@ -118288,7 +117887,7 @@ - + @@ -118337,7 +117936,7 @@ - + @@ -118376,7 +117975,7 @@ - + @@ -118384,7 +117983,7 @@ - + @@ -118450,7 +118049,7 @@ - + @@ -118458,7 +118057,7 @@ - + @@ -118507,7 +118106,7 @@ - + @@ -118545,7 +118144,7 @@ - + @@ -118553,7 +118152,7 @@ - + @@ -118619,7 +118218,7 @@ - + @@ -118627,7 +118226,7 @@ - + @@ -118676,7 +118275,7 @@ - + @@ -118890,7 +118489,7 @@ - + @@ -119075,14 +118674,14 @@ - + - + - + @@ -119115,7 +118714,7 @@ - + @@ -119123,7 +118722,7 @@ - + @@ -119183,7 +118782,7 @@ - + @@ -119191,7 +118790,7 @@ - + @@ -119221,7 +118820,7 @@ - + @@ -119229,7 +118828,7 @@ - + @@ -119287,7 +118886,7 @@ - + @@ -119295,7 +118894,7 @@ - + @@ -119344,7 +118943,7 @@ - + @@ -119382,7 +118981,7 @@ - + @@ -119390,7 +118989,7 @@ - + @@ -119448,7 +119047,7 @@ - + @@ -119456,7 +119055,7 @@ - + @@ -119505,7 +119104,7 @@ - + @@ -119719,7 +119318,7 @@ - + @@ -119836,7 +119435,7 @@ - + @@ -119849,7 +119448,7 @@ - + @@ -119887,7 +119486,7 @@ - + @@ -119895,7 +119494,7 @@ - + @@ -119956,7 +119555,7 @@ - + @@ -119964,7 +119563,7 @@ - + @@ -120020,7 +119619,7 @@ - + @@ -120078,7 +119677,7 @@ - + @@ -120091,7 +119690,7 @@ - + @@ -120124,7 +119723,7 @@ - + @@ -120132,7 +119731,7 @@ - + @@ -120193,7 +119792,7 @@ - + @@ -120201,7 +119800,7 @@ - + @@ -120254,7 +119853,7 @@ - + @@ -120308,7 +119907,7 @@ - + @@ -120320,7 +119919,7 @@ - + @@ -120354,7 +119953,7 @@ - + @@ -120362,7 +119961,7 @@ - + @@ -120419,7 +120018,7 @@ - + @@ -120427,7 +120026,7 @@ - + @@ -120479,7 +120078,7 @@ - + @@ -120543,7 +120142,7 @@ - + @@ -120555,7 +120154,7 @@ - + @@ -120596,7 +120195,7 @@ - + @@ -120604,7 +120203,7 @@ - + @@ -120661,7 +120260,7 @@ - + @@ -120669,7 +120268,7 @@ - + @@ -120721,7 +120320,7 @@ - + @@ -120770,7 +120369,7 @@ - + @@ -120782,7 +120381,7 @@ - + @@ -120815,7 +120414,7 @@ - + @@ -120823,7 +120422,7 @@ - + @@ -120880,7 +120479,7 @@ - + @@ -120888,7 +120487,7 @@ - + @@ -120940,7 +120539,7 @@ - + @@ -120950,7 +120549,7 @@ - + @@ -120986,7 +120585,7 @@ - + @@ -121005,14 +120604,14 @@ - + - + - + @@ -121046,7 +120645,7 @@ - + @@ -121054,7 +120653,7 @@ - + @@ -121111,7 +120710,7 @@ - + @@ -121119,7 +120718,7 @@ - + @@ -121171,7 +120770,7 @@ - + diff --git a/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/profile/profiles-others.xml b/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/profile/profiles-others.xml index b6737b4dd26..dcd38477fe7 100644 --- a/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/profile/profiles-others.xml +++ b/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/profile/profiles-others.xml @@ -1,7 +1,7 @@ - + @@ -19,14 +19,14 @@ - + - + - + @@ -70,7 +70,7 @@ - + @@ -78,7 +78,7 @@ - + @@ -128,7 +128,7 @@ - + @@ -154,7 +154,7 @@ - + @@ -181,7 +181,7 @@ - + @@ -225,7 +225,7 @@ - + @@ -282,7 +282,7 @@ - + @@ -290,7 +290,7 @@ - + @@ -302,7 +302,9 @@ - + @@ -323,7 +325,7 @@ - + @@ -331,7 +333,7 @@ - + @@ -345,7 +347,11 @@ - + @@ -363,7 +369,7 @@ - + @@ -398,7 +404,7 @@ - + @@ -437,7 +443,7 @@ - + @@ -473,7 +479,7 @@ - + @@ -499,7 +505,7 @@ - + @@ -529,7 +535,7 @@ - + @@ -555,7 +561,7 @@ - + @@ -569,7 +575,7 @@ - + @@ -602,7 +608,7 @@ - + @@ -641,7 +647,7 @@ - + @@ -676,7 +682,7 @@ - + @@ -713,7 +719,7 @@ - + @@ -747,7 +753,7 @@ - + @@ -779,7 +785,7 @@ - + @@ -814,7 +820,7 @@ - + @@ -845,7 +851,7 @@ - + @@ -887,7 +893,7 @@ - + @@ -924,7 +930,7 @@ - + @@ -952,7 +958,7 @@ - + @@ -986,7 +992,7 @@ - + @@ -1021,7 +1027,7 @@ - + @@ -1056,7 +1062,7 @@ - + @@ -1090,7 +1096,7 @@ - + @@ -1123,7 +1129,7 @@ - + @@ -1152,7 +1158,7 @@ - + @@ -1177,7 +1183,7 @@ - + @@ -1206,7 +1212,7 @@ - + @@ -1237,7 +1243,7 @@ - + @@ -1263,7 +1269,7 @@ - + @@ -1289,7 +1295,7 @@ - + @@ -1314,7 +1320,7 @@ - + @@ -1347,7 +1353,7 @@ - + @@ -1380,7 +1386,7 @@ - + @@ -1414,7 +1420,7 @@ - + @@ -1440,7 +1446,7 @@ - + @@ -1466,7 +1472,7 @@ - + @@ -1491,7 +1497,7 @@ - + @@ -1517,7 +1523,7 @@ - + @@ -1527,7 +1533,7 @@ - + @@ -1551,7 +1557,7 @@ - + @@ -1577,7 +1583,7 @@ - + @@ -1602,7 +1608,7 @@ - + @@ -1655,7 +1661,7 @@ - + @@ -1663,7 +1669,7 @@ - + @@ -1675,7 +1681,9 @@ - + @@ -1697,7 +1705,7 @@ - + @@ -1705,7 +1713,7 @@ - + @@ -1735,7 +1743,7 @@ - + @@ -1760,7 +1768,7 @@ - + @@ -1785,7 +1793,7 @@ - + @@ -1838,7 +1846,7 @@ - + @@ -1846,7 +1854,7 @@ - + @@ -1858,7 +1866,9 @@ - + @@ -1880,7 +1890,7 @@ - + @@ -1888,7 +1898,7 @@ - + @@ -1918,7 +1928,7 @@ - + @@ -1951,7 +1961,7 @@ - + @@ -1977,7 +1987,7 @@ - + @@ -2002,7 +2012,7 @@ - + @@ -2055,7 +2065,7 @@ - + @@ -2063,7 +2073,7 @@ - + @@ -2075,7 +2085,9 @@ - + @@ -2097,7 +2109,7 @@ - + @@ -2105,7 +2117,7 @@ - + @@ -2135,7 +2147,7 @@ - + @@ -2160,7 +2172,7 @@ - + @@ -2185,7 +2197,7 @@ - + @@ -2211,7 +2223,7 @@ - + @@ -2264,7 +2276,7 @@ - + @@ -2272,7 +2284,7 @@ - + @@ -2284,7 +2296,9 @@ - + @@ -2306,7 +2320,7 @@ - + @@ -2314,7 +2328,7 @@ - + @@ -2344,7 +2358,7 @@ - + @@ -2369,7 +2383,7 @@ - + @@ -2394,7 +2408,7 @@ - + @@ -2420,7 +2434,7 @@ - + @@ -2473,7 +2487,7 @@ - + @@ -2481,7 +2495,7 @@ - + @@ -2493,7 +2507,9 @@ - + @@ -2515,7 +2531,7 @@ - + @@ -2523,7 +2539,7 @@ - + @@ -2553,7 +2569,7 @@ - + @@ -2578,7 +2594,7 @@ - + @@ -2611,7 +2627,7 @@ - + @@ -2636,7 +2652,7 @@ - + @@ -2749,7 +2765,7 @@ - + @@ -2762,7 +2778,7 @@ - + @@ -2815,7 +2831,7 @@ - + @@ -2823,7 +2839,7 @@ - + @@ -2831,7 +2847,7 @@ - + @@ -2839,7 +2855,7 @@ - + @@ -2853,7 +2869,7 @@ - + @@ -2861,7 +2877,7 @@ - + @@ -2923,7 +2939,7 @@ - + @@ -2949,7 +2965,7 @@ - + @@ -2976,7 +2992,7 @@ - + @@ -3020,7 +3036,7 @@ - + @@ -3082,7 +3098,7 @@ - + @@ -3090,7 +3106,7 @@ - + @@ -3117,7 +3133,7 @@ - + @@ -3125,14 +3141,16 @@ - + - + @@ -3153,7 +3171,7 @@ - + @@ -3161,7 +3179,7 @@ - + @@ -3192,7 +3210,7 @@ - + @@ -3240,7 +3258,7 @@ - + @@ -3278,7 +3296,7 @@ - + @@ -3319,7 +3337,7 @@ - + @@ -3360,7 +3378,7 @@ - + @@ -3401,7 +3419,7 @@ - + @@ -3439,7 +3457,7 @@ - + @@ -3450,7 +3468,7 @@ - + @@ -3494,7 +3512,7 @@ - + @@ -3505,7 +3523,7 @@ - + @@ -3546,7 +3564,7 @@ - + @@ -3592,7 +3610,7 @@ - + @@ -3602,7 +3620,7 @@ - + @@ -3644,7 +3662,7 @@ - + @@ -3680,7 +3698,7 @@ - + @@ -3736,7 +3754,7 @@ - + @@ -3788,7 +3806,7 @@ - + @@ -3825,7 +3843,7 @@ - + @@ -3876,7 +3894,7 @@ - + @@ -3928,7 +3946,7 @@ - + @@ -3976,7 +3994,7 @@ - + @@ -4018,7 +4036,7 @@ - + @@ -4072,7 +4090,7 @@ - + @@ -4119,7 +4137,7 @@ - + @@ -4178,7 +4196,7 @@ - + @@ -4220,7 +4238,7 @@ - + @@ -4266,7 +4284,7 @@ - + @@ -4317,7 +4335,7 @@ - + @@ -4358,7 +4376,7 @@ - + @@ -4397,7 +4415,7 @@ - + @@ -4433,7 +4451,7 @@ - + @@ -4478,7 +4496,7 @@ - + @@ -4519,7 +4537,7 @@ - + @@ -4536,7 +4554,7 @@ - + @@ -4554,7 +4572,7 @@ - + @@ -4609,14 +4627,14 @@ - + - + - + @@ -4656,7 +4674,7 @@ - + @@ -4664,7 +4682,7 @@ - + @@ -4672,7 +4690,7 @@ - + @@ -4680,7 +4698,7 @@ - + @@ -4694,7 +4712,7 @@ - + @@ -4702,7 +4720,7 @@ - + @@ -4760,7 +4778,7 @@ - + @@ -4786,7 +4804,7 @@ - + @@ -4813,7 +4831,7 @@ - + @@ -4857,7 +4875,7 @@ - + @@ -4914,7 +4932,7 @@ - + @@ -4922,7 +4940,7 @@ - + @@ -4934,7 +4952,9 @@ - + @@ -4955,7 +4975,7 @@ - + @@ -4963,7 +4983,7 @@ - + @@ -4994,7 +5014,7 @@ - + @@ -5033,7 +5053,7 @@ - + @@ -5072,7 +5092,7 @@ - + @@ -5082,7 +5102,7 @@ - + @@ -5116,7 +5136,7 @@ - + @@ -5150,7 +5170,7 @@ - + @@ -5191,7 +5211,7 @@ - + @@ -5226,7 +5246,7 @@ - + @@ -5260,7 +5280,7 @@ - + @@ -5287,7 +5307,7 @@ - + @@ -5344,7 +5364,7 @@ - + @@ -5352,7 +5372,7 @@ - + @@ -5364,7 +5384,9 @@ - + @@ -5386,7 +5408,7 @@ - + @@ -5394,7 +5416,7 @@ - + @@ -5425,7 +5447,7 @@ - + @@ -5475,7 +5497,7 @@ - + @@ -5513,7 +5535,7 @@ - + @@ -5542,7 +5564,7 @@ - + @@ -5569,7 +5591,7 @@ - + @@ -5626,7 +5648,7 @@ - + @@ -5634,7 +5656,7 @@ - + @@ -5646,7 +5668,9 @@ - + @@ -5668,7 +5692,7 @@ - + @@ -5676,7 +5700,7 @@ - + @@ -5713,7 +5737,7 @@ - + @@ -5740,7 +5764,7 @@ - + @@ -5767,7 +5791,7 @@ - + @@ -5812,14 +5836,14 @@ - + - + - + @@ -5859,7 +5883,7 @@ - + @@ -5867,7 +5891,7 @@ - + @@ -5875,7 +5899,7 @@ - + @@ -5883,7 +5907,7 @@ - + @@ -5897,7 +5921,7 @@ - + @@ -5905,7 +5929,7 @@ - + @@ -5963,7 +5987,7 @@ - + @@ -5989,7 +6013,7 @@ - + @@ -6016,7 +6040,7 @@ - + @@ -6060,7 +6084,7 @@ - + @@ -6117,7 +6141,7 @@ - + @@ -6125,7 +6149,7 @@ - + @@ -6137,7 +6161,9 @@ - + @@ -6158,7 +6184,7 @@ - + @@ -6166,7 +6192,7 @@ - + @@ -6197,7 +6223,7 @@ - + @@ -6236,7 +6262,7 @@ - + @@ -6275,7 +6301,7 @@ - + @@ -6285,7 +6311,7 @@ - + @@ -6319,7 +6345,7 @@ - + @@ -6353,7 +6379,7 @@ - + @@ -6394,7 +6420,7 @@ - + @@ -6429,7 +6455,7 @@ - + @@ -6463,7 +6489,7 @@ - + @@ -6490,7 +6516,7 @@ - + @@ -6547,7 +6573,7 @@ - + @@ -6555,7 +6581,7 @@ - + @@ -6567,7 +6593,9 @@ - + @@ -6589,7 +6617,7 @@ - + @@ -6597,7 +6625,7 @@ - + @@ -6628,7 +6656,7 @@ - + @@ -6678,7 +6706,7 @@ - + @@ -6716,7 +6744,7 @@ - + @@ -6745,7 +6773,7 @@ - + @@ -6772,7 +6800,7 @@ - + @@ -6829,7 +6857,7 @@ - + @@ -6837,7 +6865,7 @@ - + @@ -6849,7 +6877,9 @@ - + @@ -6871,7 +6901,7 @@ - + @@ -6879,7 +6909,7 @@ - + @@ -6916,7 +6946,7 @@ - + @@ -6943,7 +6973,7 @@ - + @@ -6970,7 +7000,7 @@ - + @@ -7015,7 +7045,7 @@ - + @@ -7028,7 +7058,7 @@ - + @@ -7072,7 +7102,7 @@ - + @@ -7080,7 +7110,7 @@ - + @@ -7088,7 +7118,7 @@ - + @@ -7096,7 +7126,7 @@ - + @@ -7110,7 +7140,7 @@ - + @@ -7118,7 +7148,7 @@ - + @@ -7126,7 +7156,7 @@ - + @@ -7188,7 +7218,7 @@ - + @@ -7214,7 +7244,7 @@ - + @@ -7241,7 +7271,7 @@ - + @@ -7285,7 +7315,7 @@ - + @@ -7347,7 +7377,7 @@ - + @@ -7355,7 +7385,7 @@ - + @@ -7383,7 +7413,7 @@ - + @@ -7391,7 +7421,7 @@ - + @@ -7423,7 +7453,7 @@ - + @@ -7431,7 +7461,7 @@ - + @@ -7459,7 +7489,7 @@ - + @@ -7467,7 +7497,7 @@ - + @@ -7479,7 +7509,9 @@ - + @@ -7500,7 +7532,7 @@ - + @@ -7508,7 +7540,7 @@ - + @@ -7540,7 +7572,7 @@ - + @@ -7582,7 +7614,7 @@ - + @@ -7616,7 +7648,7 @@ - + @@ -7650,7 +7682,7 @@ - + @@ -7661,7 +7693,7 @@ - + @@ -7693,7 +7725,7 @@ - + @@ -7733,7 +7765,7 @@ - + @@ -7776,7 +7808,7 @@ - + @@ -7810,7 +7842,7 @@ - + @@ -7839,7 +7871,7 @@ - + @@ -7879,7 +7911,7 @@ - + @@ -7921,7 +7953,7 @@ - + @@ -7960,7 +7992,7 @@ - + @@ -7994,7 +8026,7 @@ - + @@ -8031,7 +8063,7 @@ - + @@ -8068,7 +8100,7 @@ - + @@ -8113,7 +8145,7 @@ - + @@ -8146,7 +8178,7 @@ - + @@ -8204,7 +8236,7 @@ - + @@ -8212,7 +8244,7 @@ - + @@ -8224,7 +8256,9 @@ - + @@ -8246,7 +8280,7 @@ - + @@ -8254,7 +8288,7 @@ - + @@ -8284,7 +8318,7 @@ - + @@ -8322,7 +8356,7 @@ - + @@ -8360,7 +8394,7 @@ - + @@ -8395,7 +8429,7 @@ - + @@ -8425,7 +8459,7 @@ - + @@ -8454,7 +8488,7 @@ - + @@ -8507,7 +8541,7 @@ - + @@ -8515,7 +8549,7 @@ - + @@ -8527,7 +8561,9 @@ - + @@ -8549,7 +8585,7 @@ - + @@ -8557,7 +8593,7 @@ - + @@ -8587,7 +8623,7 @@ - + @@ -8620,7 +8656,7 @@ - + @@ -8653,7 +8689,7 @@ - + @@ -8690,7 +8726,7 @@ - + @@ -8715,7 +8751,7 @@ - + @@ -8812,14 +8848,14 @@ - + - + - + @@ -8863,7 +8899,7 @@ - + @@ -8917,7 +8953,7 @@ - + @@ -8943,7 +8979,7 @@ - + @@ -8970,7 +9006,7 @@ - + @@ -9014,7 +9050,7 @@ - + @@ -9071,7 +9107,7 @@ - + @@ -9079,7 +9115,7 @@ - + @@ -9091,7 +9127,9 @@ - + @@ -9112,7 +9150,7 @@ - + @@ -9120,7 +9158,7 @@ - + @@ -9134,7 +9172,11 @@ - + @@ -9152,7 +9194,7 @@ - + @@ -9191,7 +9233,7 @@ - + @@ -9234,7 +9276,7 @@ - + @@ -9274,7 +9316,7 @@ - + @@ -9304,7 +9346,7 @@ - + @@ -9338,7 +9380,7 @@ - + @@ -9364,7 +9406,7 @@ - + @@ -9378,7 +9420,7 @@ - + @@ -9415,7 +9457,7 @@ - + @@ -9457,7 +9499,7 @@ - + @@ -9496,7 +9538,7 @@ - + @@ -9537,7 +9579,7 @@ - + @@ -9575,7 +9617,7 @@ - + @@ -9611,7 +9653,7 @@ - + @@ -9650,7 +9692,7 @@ - + @@ -9685,7 +9727,7 @@ - + @@ -9731,7 +9773,7 @@ - + @@ -9772,7 +9814,7 @@ - + @@ -9804,7 +9846,7 @@ - + @@ -9842,7 +9884,7 @@ - + @@ -9881,7 +9923,7 @@ - + @@ -9920,7 +9962,7 @@ - + @@ -9958,7 +10000,7 @@ - + @@ -9995,7 +10037,7 @@ - + @@ -10024,7 +10066,7 @@ - + @@ -10049,7 +10091,7 @@ - + @@ -10078,7 +10120,7 @@ - + @@ -10109,7 +10151,7 @@ - + @@ -10139,7 +10181,7 @@ - + @@ -10169,7 +10211,7 @@ - + @@ -10179,7 +10221,7 @@ - + @@ -10208,7 +10250,7 @@ - + @@ -10235,7 +10277,7 @@ - + @@ -10272,7 +10314,7 @@ - + @@ -10282,7 +10324,7 @@ - + @@ -10305,7 +10347,7 @@ - + @@ -10315,7 +10357,7 @@ - + @@ -10339,7 +10381,7 @@ - + @@ -10381,7 +10423,7 @@ - + @@ -10414,7 +10456,7 @@ - + @@ -10443,7 +10485,7 @@ - + @@ -10500,7 +10542,7 @@ - + @@ -10508,7 +10550,7 @@ - + @@ -10520,7 +10562,9 @@ - + @@ -10542,7 +10586,7 @@ - + @@ -10550,7 +10594,7 @@ - + @@ -10580,7 +10624,7 @@ - + @@ -10590,7 +10634,7 @@ - + @@ -10617,7 +10661,7 @@ - + @@ -10659,7 +10703,7 @@ - + @@ -10698,7 +10742,7 @@ - + @@ -10728,7 +10772,7 @@ - + @@ -10759,7 +10803,7 @@ - + @@ -10798,7 +10842,7 @@ - + @@ -10825,7 +10869,7 @@ - + @@ -10851,7 +10895,7 @@ - + @@ -10878,7 +10922,7 @@ - + @@ -10908,7 +10952,7 @@ - + @@ -10965,7 +11009,7 @@ - + @@ -10973,7 +11017,7 @@ - + @@ -10985,7 +11029,9 @@ - + @@ -11007,7 +11053,7 @@ - + @@ -11015,7 +11061,7 @@ - + @@ -11046,7 +11092,7 @@ - + @@ -11076,7 +11122,7 @@ - + @@ -11193,14 +11239,14 @@ - + - + - + @@ -11239,7 +11285,7 @@ - + @@ -11247,7 +11293,7 @@ - + @@ -11255,7 +11301,7 @@ - + @@ -11263,7 +11309,7 @@ - + @@ -11277,7 +11323,7 @@ - + @@ -11331,7 +11377,7 @@ - + @@ -11357,7 +11403,7 @@ - + @@ -11384,7 +11430,7 @@ - + @@ -11428,7 +11474,7 @@ - + @@ -11485,7 +11531,7 @@ - + @@ -11493,7 +11539,7 @@ - + @@ -11505,7 +11551,9 @@ - + @@ -11526,7 +11574,7 @@ - + @@ -11534,7 +11582,7 @@ - + @@ -11565,7 +11613,7 @@ - + @@ -11598,7 +11646,7 @@ - + @@ -11627,7 +11675,7 @@ - + @@ -11659,7 +11707,7 @@ - + @@ -11694,7 +11742,7 @@ - + @@ -11727,7 +11775,7 @@ - + @@ -11756,7 +11804,7 @@ - + @@ -11767,7 +11815,7 @@ - + @@ -11800,7 +11848,7 @@ - + @@ -11811,7 +11859,7 @@ - + @@ -11843,7 +11891,7 @@ - + @@ -11854,7 +11902,7 @@ - + @@ -11886,7 +11934,7 @@ - + @@ -11921,7 +11969,7 @@ - + @@ -11960,7 +12008,7 @@ - + @@ -11993,7 +12041,7 @@ - + @@ -12030,7 +12078,7 @@ - + @@ -12068,7 +12116,7 @@ - + @@ -12101,7 +12149,7 @@ - + @@ -12130,7 +12178,7 @@ - + @@ -12138,7 +12186,7 @@ - + @@ -12191,7 +12239,7 @@ - + @@ -12199,7 +12247,7 @@ - + @@ -12211,7 +12259,9 @@ - + @@ -12233,7 +12283,7 @@ - + @@ -12241,7 +12291,7 @@ - + @@ -12271,7 +12321,7 @@ - + @@ -12296,7 +12346,7 @@ - + @@ -12322,7 +12372,7 @@ - + @@ -12348,7 +12398,7 @@ - + @@ -12373,7 +12423,7 @@ - + @@ -12384,7 +12434,7 @@ - + @@ -12411,7 +12461,7 @@ - + @@ -12440,7 +12490,7 @@ - + @@ -12471,7 +12521,7 @@ - + @@ -12525,7 +12575,7 @@ - + @@ -12533,7 +12583,7 @@ - + @@ -12545,7 +12595,9 @@ - + @@ -12567,7 +12619,7 @@ - + @@ -12575,7 +12627,7 @@ - + @@ -12606,7 +12658,7 @@ - + @@ -12616,7 +12668,7 @@ - + @@ -12640,7 +12692,7 @@ - + @@ -12665,7 +12717,7 @@ - + @@ -12718,7 +12770,7 @@ - + @@ -12726,7 +12778,7 @@ - + @@ -12738,7 +12790,9 @@ - + @@ -12760,7 +12814,7 @@ - + @@ -12768,7 +12822,7 @@ - + @@ -12798,7 +12852,7 @@ - + @@ -12823,7 +12877,7 @@ - + @@ -12833,7 +12887,7 @@ - + @@ -12859,7 +12913,7 @@ - + @@ -12899,7 +12953,7 @@ - + @@ -12934,7 +12988,7 @@ - + @@ -12968,7 +13022,7 @@ - + @@ -13002,7 +13056,7 @@ - + @@ -13012,7 +13066,7 @@ - + @@ -13035,7 +13089,7 @@ - + @@ -13046,7 +13100,7 @@ - + @@ -13069,7 +13123,7 @@ - + @@ -13079,7 +13133,7 @@ - + @@ -13102,7 +13156,7 @@ - + @@ -13112,7 +13166,7 @@ - + @@ -13135,7 +13189,7 @@ - + @@ -13145,7 +13199,7 @@ - + @@ -13171,7 +13225,7 @@ - + @@ -13196,7 +13250,7 @@ - + @@ -13296,7 +13350,7 @@ - + @@ -13309,7 +13363,7 @@ - + @@ -13362,7 +13416,7 @@ - + @@ -13370,7 +13424,7 @@ - + @@ -13378,7 +13432,7 @@ - + @@ -13386,7 +13440,7 @@ - + @@ -13400,7 +13454,7 @@ - + @@ -13462,7 +13516,7 @@ - + @@ -13488,7 +13542,7 @@ - + @@ -13515,7 +13569,7 @@ - + @@ -13559,7 +13613,7 @@ - + @@ -13616,7 +13670,7 @@ - + @@ -13624,7 +13678,7 @@ - + @@ -13636,7 +13690,9 @@ - + @@ -13657,7 +13713,7 @@ - + @@ -13665,7 +13721,7 @@ - + @@ -13697,7 +13753,7 @@ - + @@ -13740,7 +13796,7 @@ - + @@ -13783,7 +13839,7 @@ - + @@ -13825,7 +13881,7 @@ - + @@ -13859,7 +13915,7 @@ - + @@ -13905,7 +13961,7 @@ - + @@ -13960,7 +14016,7 @@ - + @@ -14020,7 +14076,7 @@ - + @@ -14094,7 +14150,7 @@ - + @@ -14102,7 +14158,7 @@ - + @@ -14114,7 +14170,9 @@ - + @@ -14136,7 +14194,7 @@ - + @@ -14144,7 +14202,7 @@ - + @@ -14176,7 +14234,7 @@ - + @@ -14228,7 +14286,7 @@ - + @@ -14276,7 +14334,7 @@ - + @@ -14320,7 +14378,7 @@ - + @@ -14352,7 +14410,7 @@ - + @@ -14426,7 +14484,7 @@ - + @@ -14434,7 +14492,7 @@ - + @@ -14446,7 +14504,9 @@ - + @@ -14468,7 +14528,7 @@ - + @@ -14476,7 +14536,7 @@ - + @@ -14514,7 +14574,7 @@ - + @@ -14566,7 +14626,7 @@ - + @@ -14614,7 +14674,7 @@ - + @@ -14659,7 +14719,7 @@ - + @@ -14688,7 +14748,7 @@ - + @@ -14753,7 +14813,7 @@ - + @@ -14761,7 +14821,7 @@ - + @@ -14773,7 +14833,9 @@ - + @@ -14795,7 +14857,7 @@ - + @@ -14803,7 +14865,7 @@ - + @@ -14833,7 +14895,7 @@ - + @@ -14843,7 +14905,7 @@ - + @@ -14880,7 +14942,7 @@ - + @@ -14916,7 +14978,7 @@ - + @@ -14945,7 +15007,7 @@ - + @@ -15081,7 +15143,7 @@ - + @@ -15094,7 +15156,7 @@ - + @@ -15146,7 +15208,7 @@ - + @@ -15154,7 +15216,7 @@ - + @@ -15208,7 +15270,7 @@ - + @@ -15234,7 +15296,7 @@ - + @@ -15261,7 +15323,7 @@ - + @@ -15305,7 +15367,7 @@ - + @@ -15367,7 +15429,7 @@ - + @@ -15375,7 +15437,7 @@ - + @@ -15403,7 +15465,7 @@ - + @@ -15411,14 +15473,16 @@ - + - + @@ -15439,7 +15503,7 @@ - + @@ -15447,7 +15511,7 @@ - + @@ -15479,7 +15543,7 @@ - + @@ -15518,7 +15582,7 @@ - + @@ -15560,7 +15624,7 @@ - + @@ -15600,7 +15664,7 @@ - + @@ -15630,7 +15694,7 @@ - + @@ -15665,7 +15729,7 @@ - + @@ -15699,7 +15763,7 @@ - + @@ -15713,7 +15777,7 @@ - + @@ -15750,7 +15814,7 @@ - + @@ -15788,7 +15852,7 @@ - + @@ -15801,7 +15865,7 @@ - + @@ -15834,7 +15898,7 @@ - + @@ -15873,7 +15937,7 @@ - + @@ -15911,7 +15975,7 @@ - + @@ -15945,7 +16009,7 @@ - + @@ -15980,7 +16044,7 @@ - + @@ -16014,7 +16078,7 @@ - + @@ -16059,7 +16123,7 @@ - + @@ -16103,7 +16167,7 @@ - + @@ -16141,7 +16205,7 @@ - + @@ -16180,7 +16244,7 @@ - + @@ -16219,7 +16283,7 @@ - + @@ -16257,7 +16321,7 @@ - + @@ -16296,7 +16360,7 @@ - + @@ -16304,6 +16368,7 @@ + @@ -16311,6 +16376,7 @@ + @@ -16318,6 +16384,7 @@ + @@ -16325,6 +16392,7 @@ + @@ -16332,6 +16400,7 @@ + @@ -16339,6 +16408,7 @@ + @@ -16346,6 +16416,7 @@ + @@ -16353,6 +16424,7 @@ + @@ -16360,6 +16432,7 @@ + @@ -16367,6 +16440,7 @@ + @@ -16374,6 +16448,7 @@ + @@ -16430,7 +16505,7 @@ - + @@ -16438,7 +16513,7 @@ - + @@ -16450,7 +16525,9 @@ - + @@ -16472,7 +16549,7 @@ - + @@ -16480,7 +16557,7 @@ - + @@ -16512,7 +16589,7 @@ - + @@ -16524,7 +16601,15 @@ - + @@ -16543,7 +16628,7 @@ - + @@ -16575,7 +16660,7 @@ - + @@ -16615,7 +16700,7 @@ - + @@ -16645,7 +16730,7 @@ - + @@ -16676,7 +16761,7 @@ - + @@ -16686,7 +16771,7 @@ - + @@ -16715,7 +16800,7 @@ - + @@ -16723,6 +16808,7 @@ + @@ -16780,7 +16866,7 @@ - + @@ -16788,7 +16874,7 @@ - + @@ -16800,7 +16886,9 @@ - + @@ -16822,7 +16910,7 @@ - + @@ -16830,7 +16918,7 @@ - + @@ -16861,7 +16949,7 @@ - + @@ -16890,7 +16978,7 @@ - + @@ -16900,7 +16988,7 @@ - + @@ -16956,7 +17044,7 @@ - + @@ -16995,7 +17083,7 @@ - + @@ -17005,7 +17093,7 @@ - + @@ -17035,7 +17123,7 @@ - + @@ -17048,7 +17136,11 @@ - + @@ -17068,7 +17160,7 @@ - + @@ -17100,7 +17192,7 @@ - + @@ -17131,7 +17223,7 @@ - + @@ -17168,7 +17260,7 @@ - + @@ -17200,7 +17292,7 @@ - + @@ -17257,7 +17349,7 @@ - + @@ -17265,7 +17357,7 @@ - + @@ -17277,7 +17369,9 @@ - + @@ -17299,7 +17393,7 @@ - + @@ -17307,7 +17401,7 @@ - + @@ -17354,7 +17448,7 @@ - + @@ -17393,7 +17487,7 @@ - + @@ -17426,7 +17520,7 @@ - + @@ -17483,7 +17577,7 @@ - + @@ -17491,7 +17585,7 @@ - + @@ -17503,7 +17597,9 @@ - + @@ -17525,7 +17621,7 @@ - + @@ -17533,7 +17629,7 @@ - + @@ -17598,7 +17694,7 @@ - + @@ -17636,7 +17732,7 @@ - + @@ -17684,14 +17780,14 @@ - + - + - + @@ -17735,7 +17831,7 @@ - + @@ -17789,7 +17885,7 @@ - + @@ -17815,7 +17911,7 @@ - + @@ -17842,7 +17938,7 @@ - + @@ -17886,7 +17982,7 @@ - + @@ -17943,7 +18039,7 @@ - + @@ -17951,7 +18047,7 @@ - + @@ -17963,7 +18059,9 @@ - + @@ -17984,7 +18082,7 @@ - + @@ -17992,7 +18090,7 @@ - + @@ -18006,7 +18104,11 @@ - + @@ -18024,7 +18126,7 @@ - + @@ -18063,7 +18165,7 @@ - + @@ -18101,7 +18203,7 @@ - + @@ -18137,7 +18239,7 @@ - + @@ -18163,7 +18265,7 @@ - + @@ -18193,7 +18295,7 @@ - + @@ -18207,7 +18309,7 @@ - + @@ -18244,7 +18346,7 @@ - + @@ -18279,7 +18381,7 @@ - + @@ -18319,7 +18421,7 @@ - + @@ -18353,7 +18455,7 @@ - + @@ -18386,7 +18488,7 @@ - + @@ -18424,7 +18526,7 @@ - + @@ -18454,7 +18556,7 @@ - + @@ -18495,7 +18597,7 @@ - + @@ -18521,7 +18623,7 @@ - + @@ -18562,7 +18664,7 @@ - + @@ -18597,7 +18699,7 @@ - + @@ -18650,7 +18752,7 @@ - + @@ -18658,7 +18760,7 @@ - + @@ -18670,7 +18772,9 @@ - + @@ -18692,7 +18796,7 @@ - + @@ -18700,7 +18804,7 @@ - + @@ -18731,7 +18835,7 @@ - + @@ -18744,7 +18848,9 @@ - + @@ -18761,7 +18867,7 @@ - + @@ -18790,7 +18896,7 @@ - + @@ -18798,6 +18904,7 @@ + @@ -18805,6 +18912,7 @@ + @@ -18812,6 +18920,7 @@ + @@ -18868,7 +18977,7 @@ - + @@ -18876,7 +18985,7 @@ - + @@ -18888,7 +18997,9 @@ - + @@ -18910,7 +19021,7 @@ - + @@ -18918,7 +19029,7 @@ - + @@ -18951,7 +19062,7 @@ - + @@ -18981,7 +19092,7 @@ - + @@ -19015,7 +19126,7 @@ - + @@ -19072,7 +19183,7 @@ - + @@ -19080,7 +19191,7 @@ - + @@ -19092,7 +19203,9 @@ - + @@ -19114,7 +19227,7 @@ - + @@ -19122,7 +19235,7 @@ - + @@ -19153,7 +19266,7 @@ - + @@ -19183,7 +19296,7 @@ - + @@ -19213,7 +19326,7 @@ - + @@ -19266,7 +19379,7 @@ - + @@ -19274,7 +19387,7 @@ - + @@ -19286,7 +19399,9 @@ - + @@ -19308,7 +19423,7 @@ - + @@ -19316,7 +19431,7 @@ - + @@ -19347,7 +19462,7 @@ - + @@ -19387,7 +19502,7 @@ - + @@ -19420,7 +19535,7 @@ - + @@ -19447,7 +19562,7 @@ - + @@ -19504,7 +19619,7 @@ - + @@ -19512,7 +19627,7 @@ - + @@ -19524,7 +19639,9 @@ - + @@ -19546,7 +19663,7 @@ - + @@ -19554,7 +19671,7 @@ - + @@ -19584,7 +19701,7 @@ - + @@ -19614,7 +19731,7 @@ - + @@ -19624,7 +19741,7 @@ - + @@ -19652,7 +19769,7 @@ - + @@ -19684,7 +19801,7 @@ - + @@ -19713,7 +19830,7 @@ - + @@ -19743,7 +19860,7 @@ - + @@ -19752,7 +19869,9 @@ - + @@ -19769,7 +19888,7 @@ - + @@ -19822,7 +19941,7 @@ - + @@ -19830,7 +19949,7 @@ - + @@ -19842,7 +19961,9 @@ - + @@ -19864,7 +19985,7 @@ - + @@ -19872,7 +19993,7 @@ - + @@ -19903,7 +20024,7 @@ - + @@ -19929,7 +20050,7 @@ - + @@ -19955,7 +20076,7 @@ - + @@ -19982,7 +20103,7 @@ - + @@ -20008,7 +20129,7 @@ - + @@ -20061,7 +20182,7 @@ - + @@ -20069,7 +20190,7 @@ - + @@ -20081,7 +20202,9 @@ - + @@ -20103,7 +20226,7 @@ - + @@ -20111,7 +20234,7 @@ - + @@ -20142,7 +20265,7 @@ - + @@ -20185,7 +20308,7 @@ - + @@ -20210,7 +20333,7 @@ - + @@ -20263,7 +20386,7 @@ - + @@ -20271,7 +20394,7 @@ - + @@ -20283,7 +20406,9 @@ - + @@ -20305,7 +20430,7 @@ - + @@ -20313,7 +20438,7 @@ - + @@ -20343,7 +20468,7 @@ - + @@ -20368,7 +20493,7 @@ - + @@ -20393,7 +20518,7 @@ - + @@ -20401,6 +20526,7 @@ + @@ -20408,6 +20534,7 @@ + @@ -20415,6 +20542,7 @@ + @@ -20467,7 +20595,7 @@ - + @@ -20475,7 +20603,7 @@ - + @@ -20487,7 +20615,9 @@ - + @@ -20509,7 +20639,7 @@ - + @@ -20517,7 +20647,7 @@ - + @@ -20547,7 +20677,7 @@ - + @@ -20574,7 +20704,7 @@ - + @@ -20600,7 +20730,7 @@ - + @@ -20626,7 +20756,7 @@ - + @@ -20652,7 +20782,7 @@ - + @@ -20678,7 +20808,7 @@ - + @@ -20702,7 +20832,7 @@ - + @@ -20730,7 +20860,7 @@ - + @@ -20783,7 +20913,7 @@ - + @@ -20791,7 +20921,7 @@ - + @@ -20803,7 +20933,9 @@ - + @@ -20825,7 +20957,7 @@ - + @@ -20833,7 +20965,7 @@ - + @@ -20863,7 +20995,7 @@ - + @@ -20906,7 +21038,7 @@ - + @@ -20930,7 +21062,7 @@ - + @@ -21012,1848 +21144,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -22869,14 +21159,14 @@ - + - + - + @@ -22920,7 +21210,7 @@ - + @@ -22928,7 +21218,7 @@ - + @@ -22982,7 +21272,7 @@ - + @@ -23008,7 +21298,7 @@ - + @@ -23035,7 +21325,7 @@ - + @@ -23079,7 +21369,7 @@ - + @@ -23136,7 +21426,7 @@ - + @@ -23144,7 +21434,7 @@ - + @@ -23156,7 +21446,9 @@ - + @@ -23177,7 +21469,7 @@ - + @@ -23185,7 +21477,7 @@ - + @@ -23199,7 +21491,11 @@ - + @@ -23217,7 +21513,7 @@ - + @@ -23252,7 +21548,7 @@ - + @@ -23290,7 +21586,7 @@ - + @@ -23326,7 +21622,7 @@ - + @@ -23352,7 +21648,7 @@ - + @@ -23382,7 +21678,7 @@ - + @@ -23396,7 +21692,7 @@ - + @@ -23433,7 +21729,7 @@ - + @@ -23468,7 +21764,7 @@ - + @@ -23504,7 +21800,7 @@ - + @@ -23538,7 +21834,7 @@ - + @@ -23571,7 +21867,7 @@ - + @@ -23609,7 +21905,7 @@ - + @@ -23639,7 +21935,7 @@ - + @@ -23680,7 +21976,7 @@ - + @@ -23721,7 +22017,7 @@ - + @@ -23755,7 +22051,7 @@ - + @@ -23782,7 +22078,7 @@ - + @@ -23808,7 +22104,7 @@ - + @@ -23818,7 +22114,7 @@ - + @@ -23843,7 +22139,7 @@ - + @@ -23852,7 +22148,9 @@ - + @@ -23869,7 +22167,7 @@ - + @@ -23894,7 +22192,7 @@ - + @@ -23904,7 +22202,7 @@ - + @@ -23929,7 +22227,7 @@ - + @@ -23955,7 +22253,7 @@ - + @@ -23981,7 +22279,7 @@ - + @@ -24034,7 +22332,7 @@ - + @@ -24042,7 +22340,7 @@ - + @@ -24054,7 +22352,9 @@ - + @@ -24076,7 +22376,7 @@ - + @@ -24084,7 +22384,7 @@ - + @@ -24114,7 +22414,7 @@ - + @@ -24139,7 +22439,7 @@ - + @@ -24164,7 +22464,7 @@ - + @@ -24174,7 +22474,7 @@ - + @@ -24197,7 +22497,7 @@ - + @@ -24225,7 +22525,7 @@ - + @@ -24278,7 +22578,7 @@ - + @@ -24286,7 +22586,7 @@ - + @@ -24298,7 +22598,9 @@ - + @@ -24320,7 +22622,7 @@ - + @@ -24328,7 +22630,7 @@ - + @@ -24358,7 +22660,7 @@ - + @@ -24383,7 +22685,7 @@ - + @@ -24408,7 +22710,7 @@ - + @@ -24433,7 +22735,7 @@ - + @@ -24443,7 +22745,7 @@ - + @@ -24470,7 +22772,7 @@ - + @@ -24523,7 +22825,7 @@ - + @@ -24531,7 +22833,7 @@ - + @@ -24543,7 +22845,9 @@ - + @@ -24565,7 +22869,7 @@ - + @@ -24573,7 +22877,7 @@ - + @@ -24603,7 +22907,7 @@ - + @@ -24628,7 +22932,7 @@ - + @@ -24653,7 +22957,7 @@ - + @@ -24680,7 +22984,7 @@ - + @@ -24733,7 +23037,7 @@ - + @@ -24741,7 +23045,7 @@ - + @@ -24753,7 +23057,9 @@ - + @@ -24775,7 +23081,7 @@ - + @@ -24783,7 +23089,7 @@ - + @@ -24814,7 +23120,7 @@ - + @@ -24854,7 +23160,7 @@ - + @@ -24887,7 +23193,7 @@ - + @@ -24915,7 +23221,7 @@ - + @@ -24968,7 +23274,7 @@ - + @@ -24976,7 +23282,7 @@ - + @@ -24988,7 +23294,9 @@ - + @@ -25010,7 +23318,7 @@ - + @@ -25018,7 +23326,7 @@ - + @@ -25048,7 +23356,7 @@ - + @@ -25091,7 +23399,7 @@ - + @@ -25114,7 +23422,7 @@ - + @@ -25254,14 +23562,14 @@ - + - + - + @@ -25300,7 +23608,7 @@ - + @@ -25308,7 +23616,7 @@ - + @@ -25316,7 +23624,7 @@ - + @@ -25324,7 +23632,7 @@ - + @@ -25338,7 +23646,7 @@ - + @@ -25392,7 +23700,7 @@ - + @@ -25418,7 +23726,7 @@ - + @@ -25445,7 +23753,7 @@ - + @@ -25489,7 +23797,7 @@ - + @@ -25551,7 +23859,7 @@ - + @@ -25559,7 +23867,7 @@ - + @@ -25586,7 +23894,7 @@ - + @@ -25594,14 +23902,16 @@ - + - + @@ -25622,7 +23932,7 @@ - + @@ -25630,7 +23940,7 @@ - + @@ -25660,7 +23970,7 @@ - + @@ -25689,7 +23999,7 @@ - + @@ -25730,7 +24040,7 @@ - + @@ -25760,7 +24070,7 @@ - + @@ -25790,7 +24100,7 @@ - + @@ -25801,7 +24111,7 @@ - + @@ -25834,7 +24144,7 @@ - + @@ -25874,7 +24184,7 @@ - + @@ -25907,7 +24217,7 @@ - + @@ -25942,7 +24252,7 @@ - + @@ -25980,7 +24290,7 @@ - + @@ -26013,7 +24323,7 @@ - + @@ -26043,7 +24353,7 @@ - + @@ -26069,7 +24379,7 @@ - + @@ -26096,7 +24406,7 @@ - + @@ -26122,7 +24432,7 @@ - + @@ -26196,7 +24506,7 @@ - + @@ -26209,7 +24519,7 @@ - + @@ -26268,7 +24578,7 @@ - + @@ -26276,7 +24586,7 @@ - + @@ -26284,7 +24594,7 @@ - + @@ -26292,7 +24602,7 @@ - + @@ -26306,7 +24616,7 @@ - + @@ -26314,7 +24624,7 @@ - + @@ -26322,7 +24632,7 @@ - + @@ -26388,7 +24698,7 @@ - + @@ -26414,7 +24724,7 @@ - + @@ -26441,7 +24751,7 @@ - + @@ -26485,7 +24795,7 @@ - + @@ -26542,7 +24852,7 @@ - + @@ -26550,7 +24860,7 @@ - + @@ -26562,7 +24872,9 @@ - + @@ -26583,7 +24895,7 @@ - + @@ -26591,7 +24903,7 @@ - + @@ -26622,7 +24934,7 @@ - + @@ -26672,7 +24984,7 @@ - + @@ -26717,7 +25029,7 @@ - + @@ -26759,7 +25071,7 @@ - + @@ -26771,7 +25083,7 @@ - + @@ -26816,7 +25128,7 @@ - + @@ -26860,7 +25172,7 @@ - + @@ -26922,7 +25234,7 @@ - + @@ -26973,7 +25285,7 @@ - + @@ -27018,7 +25330,7 @@ - + @@ -27071,7 +25383,7 @@ - + @@ -27116,7 +25428,7 @@ - + @@ -27159,7 +25471,7 @@ - + @@ -27204,7 +25516,7 @@ - + @@ -27229,7 +25541,14 @@ - + @@ -27272,7 +25591,7 @@ - + @@ -27298,7 +25617,9 @@ - + @@ -27317,7 +25638,7 @@ - + @@ -27362,7 +25683,7 @@ - + @@ -27414,7 +25735,7 @@ - + @@ -27432,7 +25753,9 @@ - + @@ -27449,7 +25772,7 @@ - + @@ -27501,7 +25824,7 @@ - + @@ -27545,7 +25868,7 @@ - + @@ -27589,7 +25912,7 @@ - + @@ -27633,7 +25956,7 @@ - + @@ -27641,7 +25964,7 @@ - + @@ -27703,7 +26026,7 @@ - + @@ -27711,7 +26034,7 @@ - + @@ -27723,7 +26046,9 @@ - + @@ -27745,7 +26070,7 @@ - + @@ -27753,7 +26078,7 @@ - + @@ -27785,7 +26110,7 @@ - + @@ -27820,7 +26145,7 @@ - + @@ -27855,7 +26180,7 @@ - + @@ -27869,7 +26194,7 @@ - + @@ -27902,7 +26227,7 @@ - + @@ -27916,7 +26241,7 @@ - + @@ -27948,7 +26273,7 @@ - + @@ -27977,7 +26302,7 @@ - + @@ -28012,7 +26337,7 @@ - + @@ -28048,7 +26373,7 @@ - + @@ -28084,7 +26409,7 @@ - + @@ -28145,7 +26470,7 @@ - + @@ -28153,7 +26478,7 @@ - + @@ -28165,7 +26490,9 @@ - + @@ -28187,7 +26514,7 @@ - + @@ -28195,7 +26522,7 @@ - + @@ -28227,7 +26554,7 @@ - + @@ -28245,7 +26572,7 @@ - + @@ -28260,7 +26587,12 @@ - + @@ -28311,7 +26643,7 @@ - + @@ -28336,7 +26668,9 @@ - + @@ -28355,7 +26689,7 @@ - + @@ -28399,7 +26733,7 @@ - + @@ -28448,7 +26782,7 @@ - + @@ -28673,7 +27007,7 @@ - + @@ -28686,7 +27020,7 @@ - + @@ -28745,7 +27079,7 @@ - + @@ -28753,7 +27087,7 @@ - + @@ -28761,7 +27095,7 @@ - + @@ -28769,7 +27103,7 @@ - + @@ -28783,7 +27117,7 @@ - + @@ -28791,7 +27125,7 @@ - + @@ -28799,7 +27133,7 @@ - + @@ -28865,7 +27199,7 @@ - + @@ -28891,7 +27225,7 @@ - + @@ -28918,7 +27252,7 @@ - + @@ -28962,7 +27296,7 @@ - + @@ -29024,7 +27358,7 @@ - + @@ -29032,7 +27366,7 @@ - + @@ -29060,7 +27394,7 @@ - + @@ -29068,7 +27402,7 @@ - + @@ -29094,7 +27428,7 @@ - + @@ -29102,7 +27436,7 @@ - + @@ -29137,7 +27471,7 @@ - + @@ -29145,7 +27479,7 @@ - + @@ -29171,7 +27505,7 @@ - + @@ -29179,7 +27513,7 @@ - + @@ -29213,7 +27547,7 @@ - + @@ -29221,7 +27555,7 @@ - + @@ -29247,7 +27581,7 @@ - + @@ -29255,7 +27589,7 @@ - + @@ -29282,7 +27616,7 @@ - + @@ -29290,7 +27624,7 @@ - + @@ -29324,7 +27658,7 @@ - + @@ -29332,7 +27666,7 @@ - + @@ -29358,7 +27692,7 @@ - + @@ -29366,7 +27700,7 @@ - + @@ -29392,7 +27726,7 @@ - + @@ -29400,14 +27734,16 @@ - + - + @@ -29428,7 +27764,7 @@ - + @@ -29436,7 +27772,7 @@ - + @@ -29467,7 +27803,7 @@ - + @@ -29516,7 +27852,7 @@ - + @@ -29561,7 +27897,7 @@ - + @@ -29603,7 +27939,7 @@ - + @@ -29614,7 +27950,7 @@ - + @@ -29659,7 +27995,7 @@ - + @@ -29703,7 +28039,7 @@ - + @@ -29766,7 +28102,7 @@ - + @@ -29816,7 +28152,7 @@ - + @@ -29861,7 +28197,7 @@ - + @@ -29914,7 +28250,7 @@ - + @@ -29956,7 +28292,7 @@ - + @@ -30000,7 +28336,7 @@ - + @@ -30025,7 +28361,14 @@ - + @@ -30077,7 +28420,7 @@ - + @@ -30102,7 +28445,9 @@ - + @@ -30121,7 +28466,7 @@ - + @@ -30165,7 +28510,7 @@ - + @@ -30216,7 +28561,7 @@ - + @@ -30233,7 +28578,9 @@ - + @@ -30250,7 +28597,7 @@ - + @@ -30301,7 +28648,7 @@ - + @@ -30344,7 +28691,7 @@ - + @@ -30388,7 +28735,7 @@ - + @@ -30431,7 +28778,7 @@ - + @@ -30439,6 +28786,7 @@ + @@ -30499,7 +28847,7 @@ - + @@ -30507,7 +28855,7 @@ - + @@ -30519,7 +28867,9 @@ - + @@ -30541,7 +28891,7 @@ - + @@ -30549,7 +28899,7 @@ - + @@ -30581,7 +28931,7 @@ - + @@ -30616,7 +28966,7 @@ - + @@ -30651,7 +29001,7 @@ - + @@ -30665,7 +29015,7 @@ - + @@ -30698,7 +29048,7 @@ - + @@ -30712,7 +29062,7 @@ - + @@ -30744,7 +29094,7 @@ - + @@ -30773,7 +29123,7 @@ - + @@ -30810,7 +29160,7 @@ - + @@ -30849,7 +29199,7 @@ - + @@ -30884,7 +29234,7 @@ - + @@ -30945,7 +29295,7 @@ - + @@ -30953,7 +29303,7 @@ - + @@ -30965,7 +29315,9 @@ - + @@ -30987,7 +29339,7 @@ - + @@ -30995,7 +29347,7 @@ - + @@ -31027,7 +29379,7 @@ - + @@ -31045,7 +29397,7 @@ - + @@ -31060,7 +29412,12 @@ - + @@ -31111,7 +29468,7 @@ - + @@ -31136,7 +29493,9 @@ - + @@ -31155,7 +29514,7 @@ - + @@ -31199,7 +29558,7 @@ - + @@ -31248,7 +29607,7 @@ - + @@ -31399,7 +29758,52 @@ - + @@ -31411,7 +29815,7 @@ - + @@ -31425,7 +29829,7 @@ - + @@ -31484,7 +29888,7 @@ - + @@ -31492,7 +29896,7 @@ - + @@ -31500,7 +29904,7 @@ - + @@ -31508,7 +29912,7 @@ - + @@ -31522,7 +29926,7 @@ - + @@ -31530,7 +29934,7 @@ - + @@ -31538,7 +29942,7 @@ - + @@ -31546,6 +29950,7 @@ + @@ -31611,7 +30016,7 @@ - + @@ -31637,7 +30042,7 @@ - + @@ -31664,7 +30069,7 @@ - + @@ -31708,7 +30113,7 @@ - + @@ -31765,7 +30170,7 @@ - + @@ -31773,7 +30178,7 @@ - + @@ -31785,7 +30190,9 @@ - + @@ -31806,7 +30213,7 @@ - + @@ -31814,7 +30221,7 @@ - + @@ -31845,7 +30252,7 @@ - + @@ -31894,7 +30301,7 @@ - + @@ -31939,7 +30346,7 @@ - + @@ -31981,7 +30388,7 @@ - + @@ -31992,7 +30399,7 @@ - + @@ -32049,7 +30456,7 @@ - + @@ -32094,7 +30501,7 @@ - + @@ -32172,7 +30579,7 @@ - + @@ -32180,7 +30587,7 @@ - + @@ -32211,7 +30618,7 @@ - + @@ -32285,7 +30692,7 @@ - + @@ -32293,7 +30700,7 @@ - + @@ -32325,7 +30732,7 @@ - + @@ -32364,7 +30771,7 @@ - + @@ -32403,7 +30810,7 @@ - + @@ -32445,7 +30852,7 @@ - + @@ -32484,7 +30891,7 @@ - + @@ -32526,7 +30933,7 @@ - + @@ -32566,7 +30973,7 @@ - + @@ -32627,7 +31034,7 @@ - + @@ -32678,7 +31085,7 @@ - + @@ -32723,7 +31130,7 @@ - + @@ -32771,7 +31178,7 @@ - + @@ -32779,6 +31186,7 @@ + @@ -32821,7 +31229,7 @@ - + @@ -32865,7 +31273,7 @@ - + @@ -32890,7 +31298,14 @@ - + @@ -32943,7 +31358,7 @@ - + @@ -32969,7 +31384,9 @@ - + @@ -32989,7 +31406,7 @@ - + @@ -33034,7 +31451,7 @@ - + @@ -33085,7 +31502,7 @@ - + @@ -33102,7 +31519,9 @@ - + @@ -33119,7 +31538,7 @@ - + @@ -33170,7 +31589,7 @@ - + @@ -33213,7 +31632,7 @@ - + @@ -33257,7 +31676,7 @@ - + @@ -33300,7 +31719,7 @@ - + @@ -33308,6 +31727,7 @@ + @@ -33368,7 +31788,7 @@ - + @@ -33376,7 +31796,7 @@ - + @@ -33388,7 +31808,9 @@ - + @@ -33410,7 +31832,7 @@ - + @@ -33418,7 +31840,7 @@ - + @@ -33450,7 +31872,7 @@ - + @@ -33485,7 +31907,7 @@ - + @@ -33520,7 +31942,7 @@ - + @@ -33534,7 +31956,7 @@ - + @@ -33567,7 +31989,7 @@ - + @@ -33581,7 +32003,7 @@ - + @@ -33613,7 +32035,7 @@ - + @@ -33642,7 +32064,7 @@ - + @@ -33679,7 +32101,7 @@ - + @@ -33718,7 +32140,7 @@ - + @@ -33753,7 +32175,7 @@ - + @@ -33761,6 +32183,7 @@ + @@ -33822,7 +32245,7 @@ - + @@ -33830,7 +32253,7 @@ - + @@ -33842,7 +32265,9 @@ - + @@ -33864,7 +32289,7 @@ - + @@ -33872,7 +32297,7 @@ - + @@ -33904,7 +32329,7 @@ - + @@ -33923,7 +32348,7 @@ - + @@ -33938,7 +32363,12 @@ - + @@ -33990,7 +32420,7 @@ - + @@ -34001,7 +32431,7 @@ - + @@ -34024,7 +32454,9 @@ - + @@ -34044,7 +32476,7 @@ - + @@ -34089,7 +32521,7 @@ - + @@ -34138,7 +32570,7 @@ - + @@ -34169,6 +32601,7 @@ + @@ -34184,7 +32617,7 @@ - + @@ -34296,6 +32729,7 @@ + @@ -34351,6 +32785,7 @@ + @@ -34386,7 +32821,7 @@ - + @@ -34409,7 +32844,7 @@ - + @@ -34421,7 +32856,7 @@ - + @@ -34435,7 +32870,7 @@ - + @@ -34494,7 +32929,7 @@ - + @@ -34502,7 +32937,7 @@ - + @@ -34510,7 +32945,7 @@ - + @@ -34518,7 +32953,7 @@ - + @@ -34532,7 +32967,7 @@ - + @@ -34540,7 +32975,7 @@ - + @@ -34548,7 +32983,7 @@ - + @@ -34556,7 +32991,7 @@ - + @@ -34622,7 +33057,7 @@ - + @@ -34648,7 +33083,7 @@ - + @@ -34675,7 +33110,7 @@ - + @@ -34719,7 +33154,7 @@ - + @@ -34776,7 +33211,7 @@ - + @@ -34784,7 +33219,7 @@ - + @@ -34796,7 +33231,9 @@ - + @@ -34817,7 +33254,7 @@ - + @@ -34825,7 +33262,7 @@ - + @@ -34856,7 +33293,7 @@ - + @@ -34905,7 +33342,7 @@ - + @@ -34950,7 +33387,7 @@ - + @@ -34992,7 +33429,7 @@ - + @@ -35003,7 +33440,7 @@ - + @@ -35060,7 +33497,7 @@ - + @@ -35105,7 +33542,7 @@ - + @@ -35183,7 +33620,7 @@ - + @@ -35191,7 +33628,7 @@ - + @@ -35222,7 +33659,7 @@ - + @@ -35296,7 +33733,7 @@ - + @@ -35304,7 +33741,7 @@ - + @@ -35336,7 +33773,7 @@ - + @@ -35375,7 +33812,7 @@ - + @@ -35414,7 +33851,7 @@ - + @@ -35456,7 +33893,7 @@ - + @@ -35495,7 +33932,7 @@ - + @@ -35537,7 +33974,7 @@ - + @@ -35578,7 +34015,7 @@ - + @@ -35672,7 +34109,7 @@ - + @@ -35680,7 +34117,7 @@ - + @@ -35723,7 +34160,7 @@ - + @@ -35763,7 +34200,7 @@ - + @@ -35836,7 +34273,7 @@ - + @@ -35844,7 +34281,7 @@ - + @@ -35876,7 +34313,7 @@ - + @@ -35914,7 +34351,7 @@ - + @@ -35953,7 +34390,7 @@ - + @@ -35994,7 +34431,7 @@ - + @@ -36033,7 +34470,7 @@ - + @@ -36075,7 +34512,7 @@ - + @@ -36115,7 +34552,7 @@ - + @@ -36166,7 +34603,7 @@ - + @@ -36211,7 +34648,7 @@ - + @@ -36259,7 +34696,7 @@ - + @@ -36267,6 +34704,7 @@ + @@ -36309,7 +34747,7 @@ - + @@ -36353,7 +34791,7 @@ - + @@ -36386,7 +34824,14 @@ - + @@ -36406,7 +34851,7 @@ - + @@ -36433,7 +34878,14 @@ - + @@ -36453,7 +34905,7 @@ - + @@ -36531,7 +34983,7 @@ - + @@ -36539,7 +34991,7 @@ - + @@ -36570,7 +35022,7 @@ - + @@ -36606,7 +35058,7 @@ - + @@ -36617,7 +35069,7 @@ - + @@ -36652,7 +35104,7 @@ - + @@ -36689,7 +35141,7 @@ - + @@ -36725,7 +35177,7 @@ - + @@ -36736,7 +35188,7 @@ - + @@ -36751,7 +35203,9 @@ - + @@ -36771,7 +35225,7 @@ - + @@ -36816,7 +35270,7 @@ - + @@ -36867,7 +35321,7 @@ - + @@ -36884,7 +35338,9 @@ - + @@ -36901,7 +35357,7 @@ - + @@ -36952,7 +35408,7 @@ - + @@ -36995,7 +35451,7 @@ - + @@ -37039,7 +35495,7 @@ - + @@ -37082,7 +35538,7 @@ - + @@ -37090,6 +35546,7 @@ + @@ -37150,7 +35607,7 @@ - + @@ -37158,7 +35615,7 @@ - + @@ -37170,7 +35627,9 @@ - + @@ -37192,7 +35651,7 @@ - + @@ -37200,7 +35659,7 @@ - + @@ -37232,7 +35691,7 @@ - + @@ -37267,7 +35726,7 @@ - + @@ -37302,7 +35761,7 @@ - + @@ -37316,7 +35775,7 @@ - + @@ -37349,7 +35808,7 @@ - + @@ -37363,7 +35822,7 @@ - + @@ -37395,7 +35854,7 @@ - + @@ -37424,7 +35883,7 @@ - + @@ -37461,7 +35920,7 @@ - + @@ -37500,7 +35959,7 @@ - + @@ -37535,7 +35994,7 @@ - + @@ -37543,6 +36002,7 @@ + @@ -37604,7 +36064,7 @@ - + @@ -37612,7 +36072,7 @@ - + @@ -37624,7 +36084,9 @@ - + @@ -37646,7 +36108,7 @@ - + @@ -37654,7 +36116,7 @@ - + @@ -37686,7 +36148,7 @@ - + @@ -37705,7 +36167,7 @@ - + @@ -37720,7 +36182,12 @@ - + @@ -37772,7 +36239,7 @@ - + @@ -37783,7 +36250,7 @@ - + @@ -37806,7 +36273,9 @@ - + @@ -37826,7 +36295,7 @@ - + @@ -37871,7 +36340,7 @@ - + @@ -37920,7 +36389,7 @@ - + @@ -38036,7 +36505,7 @@ - + @@ -38049,7 +36518,7 @@ - + @@ -38061,7 +36530,7 @@ - + @@ -38075,7 +36544,7 @@ - + @@ -38134,7 +36603,7 @@ - + @@ -38142,7 +36611,7 @@ - + @@ -38150,7 +36619,7 @@ - + @@ -38158,7 +36627,7 @@ - + @@ -38172,7 +36641,7 @@ - + @@ -38180,7 +36649,7 @@ - + @@ -38188,7 +36657,7 @@ - + @@ -38196,7 +36665,7 @@ - + @@ -38262,7 +36731,7 @@ - + @@ -38288,7 +36757,7 @@ - + @@ -38315,7 +36784,7 @@ - + @@ -38359,7 +36828,7 @@ - + @@ -38416,7 +36885,7 @@ - + @@ -38424,7 +36893,7 @@ - + @@ -38436,7 +36905,9 @@ - + @@ -38457,7 +36928,7 @@ - + @@ -38465,7 +36936,7 @@ - + @@ -38496,7 +36967,7 @@ - + @@ -38545,7 +37016,7 @@ - + @@ -38590,7 +37061,7 @@ - + @@ -38632,7 +37103,7 @@ - + @@ -38643,7 +37114,7 @@ - + @@ -38700,7 +37171,7 @@ - + @@ -38745,7 +37216,7 @@ - + @@ -38823,7 +37294,7 @@ - + @@ -38831,7 +37302,7 @@ - + @@ -38862,7 +37333,7 @@ - + @@ -38936,7 +37407,7 @@ - + @@ -38944,7 +37415,7 @@ - + @@ -38976,7 +37447,7 @@ - + @@ -39015,7 +37486,7 @@ - + @@ -39054,7 +37525,7 @@ - + @@ -39096,7 +37567,7 @@ - + @@ -39135,7 +37606,7 @@ - + @@ -39177,7 +37648,7 @@ - + @@ -39219,7 +37690,7 @@ - + @@ -39313,7 +37784,7 @@ - + @@ -39321,7 +37792,7 @@ - + @@ -39364,7 +37835,7 @@ - + @@ -39404,7 +37875,7 @@ - + @@ -39477,7 +37948,7 @@ - + @@ -39485,7 +37956,7 @@ - + @@ -39517,7 +37988,7 @@ - + @@ -39555,7 +38026,7 @@ - + @@ -39594,7 +38065,7 @@ - + @@ -39635,7 +38106,7 @@ - + @@ -39674,7 +38145,7 @@ - + @@ -39716,7 +38187,7 @@ - + @@ -39756,7 +38227,7 @@ - + @@ -39807,7 +38278,7 @@ - + @@ -39852,7 +38323,7 @@ - + @@ -39900,7 +38371,7 @@ - + @@ -39908,6 +38379,7 @@ + @@ -39950,7 +38422,7 @@ - + @@ -39994,7 +38466,7 @@ - + @@ -40019,7 +38491,14 @@ - + @@ -40072,7 +38551,7 @@ - + @@ -40098,7 +38577,9 @@ - + @@ -40118,7 +38599,7 @@ - + @@ -40163,7 +38644,7 @@ - + @@ -40214,7 +38695,7 @@ - + @@ -40231,7 +38712,9 @@ - + @@ -40248,7 +38731,7 @@ - + @@ -40299,7 +38782,7 @@ - + @@ -40342,7 +38825,7 @@ - + @@ -40386,7 +38869,7 @@ - + @@ -40429,7 +38912,7 @@ - + @@ -40437,6 +38920,7 @@ + @@ -40497,7 +38981,7 @@ - + @@ -40505,7 +38989,7 @@ - + @@ -40517,7 +39001,9 @@ - + @@ -40539,7 +39025,7 @@ - + @@ -40547,7 +39033,7 @@ - + @@ -40579,7 +39065,7 @@ - + @@ -40614,7 +39100,7 @@ - + @@ -40649,7 +39135,7 @@ - + @@ -40663,7 +39149,7 @@ - + @@ -40696,7 +39182,7 @@ - + @@ -40710,7 +39196,7 @@ - + @@ -40742,7 +39228,7 @@ - + @@ -40771,7 +39257,7 @@ - + @@ -40808,7 +39294,7 @@ - + @@ -40848,7 +39334,7 @@ - + @@ -40883,7 +39369,7 @@ - + @@ -40891,6 +39377,7 @@ + @@ -40952,7 +39439,7 @@ - + @@ -40960,7 +39447,7 @@ - + @@ -40972,7 +39459,9 @@ - + @@ -40994,7 +39483,7 @@ - + @@ -41002,7 +39491,7 @@ - + @@ -41034,7 +39523,7 @@ - + @@ -41053,7 +39542,7 @@ - + @@ -41068,7 +39557,12 @@ - + @@ -41120,7 +39614,7 @@ - + @@ -41131,7 +39625,7 @@ - + @@ -41154,7 +39648,9 @@ - + @@ -41174,7 +39670,7 @@ - + @@ -41219,7 +39715,7 @@ - + @@ -41268,7 +39764,7 @@ - + @@ -41352,7 +39848,7 @@ - + @@ -41364,7 +39860,7 @@ - + @@ -41378,7 +39874,7 @@ - + @@ -41437,7 +39933,7 @@ - + @@ -41445,7 +39941,7 @@ - + @@ -41453,7 +39949,7 @@ - + @@ -41461,7 +39957,7 @@ - + @@ -41475,7 +39971,7 @@ - + @@ -41483,7 +39979,7 @@ - + @@ -41491,7 +39987,7 @@ - + @@ -41499,7 +39995,7 @@ - + @@ -41565,7 +40061,7 @@ - + @@ -41591,7 +40087,7 @@ - + @@ -41618,7 +40114,7 @@ - + @@ -41662,7 +40158,7 @@ - + @@ -41719,7 +40215,7 @@ - + @@ -41727,7 +40223,7 @@ - + @@ -41739,7 +40235,9 @@ - + @@ -41760,7 +40258,7 @@ - + @@ -41768,7 +40266,7 @@ - + @@ -41799,7 +40297,7 @@ - + @@ -41848,7 +40346,7 @@ - + @@ -41893,7 +40391,7 @@ - + @@ -41935,7 +40433,7 @@ - + @@ -41946,7 +40444,7 @@ - + @@ -42003,7 +40501,7 @@ - + @@ -42048,7 +40546,7 @@ - + @@ -42126,7 +40624,7 @@ - + @@ -42134,7 +40632,7 @@ - + @@ -42165,7 +40663,7 @@ - + @@ -42239,7 +40737,7 @@ - + @@ -42247,7 +40745,7 @@ - + @@ -42279,7 +40777,7 @@ - + @@ -42318,7 +40816,7 @@ - + @@ -42357,7 +40855,7 @@ - + @@ -42399,7 +40897,7 @@ - + @@ -42438,7 +40936,7 @@ - + @@ -42480,7 +40978,7 @@ - + @@ -42521,7 +41019,7 @@ - + @@ -42615,7 +41113,7 @@ - + @@ -42623,7 +41121,7 @@ - + @@ -42666,7 +41164,7 @@ - + @@ -42706,7 +41204,7 @@ - + @@ -42779,7 +41277,7 @@ - + @@ -42787,7 +41285,7 @@ - + @@ -42819,7 +41317,7 @@ - + @@ -42857,7 +41355,7 @@ - + @@ -42896,7 +41394,7 @@ - + @@ -42937,7 +41435,7 @@ - + @@ -42976,7 +41474,7 @@ - + @@ -43018,7 +41516,7 @@ - + @@ -43058,7 +41556,7 @@ - + @@ -43109,7 +41607,7 @@ - + @@ -43154,7 +41652,7 @@ - + @@ -43202,7 +41700,7 @@ - + @@ -43210,6 +41708,7 @@ + @@ -43252,7 +41751,7 @@ - + @@ -43296,7 +41795,7 @@ - + @@ -43329,7 +41828,14 @@ - + @@ -43349,7 +41855,7 @@ - + @@ -43376,7 +41882,14 @@ - + @@ -43396,7 +41909,7 @@ - + @@ -43474,7 +41987,7 @@ - + @@ -43482,7 +41995,7 @@ - + @@ -43513,7 +42026,7 @@ - + @@ -43549,7 +42062,7 @@ - + @@ -43560,7 +42073,7 @@ - + @@ -43595,7 +42108,7 @@ - + @@ -43632,7 +42145,7 @@ - + @@ -43668,7 +42181,7 @@ - + @@ -43679,7 +42192,7 @@ - + @@ -43694,7 +42207,9 @@ - + @@ -43714,7 +42229,7 @@ - + @@ -43759,7 +42274,7 @@ - + @@ -43810,7 +42325,7 @@ - + @@ -43827,7 +42342,9 @@ - + @@ -43844,7 +42361,7 @@ - + @@ -43895,7 +42412,7 @@ - + @@ -43938,7 +42455,7 @@ - + @@ -43982,7 +42499,7 @@ - + @@ -44025,7 +42542,7 @@ - + @@ -44033,6 +42550,7 @@ + @@ -44093,7 +42611,7 @@ - + @@ -44101,7 +42619,7 @@ - + @@ -44113,7 +42631,9 @@ - + @@ -44135,7 +42655,7 @@ - + @@ -44143,7 +42663,7 @@ - + @@ -44175,7 +42695,7 @@ - + @@ -44210,7 +42730,7 @@ - + @@ -44245,7 +42765,7 @@ - + @@ -44259,7 +42779,7 @@ - + @@ -44292,7 +42812,7 @@ - + @@ -44306,7 +42826,7 @@ - + @@ -44338,7 +42858,7 @@ - + @@ -44367,7 +42887,7 @@ - + @@ -44404,7 +42924,7 @@ - + @@ -44443,7 +42963,7 @@ - + @@ -44478,7 +42998,7 @@ - + @@ -44486,6 +43006,7 @@ + @@ -44547,7 +43068,7 @@ - + @@ -44555,7 +43076,7 @@ - + @@ -44567,7 +43088,9 @@ - + @@ -44589,7 +43112,7 @@ - + @@ -44597,7 +43120,7 @@ - + @@ -44629,7 +43152,7 @@ - + @@ -44648,7 +43171,7 @@ - + @@ -44663,7 +43186,12 @@ - + @@ -44715,7 +43243,7 @@ - + @@ -44726,7 +43254,7 @@ - + @@ -44749,7 +43277,9 @@ - + @@ -44769,7 +43299,7 @@ - + @@ -44814,7 +43344,7 @@ - + @@ -44863,7 +43393,7 @@ - + @@ -44979,7 +43509,7 @@ - + @@ -44992,7 +43522,7 @@ - + @@ -45004,7 +43534,7 @@ - + @@ -45018,7 +43548,7 @@ - + @@ -45077,7 +43607,7 @@ - + @@ -45085,7 +43615,7 @@ - + @@ -45093,7 +43623,7 @@ - + @@ -45101,7 +43631,7 @@ - + @@ -45115,7 +43645,7 @@ - + @@ -45123,7 +43653,7 @@ - + @@ -45131,7 +43661,7 @@ - + @@ -45139,7 +43669,7 @@ - + @@ -45205,7 +43735,7 @@ - + @@ -45231,7 +43761,7 @@ - + @@ -45258,7 +43788,7 @@ - + @@ -45302,7 +43832,7 @@ - + @@ -45359,7 +43889,7 @@ - + @@ -45367,7 +43897,7 @@ - + @@ -45379,7 +43909,9 @@ - + @@ -45400,7 +43932,7 @@ - + @@ -45408,7 +43940,7 @@ - + @@ -45439,7 +43971,7 @@ - + @@ -45488,7 +44020,7 @@ - + @@ -45533,7 +44065,7 @@ - + @@ -45575,7 +44107,7 @@ - + @@ -45586,7 +44118,7 @@ - + @@ -45643,7 +44175,7 @@ - + @@ -45688,7 +44220,7 @@ - + @@ -45766,7 +44298,7 @@ - + @@ -45774,7 +44306,7 @@ - + @@ -45805,7 +44337,7 @@ - + @@ -45879,7 +44411,7 @@ - + @@ -45887,7 +44419,7 @@ - + @@ -45919,7 +44451,7 @@ - + @@ -45958,7 +44490,7 @@ - + @@ -45997,7 +44529,7 @@ - + @@ -46039,7 +44571,7 @@ - + @@ -46078,7 +44610,7 @@ - + @@ -46120,7 +44652,7 @@ - + @@ -46161,7 +44693,7 @@ - + @@ -46255,7 +44787,7 @@ - + @@ -46263,7 +44795,7 @@ - + @@ -46306,7 +44838,7 @@ - + @@ -46346,7 +44878,7 @@ - + @@ -46419,7 +44951,7 @@ - + @@ -46427,7 +44959,7 @@ - + @@ -46459,7 +44991,7 @@ - + @@ -46497,7 +45029,7 @@ - + @@ -46536,7 +45068,7 @@ - + @@ -46577,7 +45109,7 @@ - + @@ -46616,7 +45148,7 @@ - + @@ -46658,7 +45190,7 @@ - + @@ -46698,7 +45230,7 @@ - + @@ -46749,7 +45281,7 @@ - + @@ -46794,7 +45326,7 @@ - + @@ -46842,7 +45374,7 @@ - + @@ -46850,6 +45382,7 @@ + @@ -46892,7 +45425,7 @@ - + @@ -46936,7 +45469,7 @@ - + @@ -46969,7 +45502,14 @@ - + @@ -46989,7 +45529,7 @@ - + @@ -47016,7 +45556,14 @@ - + @@ -47036,7 +45583,7 @@ - + @@ -47114,7 +45661,7 @@ - + @@ -47122,7 +45669,7 @@ - + @@ -47153,7 +45700,7 @@ - + @@ -47189,7 +45736,7 @@ - + @@ -47200,7 +45747,7 @@ - + @@ -47235,7 +45782,7 @@ - + @@ -47272,7 +45819,7 @@ - + @@ -47309,7 +45856,7 @@ - + @@ -47327,7 +45874,9 @@ - + @@ -47347,7 +45896,7 @@ - + @@ -47392,7 +45941,7 @@ - + @@ -47443,7 +45992,7 @@ - + @@ -47460,7 +46009,9 @@ - + @@ -47477,7 +46028,7 @@ - + @@ -47528,7 +46079,7 @@ - + @@ -47571,7 +46122,7 @@ - + @@ -47615,7 +46166,7 @@ - + @@ -47658,7 +46209,7 @@ - + @@ -47666,6 +46217,7 @@ + @@ -47726,7 +46278,7 @@ - + @@ -47734,7 +46286,7 @@ - + @@ -47746,7 +46298,9 @@ - + @@ -47768,7 +46322,7 @@ - + @@ -47776,7 +46330,7 @@ - + @@ -47808,7 +46362,7 @@ - + @@ -47843,7 +46397,7 @@ - + @@ -47878,7 +46432,7 @@ - + @@ -47892,7 +46446,7 @@ - + @@ -47925,7 +46479,7 @@ - + @@ -47939,7 +46493,7 @@ - + @@ -47971,7 +46525,7 @@ - + @@ -48000,7 +46554,7 @@ - + @@ -48037,7 +46591,7 @@ - + @@ -48076,7 +46630,7 @@ - + @@ -48111,7 +46665,7 @@ - + @@ -48119,6 +46673,7 @@ + @@ -48180,7 +46735,7 @@ - + @@ -48188,7 +46743,7 @@ - + @@ -48200,7 +46755,9 @@ - + @@ -48222,7 +46779,7 @@ - + @@ -48230,7 +46787,7 @@ - + @@ -48262,7 +46819,7 @@ - + @@ -48281,7 +46838,7 @@ - + @@ -48296,7 +46853,12 @@ - + @@ -48348,7 +46910,7 @@ - + @@ -48359,7 +46921,7 @@ - + @@ -48382,7 +46944,9 @@ - + @@ -48402,7 +46966,7 @@ - + @@ -48447,7 +47011,7 @@ - + @@ -48496,7 +47060,7 @@ - + @@ -48618,7 +47182,7 @@ - + @@ -48630,7 +47194,7 @@ - + @@ -48644,7 +47208,7 @@ - + @@ -48703,7 +47267,7 @@ - + @@ -48711,7 +47275,7 @@ - + @@ -48719,7 +47283,7 @@ - + @@ -48727,7 +47291,7 @@ - + @@ -48741,7 +47305,7 @@ - + @@ -48749,7 +47313,7 @@ - + @@ -48757,7 +47321,7 @@ - + @@ -48765,7 +47329,7 @@ - + @@ -48831,7 +47395,7 @@ - + @@ -48857,7 +47421,7 @@ - + @@ -48884,7 +47448,7 @@ - + @@ -48928,7 +47492,7 @@ - + @@ -48985,7 +47549,7 @@ - + @@ -48993,7 +47557,7 @@ - + @@ -49005,7 +47569,9 @@ - + @@ -49026,7 +47592,7 @@ - + @@ -49034,7 +47600,7 @@ - + @@ -49065,7 +47631,7 @@ - + @@ -49114,7 +47680,7 @@ - + @@ -49159,7 +47725,7 @@ - + @@ -49201,7 +47767,7 @@ - + @@ -49212,7 +47778,7 @@ - + @@ -49269,7 +47835,7 @@ - + @@ -49314,7 +47880,7 @@ - + @@ -49392,7 +47958,7 @@ - + @@ -49400,7 +47966,7 @@ - + @@ -49431,7 +47997,7 @@ - + @@ -49505,7 +48071,7 @@ - + @@ -49513,7 +48079,7 @@ - + @@ -49545,7 +48111,7 @@ - + @@ -49584,7 +48150,7 @@ - + @@ -49623,7 +48189,7 @@ - + @@ -49665,7 +48231,7 @@ - + @@ -49704,7 +48270,7 @@ - + @@ -49746,7 +48312,7 @@ - + @@ -49787,7 +48353,7 @@ - + @@ -49881,7 +48447,7 @@ - + @@ -49889,7 +48455,7 @@ - + @@ -49932,7 +48498,7 @@ - + @@ -49972,7 +48538,7 @@ - + @@ -50045,7 +48611,7 @@ - + @@ -50053,7 +48619,7 @@ - + @@ -50085,7 +48651,7 @@ - + @@ -50123,7 +48689,7 @@ - + @@ -50162,7 +48728,7 @@ - + @@ -50203,7 +48769,7 @@ - + @@ -50242,7 +48808,7 @@ - + @@ -50284,7 +48850,7 @@ - + @@ -50324,7 +48890,7 @@ - + @@ -50375,7 +48941,7 @@ - + @@ -50420,7 +48986,7 @@ - + @@ -50468,7 +49034,7 @@ - + @@ -50476,6 +49042,7 @@ + @@ -50518,7 +49085,7 @@ - + @@ -50562,7 +49129,7 @@ - + @@ -50595,7 +49162,14 @@ - + @@ -50615,7 +49189,7 @@ - + @@ -50642,7 +49216,14 @@ - + @@ -50662,7 +49243,7 @@ - + @@ -50740,7 +49321,7 @@ - + @@ -50748,7 +49329,7 @@ - + @@ -50779,7 +49360,7 @@ - + @@ -50815,7 +49396,7 @@ - + @@ -50826,7 +49407,7 @@ - + @@ -50861,7 +49442,7 @@ - + @@ -50898,7 +49479,7 @@ - + @@ -50935,7 +49516,7 @@ - + @@ -50953,7 +49534,9 @@ - + @@ -50973,7 +49556,7 @@ - + @@ -51018,7 +49601,7 @@ - + @@ -51069,7 +49652,7 @@ - + @@ -51086,7 +49669,9 @@ - + @@ -51103,7 +49688,7 @@ - + @@ -51154,7 +49739,7 @@ - + @@ -51197,7 +49782,7 @@ - + @@ -51241,7 +49826,7 @@ - + @@ -51284,7 +49869,7 @@ - + @@ -51292,6 +49877,7 @@ + @@ -51352,7 +49938,7 @@ - + @@ -51360,7 +49946,7 @@ - + @@ -51372,7 +49958,9 @@ - + @@ -51394,7 +49982,7 @@ - + @@ -51402,7 +49990,7 @@ - + @@ -51434,7 +50022,7 @@ - + @@ -51469,7 +50057,7 @@ - + @@ -51504,7 +50092,7 @@ - + @@ -51518,7 +50106,7 @@ - + @@ -51551,7 +50139,7 @@ - + @@ -51565,7 +50153,7 @@ - + @@ -51597,7 +50185,7 @@ - + @@ -51626,7 +50214,7 @@ - + @@ -51663,7 +50251,7 @@ - + @@ -51702,7 +50290,7 @@ - + @@ -51737,7 +50325,7 @@ - + @@ -51745,6 +50333,7 @@ + @@ -51806,7 +50395,7 @@ - + @@ -51814,7 +50403,7 @@ - + @@ -51826,7 +50415,9 @@ - + @@ -51848,7 +50439,7 @@ - + @@ -51856,7 +50447,7 @@ - + @@ -51888,7 +50479,7 @@ - + @@ -51907,7 +50498,7 @@ - + @@ -51922,7 +50513,12 @@ - + @@ -51974,7 +50570,7 @@ - + @@ -51985,7 +50581,7 @@ - + @@ -52008,7 +50604,9 @@ - + @@ -52028,7 +50626,7 @@ - + @@ -52073,7 +50671,7 @@ - + @@ -52122,7 +50720,7 @@ - + @@ -52244,7 +50842,7 @@ - + @@ -52256,7 +50854,7 @@ - + @@ -52270,7 +50868,7 @@ - + @@ -52329,7 +50927,7 @@ - + @@ -52337,7 +50935,7 @@ - + @@ -52345,7 +50943,7 @@ - + @@ -52353,7 +50951,7 @@ - + @@ -52367,7 +50965,7 @@ - + @@ -52375,7 +50973,7 @@ - + @@ -52383,7 +50981,7 @@ - + @@ -52391,7 +50989,7 @@ - + @@ -52457,7 +51055,7 @@ - + @@ -52483,7 +51081,7 @@ - + @@ -52510,7 +51108,7 @@ - + @@ -52554,7 +51152,7 @@ - + @@ -52611,7 +51209,7 @@ - + @@ -52619,7 +51217,7 @@ - + @@ -52631,7 +51229,9 @@ - + @@ -52652,7 +51252,7 @@ - + @@ -52660,7 +51260,7 @@ - + @@ -52691,7 +51291,7 @@ - + @@ -52740,7 +51340,7 @@ - + @@ -52785,7 +51385,7 @@ - + @@ -52827,7 +51427,7 @@ - + @@ -52838,7 +51438,7 @@ - + @@ -52895,7 +51495,7 @@ - + @@ -52940,7 +51540,7 @@ - + @@ -53018,7 +51618,7 @@ - + @@ -53026,7 +51626,7 @@ - + @@ -53057,7 +51657,7 @@ - + @@ -53131,7 +51731,7 @@ - + @@ -53139,7 +51739,7 @@ - + @@ -53171,7 +51771,7 @@ - + @@ -53210,7 +51810,7 @@ - + @@ -53249,7 +51849,7 @@ - + @@ -53291,7 +51891,7 @@ - + @@ -53330,7 +51930,7 @@ - + @@ -53372,7 +51972,7 @@ - + @@ -53413,7 +52013,7 @@ - + @@ -53507,7 +52107,7 @@ - + @@ -53515,7 +52115,7 @@ - + @@ -53558,7 +52158,7 @@ - + @@ -53598,7 +52198,7 @@ - + @@ -53671,7 +52271,7 @@ - + @@ -53679,7 +52279,7 @@ - + @@ -53711,7 +52311,7 @@ - + @@ -53749,7 +52349,7 @@ - + @@ -53788,7 +52388,7 @@ - + @@ -53829,7 +52429,7 @@ - + @@ -53868,7 +52468,7 @@ - + @@ -53910,7 +52510,7 @@ - + @@ -53950,7 +52550,7 @@ - + @@ -54001,7 +52601,7 @@ - + @@ -54046,7 +52646,7 @@ - + @@ -54094,7 +52694,7 @@ - + @@ -54102,6 +52702,7 @@ + @@ -54144,7 +52745,7 @@ - + @@ -54188,7 +52789,7 @@ - + @@ -54221,7 +52822,14 @@ - + @@ -54241,7 +52849,7 @@ - + @@ -54268,7 +52876,14 @@ - + @@ -54288,7 +52903,7 @@ - + @@ -54366,7 +52981,7 @@ - + @@ -54374,7 +52989,7 @@ - + @@ -54405,7 +53020,7 @@ - + @@ -54441,7 +53056,7 @@ - + @@ -54452,7 +53067,7 @@ - + @@ -54487,7 +53102,7 @@ - + @@ -54524,7 +53139,7 @@ - + @@ -54560,7 +53175,7 @@ - + @@ -54571,7 +53186,7 @@ - + @@ -54586,7 +53201,9 @@ - + @@ -54606,7 +53223,7 @@ - + @@ -54651,7 +53268,7 @@ - + @@ -54702,7 +53319,7 @@ - + @@ -54719,7 +53336,9 @@ - + @@ -54736,7 +53355,7 @@ - + @@ -54787,7 +53406,7 @@ - + @@ -54830,7 +53449,7 @@ - + @@ -54874,7 +53493,7 @@ - + @@ -54917,7 +53536,7 @@ - + @@ -54925,6 +53544,7 @@ + @@ -54985,7 +53605,7 @@ - + @@ -54993,7 +53613,7 @@ - + @@ -55005,7 +53625,9 @@ - + @@ -55027,7 +53649,7 @@ - + @@ -55035,7 +53657,7 @@ - + @@ -55067,7 +53689,7 @@ - + @@ -55102,7 +53724,7 @@ - + @@ -55137,7 +53759,7 @@ - + @@ -55151,7 +53773,7 @@ - + @@ -55184,7 +53806,7 @@ - + @@ -55198,7 +53820,7 @@ - + @@ -55230,7 +53852,7 @@ - + @@ -55259,7 +53881,7 @@ - + @@ -55296,7 +53918,7 @@ - + @@ -55335,7 +53957,7 @@ - + @@ -55370,7 +53992,7 @@ - + @@ -55378,6 +54000,7 @@ + @@ -55439,7 +54062,7 @@ - + @@ -55447,7 +54070,7 @@ - + @@ -55459,7 +54082,9 @@ - + @@ -55481,7 +54106,7 @@ - + @@ -55489,7 +54114,7 @@ - + @@ -55521,7 +54146,7 @@ - + @@ -55540,7 +54165,7 @@ - + @@ -55555,7 +54180,12 @@ - + @@ -55607,7 +54237,7 @@ - + @@ -55618,7 +54248,7 @@ - + @@ -55641,7 +54271,9 @@ - + @@ -55661,7 +54293,7 @@ - + @@ -55706,7 +54338,7 @@ - + @@ -55755,7 +54387,7 @@ - + @@ -55871,7 +54503,7 @@ - + @@ -55884,7 +54516,7 @@ - + @@ -55896,7 +54528,7 @@ - + @@ -55910,7 +54542,7 @@ - + @@ -55969,7 +54601,7 @@ - + @@ -55977,7 +54609,7 @@ - + @@ -55985,7 +54617,7 @@ - + @@ -55993,7 +54625,7 @@ - + @@ -56007,7 +54639,7 @@ - + @@ -56015,7 +54647,7 @@ - + @@ -56023,7 +54655,7 @@ - + @@ -56031,7 +54663,7 @@ - + @@ -56097,7 +54729,7 @@ - + @@ -56123,7 +54755,7 @@ - + @@ -56150,7 +54782,7 @@ - + @@ -56194,7 +54826,7 @@ - + @@ -56251,7 +54883,7 @@ - + @@ -56259,7 +54891,7 @@ - + @@ -56271,7 +54903,9 @@ - + @@ -56292,7 +54926,7 @@ - + @@ -56300,7 +54934,7 @@ - + @@ -56331,7 +54965,7 @@ - + @@ -56380,7 +55014,7 @@ - + @@ -56425,7 +55059,7 @@ - + @@ -56467,7 +55101,7 @@ - + @@ -56478,7 +55112,7 @@ - + @@ -56535,7 +55169,7 @@ - + @@ -56580,7 +55214,7 @@ - + @@ -56658,7 +55292,7 @@ - + @@ -56666,7 +55300,7 @@ - + @@ -56697,7 +55331,7 @@ - + @@ -56771,7 +55405,7 @@ - + @@ -56779,7 +55413,7 @@ - + @@ -56811,7 +55445,7 @@ - + @@ -56850,7 +55484,7 @@ - + @@ -56889,7 +55523,7 @@ - + @@ -56931,7 +55565,7 @@ - + @@ -56970,7 +55604,7 @@ - + @@ -57012,7 +55646,7 @@ - + @@ -57053,7 +55687,7 @@ - + @@ -57147,7 +55781,7 @@ - + @@ -57155,7 +55789,7 @@ - + @@ -57198,7 +55832,7 @@ - + @@ -57238,7 +55872,7 @@ - + @@ -57311,7 +55945,7 @@ - + @@ -57319,7 +55953,7 @@ - + @@ -57351,7 +55985,7 @@ - + @@ -57389,7 +56023,7 @@ - + @@ -57428,7 +56062,7 @@ - + @@ -57469,7 +56103,7 @@ - + @@ -57508,7 +56142,7 @@ - + @@ -57550,7 +56184,7 @@ - + @@ -57590,7 +56224,7 @@ - + @@ -57641,7 +56275,7 @@ - + @@ -57686,7 +56320,7 @@ - + @@ -57734,7 +56368,7 @@ - + @@ -57742,6 +56376,7 @@ + @@ -57784,7 +56419,7 @@ - + @@ -57828,7 +56463,7 @@ - + @@ -57861,7 +56496,14 @@ - + @@ -57881,7 +56523,7 @@ - + @@ -57908,7 +56550,14 @@ - + @@ -57928,7 +56577,7 @@ - + @@ -58006,7 +56655,7 @@ - + @@ -58014,7 +56663,7 @@ - + @@ -58045,7 +56694,7 @@ - + @@ -58081,7 +56730,7 @@ - + @@ -58092,7 +56741,7 @@ - + @@ -58127,7 +56776,7 @@ - + @@ -58164,7 +56813,7 @@ - + @@ -58200,7 +56849,7 @@ - + @@ -58211,7 +56860,7 @@ - + @@ -58226,7 +56875,9 @@ - + @@ -58246,7 +56897,7 @@ - + @@ -58291,7 +56942,7 @@ - + @@ -58342,7 +56993,7 @@ - + @@ -58359,7 +57010,9 @@ - + @@ -58376,7 +57029,7 @@ - + @@ -58427,7 +57080,7 @@ - + @@ -58470,7 +57123,7 @@ - + @@ -58514,7 +57167,7 @@ - + @@ -58557,7 +57210,7 @@ - + @@ -58565,6 +57218,7 @@ + @@ -58625,7 +57279,7 @@ - + @@ -58633,7 +57287,7 @@ - + @@ -58645,7 +57299,9 @@ - + @@ -58667,7 +57323,7 @@ - + @@ -58675,7 +57331,7 @@ - + @@ -58707,7 +57363,7 @@ - + @@ -58742,7 +57398,7 @@ - + @@ -58777,7 +57433,7 @@ - + @@ -58791,7 +57447,7 @@ - + @@ -58824,7 +57480,7 @@ - + @@ -58838,7 +57494,7 @@ - + @@ -58870,7 +57526,7 @@ - + @@ -58899,7 +57555,7 @@ - + @@ -58936,7 +57592,7 @@ - + @@ -58975,7 +57631,7 @@ - + @@ -59010,7 +57666,7 @@ - + @@ -59018,6 +57674,7 @@ + @@ -59079,7 +57736,7 @@ - + @@ -59087,7 +57744,7 @@ - + @@ -59099,7 +57756,9 @@ - + @@ -59121,7 +57780,7 @@ - + @@ -59129,7 +57788,7 @@ - + @@ -59161,7 +57820,7 @@ - + @@ -59180,7 +57839,7 @@ - + @@ -59195,7 +57854,12 @@ - + @@ -59247,7 +57911,7 @@ - + @@ -59258,7 +57922,7 @@ - + @@ -59281,7 +57945,9 @@ - + @@ -59301,7 +57967,7 @@ - + @@ -59346,7 +58012,7 @@ - + @@ -59395,7 +58061,7 @@ - + @@ -59511,7 +58177,7 @@ - + @@ -59524,7 +58190,19 @@ - + @@ -59536,7 +58214,7 @@ - + @@ -59550,7 +58228,7 @@ - + @@ -59609,7 +58287,7 @@ - + @@ -59617,7 +58295,7 @@ - + @@ -59625,7 +58303,7 @@ - + @@ -59633,7 +58311,7 @@ - + @@ -59647,7 +58325,7 @@ - + @@ -59655,7 +58333,7 @@ - + @@ -59663,7 +58341,7 @@ - + @@ -59671,7 +58349,7 @@ - + @@ -59737,7 +58415,7 @@ - + @@ -59763,7 +58441,7 @@ - + @@ -59790,7 +58468,7 @@ - + @@ -59834,7 +58512,7 @@ - + @@ -59891,7 +58569,7 @@ - + @@ -59899,7 +58577,7 @@ - + @@ -59911,7 +58589,9 @@ - + @@ -59932,7 +58612,7 @@ - + @@ -59940,7 +58620,7 @@ - + @@ -59971,7 +58651,7 @@ - + @@ -60020,7 +58700,7 @@ - + @@ -60065,7 +58745,7 @@ - + @@ -60107,7 +58787,7 @@ - + @@ -60118,7 +58798,7 @@ - + @@ -60175,7 +58855,7 @@ - + @@ -60220,7 +58900,7 @@ - + @@ -60298,7 +58978,7 @@ - + @@ -60306,7 +58986,7 @@ - + @@ -60337,7 +59017,7 @@ - + @@ -60411,7 +59091,7 @@ - + @@ -60419,7 +59099,7 @@ - + @@ -60451,7 +59131,7 @@ - + @@ -60490,7 +59170,7 @@ - + @@ -60529,7 +59209,7 @@ - + @@ -60571,7 +59251,7 @@ - + @@ -60610,7 +59290,7 @@ - + @@ -60652,7 +59332,7 @@ - + @@ -60693,7 +59373,7 @@ - + @@ -60787,7 +59467,7 @@ - + @@ -60795,7 +59475,7 @@ - + @@ -60838,7 +59518,7 @@ - + @@ -60878,7 +59558,7 @@ - + @@ -60951,7 +59631,7 @@ - + @@ -60959,7 +59639,7 @@ - + @@ -60991,7 +59671,7 @@ - + @@ -61029,7 +59709,7 @@ - + @@ -61068,7 +59748,7 @@ - + @@ -61109,7 +59789,7 @@ - + @@ -61148,7 +59828,7 @@ - + @@ -61190,7 +59870,7 @@ - + @@ -61230,7 +59910,7 @@ - + @@ -61281,7 +59961,7 @@ - + @@ -61326,7 +60006,7 @@ - + @@ -61374,7 +60054,7 @@ - + @@ -61382,6 +60062,7 @@ + @@ -61424,7 +60105,7 @@ - + @@ -61468,7 +60149,7 @@ - + @@ -61501,7 +60182,14 @@ - + @@ -61521,7 +60209,7 @@ - + @@ -61548,7 +60236,14 @@ - + @@ -61568,7 +60263,7 @@ - + @@ -61646,7 +60341,7 @@ - + @@ -61654,7 +60349,7 @@ - + @@ -61685,7 +60380,7 @@ - + @@ -61721,7 +60416,7 @@ - + @@ -61732,7 +60427,7 @@ - + @@ -61767,7 +60462,7 @@ - + @@ -61804,7 +60499,7 @@ - + @@ -61841,7 +60536,7 @@ - + @@ -61859,7 +60554,9 @@ - + @@ -61879,7 +60576,7 @@ - + @@ -61924,7 +60621,7 @@ - + @@ -61975,7 +60672,7 @@ - + @@ -61992,7 +60689,9 @@ - + @@ -62009,7 +60708,7 @@ - + @@ -62060,7 +60759,7 @@ - + @@ -62103,7 +60802,7 @@ - + @@ -62147,7 +60846,7 @@ - + @@ -62190,7 +60889,7 @@ - + @@ -62198,6 +60897,7 @@ + @@ -62258,7 +60958,7 @@ - + @@ -62266,7 +60966,7 @@ - + @@ -62278,7 +60978,9 @@ - + @@ -62300,7 +61002,7 @@ - + @@ -62308,7 +61010,7 @@ - + @@ -62340,7 +61042,7 @@ - + @@ -62375,7 +61077,7 @@ - + @@ -62410,7 +61112,7 @@ - + @@ -62424,7 +61126,7 @@ - + @@ -62457,7 +61159,7 @@ - + @@ -62471,7 +61173,7 @@ - + @@ -62503,7 +61205,7 @@ - + @@ -62532,7 +61234,7 @@ - + @@ -62569,7 +61271,7 @@ - + @@ -62608,7 +61310,7 @@ - + @@ -62643,7 +61345,7 @@ - + @@ -62651,6 +61353,7 @@ + @@ -62712,7 +61415,7 @@ - + @@ -62720,7 +61423,7 @@ - + @@ -62732,7 +61435,9 @@ - + @@ -62754,7 +61459,7 @@ - + @@ -62762,7 +61467,7 @@ - + @@ -62794,7 +61499,7 @@ - + @@ -62813,7 +61518,7 @@ - + @@ -62828,7 +61533,12 @@ - + @@ -62880,7 +61590,7 @@ - + @@ -62891,7 +61601,7 @@ - + @@ -62914,7 +61624,9 @@ - + @@ -62934,7 +61646,7 @@ - + @@ -62979,7 +61691,7 @@ - + @@ -63028,7 +61740,7 @@ - + @@ -63150,7 +61862,7 @@ - + @@ -63162,7 +61874,7 @@ - + @@ -63176,7 +61888,7 @@ - + @@ -63235,7 +61947,7 @@ - + @@ -63243,7 +61955,7 @@ - + @@ -63251,7 +61963,7 @@ - + @@ -63259,7 +61971,7 @@ - + @@ -63273,7 +61985,7 @@ - + @@ -63281,7 +61993,7 @@ - + @@ -63289,7 +62001,7 @@ - + @@ -63297,7 +62009,7 @@ - + @@ -63363,7 +62075,7 @@ - + @@ -63389,7 +62101,7 @@ - + @@ -63416,7 +62128,7 @@ - + @@ -63460,7 +62172,7 @@ - + @@ -63517,7 +62229,7 @@ - + @@ -63525,7 +62237,7 @@ - + @@ -63537,7 +62249,9 @@ - + @@ -63558,7 +62272,7 @@ - + @@ -63566,7 +62280,7 @@ - + @@ -63597,7 +62311,7 @@ - + @@ -63646,7 +62360,7 @@ - + @@ -63691,7 +62405,7 @@ - + @@ -63733,7 +62447,7 @@ - + @@ -63744,7 +62458,7 @@ - + @@ -63801,7 +62515,7 @@ - + @@ -63846,7 +62560,7 @@ - + @@ -63924,7 +62638,7 @@ - + @@ -63932,7 +62646,7 @@ - + @@ -63963,7 +62677,7 @@ - + @@ -64037,7 +62751,7 @@ - + @@ -64045,7 +62759,7 @@ - + @@ -64077,7 +62791,7 @@ - + @@ -64116,7 +62830,7 @@ - + @@ -64155,7 +62869,7 @@ - + @@ -64197,7 +62911,7 @@ - + @@ -64236,7 +62950,7 @@ - + @@ -64278,7 +62992,7 @@ - + @@ -64319,7 +63033,7 @@ - + @@ -64413,7 +63127,7 @@ - + @@ -64421,7 +63135,7 @@ - + @@ -64464,7 +63178,7 @@ - + @@ -64504,7 +63218,7 @@ - + @@ -64577,7 +63291,7 @@ - + @@ -64585,7 +63299,7 @@ - + @@ -64617,7 +63331,7 @@ - + @@ -64655,7 +63369,7 @@ - + @@ -64694,7 +63408,7 @@ - + @@ -64735,7 +63449,7 @@ - + @@ -64774,7 +63488,7 @@ - + @@ -64816,7 +63530,7 @@ - + @@ -64856,7 +63570,7 @@ - + @@ -64907,7 +63621,7 @@ - + @@ -64952,7 +63666,7 @@ - + @@ -65000,7 +63714,7 @@ - + @@ -65008,6 +63722,7 @@ + @@ -65050,7 +63765,7 @@ - + @@ -65094,7 +63809,7 @@ - + @@ -65127,7 +63842,14 @@ - + @@ -65147,7 +63869,7 @@ - + @@ -65174,7 +63896,14 @@ - + @@ -65194,7 +63923,7 @@ - + @@ -65272,7 +64001,7 @@ - + @@ -65280,7 +64009,7 @@ - + @@ -65311,7 +64040,7 @@ - + @@ -65347,7 +64076,7 @@ - + @@ -65358,7 +64087,7 @@ - + @@ -65393,7 +64122,7 @@ - + @@ -65430,7 +64159,7 @@ - + @@ -65467,7 +64196,7 @@ - + @@ -65485,7 +64214,9 @@ - + @@ -65505,7 +64236,7 @@ - + @@ -65550,7 +64281,7 @@ - + @@ -65601,7 +64332,7 @@ - + @@ -65618,7 +64349,9 @@ - + @@ -65635,7 +64368,7 @@ - + @@ -65686,7 +64419,7 @@ - + @@ -65729,7 +64462,7 @@ - + @@ -65773,7 +64506,7 @@ - + @@ -65816,7 +64549,7 @@ - + @@ -65824,6 +64557,7 @@ + @@ -65884,7 +64618,7 @@ - + @@ -65892,7 +64626,7 @@ - + @@ -65904,7 +64638,9 @@ - + @@ -65926,7 +64662,7 @@ - + @@ -65934,7 +64670,7 @@ - + @@ -65966,7 +64702,7 @@ - + @@ -66001,7 +64737,7 @@ - + @@ -66036,7 +64772,7 @@ - + @@ -66050,7 +64786,7 @@ - + @@ -66083,7 +64819,7 @@ - + @@ -66097,7 +64833,7 @@ - + @@ -66129,7 +64865,7 @@ - + @@ -66158,7 +64894,7 @@ - + @@ -66195,7 +64931,7 @@ - + @@ -66234,7 +64970,7 @@ - + @@ -66269,7 +65005,7 @@ - + @@ -66277,6 +65013,7 @@ + @@ -66338,7 +65075,7 @@ - + @@ -66346,7 +65083,7 @@ - + @@ -66358,7 +65095,9 @@ - + @@ -66380,7 +65119,7 @@ - + @@ -66388,7 +65127,7 @@ - + @@ -66420,7 +65159,7 @@ - + @@ -66439,7 +65178,7 @@ - + @@ -66454,7 +65193,12 @@ - + @@ -66506,7 +65250,7 @@ - + @@ -66517,7 +65261,7 @@ - + @@ -66540,7 +65284,9 @@ - + @@ -66560,7 +65306,7 @@ - + @@ -66605,7 +65351,7 @@ - + @@ -66654,7 +65400,7 @@ - + @@ -66778,7 +65524,7 @@ - + @@ -66790,7 +65536,7 @@ - + @@ -66804,7 +65550,7 @@ - + @@ -66863,7 +65609,7 @@ - + @@ -66871,7 +65617,7 @@ - + @@ -66879,7 +65625,7 @@ - + @@ -66887,7 +65633,7 @@ - + @@ -66901,7 +65647,7 @@ - + @@ -66909,7 +65655,7 @@ - + @@ -66917,7 +65663,7 @@ - + @@ -66925,7 +65671,7 @@ - + @@ -66991,7 +65737,7 @@ - + @@ -67017,7 +65763,7 @@ - + @@ -67044,7 +65790,7 @@ - + @@ -67088,7 +65834,7 @@ - + @@ -67145,7 +65891,7 @@ - + @@ -67153,7 +65899,7 @@ - + @@ -67165,7 +65911,9 @@ - + @@ -67186,7 +65934,7 @@ - + @@ -67194,7 +65942,7 @@ - + @@ -67225,7 +65973,7 @@ - + @@ -67274,7 +66022,7 @@ - + @@ -67319,7 +66067,7 @@ - + @@ -67361,7 +66109,7 @@ - + @@ -67372,7 +66120,7 @@ - + @@ -67429,7 +66177,7 @@ - + @@ -67474,7 +66222,7 @@ - + @@ -67552,7 +66300,7 @@ - + @@ -67560,7 +66308,7 @@ - + @@ -67591,7 +66339,7 @@ - + @@ -67665,7 +66413,7 @@ - + @@ -67673,7 +66421,7 @@ - + @@ -67705,7 +66453,7 @@ - + @@ -67744,7 +66492,7 @@ - + @@ -67783,7 +66531,7 @@ - + @@ -67825,7 +66573,7 @@ - + @@ -67864,7 +66612,7 @@ - + @@ -67906,7 +66654,7 @@ - + @@ -67947,7 +66695,7 @@ - + @@ -68041,7 +66789,7 @@ - + @@ -68049,7 +66797,7 @@ - + @@ -68092,7 +66840,7 @@ - + @@ -68132,7 +66880,7 @@ - + @@ -68205,7 +66953,7 @@ - + @@ -68213,7 +66961,7 @@ - + @@ -68245,7 +66993,7 @@ - + @@ -68283,7 +67031,7 @@ - + @@ -68322,7 +67070,7 @@ - + @@ -68363,7 +67111,7 @@ - + @@ -68402,7 +67150,7 @@ - + @@ -68444,7 +67192,7 @@ - + @@ -68484,7 +67232,7 @@ - + @@ -68535,7 +67283,7 @@ - + @@ -68580,7 +67328,7 @@ - + @@ -68628,7 +67376,7 @@ - + @@ -68636,6 +67384,7 @@ + @@ -68678,7 +67427,7 @@ - + @@ -68722,7 +67471,7 @@ - + @@ -68755,7 +67504,14 @@ - + @@ -68775,7 +67531,7 @@ - + @@ -68802,7 +67558,14 @@ - + @@ -68822,7 +67585,7 @@ - + @@ -68848,7 +67611,9 @@ - + @@ -68868,7 +67633,7 @@ - + @@ -68913,7 +67678,7 @@ - + @@ -68964,7 +67729,7 @@ - + @@ -68981,7 +67746,9 @@ - + @@ -68998,7 +67765,7 @@ - + @@ -69049,7 +67816,7 @@ - + @@ -69092,7 +67859,7 @@ - + @@ -69136,7 +67903,7 @@ - + @@ -69179,7 +67946,7 @@ - + @@ -69187,6 +67954,7 @@ + @@ -69247,7 +68015,7 @@ - + @@ -69255,7 +68023,7 @@ - + @@ -69267,7 +68035,9 @@ - + @@ -69289,7 +68059,7 @@ - + @@ -69297,7 +68067,7 @@ - + @@ -69329,7 +68099,7 @@ - + @@ -69364,7 +68134,7 @@ - + @@ -69399,7 +68169,7 @@ - + @@ -69413,7 +68183,7 @@ - + @@ -69446,7 +68216,7 @@ - + @@ -69460,7 +68230,7 @@ - + @@ -69492,7 +68262,7 @@ - + @@ -69521,7 +68291,7 @@ - + @@ -69558,7 +68328,7 @@ - + @@ -69597,7 +68367,7 @@ - + @@ -69644,7 +68414,7 @@ - + @@ -69652,7 +68422,7 @@ - + @@ -69714,7 +68484,7 @@ - + @@ -69722,7 +68492,7 @@ - + @@ -69734,7 +68504,9 @@ - + @@ -69756,7 +68528,7 @@ - + @@ -69764,7 +68536,7 @@ - + @@ -69796,7 +68568,7 @@ - + @@ -69815,7 +68587,7 @@ - + @@ -69830,7 +68602,12 @@ - + @@ -69882,7 +68659,7 @@ - + @@ -69893,7 +68670,7 @@ - + @@ -69916,7 +68693,9 @@ - + @@ -69936,7 +68715,7 @@ - + @@ -69981,7 +68760,7 @@ - + @@ -70030,7 +68809,7 @@ - + @@ -70066,7 +68845,7 @@ - + @@ -70074,7 +68853,7 @@ - + @@ -70136,7 +68915,7 @@ - + @@ -70144,7 +68923,7 @@ - + @@ -70156,7 +68935,9 @@ - + @@ -70178,7 +68959,7 @@ - + @@ -70186,7 +68967,7 @@ - + @@ -70220,7 +69001,7 @@ - + @@ -70239,7 +69020,7 @@ - + @@ -70306,7 +69087,7 @@ - + @@ -70314,7 +69095,7 @@ - + @@ -70357,7 +69138,7 @@ - + @@ -70397,7 +69178,7 @@ - + @@ -70470,7 +69251,7 @@ - + @@ -70478,7 +69259,7 @@ - + @@ -70510,7 +69291,7 @@ - + @@ -70548,7 +69329,7 @@ - + @@ -70587,7 +69368,7 @@ - + @@ -70628,7 +69409,7 @@ - + @@ -70667,7 +69448,7 @@ - + @@ -70709,7 +69490,7 @@ - + @@ -70730,7 +69511,12 @@ - + @@ -70749,7 +69535,7 @@ - + @@ -70760,7 +69546,7 @@ - + @@ -70835,7 +69621,7 @@ - + @@ -70843,7 +69629,7 @@ - + @@ -70874,7 +69660,7 @@ - + @@ -70910,7 +69696,7 @@ - + @@ -70921,7 +69707,7 @@ - + @@ -70956,7 +69742,7 @@ - + @@ -70993,7 +69779,7 @@ - + @@ -71030,7 +69816,7 @@ - + @@ -71048,7 +69834,9 @@ - + @@ -71068,7 +69856,7 @@ - + @@ -71113,7 +69901,7 @@ - + @@ -71162,7 +69950,7 @@ - + @@ -71198,7 +69986,7 @@ - + @@ -71206,7 +69994,7 @@ - + @@ -71268,7 +70056,7 @@ - + @@ -71276,7 +70064,7 @@ - + @@ -71288,7 +70076,9 @@ - + @@ -71310,7 +70100,7 @@ - + @@ -71318,7 +70108,7 @@ - + @@ -71350,7 +70140,7 @@ - + @@ -71369,7 +70159,7 @@ - + @@ -71436,7 +70226,7 @@ - + @@ -71444,7 +70234,7 @@ - + @@ -71487,7 +70277,7 @@ - + @@ -71527,7 +70317,7 @@ - + @@ -71600,7 +70390,7 @@ - + @@ -71608,7 +70398,7 @@ - + @@ -71640,7 +70430,7 @@ - + @@ -71678,7 +70468,7 @@ - + @@ -71717,7 +70507,7 @@ - + @@ -71758,7 +70548,7 @@ - + @@ -71797,7 +70587,7 @@ - + @@ -71839,7 +70629,7 @@ - + @@ -71860,7 +70650,12 @@ - + @@ -71879,7 +70674,7 @@ - + @@ -71890,7 +70685,7 @@ - + @@ -71965,7 +70760,7 @@ - + @@ -71973,7 +70768,7 @@ - + @@ -72004,7 +70799,7 @@ - + @@ -72040,7 +70835,7 @@ - + @@ -72051,7 +70846,7 @@ - + @@ -72086,7 +70881,7 @@ - + @@ -72123,7 +70918,7 @@ - + @@ -72160,7 +70955,7 @@ - + @@ -72178,7 +70973,9 @@ - + @@ -72198,7 +70995,7 @@ - + @@ -72243,7 +71040,7 @@ - + @@ -72292,7 +71089,7 @@ - + @@ -72602,14 +71399,14 @@ - + - + - + @@ -72653,7 +71450,7 @@ - + @@ -72707,7 +71504,7 @@ - + @@ -72733,7 +71530,7 @@ - + @@ -72760,7 +71557,7 @@ - + @@ -72804,7 +71601,7 @@ - + @@ -72861,7 +71658,7 @@ - + @@ -72869,7 +71666,7 @@ - + @@ -72881,7 +71678,9 @@ - + @@ -72902,7 +71701,7 @@ - + @@ -72910,7 +71709,7 @@ - + @@ -72924,7 +71723,11 @@ - + @@ -72942,7 +71745,7 @@ - + @@ -72981,7 +71784,7 @@ - + @@ -73024,7 +71827,7 @@ - + @@ -73064,7 +71867,7 @@ - + @@ -73094,7 +71897,7 @@ - + @@ -73128,7 +71931,7 @@ - + @@ -73154,7 +71957,7 @@ - + @@ -73168,7 +71971,7 @@ - + @@ -73205,7 +72008,7 @@ - + @@ -73242,7 +72045,7 @@ - + @@ -73288,7 +72091,7 @@ - + @@ -73323,7 +72126,7 @@ - + @@ -73364,7 +72167,7 @@ - + @@ -73402,7 +72205,7 @@ - + @@ -73438,7 +72241,7 @@ - + @@ -73477,7 +72280,7 @@ - + @@ -73512,7 +72315,7 @@ - + @@ -73558,7 +72361,7 @@ - + @@ -73599,7 +72402,7 @@ - + @@ -73631,7 +72434,7 @@ - + @@ -73669,7 +72472,7 @@ - + @@ -73708,7 +72511,7 @@ - + @@ -73747,7 +72550,7 @@ - + @@ -73785,7 +72588,7 @@ - + @@ -73822,7 +72625,7 @@ - + @@ -73851,7 +72654,7 @@ - + @@ -73876,7 +72679,7 @@ - + @@ -73905,7 +72708,7 @@ - + @@ -73936,7 +72739,7 @@ - + @@ -73965,7 +72768,7 @@ - + @@ -73994,7 +72797,7 @@ - + @@ -74023,7 +72826,7 @@ - + @@ -74140,14 +72943,14 @@ - + - + - + @@ -74191,7 +72994,7 @@ - + @@ -74245,7 +73048,7 @@ - + @@ -74271,7 +73074,7 @@ - + @@ -74298,7 +73101,7 @@ - + @@ -74342,7 +73145,7 @@ - + @@ -74399,7 +73202,7 @@ - + @@ -74407,7 +73210,7 @@ - + @@ -74419,7 +73222,9 @@ - + @@ -74440,7 +73245,7 @@ - + @@ -74448,7 +73253,7 @@ - + @@ -74462,7 +73267,11 @@ - + @@ -74480,7 +73289,7 @@ - + @@ -74519,7 +73328,7 @@ - + @@ -74561,7 +73370,7 @@ - + @@ -74601,7 +73410,7 @@ - + @@ -74631,7 +73440,7 @@ - + @@ -74664,7 +73473,7 @@ - + @@ -74690,7 +73499,7 @@ - + @@ -74704,7 +73513,7 @@ - + @@ -74741,7 +73550,7 @@ - + @@ -74785,7 +73594,7 @@ - + @@ -74831,7 +73640,7 @@ - + @@ -74866,7 +73675,7 @@ - + @@ -74905,7 +73714,7 @@ - + @@ -74943,7 +73752,7 @@ - + @@ -74977,7 +73786,7 @@ - + @@ -75012,7 +73821,7 @@ - + @@ -75046,7 +73855,7 @@ - + @@ -75091,7 +73900,7 @@ - + @@ -75132,7 +73941,7 @@ - + @@ -75164,7 +73973,7 @@ - + @@ -75202,7 +74011,7 @@ - + @@ -75241,7 +74050,7 @@ - + @@ -75280,7 +74089,7 @@ - + @@ -75318,7 +74127,7 @@ - + @@ -75355,7 +74164,7 @@ - + @@ -75384,7 +74193,7 @@ - + @@ -75409,7 +74218,7 @@ - + @@ -75438,7 +74247,7 @@ - + @@ -75469,7 +74278,7 @@ - + @@ -75498,7 +74307,7 @@ - + @@ -75528,7 +74337,7 @@ - + @@ -75558,7 +74367,7 @@ - + @@ -75629,7 +74438,7 @@ - + @@ -75642,7 +74451,7 @@ - + @@ -75693,7 +74502,7 @@ - + @@ -75701,7 +74510,7 @@ - + @@ -75709,7 +74518,7 @@ - + @@ -75717,7 +74526,7 @@ - + @@ -75731,7 +74540,7 @@ - + @@ -75793,7 +74602,7 @@ - + @@ -75819,7 +74628,7 @@ - + @@ -75846,7 +74655,7 @@ - + @@ -75890,7 +74699,7 @@ - + @@ -75947,7 +74756,7 @@ - + @@ -75955,7 +74764,7 @@ - + @@ -75967,7 +74776,9 @@ - + @@ -75988,7 +74799,7 @@ - + @@ -75996,7 +74807,7 @@ - + @@ -76031,7 +74842,7 @@ - + @@ -76080,7 +74891,7 @@ - + @@ -76118,7 +74929,7 @@ - + @@ -76129,7 +74940,7 @@ - + @@ -76173,7 +74984,7 @@ - + @@ -76214,20 +75025,20 @@ - + - + - + @@ -76282,7 +75093,7 @@ - + @@ -76331,7 +75142,7 @@ - + @@ -76380,7 +75191,7 @@ - + @@ -76426,7 +75237,7 @@ - + @@ -76476,7 +75287,7 @@ - + @@ -76525,7 +75336,7 @@ - + @@ -76569,7 +75380,7 @@ - + @@ -76622,7 +75433,7 @@ - + @@ -76668,7 +75479,7 @@ - + @@ -76715,7 +75526,7 @@ - + @@ -76762,7 +75573,7 @@ - + @@ -76809,7 +75620,7 @@ - + @@ -76845,7 +75656,7 @@ - + @@ -76878,7 +75689,7 @@ - + @@ -76939,7 +75750,7 @@ - + @@ -76947,7 +75758,7 @@ - + @@ -76959,7 +75770,9 @@ - + @@ -76981,7 +75794,7 @@ - + @@ -76989,7 +75802,7 @@ - + @@ -77021,7 +75834,7 @@ - + @@ -77051,7 +75864,7 @@ - + @@ -77083,7 +75896,7 @@ - + @@ -77118,7 +75931,7 @@ - + @@ -77161,7 +75974,7 @@ - + @@ -77194,13 +76007,13 @@ - + - + @@ -77309,7 +76122,7 @@ - + @@ -77322,7 +76135,7 @@ - + @@ -77381,7 +76194,7 @@ - + @@ -77389,7 +76202,7 @@ - + @@ -77397,7 +76210,7 @@ - + @@ -77405,7 +76218,7 @@ - + @@ -77419,7 +76232,7 @@ - + @@ -77427,7 +76240,7 @@ - + @@ -77435,7 +76248,7 @@ - + @@ -77501,7 +76314,7 @@ - + @@ -77527,7 +76340,7 @@ - + @@ -77554,7 +76367,7 @@ - + @@ -77598,7 +76411,7 @@ - + @@ -77655,7 +76468,7 @@ - + @@ -77663,7 +76476,7 @@ - + @@ -77675,7 +76488,9 @@ - + @@ -77696,7 +76511,7 @@ - + @@ -77704,7 +76519,7 @@ - + @@ -77735,7 +76550,7 @@ - + @@ -77784,7 +76599,7 @@ - + @@ -77829,7 +76644,7 @@ - + @@ -77871,7 +76686,7 @@ - + @@ -77882,7 +76697,7 @@ - + @@ -77927,7 +76742,7 @@ - + @@ -77978,7 +76793,7 @@ - + @@ -78042,7 +76857,7 @@ - + @@ -78092,7 +76907,7 @@ - + @@ -78137,7 +76952,7 @@ - + @@ -78190,7 +77005,7 @@ - + @@ -78232,7 +77047,7 @@ - + @@ -78276,7 +77091,7 @@ - + @@ -78309,7 +77124,14 @@ - + @@ -78328,7 +77150,7 @@ - + @@ -78354,7 +77176,14 @@ - + @@ -78373,7 +77202,7 @@ - + @@ -78451,7 +77280,7 @@ - + @@ -78459,7 +77288,7 @@ - + @@ -78490,7 +77319,7 @@ - + @@ -78527,7 +77356,7 @@ - + @@ -78538,7 +77367,7 @@ - + @@ -78574,7 +77403,7 @@ - + @@ -78611,7 +77440,7 @@ - + @@ -78648,7 +77477,7 @@ - + @@ -78666,7 +77495,9 @@ - + @@ -78685,7 +77516,7 @@ - + @@ -78729,7 +77560,7 @@ - + @@ -78781,7 +77612,7 @@ - + @@ -78799,7 +77630,9 @@ - + @@ -78816,7 +77649,7 @@ - + @@ -78867,7 +77700,7 @@ - + @@ -78910,7 +77743,7 @@ - + @@ -78954,7 +77787,7 @@ - + @@ -78997,7 +77830,7 @@ - + @@ -79005,7 +77838,7 @@ - + @@ -79067,7 +77900,7 @@ - + @@ -79075,7 +77908,7 @@ - + @@ -79087,7 +77920,9 @@ - + @@ -79109,7 +77944,7 @@ - + @@ -79117,7 +77952,7 @@ - + @@ -79149,7 +77984,7 @@ - + @@ -79187,7 +78022,7 @@ - + @@ -79195,7 +78030,7 @@ - + @@ -79241,7 +78076,7 @@ - + @@ -79255,7 +78090,7 @@ - + @@ -79288,7 +78123,7 @@ - + @@ -79302,7 +78137,7 @@ - + @@ -79334,7 +78169,7 @@ - + @@ -79363,7 +78198,7 @@ - + @@ -79400,7 +78235,7 @@ - + @@ -79439,7 +78274,7 @@ - + @@ -79474,7 +78309,7 @@ - + @@ -79535,7 +78370,7 @@ - + @@ -79543,7 +78378,7 @@ - + @@ -79555,7 +78390,9 @@ - + @@ -79577,7 +78414,7 @@ - + @@ -79585,7 +78422,7 @@ - + @@ -79617,7 +78454,7 @@ - + @@ -79635,7 +78472,7 @@ - + @@ -79650,7 +78487,12 @@ - + @@ -79701,7 +78543,7 @@ - + @@ -79726,7 +78568,9 @@ - + @@ -79745,7 +78589,7 @@ - + @@ -79789,7 +78633,7 @@ - + @@ -79838,7 +78682,7 @@ - + @@ -80037,7 +78881,7 @@ - + @@ -80050,7 +78894,7 @@ - + @@ -80109,7 +78953,7 @@ - + @@ -80117,7 +78961,7 @@ - + @@ -80125,7 +78969,7 @@ - + @@ -80133,7 +78977,7 @@ - + @@ -80147,7 +78991,7 @@ - + @@ -80155,7 +78999,7 @@ - + @@ -80163,7 +79007,7 @@ - + @@ -80229,7 +79073,7 @@ - + @@ -80255,7 +79099,7 @@ - + @@ -80282,7 +79126,7 @@ - + @@ -80326,7 +79170,7 @@ - + @@ -80383,7 +79227,7 @@ - + @@ -80391,7 +79235,7 @@ - + @@ -80403,7 +79247,9 @@ - + @@ -80424,7 +79270,7 @@ - + @@ -80432,7 +79278,7 @@ - + @@ -80463,7 +79309,7 @@ - + @@ -80512,7 +79358,7 @@ - + @@ -80557,7 +79403,7 @@ - + @@ -80599,7 +79445,7 @@ - + @@ -80610,7 +79456,7 @@ - + @@ -80655,7 +79501,7 @@ - + @@ -80706,7 +79552,7 @@ - + @@ -80770,7 +79616,7 @@ - + @@ -80820,7 +79666,7 @@ - + @@ -80865,7 +79711,7 @@ - + @@ -80918,7 +79764,7 @@ - + @@ -80960,7 +79806,7 @@ - + @@ -81004,7 +79850,7 @@ - + @@ -81037,7 +79883,14 @@ - + @@ -81056,7 +79909,7 @@ - + @@ -81082,7 +79935,14 @@ - + @@ -81101,7 +79961,7 @@ - + @@ -81127,7 +79987,9 @@ - + @@ -81146,7 +80008,7 @@ - + @@ -81190,7 +80052,7 @@ - + @@ -81242,7 +80104,7 @@ - + @@ -81260,7 +80122,9 @@ - + @@ -81277,7 +80141,7 @@ - + @@ -81328,7 +80192,7 @@ - + @@ -81371,7 +80235,7 @@ - + @@ -81415,7 +80279,7 @@ - + @@ -81458,7 +80322,7 @@ - + @@ -81466,7 +80330,7 @@ - + @@ -81528,7 +80392,7 @@ - + @@ -81536,7 +80400,7 @@ - + @@ -81548,7 +80412,9 @@ - + @@ -81570,7 +80436,7 @@ - + @@ -81578,7 +80444,7 @@ - + @@ -81610,7 +80476,7 @@ - + @@ -81647,7 +80513,7 @@ - + @@ -81682,7 +80548,7 @@ - + @@ -81696,7 +80562,7 @@ - + @@ -81729,7 +80595,7 @@ - + @@ -81743,7 +80609,7 @@ - + @@ -81775,7 +80641,7 @@ - + @@ -81804,7 +80670,7 @@ - + @@ -81841,7 +80707,7 @@ - + @@ -81880,7 +80746,7 @@ - + @@ -81915,7 +80781,7 @@ - + @@ -81976,7 +80842,7 @@ - + @@ -81984,7 +80850,7 @@ - + @@ -81996,7 +80862,9 @@ - + @@ -82018,7 +80886,7 @@ - + @@ -82026,7 +80894,7 @@ - + @@ -82058,7 +80926,7 @@ - + @@ -82076,7 +80944,7 @@ - + @@ -82091,7 +80959,12 @@ - + @@ -82142,7 +81015,7 @@ - + @@ -82167,7 +81040,9 @@ - + @@ -82186,7 +81061,7 @@ - + @@ -82230,7 +81105,7 @@ - + @@ -82279,7 +81154,7 @@ - + @@ -82423,7 +81298,7 @@ - + @@ -82436,7 +81311,7 @@ - + @@ -82495,7 +81370,7 @@ - + @@ -82503,7 +81378,7 @@ - + @@ -82511,7 +81386,7 @@ - + @@ -82519,7 +81394,7 @@ - + @@ -82533,7 +81408,7 @@ - + @@ -82541,7 +81416,7 @@ - + @@ -82549,7 +81424,7 @@ - + @@ -82615,7 +81490,7 @@ - + @@ -82641,7 +81516,7 @@ - + @@ -82668,7 +81543,7 @@ - + @@ -82712,7 +81587,7 @@ - + @@ -82769,7 +81644,7 @@ - + @@ -82777,7 +81652,7 @@ - + @@ -82789,7 +81664,9 @@ - + @@ -82810,7 +81687,7 @@ - + @@ -82818,7 +81695,7 @@ - + @@ -82849,7 +81726,7 @@ - + @@ -82898,7 +81775,7 @@ - + @@ -82943,7 +81820,7 @@ - + @@ -82985,7 +81862,7 @@ - + @@ -82996,7 +81873,7 @@ - + @@ -83041,7 +81918,7 @@ - + @@ -83092,7 +81969,7 @@ - + @@ -83156,7 +82033,7 @@ - + @@ -83206,7 +82083,7 @@ - + @@ -83251,7 +82128,7 @@ - + @@ -83304,7 +82181,7 @@ - + @@ -83346,7 +82223,7 @@ - + @@ -83390,7 +82267,7 @@ - + @@ -83423,7 +82300,14 @@ - + @@ -83442,7 +82326,7 @@ - + @@ -83468,7 +82352,14 @@ - + @@ -83487,7 +82378,7 @@ - + @@ -83513,7 +82404,9 @@ - + @@ -83532,7 +82425,7 @@ - + @@ -83576,7 +82469,7 @@ - + @@ -83628,7 +82521,7 @@ - + @@ -83646,7 +82539,9 @@ - + @@ -83663,7 +82558,7 @@ - + @@ -83714,7 +82609,7 @@ - + @@ -83757,7 +82652,7 @@ - + @@ -83801,7 +82696,7 @@ - + @@ -83844,7 +82739,7 @@ - + @@ -83852,7 +82747,7 @@ - + @@ -83914,7 +82809,7 @@ - + @@ -83922,7 +82817,7 @@ - + @@ -83934,7 +82829,9 @@ - + @@ -83956,7 +82853,7 @@ - + @@ -83964,7 +82861,7 @@ - + @@ -83999,7 +82896,7 @@ - + @@ -84007,7 +82904,7 @@ - + @@ -84054,7 +82951,7 @@ - + @@ -84089,7 +82986,7 @@ - + @@ -84103,7 +83000,7 @@ - + @@ -84136,7 +83033,7 @@ - + @@ -84150,7 +83047,7 @@ - + @@ -84182,7 +83079,7 @@ - + @@ -84211,7 +83108,7 @@ - + @@ -84248,7 +83145,7 @@ - + @@ -84287,7 +83184,7 @@ - + @@ -84322,7 +83219,7 @@ - + @@ -84383,7 +83280,7 @@ - + @@ -84391,7 +83288,7 @@ - + @@ -84403,7 +83300,9 @@ - + @@ -84425,7 +83324,7 @@ - + @@ -84433,7 +83332,7 @@ - + @@ -84465,7 +83364,7 @@ - + @@ -84483,7 +83382,7 @@ - + @@ -84498,7 +83397,12 @@ - + @@ -84549,7 +83453,7 @@ - + @@ -84574,7 +83478,9 @@ - + @@ -84593,7 +83499,7 @@ - + @@ -84637,7 +83543,7 @@ - + @@ -84686,7 +83592,7 @@ - + @@ -84837,7 +83743,7 @@ - + @@ -84850,7 +83756,7 @@ - + @@ -84909,7 +83815,7 @@ - + @@ -84917,7 +83823,7 @@ - + @@ -84925,7 +83831,7 @@ - + @@ -84933,7 +83839,7 @@ - + @@ -84947,7 +83853,7 @@ - + @@ -84955,7 +83861,7 @@ - + @@ -84963,7 +83869,7 @@ - + @@ -85029,7 +83935,7 @@ - + @@ -85055,7 +83961,7 @@ - + @@ -85082,7 +83988,7 @@ - + @@ -85126,7 +84032,7 @@ - + @@ -85183,7 +84089,7 @@ - + @@ -85191,7 +84097,7 @@ - + @@ -85203,7 +84109,9 @@ - + @@ -85224,7 +84132,7 @@ - + @@ -85232,7 +84140,7 @@ - + @@ -85263,7 +84171,7 @@ - + @@ -85312,7 +84220,7 @@ - + @@ -85357,7 +84265,7 @@ - + @@ -85399,7 +84307,7 @@ - + @@ -85410,7 +84318,7 @@ - + @@ -85455,7 +84363,7 @@ - + @@ -85499,7 +84407,7 @@ - + @@ -85510,7 +84418,7 @@ - + @@ -85563,7 +84471,7 @@ - + @@ -85613,7 +84521,7 @@ - + @@ -85658,7 +84566,7 @@ - + @@ -85711,7 +84619,7 @@ - + @@ -85753,7 +84661,7 @@ - + @@ -85797,7 +84705,7 @@ - + @@ -85830,7 +84738,14 @@ - + @@ -85849,7 +84764,7 @@ - + @@ -85875,7 +84790,14 @@ - + @@ -85894,7 +84816,7 @@ - + @@ -85920,7 +84842,9 @@ - + @@ -85939,7 +84863,7 @@ - + @@ -85983,7 +84907,7 @@ - + @@ -86035,7 +84959,7 @@ - + @@ -86053,7 +84977,9 @@ - + @@ -86070,7 +84996,7 @@ - + @@ -86121,7 +85047,7 @@ - + @@ -86164,7 +85090,7 @@ - + @@ -86208,7 +85134,7 @@ - + @@ -86251,7 +85177,7 @@ - + @@ -86259,7 +85185,7 @@ - + @@ -86321,7 +85247,7 @@ - + @@ -86329,7 +85255,7 @@ - + @@ -86341,7 +85267,9 @@ - + @@ -86363,7 +85291,7 @@ - + @@ -86371,7 +85299,7 @@ - + @@ -86403,7 +85331,7 @@ - + @@ -86441,7 +85369,7 @@ - + @@ -86449,7 +85377,7 @@ - + @@ -86495,7 +85423,7 @@ - + @@ -86509,7 +85437,7 @@ - + @@ -86542,7 +85470,7 @@ - + @@ -86556,7 +85484,7 @@ - + @@ -86588,7 +85516,7 @@ - + @@ -86617,7 +85545,7 @@ - + @@ -86654,7 +85582,7 @@ - + @@ -86693,7 +85621,7 @@ - + @@ -86728,7 +85656,7 @@ - + @@ -86789,7 +85717,7 @@ - + @@ -86797,7 +85725,7 @@ - + @@ -86809,7 +85737,9 @@ - + @@ -86831,7 +85761,7 @@ - + @@ -86839,7 +85769,7 @@ - + @@ -86871,7 +85801,7 @@ - + @@ -86889,7 +85819,7 @@ - + @@ -86904,7 +85834,12 @@ - + @@ -86955,7 +85890,7 @@ - + @@ -86980,7 +85915,9 @@ - + @@ -86999,7 +85936,7 @@ - + @@ -87043,7 +85980,7 @@ - + @@ -87092,7 +86029,7 @@ - + @@ -87130,7 +86067,7 @@ - + @@ -87244,7 +86181,7 @@ - + @@ -87257,7 +86194,7 @@ - + @@ -87308,7 +86245,7 @@ - + @@ -87316,7 +86253,7 @@ - + @@ -87324,7 +86261,7 @@ - + @@ -87332,7 +86269,7 @@ - + @@ -87346,7 +86283,7 @@ - + @@ -87408,7 +86345,7 @@ - + @@ -87434,7 +86371,7 @@ - + @@ -87461,7 +86398,7 @@ - + @@ -87505,7 +86442,7 @@ - + @@ -87567,7 +86504,7 @@ - + @@ -87575,7 +86512,7 @@ - + @@ -87602,7 +86539,7 @@ - + @@ -87610,7 +86547,7 @@ - + @@ -87644,7 +86581,7 @@ - + @@ -87652,7 +86589,7 @@ - + @@ -87678,7 +86615,7 @@ - + @@ -87686,7 +86623,7 @@ - + @@ -87712,7 +86649,7 @@ - + @@ -87720,14 +86657,16 @@ - + - + @@ -87748,7 +86687,7 @@ - + @@ -87756,7 +86695,7 @@ - + @@ -87791,7 +86730,7 @@ - + @@ -87840,7 +86779,7 @@ - + @@ -87878,7 +86817,7 @@ - + @@ -87889,7 +86828,7 @@ - + @@ -87933,7 +86872,7 @@ - + @@ -87979,7 +86918,7 @@ - + @@ -88034,7 +86973,7 @@ - + @@ -88083,7 +87022,7 @@ - + @@ -88132,7 +87071,7 @@ - + @@ -88178,7 +87117,7 @@ - + @@ -88228,7 +87167,7 @@ - + @@ -88277,7 +87216,7 @@ - + @@ -88321,7 +87260,7 @@ - + @@ -88366,7 +87305,7 @@ - + @@ -88401,7 +87340,7 @@ - + @@ -88434,7 +87373,7 @@ - + @@ -88495,7 +87434,7 @@ - + @@ -88503,7 +87442,7 @@ - + @@ -88515,7 +87454,9 @@ - + @@ -88537,7 +87478,7 @@ - + @@ -88545,7 +87486,7 @@ - + @@ -88577,7 +87518,7 @@ - + @@ -88607,7 +87548,7 @@ - + @@ -88638,7 +87579,7 @@ - + @@ -88671,7 +87612,7 @@ - + @@ -88714,7 +87655,7 @@ - + @@ -88809,7 +87750,7 @@ - + @@ -88822,7 +87763,7 @@ - + @@ -88873,7 +87814,7 @@ - + @@ -88881,7 +87822,7 @@ - + @@ -88889,7 +87830,7 @@ - + @@ -88897,7 +87838,7 @@ - + @@ -88911,7 +87852,7 @@ - + @@ -88973,7 +87914,7 @@ - + @@ -88999,7 +87940,7 @@ - + @@ -89026,7 +87967,7 @@ - + @@ -89070,7 +88011,7 @@ - + @@ -89132,7 +88073,7 @@ - + @@ -89140,7 +88081,7 @@ - + @@ -89167,7 +88108,7 @@ - + @@ -89175,7 +88116,7 @@ - + @@ -89201,7 +88142,7 @@ - + @@ -89209,7 +88150,7 @@ - + @@ -89235,7 +88176,7 @@ - + @@ -89243,15 +88184,15 @@ - + - - + + @@ -89269,7 +88210,7 @@ - + @@ -89277,14 +88218,16 @@ - + - + @@ -89305,7 +88248,7 @@ - + @@ -89313,7 +88256,7 @@ - + @@ -89348,7 +88291,7 @@ - + @@ -89397,7 +88340,7 @@ - + @@ -89435,7 +88378,7 @@ - + @@ -89446,7 +88389,7 @@ - + @@ -89490,7 +88433,7 @@ - + @@ -89536,7 +88479,7 @@ - + @@ -89591,7 +88534,7 @@ - + @@ -89640,7 +88583,7 @@ - + @@ -89689,7 +88632,7 @@ - + @@ -89735,7 +88678,7 @@ - + @@ -89785,7 +88728,7 @@ - + @@ -89834,7 +88777,7 @@ - + @@ -89878,7 +88821,7 @@ - + @@ -89923,7 +88866,7 @@ - + @@ -89958,7 +88901,7 @@ - + @@ -89991,7 +88934,7 @@ - + @@ -90052,7 +88995,7 @@ - + @@ -90060,7 +89003,7 @@ - + @@ -90072,7 +89015,9 @@ - + @@ -90094,7 +89039,7 @@ - + @@ -90102,7 +89047,7 @@ - + @@ -90134,7 +89079,7 @@ - + @@ -90164,7 +89109,7 @@ - + @@ -90195,7 +89140,7 @@ - + @@ -90228,7 +89173,7 @@ - + @@ -90271,7 +89216,7 @@ - + @@ -90330,8 +89275,8 @@ - - + + @@ -90358,7 +89303,7 @@ - + @@ -90370,8 +89315,10 @@ - - + + @@ -90421,7 +89368,7 @@ - + @@ -90429,7 +89376,7 @@ - + @@ -90437,7 +89384,7 @@ - + @@ -90445,7 +89392,7 @@ - + @@ -90459,7 +89406,7 @@ - + @@ -90525,7 +89472,7 @@ - + @@ -90551,7 +89498,7 @@ - + @@ -90578,7 +89525,7 @@ - + @@ -90622,7 +89569,7 @@ - + @@ -90684,7 +89631,7 @@ - + @@ -90692,7 +89639,7 @@ - + @@ -90720,7 +89667,7 @@ - + @@ -90728,14 +89675,16 @@ - + - + @@ -90756,7 +89705,7 @@ - + @@ -90764,7 +89713,7 @@ - + @@ -90795,7 +89744,7 @@ - + @@ -90824,7 +89773,9 @@ - + @@ -90842,7 +89793,7 @@ - + @@ -90853,7 +89804,7 @@ - + @@ -90898,7 +89849,7 @@ - + @@ -90953,7 +89904,7 @@ - + @@ -91013,7 +89964,7 @@ - + @@ -91060,7 +90011,7 @@ - + @@ -91107,7 +90058,7 @@ - + @@ -91159,7 +90110,7 @@ - + @@ -91205,7 +90156,7 @@ - + @@ -91243,7 +90194,7 @@ - + @@ -91290,7 +90241,7 @@ - + @@ -91355,7 +90306,7 @@ - + @@ -91363,7 +90314,7 @@ - + @@ -91375,7 +90326,9 @@ - + @@ -91397,7 +90350,7 @@ - + @@ -91405,7 +90358,7 @@ - + @@ -91436,7 +90389,7 @@ - + @@ -91446,7 +90399,7 @@ - + @@ -91478,7 +90431,7 @@ - + @@ -91517,7 +90470,7 @@ - + @@ -91557,7 +90510,7 @@ - + @@ -91595,7 +90548,7 @@ - + @@ -91660,7 +90613,7 @@ - + @@ -91668,7 +90621,7 @@ - + @@ -91680,7 +90633,9 @@ - + @@ -91702,7 +90657,7 @@ - + @@ -91710,7 +90665,7 @@ - + @@ -91741,7 +90696,7 @@ - + @@ -91751,7 +90706,7 @@ - + @@ -91790,7 +90745,7 @@ - + @@ -91829,7 +90784,7 @@ - + @@ -91894,7 +90849,7 @@ - + @@ -91902,7 +90857,7 @@ - + @@ -91914,7 +90869,9 @@ - + @@ -91936,7 +90893,7 @@ - + @@ -91944,7 +90901,7 @@ - + @@ -91975,7 +90932,7 @@ - + @@ -92020,7 +90977,7 @@ - + @@ -92058,7 +91015,7 @@ - + @@ -92094,6 +91051,7 @@ + @@ -92101,6 +91059,7 @@ + @@ -92108,7 +91067,7 @@ - + @@ -92169,7 +91128,7 @@ - + @@ -92177,7 +91136,7 @@ - + @@ -92189,7 +91148,9 @@ - + @@ -92211,7 +91172,7 @@ - + @@ -92219,7 +91180,7 @@ - + @@ -92254,7 +91215,7 @@ - + @@ -92271,7 +91232,9 @@ - + @@ -92289,7 +91252,7 @@ - + @@ -92337,7 +91300,7 @@ - + @@ -92376,7 +91339,7 @@ - + @@ -92407,7 +91370,7 @@ - + @@ -92442,7 +91405,7 @@ - + @@ -92452,7 +91415,7 @@ - + @@ -92489,7 +91452,7 @@ - + @@ -92533,7 +91496,7 @@ - + @@ -92569,7 +91532,7 @@ - + @@ -92610,7 +91573,7 @@ - + @@ -92671,7 +91634,7 @@ - + @@ -92684,7 +91647,7 @@ - + @@ -92734,7 +91697,7 @@ - + @@ -92742,7 +91705,7 @@ - + @@ -92750,7 +91713,7 @@ - + @@ -92758,7 +91721,7 @@ - + @@ -92772,7 +91735,7 @@ - + @@ -92838,7 +91801,7 @@ - + @@ -92864,7 +91827,7 @@ - + @@ -92891,7 +91854,7 @@ - + @@ -92935,7 +91898,7 @@ - + @@ -92997,7 +91960,7 @@ - + @@ -93005,7 +91968,7 @@ - + @@ -93032,7 +91995,7 @@ - + @@ -93040,14 +92003,16 @@ - + - + @@ -93068,7 +92033,7 @@ - + @@ -93076,7 +92041,7 @@ - + @@ -93107,7 +92072,7 @@ - + @@ -93136,7 +92101,9 @@ - + @@ -93154,7 +92121,7 @@ - + @@ -93165,7 +92132,7 @@ - + @@ -93213,7 +92180,7 @@ - + @@ -93268,7 +92235,7 @@ - + @@ -93324,7 +92291,7 @@ - + @@ -93371,7 +92338,7 @@ - + @@ -93420,7 +92387,7 @@ - + @@ -93472,7 +92439,7 @@ - + @@ -93518,7 +92485,7 @@ - + @@ -93556,7 +92523,7 @@ - + @@ -93603,7 +92570,7 @@ - + @@ -93668,7 +92635,7 @@ - + @@ -93676,7 +92643,7 @@ - + @@ -93688,7 +92655,9 @@ - + @@ -93710,7 +92679,7 @@ - + @@ -93718,7 +92687,7 @@ - + @@ -93749,7 +92718,7 @@ - + @@ -93759,7 +92728,7 @@ - + @@ -93791,7 +92760,7 @@ - + @@ -93830,7 +92799,7 @@ - + @@ -93870,7 +92839,7 @@ - + @@ -93908,7 +92877,7 @@ - + @@ -93973,7 +92942,7 @@ - + @@ -93981,7 +92950,7 @@ - + @@ -93993,7 +92962,9 @@ - + @@ -94015,7 +92986,7 @@ - + @@ -94023,7 +92994,7 @@ - + @@ -94054,7 +93025,7 @@ - + @@ -94064,7 +93035,7 @@ - + @@ -94103,7 +93074,7 @@ - + @@ -94142,7 +93113,7 @@ - + @@ -94207,7 +93178,7 @@ - + @@ -94215,7 +93186,7 @@ - + @@ -94227,7 +93198,9 @@ - + @@ -94249,7 +93222,7 @@ - + @@ -94257,7 +93230,7 @@ - + @@ -94288,7 +93261,7 @@ - + @@ -94333,7 +93306,7 @@ - + @@ -94371,7 +93344,7 @@ - + @@ -94407,7 +93380,7 @@ - + @@ -94415,7 +93388,7 @@ - + @@ -94423,7 +93396,7 @@ - + @@ -94484,7 +93457,7 @@ - + @@ -94492,7 +93465,7 @@ - + @@ -94504,7 +93477,9 @@ - + @@ -94526,7 +93501,7 @@ - + @@ -94534,7 +93509,7 @@ - + @@ -94569,7 +93544,7 @@ - + @@ -94586,7 +93561,9 @@ - + @@ -94604,7 +93581,7 @@ - + @@ -94652,7 +93629,7 @@ - + @@ -94691,7 +93668,7 @@ - + @@ -94722,7 +93699,7 @@ - + @@ -94757,7 +93734,7 @@ - + @@ -94767,7 +93744,7 @@ - + @@ -94804,7 +93781,7 @@ - + @@ -94848,7 +93825,7 @@ - + @@ -94884,7 +93861,7 @@ - + @@ -94925,7 +93902,7 @@ - + @@ -95033,6 +94010,2415 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -95048,14 +96434,14 @@ - + - + - + @@ -95099,7 +96485,7 @@ - + @@ -95149,7 +96535,7 @@ - + @@ -95175,7 +96561,7 @@ - + @@ -95202,7 +96588,7 @@ - + @@ -95246,7 +96632,7 @@ - + @@ -95303,7 +96689,7 @@ - + @@ -95311,7 +96697,7 @@ - + @@ -95323,7 +96709,9 @@ - + @@ -95344,7 +96732,7 @@ - + @@ -95352,7 +96740,7 @@ - + @@ -95366,7 +96754,11 @@ - + @@ -95384,7 +96776,7 @@ - + @@ -95419,7 +96811,7 @@ - + @@ -95458,7 +96850,7 @@ - + @@ -95494,7 +96886,7 @@ - + @@ -95520,7 +96912,7 @@ - + @@ -95550,7 +96942,7 @@ - + @@ -95575,7 +96967,7 @@ - + @@ -95609,7 +97001,7 @@ - + @@ -95623,7 +97015,7 @@ - + @@ -95656,7 +97048,7 @@ - + @@ -95694,7 +97086,7 @@ - + @@ -95733,7 +97125,7 @@ - + @@ -95770,7 +97162,7 @@ - + @@ -95804,7 +97196,7 @@ - + @@ -95836,7 +97228,7 @@ - + @@ -95871,7 +97263,7 @@ - + @@ -95902,7 +97294,7 @@ - + @@ -95944,7 +97336,7 @@ - + @@ -95981,7 +97373,7 @@ - + @@ -96009,7 +97401,7 @@ - + @@ -96043,7 +97435,7 @@ - + @@ -96078,7 +97470,7 @@ - + @@ -96113,7 +97505,7 @@ - + @@ -96147,7 +97539,7 @@ - + @@ -96184,7 +97576,7 @@ - + @@ -96213,7 +97605,7 @@ - + @@ -96238,7 +97630,7 @@ - + @@ -96267,7 +97659,7 @@ - + @@ -96298,7 +97690,7 @@ - + @@ -96324,7 +97716,7 @@ - + @@ -96350,7 +97742,7 @@ - + @@ -96403,7 +97795,7 @@ - + @@ -96411,7 +97803,7 @@ - + @@ -96423,7 +97815,9 @@ - + @@ -96445,7 +97839,7 @@ - + @@ -96453,7 +97847,7 @@ - + @@ -96483,7 +97877,7 @@ - + @@ -96517,7 +97911,7 @@ - + @@ -96550,7 +97944,7 @@ - + @@ -96583,7 +97977,7 @@ - + @@ -96616,7 +98010,7 @@ - + @@ -96649,7 +98043,7 @@ - + @@ -96674,7 +98068,7 @@ - + @@ -96727,7 +98121,7 @@ - + @@ -96735,7 +98129,7 @@ - + @@ -96747,7 +98141,9 @@ - + @@ -96769,7 +98165,7 @@ - + @@ -96777,7 +98173,7 @@ - + @@ -96807,7 +98203,7 @@ - + @@ -96846,7 +98242,7 @@ - + @@ -96871,7 +98267,7 @@ - + @@ -96897,7 +98293,7 @@ - + @@ -96954,7 +98350,7 @@ - + @@ -96962,7 +98358,7 @@ - + @@ -96974,7 +98370,9 @@ - + @@ -96996,7 +98394,7 @@ - + @@ -97004,7 +98402,7 @@ - + @@ -97034,7 +98432,7 @@ - + @@ -97059,7 +98457,7 @@ - + @@ -97088,7 +98486,7 @@ - + @@ -97117,7 +98515,7 @@ - + @@ -97146,7 +98544,7 @@ - + @@ -97156,7 +98554,7 @@ - + @@ -97179,7 +98577,7 @@ - + @@ -97205,7 +98603,7 @@ - + @@ -97230,7 +98628,7 @@ - + @@ -97255,7 +98653,7 @@ - + @@ -97264,7 +98662,9 @@ - + @@ -97287,7 +98687,7 @@ - + @@ -97324,7 +98724,7 @@ - + @@ -97350,7 +98750,7 @@ - + @@ -97403,7 +98803,7 @@ - + @@ -97411,7 +98811,7 @@ - + @@ -97423,7 +98823,9 @@ - + @@ -97445,7 +98847,7 @@ - + @@ -97453,7 +98855,7 @@ - + @@ -97484,7 +98886,7 @@ - + @@ -97494,7 +98896,7 @@ - + @@ -97518,7 +98920,7 @@ - + @@ -97543,7 +98945,7 @@ - + @@ -97568,7 +98970,7 @@ - + @@ -97594,7 +98996,7 @@ - + @@ -97647,7 +99049,7 @@ - + @@ -97655,7 +99057,7 @@ - + @@ -97667,7 +99069,9 @@ - + @@ -97689,7 +99093,7 @@ - + @@ -97697,7 +99101,7 @@ - + @@ -97727,7 +99131,7 @@ - + @@ -97752,7 +99156,7 @@ - + @@ -97762,7 +99166,7 @@ - + @@ -97788,7 +99192,7 @@ - + @@ -97828,7 +99232,7 @@ - + @@ -97853,7 +99257,7 @@ - + @@ -97906,7 +99310,7 @@ - + @@ -97914,7 +99318,7 @@ - + @@ -97926,7 +99330,9 @@ - + @@ -97948,7 +99354,7 @@ - + @@ -97956,7 +99362,7 @@ - + @@ -97986,7 +99392,7 @@ - + @@ -97996,7 +99402,7 @@ - + @@ -98019,7 +99425,7 @@ - + @@ -98052,7 +99458,7 @@ - + @@ -98085,7 +99491,7 @@ - + @@ -98095,7 +99501,7 @@ - + @@ -98118,7 +99524,7 @@ - + @@ -98128,7 +99534,7 @@ - + @@ -98151,7 +99557,7 @@ - + @@ -98161,7 +99567,7 @@ - + @@ -98184,7 +99590,7 @@ - + @@ -98194,7 +99600,7 @@ - + @@ -98217,7 +99623,7 @@ - + @@ -98227,7 +99633,7 @@ - + @@ -98257,7 +99663,7 @@ - + @@ -98288,7 +99694,7 @@ - + @@ -98314,7 +99720,7 @@ - + @@ -98367,7 +99773,7 @@ - + @@ -98375,7 +99781,7 @@ - + @@ -98387,7 +99793,9 @@ - + @@ -98409,7 +99817,7 @@ - + @@ -98417,7 +99825,7 @@ - + @@ -98448,7 +99856,7 @@ - + @@ -98474,7 +99882,7 @@ - + @@ -98497,7 +99905,7 @@ - + @@ -98614,14 +100022,14 @@ - + - + - + @@ -98665,7 +100073,7 @@ - + @@ -98715,7 +100123,7 @@ - + @@ -98741,7 +100149,7 @@ - + @@ -98768,7 +100176,7 @@ - + @@ -98812,7 +100220,7 @@ - + @@ -98869,7 +100277,7 @@ - + @@ -98877,7 +100285,7 @@ - + @@ -98889,7 +100297,9 @@ - + @@ -98910,7 +100320,7 @@ - + @@ -98918,7 +100328,7 @@ - + @@ -98932,7 +100342,11 @@ - + @@ -98950,7 +100364,7 @@ - + @@ -98985,7 +100399,7 @@ - + @@ -99023,7 +100437,7 @@ - + @@ -99059,7 +100473,7 @@ - + @@ -99085,7 +100499,7 @@ - + @@ -99114,7 +100528,7 @@ - + @@ -99139,7 +100553,7 @@ - + @@ -99173,7 +100587,7 @@ - + @@ -99187,7 +100601,7 @@ - + @@ -99220,7 +100634,7 @@ - + @@ -99258,7 +100672,7 @@ - + @@ -99297,7 +100711,7 @@ - + @@ -99332,7 +100746,7 @@ - + @@ -99366,7 +100780,7 @@ - + @@ -99396,7 +100810,7 @@ - + @@ -99427,7 +100841,7 @@ - + @@ -99457,7 +100871,7 @@ - + @@ -99498,7 +100912,7 @@ - + @@ -99535,7 +100949,7 @@ - + @@ -99563,7 +100977,7 @@ - + @@ -99597,7 +101011,7 @@ - + @@ -99632,7 +101046,7 @@ - + @@ -99667,7 +101081,7 @@ - + @@ -99701,7 +101115,7 @@ - + @@ -99738,7 +101152,7 @@ - + @@ -99767,7 +101181,7 @@ - + @@ -99792,7 +101206,7 @@ - + @@ -99821,7 +101235,7 @@ - + @@ -99852,7 +101266,7 @@ - + @@ -99878,7 +101292,7 @@ - + @@ -99904,7 +101318,7 @@ - + @@ -99957,7 +101371,7 @@ - + @@ -99965,7 +101379,7 @@ - + @@ -99977,7 +101391,9 @@ - + @@ -99999,7 +101415,7 @@ - + @@ -100007,7 +101423,7 @@ - + @@ -100037,7 +101453,7 @@ - + @@ -100071,7 +101487,7 @@ - + @@ -100104,7 +101520,7 @@ - + @@ -100137,7 +101553,7 @@ - + @@ -100170,7 +101586,7 @@ - + @@ -100203,7 +101619,7 @@ - + @@ -100228,7 +101644,7 @@ - + @@ -100281,7 +101697,7 @@ - + @@ -100289,7 +101705,7 @@ - + @@ -100301,7 +101717,9 @@ - + @@ -100323,7 +101741,7 @@ - + @@ -100331,7 +101749,7 @@ - + @@ -100361,7 +101779,7 @@ - + @@ -100400,7 +101818,7 @@ - + @@ -100425,7 +101843,7 @@ - + @@ -100451,7 +101869,7 @@ - + @@ -100508,7 +101926,7 @@ - + @@ -100516,7 +101934,7 @@ - + @@ -100528,7 +101946,9 @@ - + @@ -100550,7 +101970,7 @@ - + @@ -100558,7 +101978,7 @@ - + @@ -100588,7 +102008,7 @@ - + @@ -100613,7 +102033,7 @@ - + @@ -100642,7 +102062,7 @@ - + @@ -100671,7 +102091,7 @@ - + @@ -100700,7 +102120,7 @@ - + @@ -100710,7 +102130,7 @@ - + @@ -100733,7 +102153,7 @@ - + @@ -100759,7 +102179,7 @@ - + @@ -100784,7 +102204,7 @@ - + @@ -100809,7 +102229,7 @@ - + @@ -100818,7 +102238,9 @@ - + @@ -100841,7 +102263,7 @@ - + @@ -100878,7 +102300,7 @@ - + @@ -100904,7 +102326,7 @@ - + @@ -100957,7 +102379,7 @@ - + @@ -100965,7 +102387,7 @@ - + @@ -100977,7 +102399,9 @@ - + @@ -100999,7 +102423,7 @@ - + @@ -101007,7 +102431,7 @@ - + @@ -101038,7 +102462,7 @@ - + @@ -101048,7 +102472,7 @@ - + @@ -101072,7 +102496,7 @@ - + @@ -101097,7 +102521,7 @@ - + @@ -101122,7 +102546,7 @@ - + @@ -101148,7 +102572,7 @@ - + @@ -101201,7 +102625,7 @@ - + @@ -101209,7 +102633,7 @@ - + @@ -101221,7 +102645,9 @@ - + @@ -101243,7 +102669,7 @@ - + @@ -101251,7 +102677,7 @@ - + @@ -101281,7 +102707,7 @@ - + @@ -101306,7 +102732,7 @@ - + @@ -101316,7 +102742,7 @@ - + @@ -101342,7 +102768,7 @@ - + @@ -101382,7 +102808,7 @@ - + @@ -101407,7 +102833,7 @@ - + @@ -101460,7 +102886,7 @@ - + @@ -101468,7 +102894,7 @@ - + @@ -101480,7 +102906,9 @@ - + @@ -101502,7 +102930,7 @@ - + @@ -101510,7 +102938,7 @@ - + @@ -101540,7 +102968,7 @@ - + @@ -101550,7 +102978,7 @@ - + @@ -101573,7 +103001,7 @@ - + @@ -101606,7 +103034,7 @@ - + @@ -101639,7 +103067,7 @@ - + @@ -101649,7 +103077,7 @@ - + @@ -101672,7 +103100,7 @@ - + @@ -101682,7 +103110,7 @@ - + @@ -101705,7 +103133,7 @@ - + @@ -101715,7 +103143,7 @@ - + @@ -101738,7 +103166,7 @@ - + @@ -101748,7 +103176,7 @@ - + @@ -101771,7 +103199,7 @@ - + @@ -101781,7 +103209,7 @@ - + @@ -101811,7 +103239,7 @@ - + @@ -101842,7 +103270,7 @@ - + @@ -101868,7 +103296,7 @@ - + @@ -101921,7 +103349,7 @@ - + @@ -101929,7 +103357,7 @@ - + @@ -101941,7 +103369,9 @@ - + @@ -101963,7 +103393,7 @@ - + @@ -101971,7 +103401,7 @@ - + @@ -102002,7 +103432,7 @@ - + @@ -102028,7 +103458,7 @@ - + @@ -102051,7 +103481,7 @@ - + @@ -102095,14 +103525,14 @@ - + - + - + @@ -102146,7 +103576,7 @@ - + @@ -102196,7 +103626,7 @@ - + @@ -102222,7 +103652,7 @@ - + @@ -102249,7 +103679,7 @@ - + @@ -102293,7 +103723,7 @@ - + @@ -102355,7 +103785,7 @@ - + @@ -102363,7 +103793,7 @@ - + @@ -102390,7 +103820,7 @@ - + @@ -102398,14 +103828,16 @@ - + - + @@ -102426,7 +103858,7 @@ - + @@ -102434,7 +103866,7 @@ - + @@ -102448,7 +103880,11 @@ - + @@ -102466,7 +103902,7 @@ - + @@ -102501,7 +103937,7 @@ - + @@ -102539,7 +103975,7 @@ - + @@ -102575,7 +104011,7 @@ - + @@ -102601,7 +104037,7 @@ - + @@ -102630,7 +104066,7 @@ - + @@ -102655,7 +104091,7 @@ - + @@ -102689,7 +104125,7 @@ - + @@ -102703,7 +104139,7 @@ - + @@ -102736,7 +104172,7 @@ - + @@ -102774,7 +104210,7 @@ - + @@ -102813,7 +104249,7 @@ - + @@ -102848,7 +104284,7 @@ - + @@ -102882,7 +104318,7 @@ - + @@ -102912,7 +104348,7 @@ - + @@ -102943,7 +104379,7 @@ - + @@ -102973,7 +104409,7 @@ - + @@ -103014,7 +104450,7 @@ - + @@ -103051,7 +104487,7 @@ - + @@ -103079,7 +104515,7 @@ - + @@ -103113,7 +104549,7 @@ - + @@ -103148,7 +104584,7 @@ - + @@ -103183,7 +104619,7 @@ - + @@ -103217,7 +104653,7 @@ - + @@ -103254,7 +104690,7 @@ - + @@ -103283,7 +104719,7 @@ - + @@ -103308,7 +104744,7 @@ - + @@ -103337,7 +104773,7 @@ - + @@ -103368,7 +104804,7 @@ - + @@ -103394,7 +104830,7 @@ - + @@ -103420,7 +104856,7 @@ - + @@ -103473,7 +104909,7 @@ - + @@ -103481,7 +104917,7 @@ - + @@ -103493,7 +104929,9 @@ - + @@ -103515,7 +104953,7 @@ - + @@ -103523,7 +104961,7 @@ - + @@ -103553,7 +104991,7 @@ - + @@ -103587,7 +105025,7 @@ - + @@ -103620,7 +105058,7 @@ - + @@ -103653,7 +105091,7 @@ - + @@ -103686,7 +105124,7 @@ - + @@ -103719,7 +105157,7 @@ - + @@ -103744,7 +105182,7 @@ - + @@ -103797,7 +105235,7 @@ - + @@ -103805,7 +105243,7 @@ - + @@ -103817,7 +105255,9 @@ - + @@ -103839,7 +105279,7 @@ - + @@ -103847,7 +105287,7 @@ - + @@ -103877,7 +105317,7 @@ - + @@ -103916,7 +105356,7 @@ - + @@ -103941,7 +105381,7 @@ - + @@ -103967,7 +105407,7 @@ - + @@ -104024,7 +105464,7 @@ - + @@ -104032,7 +105472,7 @@ - + @@ -104044,7 +105484,9 @@ - + @@ -104066,7 +105508,7 @@ - + @@ -104074,7 +105516,7 @@ - + @@ -104104,7 +105546,7 @@ - + @@ -104129,7 +105571,7 @@ - + @@ -104159,7 +105601,7 @@ - + @@ -104189,7 +105631,7 @@ - + @@ -104218,7 +105660,7 @@ - + @@ -104229,7 +105671,7 @@ - + @@ -104252,7 +105694,7 @@ - + @@ -104278,7 +105720,7 @@ - + @@ -104303,7 +105745,7 @@ - + @@ -104328,7 +105770,7 @@ - + @@ -104337,7 +105779,9 @@ - + @@ -104360,7 +105804,7 @@ - + @@ -104397,7 +105841,7 @@ - + @@ -104424,7 +105868,7 @@ - + @@ -104478,7 +105922,7 @@ - + @@ -104486,7 +105930,7 @@ - + @@ -104498,7 +105942,9 @@ - + @@ -104520,7 +105966,7 @@ - + @@ -104528,7 +105974,7 @@ - + @@ -104559,7 +106005,7 @@ - + @@ -104569,7 +106015,7 @@ - + @@ -104593,7 +106039,7 @@ - + @@ -104618,7 +106064,7 @@ - + @@ -104643,7 +106089,7 @@ - + @@ -104669,7 +106115,7 @@ - + @@ -104722,7 +106168,7 @@ - + @@ -104730,7 +106176,7 @@ - + @@ -104742,7 +106188,9 @@ - + @@ -104764,7 +106212,7 @@ - + @@ -104772,7 +106220,7 @@ - + @@ -104802,7 +106250,7 @@ - + @@ -104827,7 +106275,7 @@ - + @@ -104837,7 +106285,7 @@ - + @@ -104863,7 +106311,7 @@ - + @@ -104903,7 +106351,7 @@ - + @@ -104929,7 +106377,7 @@ - + @@ -104983,7 +106431,7 @@ - + @@ -104991,7 +106439,7 @@ - + @@ -105003,7 +106451,9 @@ - + @@ -105025,7 +106475,7 @@ - + @@ -105033,7 +106483,7 @@ - + @@ -105063,7 +106513,7 @@ - + @@ -105073,7 +106523,7 @@ - + @@ -105096,7 +106546,7 @@ - + @@ -105129,7 +106579,7 @@ - + @@ -105163,7 +106613,7 @@ - + @@ -105173,7 +106623,7 @@ - + @@ -105196,7 +106646,7 @@ - + @@ -105207,7 +106657,7 @@ - + @@ -105230,7 +106680,7 @@ - + @@ -105240,7 +106690,7 @@ - + @@ -105263,7 +106713,7 @@ - + @@ -105273,7 +106723,7 @@ - + @@ -105296,7 +106746,7 @@ - + @@ -105306,7 +106756,7 @@ - + @@ -105336,7 +106786,7 @@ - + @@ -105368,7 +106818,7 @@ - + @@ -105394,7 +106844,7 @@ - + @@ -105447,7 +106897,7 @@ - + @@ -105455,7 +106905,7 @@ - + @@ -105467,7 +106917,9 @@ - + @@ -105489,7 +106941,7 @@ - + @@ -105497,7 +106949,7 @@ - + @@ -105528,7 +106980,7 @@ - + @@ -105554,7 +107006,7 @@ - + @@ -105577,7 +107029,7 @@ - + @@ -105664,7 +107116,7 @@ - + @@ -105677,7 +107129,7 @@ - + @@ -105726,7 +107178,7 @@ - + @@ -105734,7 +107186,7 @@ - + @@ -105742,7 +107194,7 @@ - + @@ -105750,7 +107202,7 @@ - + @@ -105758,7 +107210,7 @@ - + @@ -105766,7 +107218,7 @@ - + @@ -105774,7 +107226,7 @@ - + @@ -105782,7 +107234,7 @@ - + @@ -105790,7 +107242,7 @@ - + @@ -105798,7 +107250,7 @@ - + @@ -105806,7 +107258,7 @@ - + @@ -105814,7 +107266,7 @@ - + @@ -105822,7 +107274,7 @@ - + @@ -105830,7 +107282,7 @@ - + @@ -105838,7 +107290,7 @@ - + @@ -105918,7 +107370,7 @@ - + @@ -105926,7 +107378,7 @@ - + @@ -105958,7 +107410,7 @@ - + @@ -105966,7 +107418,7 @@ - + @@ -105998,7 +107450,7 @@ - + @@ -106006,7 +107458,7 @@ - + @@ -106022,7 +107474,9 @@ - + @@ -106044,7 +107498,7 @@ - + @@ -106052,7 +107506,7 @@ - + @@ -106082,7 +107536,7 @@ - + @@ -106120,7 +107574,7 @@ - + @@ -106130,7 +107584,7 @@ - + @@ -106167,7 +107621,7 @@ - + @@ -106209,7 +107663,7 @@ - + @@ -106250,7 +107704,7 @@ - + @@ -106285,7 +107739,7 @@ - + @@ -106335,7 +107789,7 @@ - + @@ -106343,7 +107797,7 @@ - + @@ -106412,7 +107866,7 @@ - + @@ -106420,7 +107874,7 @@ - + @@ -106450,7 +107904,7 @@ - + @@ -106519,7 +107973,7 @@ - + @@ -106527,7 +107981,7 @@ - + @@ -106556,7 +108010,7 @@ - + @@ -106566,7 +108020,7 @@ - + @@ -106594,7 +108048,7 @@ - + @@ -106632,7 +108086,7 @@ - + @@ -106663,7 +108117,7 @@ - + @@ -106697,7 +108151,7 @@ - + @@ -106707,7 +108161,7 @@ - + @@ -106742,7 +108196,7 @@ - + @@ -106781,7 +108235,7 @@ - + @@ -106826,7 +108280,7 @@ - + @@ -106871,7 +108325,7 @@ - + @@ -106910,7 +108364,7 @@ - + @@ -106952,7 +108406,7 @@ - + @@ -106987,6 +108441,7 @@ + @@ -106994,7 +108449,7 @@ - + @@ -107032,7 +108487,7 @@ - + @@ -107101,7 +108556,7 @@ - + @@ -107109,7 +108564,7 @@ - + @@ -107138,7 +108593,7 @@ - + @@ -107172,7 +108627,7 @@ - + @@ -107206,7 +108661,7 @@ - + @@ -107241,7 +108696,7 @@ - + @@ -107275,7 +108730,7 @@ - + @@ -107283,7 +108738,7 @@ - + @@ -107291,7 +108746,7 @@ - + @@ -107372,7 +108827,7 @@ - + @@ -107380,7 +108835,7 @@ - + @@ -107410,7 +108865,7 @@ - + @@ -107462,7 +108917,7 @@ - + @@ -107497,7 +108952,7 @@ - + @@ -107532,7 +108987,7 @@ - + @@ -107542,7 +108997,7 @@ - + @@ -107574,7 +109029,7 @@ - + @@ -107584,7 +109039,7 @@ - + @@ -107595,7 +109050,10 @@ - + @@ -107763,7 +109221,7 @@ - + @@ -107779,7 +109237,8 @@ - + @@ -107797,7 +109256,7 @@ - + @@ -107827,7 +109286,7 @@ - + @@ -108010,7 +109469,7 @@ - + @@ -108026,7 +109485,17 @@ - + @@ -108197,7 +109666,7 @@ - + @@ -108227,7 +109696,7 @@ - + @@ -108292,7 +109761,7 @@ - + @@ -108300,7 +109769,7 @@ - + @@ -108332,7 +109801,7 @@ - + @@ -108511,7 +109980,7 @@ - + @@ -108576,7 +110045,7 @@ - + @@ -108633,7 +110102,7 @@ - + @@ -108663,7 +110132,7 @@ - + @@ -108700,7 +110169,7 @@ - + @@ -108730,6 +110199,7 @@ + @@ -108737,7 +110207,7 @@ - + @@ -108806,7 +110276,7 @@ - + @@ -108814,7 +110284,7 @@ - + @@ -108844,7 +110314,7 @@ - + @@ -108874,7 +110344,7 @@ - + @@ -108904,7 +110374,7 @@ - + @@ -108914,7 +110384,7 @@ - + @@ -108945,7 +110415,7 @@ - + @@ -108976,7 +110446,7 @@ - + @@ -109010,7 +110480,7 @@ - + @@ -109041,7 +110511,7 @@ - + @@ -109073,7 +110543,7 @@ - + @@ -109109,7 +110579,7 @@ - + @@ -109142,7 +110612,7 @@ - + @@ -109174,7 +110644,7 @@ - + @@ -109212,6 +110682,7 @@ + @@ -109219,7 +110690,7 @@ - + @@ -109296,7 +110767,7 @@ - + @@ -109304,7 +110775,7 @@ - + @@ -109336,7 +110807,7 @@ - + @@ -109349,7 +110820,7 @@ - + @@ -109387,7 +110858,7 @@ - + @@ -109423,7 +110894,7 @@ - + @@ -109466,7 +110937,7 @@ - + @@ -109539,7 +111010,7 @@ - + @@ -109547,7 +111018,7 @@ - + @@ -109576,7 +111047,7 @@ - + @@ -109606,7 +111077,7 @@ - + @@ -109619,7 +111090,7 @@ - + @@ -109647,7 +111118,7 @@ - + @@ -109680,7 +111151,7 @@ - + @@ -109793,7 +111264,7 @@ - + @@ -109806,7 +111277,7 @@ - + @@ -109861,7 +111332,7 @@ - + @@ -109869,7 +111340,7 @@ - + @@ -109877,7 +111348,7 @@ - + @@ -109885,7 +111356,7 @@ - + @@ -109899,7 +111370,7 @@ - + @@ -109961,7 +111432,7 @@ - + @@ -109987,7 +111458,7 @@ - + @@ -110014,7 +111485,7 @@ - + @@ -110058,7 +111529,7 @@ - + @@ -110115,7 +111586,7 @@ - + @@ -110123,7 +111594,7 @@ - + @@ -110135,7 +111606,9 @@ - + @@ -110156,7 +111629,7 @@ - + @@ -110164,7 +111637,7 @@ - + @@ -110195,7 +111668,7 @@ - + @@ -110250,7 +111723,7 @@ - + @@ -110297,7 +111770,7 @@ - + @@ -110308,7 +111781,7 @@ - + @@ -110344,7 +111817,7 @@ - + @@ -110354,7 +111827,7 @@ - + @@ -110386,7 +111859,7 @@ - + @@ -110433,7 +111906,7 @@ - + @@ -110462,8 +111935,9 @@ - + + @@ -110472,7 +111946,7 @@ - + @@ -110480,7 +111954,7 @@ - + @@ -110488,58 +111962,21 @@ - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -110564,7 +112001,7 @@ - + @@ -110587,7 +112024,8 @@ - + @@ -110606,7 +112044,9 @@ - + @@ -110625,7 +112065,7 @@ - + @@ -110703,7 +112143,7 @@ - + @@ -110711,7 +112151,7 @@ - + @@ -110723,7 +112163,9 @@ - + @@ -110745,7 +112187,7 @@ - + @@ -110753,7 +112195,7 @@ - + @@ -110784,7 +112226,7 @@ - + @@ -110843,7 +112285,7 @@ - + @@ -110906,7 +112348,7 @@ - + @@ -110957,7 +112399,7 @@ - + @@ -110999,7 +112441,7 @@ - + @@ -111042,7 +112484,7 @@ - + @@ -111081,7 +112523,7 @@ - + @@ -111096,7 +112538,10 @@ - + @@ -111129,7 +112574,7 @@ - + @@ -111172,7 +112617,7 @@ - + @@ -111217,7 +112662,7 @@ - + @@ -111279,7 +112724,7 @@ - + @@ -111287,7 +112732,7 @@ - + @@ -111299,7 +112744,9 @@ - + @@ -111321,7 +112768,7 @@ - + @@ -111329,7 +112776,7 @@ - + @@ -111361,7 +112808,7 @@ - + @@ -111404,7 +112851,7 @@ - + @@ -111415,7 +112862,7 @@ - + @@ -111452,7 +112899,7 @@ - + @@ -111471,7 +112918,9 @@ - + @@ -111500,7 +112949,7 @@ - + @@ -111566,7 +113015,7 @@ - + @@ -111574,7 +113023,7 @@ - + @@ -111586,7 +113035,9 @@ - + @@ -111608,7 +113059,7 @@ - + @@ -111616,7 +113067,7 @@ - + @@ -111647,7 +113098,7 @@ - + @@ -111693,7 +113144,7 @@ - + @@ -111732,7 +113183,7 @@ - + @@ -111781,7 +113232,7 @@ - + @@ -111789,7 +113240,7 @@ - + @@ -111863,7 +113314,7 @@ - + @@ -111871,7 +113322,7 @@ - + @@ -111883,7 +113334,9 @@ - + @@ -111905,7 +113358,7 @@ - + @@ -111913,7 +113366,7 @@ - + @@ -111944,7 +113397,7 @@ - + @@ -111988,7 +113441,7 @@ - + @@ -112043,7 +113496,7 @@ - + @@ -112095,7 +113548,7 @@ - + @@ -112151,7 +113604,7 @@ - + @@ -112203,7 +113656,7 @@ - + @@ -112247,7 +113700,7 @@ - + @@ -112285,7 +113738,7 @@ - + @@ -112350,7 +113803,7 @@ - + @@ -112358,7 +113811,7 @@ - + @@ -112370,7 +113823,9 @@ - + @@ -112392,7 +113847,7 @@ - + @@ -112400,7 +113855,7 @@ - + @@ -112430,7 +113885,7 @@ - + @@ -112472,7 +113927,7 @@ - + @@ -112612,7 +114067,7 @@ - + @@ -112625,7 +114080,7 @@ - + @@ -112678,7 +114133,7 @@ - + @@ -112686,7 +114141,7 @@ - + @@ -112694,7 +114149,7 @@ - + @@ -112702,7 +114157,7 @@ - + @@ -112716,7 +114171,7 @@ - + @@ -112778,7 +114233,7 @@ - + @@ -112804,7 +114259,7 @@ - + @@ -112831,7 +114286,7 @@ - + @@ -112875,7 +114330,7 @@ - + @@ -112932,7 +114387,7 @@ - + @@ -112940,7 +114395,7 @@ - + @@ -112952,7 +114407,9 @@ - + @@ -112973,7 +114430,7 @@ - + @@ -112981,7 +114438,7 @@ - + @@ -113013,7 +114470,7 @@ - + @@ -113059,7 +114516,7 @@ - + @@ -113102,7 +114559,7 @@ - + @@ -113145,7 +114602,7 @@ - + @@ -113180,7 +114637,7 @@ - + @@ -113226,7 +114683,7 @@ - + @@ -113280,7 +114737,7 @@ - + @@ -113332,7 +114789,7 @@ - + @@ -113406,7 +114863,7 @@ - + @@ -113414,7 +114871,7 @@ - + @@ -113426,7 +114883,9 @@ - + @@ -113448,7 +114907,7 @@ - + @@ -113456,7 +114915,7 @@ - + @@ -113488,7 +114947,7 @@ - + @@ -113539,7 +114998,7 @@ - + @@ -113587,7 +115046,7 @@ - + @@ -113632,7 +115091,7 @@ - + @@ -113662,7 +115121,7 @@ - + @@ -113727,7 +115186,7 @@ - + @@ -113735,7 +115194,7 @@ - + @@ -113747,7 +115206,9 @@ - + @@ -113769,7 +115230,7 @@ - + @@ -113777,7 +115238,7 @@ - + @@ -113807,7 +115268,7 @@ - + @@ -113817,7 +115278,7 @@ - + @@ -113854,7 +115315,7 @@ - + @@ -113890,7 +115351,7 @@ - + @@ -113919,7 +115380,7 @@ - + diff --git a/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/profile/profiles-resources.xml b/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/profile/profiles-resources.xml index 72d8c6ec7c4..97a718abbce 100644 --- a/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/profile/profiles-resources.xml +++ b/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/profile/profiles-resources.xml @@ -1,7 +1,7 @@ - + @@ -10,14 +10,14 @@ - + - + - + @@ -30,7 +30,7 @@ - + @@ -1362,7 +1362,7 @@ - + @@ -1980,6 +1980,7 @@ + @@ -2403,6 +2404,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2876,7 +2972,7 @@ - + @@ -4174,6 +4270,7 @@ + @@ -4210,6 +4307,12 @@ + + + + + + @@ -4817,9 +4920,11 @@ + + @@ -4852,14 +4957,13 @@ + - - @@ -4920,18 +5024,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -4957,22 +5109,16 @@ - - - - + + + + - - - - - - - - - - + + + + @@ -5025,6 +5171,7 @@ + @@ -5323,7 +5470,6 @@ - @@ -5345,7 +5491,7 @@ - + @@ -6683,6 +6829,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8597,7 +8850,6 @@ - @@ -9413,7 +9665,12 @@ - + @@ -9812,11 +10069,6 @@ - - - - - @@ -9916,6 +10168,7 @@ + @@ -9964,13 +10217,13 @@ - + - - + + @@ -9978,6 +10231,12 @@ + + + + + + @@ -10212,7 +10471,7 @@ - + @@ -10248,7 +10507,7 @@ - + @@ -10612,6 +10871,12 @@ + + + + + + @@ -10630,12 +10895,30 @@ + + + + + + + + + + + + + + + + + + @@ -11260,24 +11543,30 @@ + + + + + + - - - - - - + + + + + + @@ -11308,12 +11597,6 @@ - - - - - - @@ -11441,6 +11724,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -11808,6 +12144,12 @@ + + + + + + @@ -12184,13 +12526,13 @@ + - @@ -12463,12 +12805,24 @@ + + + + + + + + + + + + @@ -12563,6 +12917,7 @@ + @@ -12992,6 +13347,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -13441,7 +13843,9 @@ + + @@ -13517,12 +13921,12 @@ + - @@ -13778,12 +14182,12 @@ + - @@ -14457,19 +14861,19 @@ - + - + - + @@ -14493,7 +14897,7 @@ - + @@ -15894,6 +16298,12 @@ + + + + + + @@ -16310,6 +16720,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -16356,7 +16903,6 @@ - @@ -16461,6 +17007,24 @@ + + + + + + + + + + + + + + + + + + @@ -17041,6 +17605,12 @@ + + + + + + @@ -17336,102 +17906,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -18455,14 +18929,14 @@ - + - + - + @@ -18475,7 +18949,7 @@ - + @@ -18503,14 +18977,14 @@ - + - + - + @@ -18587,6 +19061,9 @@ + + + @@ -18662,14 +19139,12 @@ - - @@ -18706,6 +19181,9 @@ + + + @@ -18831,6 +19309,9 @@ + + + @@ -18863,6 +19344,9 @@ + + + @@ -18940,6 +19424,12 @@ + + + + + + @@ -18980,9 +19470,6 @@ - - - @@ -19001,14 +19488,14 @@ - + - + - + @@ -19081,6 +19568,9 @@ + + + @@ -19191,6 +19681,9 @@ + + + @@ -19312,6 +19805,9 @@ + + + @@ -19343,6 +19839,9 @@ + + + @@ -19416,6 +19915,12 @@ + + + + + + @@ -19455,9 +19960,6 @@ - - - @@ -19477,14 +19979,14 @@ - + - + - + @@ -19571,6 +20073,9 @@ + + + @@ -19625,7 +20130,7 @@ - + @@ -19706,6 +20211,9 @@ + + + @@ -19848,6 +20356,9 @@ + + + @@ -19881,6 +20392,9 @@ + + + @@ -19965,6 +20479,12 @@ + + + + + + @@ -20006,9 +20526,6 @@ - - - @@ -20028,14 +20545,14 @@ - + - + - + @@ -20118,6 +20635,9 @@ + + + @@ -20248,6 +20768,9 @@ + + + @@ -20383,6 +20906,9 @@ + + + @@ -20417,6 +20943,9 @@ + + + @@ -20501,6 +21030,12 @@ + + + + + + @@ -20543,9 +21078,6 @@ - - - @@ -20565,14 +21097,14 @@ - + - + - + @@ -20652,6 +21184,9 @@ + + + @@ -20766,6 +21301,9 @@ + + + @@ -20885,6 +21423,9 @@ + + + @@ -20917,6 +21458,9 @@ + + + @@ -20995,6 +21539,12 @@ + + + + + + @@ -21035,9 +21585,6 @@ - - - @@ -21056,7 +21603,7 @@ - + @@ -21065,11 +21612,11 @@ - + - + @@ -21189,7 +21736,7 @@ - + @@ -21198,11 +21745,11 @@ - + - + @@ -21238,7 +21785,7 @@ - + @@ -21247,11 +21794,11 @@ - + - + @@ -21265,7 +21812,11 @@ - + @@ -21327,7 +21878,7 @@ - + @@ -21336,11 +21887,11 @@ - + - + @@ -21354,7 +21905,15 @@ - + @@ -21400,7 +21959,7 @@ - + @@ -21409,11 +21968,11 @@ - + - + @@ -21464,7 +22023,7 @@ - + @@ -21473,11 +22032,11 @@ - + - + @@ -21520,7 +22079,7 @@ - + @@ -21529,11 +22088,11 @@ - + - + @@ -21547,7 +22106,11 @@ - + @@ -21609,7 +22172,7 @@ - + @@ -21618,11 +22181,11 @@ - + - + @@ -21636,7 +22199,15 @@ - + @@ -21682,7 +22253,7 @@ - + @@ -21691,11 +22262,11 @@ - + - + @@ -21746,7 +22317,7 @@ - + @@ -21755,11 +22326,11 @@ - + - + @@ -21802,7 +22373,7 @@ - + @@ -21811,11 +22382,11 @@ - + - + @@ -21869,7 +22440,7 @@ - + @@ -21878,11 +22449,11 @@ - + - + @@ -21925,7 +22496,7 @@ - + @@ -21934,11 +22505,11 @@ - + - + @@ -21950,7 +22521,22 @@ - + @@ -22184,7 +22770,7 @@ - + @@ -22196,11 +22782,11 @@ - + - + @@ -22212,7 +22798,9 @@ - + @@ -22443,7 +23031,7 @@ - + @@ -22452,14 +23040,14 @@ - + - + - + @@ -22471,7 +23059,9 @@ - + @@ -22534,7 +23124,7 @@ - + @@ -22546,7 +23136,7 @@ - + @@ -22555,14 +23145,14 @@ - + - + - + @@ -22574,7 +23164,9 @@ - + @@ -22649,7 +23241,9 @@ - + @@ -22693,7 +23287,7 @@ - + @@ -22702,11 +23296,11 @@ - + - + @@ -22730,7 +23324,13 @@ - + @@ -22758,7 +23358,7 @@ - + @@ -22767,11 +23367,11 @@ - + - + @@ -22818,7 +23418,7 @@ - + @@ -22830,7 +23430,7 @@ - + @@ -22839,11 +23439,11 @@ - + - + @@ -22855,7 +23455,11 @@ - + @@ -23059,7 +23663,7 @@ - + @@ -23068,11 +23672,11 @@ - + - + @@ -23115,7 +23719,7 @@ - + @@ -23124,11 +23728,11 @@ - + - + @@ -23140,9 +23744,20 @@ - + - + @@ -23188,7 +23803,7 @@ - + @@ -23197,11 +23812,11 @@ - + - + @@ -23215,7 +23830,18 @@ - + @@ -23277,7 +23903,7 @@ - + @@ -23286,11 +23912,11 @@ - + - + @@ -23334,7 +23960,7 @@ - + @@ -23343,11 +23969,11 @@ - + - + @@ -23391,7 +24017,7 @@ - + @@ -23400,11 +24026,11 @@ - + - + @@ -23473,7 +24099,7 @@ - + @@ -23482,11 +24108,11 @@ - + - + @@ -23581,7 +24207,7 @@ - + @@ -23590,11 +24216,11 @@ - + - + @@ -23646,7 +24272,7 @@ - + @@ -23655,11 +24281,11 @@ - + - + @@ -23754,7 +24380,7 @@ - + @@ -23763,11 +24389,11 @@ - + - + @@ -23811,7 +24437,7 @@ - + @@ -23820,11 +24446,11 @@ - + - + @@ -23838,7 +24464,16 @@ - + @@ -23876,7 +24511,7 @@ - + @@ -23885,11 +24520,11 @@ - + - + @@ -23901,9 +24536,48 @@ - + - + @@ -23949,7 +24623,7 @@ - + @@ -23958,11 +24632,11 @@ - + - + @@ -23974,9 +24648,18 @@ - + - + @@ -23997,7 +24680,7 @@ - + @@ -24017,7 +24700,7 @@ - + @@ -24026,11 +24709,11 @@ - + - + @@ -24042,9 +24725,44 @@ - + - + @@ -24074,7 +24792,7 @@ - + @@ -24083,11 +24801,11 @@ - + - + @@ -24099,9 +24817,30 @@ - + - + @@ -24119,7 +24858,7 @@ - + @@ -24203,7 +24942,7 @@ - + @@ -24212,11 +24951,11 @@ - + - + @@ -24228,9 +24967,22 @@ - + - + @@ -24292,7 +25044,7 @@ - + @@ -24301,11 +25053,11 @@ - + - + @@ -24317,7 +25069,9 @@ - + @@ -24365,7 +25119,7 @@ - + @@ -24374,11 +25128,11 @@ - + - + @@ -24498,7 +25252,7 @@ - + @@ -24507,11 +25261,11 @@ - + - + @@ -24547,7 +25301,7 @@ - + @@ -24556,11 +25310,11 @@ - + - + @@ -24574,7 +25328,21 @@ - + @@ -24604,7 +25372,7 @@ - + @@ -24613,11 +25381,11 @@ - + - + @@ -24660,7 +25428,7 @@ - + @@ -24669,11 +25437,11 @@ - + - + @@ -24685,7 +25453,9 @@ - + @@ -24715,7 +25485,7 @@ - + @@ -24724,11 +25494,11 @@ - + - + @@ -24740,7 +25510,11 @@ - + @@ -24764,7 +25538,7 @@ - + @@ -24773,11 +25547,11 @@ - + - + @@ -24820,7 +25594,7 @@ - + @@ -24829,11 +25603,11 @@ - + - + @@ -24876,7 +25650,7 @@ - + @@ -24888,11 +25662,11 @@ - + - + @@ -24904,9 +25678,24 @@ - + - + @@ -24928,7 +25717,7 @@ - + @@ -24956,20 +25745,20 @@ - + - + - + - + @@ -25071,7 +25860,7 @@ - + @@ -25080,11 +25869,11 @@ - + - + @@ -25096,7 +25885,11 @@ - + @@ -25155,7 +25948,7 @@ - + @@ -25164,11 +25957,11 @@ - + - + @@ -25180,7 +25973,9 @@ - + @@ -25220,7 +26015,7 @@ - + @@ -25229,11 +26024,11 @@ - + - + @@ -25285,7 +26080,7 @@ - + @@ -25297,11 +26092,11 @@ - + - + @@ -25313,9 +26108,21 @@ - + - + @@ -25357,7 +26164,12 @@ - + @@ -25365,7 +26177,14 @@ - + @@ -25513,7 +26332,7 @@ - + @@ -25525,11 +26344,11 @@ - + - + @@ -25541,7 +26360,9 @@ - + @@ -25641,7 +26462,9 @@ - + @@ -25685,7 +26508,7 @@ - + @@ -25700,10 +26523,10 @@ - + - + @@ -25718,7 +26541,7 @@ - + @@ -25794,7 +26617,7 @@ - + @@ -25820,7 +26643,7 @@ - + @@ -25847,7 +26670,7 @@ - + @@ -25955,7 +26778,7 @@ - + @@ -25973,10 +26796,10 @@ - + - + @@ -25991,7 +26814,7 @@ - + @@ -26027,7 +26850,7 @@ - + @@ -26035,7 +26858,7 @@ - + @@ -26043,7 +26866,7 @@ - + @@ -26051,7 +26874,7 @@ - + @@ -26065,7 +26888,7 @@ - + @@ -26120,7 +26943,7 @@ - + @@ -26146,7 +26969,7 @@ - + @@ -26173,7 +26996,7 @@ - + @@ -26217,7 +27040,7 @@ - + @@ -26274,7 +27097,7 @@ - + @@ -26282,7 +27105,7 @@ - + @@ -26294,7 +27117,9 @@ - + @@ -26315,7 +27140,7 @@ - + @@ -26323,7 +27148,7 @@ - + @@ -26353,7 +27178,7 @@ - + @@ -26387,7 +27212,7 @@ - + @@ -26398,7 +27223,7 @@ - + @@ -26429,7 +27254,7 @@ - + @@ -26471,7 +27296,7 @@ - + @@ -26513,7 +27338,7 @@ - + @@ -26551,7 +27376,7 @@ - + @@ -26571,7 +27396,10 @@ - + @@ -26588,7 +27416,7 @@ - + @@ -26646,7 +27474,7 @@ - + @@ -26654,7 +27482,7 @@ - + @@ -26666,7 +27494,9 @@ - + @@ -26688,7 +27518,7 @@ - + @@ -26696,7 +27526,7 @@ - + @@ -26709,7 +27539,9 @@ - + @@ -26727,7 +27559,7 @@ - + @@ -26758,7 +27590,7 @@ - + @@ -26788,7 +27620,7 @@ - + @@ -26817,7 +27649,7 @@ - + @@ -26849,7 +27681,7 @@ - + @@ -26907,7 +27739,7 @@ - + @@ -26915,7 +27747,7 @@ - + @@ -26927,7 +27759,9 @@ - + @@ -26949,7 +27783,7 @@ - + @@ -26957,7 +27791,7 @@ - + @@ -26990,7 +27824,7 @@ - + @@ -27019,7 +27853,7 @@ - + @@ -27048,7 +27882,7 @@ - + @@ -27078,7 +27912,7 @@ - + @@ -27136,7 +27970,7 @@ - + @@ -27253,7 +28087,10 @@ - + @@ -27268,7 +28105,9 @@ - + @@ -27412,7 +28251,7 @@ - + @@ -27430,10 +28269,10 @@ - + - + @@ -27448,7 +28287,7 @@ - + @@ -27492,6 +28331,7 @@ + @@ -27546,7 +28386,7 @@ - + @@ -27572,7 +28412,7 @@ - + @@ -27599,7 +28439,7 @@ - + @@ -27643,7 +28483,7 @@ - + @@ -27700,7 +28540,7 @@ - + @@ -27708,7 +28548,7 @@ - + @@ -27720,7 +28560,9 @@ - + @@ -27741,7 +28583,7 @@ - + @@ -27749,7 +28591,7 @@ - + @@ -27763,7 +28605,11 @@ - + @@ -27781,7 +28627,7 @@ - + @@ -27820,7 +28666,7 @@ - + @@ -27862,7 +28708,7 @@ - + @@ -27902,7 +28748,7 @@ - + @@ -27932,7 +28778,7 @@ - + @@ -27965,7 +28811,7 @@ - + @@ -27991,7 +28837,7 @@ - + @@ -28005,7 +28851,7 @@ - + @@ -28042,7 +28888,7 @@ - + @@ -28084,7 +28930,7 @@ - + @@ -28123,7 +28969,7 @@ - + @@ -28162,7 +29008,7 @@ - + @@ -28200,7 +29046,7 @@ - + @@ -28234,7 +29080,7 @@ - + @@ -28269,7 +29115,7 @@ - + @@ -28303,7 +29149,7 @@ - + @@ -28348,7 +29194,7 @@ - + @@ -28389,7 +29235,7 @@ - + @@ -28421,7 +29267,7 @@ - + @@ -28459,7 +29305,7 @@ - + @@ -28498,7 +29344,7 @@ - + @@ -28537,7 +29383,7 @@ - + @@ -28575,7 +29421,7 @@ - + @@ -28612,7 +29458,7 @@ - + @@ -28641,7 +29487,7 @@ - + @@ -28666,7 +29512,7 @@ - + @@ -28695,7 +29541,7 @@ - + @@ -28726,7 +29572,7 @@ - + @@ -28756,7 +29602,7 @@ - + @@ -28786,7 +29632,7 @@ - + @@ -28796,7 +29642,7 @@ - + @@ -28825,7 +29671,7 @@ - + @@ -28852,7 +29698,7 @@ - + @@ -28889,7 +29735,7 @@ - + @@ -28899,7 +29745,7 @@ - + @@ -28922,7 +29768,7 @@ - + @@ -28932,7 +29778,7 @@ - + @@ -28956,7 +29802,7 @@ - + @@ -28998,7 +29844,7 @@ - + @@ -29031,7 +29877,7 @@ - + @@ -29060,7 +29906,7 @@ - + @@ -29118,7 +29964,7 @@ - + @@ -29126,7 +29972,7 @@ - + @@ -29138,7 +29984,9 @@ - + @@ -29160,7 +30008,7 @@ - + @@ -29168,7 +30016,7 @@ - + @@ -29198,7 +30046,7 @@ - + @@ -29208,7 +30056,7 @@ - + @@ -29235,7 +30083,7 @@ - + @@ -29277,7 +30125,7 @@ - + @@ -29316,7 +30164,7 @@ - + @@ -29346,7 +30194,7 @@ - + @@ -29377,7 +30225,7 @@ - + @@ -29416,7 +30264,7 @@ - + @@ -29443,7 +30291,7 @@ - + @@ -29469,7 +30317,7 @@ - + @@ -29496,7 +30344,7 @@ - + @@ -29526,7 +30374,7 @@ - + @@ -29584,7 +30432,7 @@ - + @@ -29592,7 +30440,7 @@ - + @@ -29604,7 +30452,9 @@ - + @@ -29626,7 +30476,7 @@ - + @@ -29634,7 +30484,7 @@ - + @@ -29665,7 +30515,7 @@ - + @@ -29695,7 +30545,7 @@ - + @@ -29718,6 +30568,7 @@ + @@ -29732,7 +30583,11 @@ - + @@ -29876,7 +30731,7 @@ - + @@ -30346,7 +31201,7 @@ - + @@ -30405,7 +31260,7 @@ - + @@ -30423,7 +31278,7 @@ - + @@ -30517,7 +31372,7 @@ - + @@ -30734,7 +31589,7 @@ - + @@ -30752,10 +31607,10 @@ - + - + @@ -30770,7 +31625,7 @@ - + @@ -30800,7 +31655,7 @@ - + @@ -30808,7 +31663,7 @@ - + @@ -30816,7 +31671,7 @@ - + @@ -30824,7 +31679,7 @@ - + @@ -30838,7 +31693,7 @@ - + @@ -30889,7 +31744,7 @@ - + @@ -30915,7 +31770,7 @@ - + @@ -30942,7 +31797,7 @@ - + @@ -30986,7 +31841,7 @@ - + @@ -31043,7 +31898,7 @@ - + @@ -31051,7 +31906,7 @@ - + @@ -31063,7 +31918,9 @@ - + @@ -31084,7 +31941,7 @@ - + @@ -31092,7 +31949,7 @@ - + @@ -31122,7 +31979,7 @@ - + @@ -31148,7 +32005,7 @@ - + @@ -31157,11 +32014,11 @@ - + - + @@ -31173,7 +32030,7 @@ - + @@ -31198,7 +32055,7 @@ - + @@ -31224,7 +32081,7 @@ - + @@ -31250,7 +32107,7 @@ - + @@ -31276,19 +32133,19 @@ - + - - + + - + @@ -31301,13 +32158,13 @@ - + - - + + @@ -31332,8 +32189,8 @@ - - + + @@ -31355,7 +32212,7 @@ - + @@ -31363,7 +32220,7 @@ - + @@ -31372,10 +32229,12 @@ - - + + - + @@ -31397,7 +32256,7 @@ - + @@ -31405,7 +32264,7 @@ - + @@ -31415,14 +32274,14 @@ - - + + - + @@ -31435,31 +32294,28 @@ - + - - + + - + - + - - - @@ -31475,19 +32331,19 @@ - + - - + + - + @@ -31500,7 +32356,7 @@ - + @@ -31525,7 +32381,7 @@ - + @@ -31579,7 +32435,7 @@ - + @@ -31587,7 +32443,7 @@ - + @@ -31599,7 +32455,9 @@ - + @@ -31621,7 +32479,7 @@ - + @@ -31629,7 +32487,7 @@ - + @@ -31659,7 +32517,7 @@ - + @@ -31684,7 +32542,7 @@ - + @@ -31709,7 +32567,7 @@ - + @@ -31734,7 +32592,7 @@ - + @@ -31759,7 +32617,7 @@ - + @@ -31784,7 +32642,7 @@ - + @@ -31809,7 +32667,7 @@ - + @@ -31863,7 +32721,7 @@ - + @@ -31871,7 +32729,7 @@ - + @@ -31883,7 +32741,9 @@ - + @@ -31905,7 +32765,7 @@ - + @@ -31913,7 +32773,7 @@ - + @@ -31943,7 +32803,7 @@ - + @@ -31968,7 +32828,7 @@ - + @@ -32022,7 +32882,7 @@ - + @@ -32030,7 +32890,7 @@ - + @@ -32042,7 +32902,9 @@ - + @@ -32064,7 +32926,7 @@ - + @@ -32072,7 +32934,7 @@ - + @@ -32102,7 +32964,7 @@ - + @@ -32127,7 +32989,7 @@ - + @@ -32152,7 +33014,7 @@ - + @@ -32194,7 +33056,7 @@ - + @@ -32248,8 +33110,8 @@ - - + + @@ -32259,8 +33121,8 @@ - - + + @@ -32270,21 +33132,18 @@ - - + + - + - - - @@ -32296,8 +33155,8 @@ - - + + @@ -32460,7 +33319,7 @@ - + @@ -32478,10 +33337,10 @@ - + - + @@ -32496,7 +33355,7 @@ - + @@ -32536,7 +33395,7 @@ - + @@ -32544,7 +33403,7 @@ - + @@ -32552,7 +33411,7 @@ - + @@ -32560,7 +33419,7 @@ - + @@ -32574,7 +33433,7 @@ - + @@ -32629,7 +33488,7 @@ - + @@ -32655,7 +33514,7 @@ - + @@ -32682,7 +33541,7 @@ - + @@ -32726,7 +33585,7 @@ - + @@ -32783,7 +33642,7 @@ - + @@ -32791,7 +33650,7 @@ - + @@ -32803,7 +33662,9 @@ - + @@ -32824,7 +33685,7 @@ - + @@ -32832,7 +33693,7 @@ - + @@ -32864,7 +33725,7 @@ - + @@ -32876,8 +33737,8 @@ - - + + @@ -32894,7 +33755,7 @@ - + @@ -32905,7 +33766,7 @@ - + @@ -32936,7 +33797,7 @@ - + @@ -32947,7 +33808,7 @@ - + @@ -32974,7 +33835,7 @@ - + @@ -33011,7 +33872,7 @@ - + @@ -33059,7 +33920,7 @@ - + @@ -33098,7 +33959,7 @@ - + @@ -33138,7 +33999,7 @@ - + @@ -33171,7 +34032,7 @@ - + @@ -33197,7 +34058,7 @@ - + @@ -33231,7 +34092,7 @@ - + @@ -33257,7 +34118,7 @@ - + @@ -33287,7 +34148,7 @@ - + @@ -33320,7 +34181,7 @@ - + @@ -33328,7 +34189,7 @@ - + @@ -33357,7 +34218,7 @@ - + @@ -33386,7 +34247,7 @@ - + @@ -33444,7 +34305,7 @@ - + @@ -33452,7 +34313,7 @@ - + @@ -33464,7 +34325,9 @@ - + @@ -33486,7 +34349,7 @@ - + @@ -33494,7 +34357,7 @@ - + @@ -33524,7 +34387,7 @@ - + @@ -33569,7 +34432,7 @@ - + @@ -33606,7 +34469,7 @@ - + @@ -33660,7 +34523,7 @@ - + @@ -33668,7 +34531,7 @@ - + @@ -33680,7 +34543,9 @@ - + @@ -33702,7 +34567,7 @@ - + @@ -33710,7 +34575,7 @@ - + @@ -33751,7 +34616,7 @@ - + @@ -33776,7 +34641,7 @@ - + @@ -33830,7 +34695,7 @@ - + @@ -33838,7 +34703,7 @@ - + @@ -33850,7 +34715,9 @@ - + @@ -33872,7 +34739,7 @@ - + @@ -33880,7 +34747,7 @@ - + @@ -33910,7 +34777,7 @@ - + @@ -33943,7 +34810,7 @@ - + @@ -33980,7 +34847,7 @@ - + @@ -34005,7 +34872,7 @@ - + @@ -34059,7 +34926,7 @@ - + @@ -34067,7 +34934,7 @@ - + @@ -34079,7 +34946,9 @@ - + @@ -34101,7 +34970,7 @@ - + @@ -34109,7 +34978,7 @@ - + @@ -34149,7 +35018,7 @@ - + @@ -34182,7 +35051,7 @@ - + @@ -34236,7 +35105,7 @@ - + @@ -34244,7 +35113,7 @@ - + @@ -34256,7 +35125,9 @@ - + @@ -34278,7 +35149,7 @@ - + @@ -34286,7 +35157,7 @@ - + @@ -34324,7 +35195,7 @@ - + @@ -34357,7 +35228,7 @@ - + @@ -34411,7 +35282,7 @@ - + @@ -34419,7 +35290,7 @@ - + @@ -34431,7 +35302,9 @@ - + @@ -34453,7 +35326,7 @@ - + @@ -34461,7 +35334,7 @@ - + @@ -34498,7 +35371,7 @@ - + @@ -34531,7 +35404,7 @@ - + @@ -34585,7 +35458,7 @@ - + @@ -34593,7 +35466,7 @@ - + @@ -34605,7 +35478,9 @@ - + @@ -34627,7 +35502,7 @@ - + @@ -34635,7 +35510,7 @@ - + @@ -34675,7 +35550,7 @@ - + @@ -34709,7 +35584,7 @@ - + @@ -34748,8 +35623,8 @@ - - + + @@ -34764,7 +35639,7 @@ - + @@ -34793,7 +35668,7 @@ - + @@ -35020,7 +35895,7 @@ - + @@ -35387,7 +36262,7 @@ - + @@ -35405,10 +36280,10 @@ - + - + @@ -35424,7 +36299,7 @@ - + @@ -35464,16 +36339,10 @@ - - - - - - - + @@ -35481,7 +36350,7 @@ - + @@ -35489,7 +36358,7 @@ - + @@ -35497,7 +36366,7 @@ - + @@ -35505,7 +36374,7 @@ - + @@ -35519,7 +36388,7 @@ - + @@ -35574,7 +36443,7 @@ - + @@ -35600,7 +36469,7 @@ - + @@ -35627,7 +36496,7 @@ - + @@ -35671,7 +36540,7 @@ - + @@ -35728,7 +36597,7 @@ - + @@ -35736,7 +36605,7 @@ - + @@ -35748,7 +36617,9 @@ - + @@ -35769,7 +36640,7 @@ - + @@ -35777,7 +36648,7 @@ - + @@ -35809,7 +36680,7 @@ - + @@ -35830,7 +36701,9 @@ - + @@ -35842,14 +36715,13 @@ - - + @@ -35860,7 +36732,7 @@ - + @@ -35887,14 +36759,13 @@ - - + @@ -35905,7 +36776,7 @@ - + @@ -35939,7 +36810,7 @@ - + @@ -35949,7 +36820,7 @@ - + @@ -35989,7 +36860,7 @@ - + @@ -35999,7 +36870,7 @@ - + @@ -36039,7 +36910,7 @@ - + @@ -36049,7 +36920,7 @@ - + @@ -36068,7 +36939,7 @@ - + @@ -36086,7 +36957,7 @@ - + @@ -36108,7 +36979,7 @@ - + @@ -36133,7 +37004,7 @@ - + @@ -36175,7 +37046,7 @@ - + @@ -36220,7 +37091,7 @@ - + @@ -36253,7 +37124,7 @@ - + @@ -36295,7 +37166,7 @@ - + @@ -36335,7 +37206,7 @@ - + @@ -36373,7 +37244,7 @@ - + @@ -36403,7 +37274,7 @@ - + @@ -36432,7 +37303,7 @@ - + @@ -36490,7 +37361,7 @@ - + @@ -36498,7 +37369,7 @@ - + @@ -36510,7 +37381,9 @@ - + @@ -36532,7 +37405,7 @@ - + @@ -36540,7 +37413,7 @@ - + @@ -36571,7 +37444,7 @@ - + @@ -36611,7 +37484,7 @@ - + @@ -36655,7 +37528,7 @@ - + @@ -36684,7 +37557,7 @@ - + @@ -36718,7 +37591,7 @@ - + @@ -36728,7 +37601,7 @@ - + @@ -36756,7 +37629,7 @@ - + @@ -36794,7 +37667,7 @@ - + @@ -36818,16 +37691,10 @@ - - - - - - - + @@ -36863,14 +37730,15 @@ - + - @@ -36880,7 +37748,7 @@ - + @@ -36902,7 +37770,6 @@ - @@ -36912,7 +37779,7 @@ - + @@ -36942,7 +37809,7 @@ - + @@ -36978,7 +37845,7 @@ - + @@ -37014,7 +37881,7 @@ - + @@ -37033,7 +37900,7 @@ - + @@ -37059,7 +37926,7 @@ - + @@ -37362,7 +38229,7 @@ - + @@ -37417,7 +38284,7 @@ - + @@ -37435,10 +38302,10 @@ - + - + @@ -37453,7 +38320,7 @@ - + @@ -37502,6 +38369,7 @@ + @@ -37509,6 +38377,7 @@ + @@ -37516,6 +38385,7 @@ + @@ -37523,7 +38393,7 @@ - + @@ -37531,7 +38401,7 @@ - + @@ -37539,7 +38409,7 @@ - + @@ -37547,7 +38417,7 @@ - + @@ -37561,7 +38431,7 @@ - + @@ -37624,7 +38494,7 @@ - + @@ -37650,7 +38520,7 @@ - + @@ -37677,7 +38547,7 @@ - + @@ -37721,7 +38591,7 @@ - + @@ -37778,7 +38648,7 @@ - + @@ -37786,7 +38656,7 @@ - + @@ -37798,7 +38668,9 @@ - + @@ -37819,7 +38691,7 @@ - + @@ -37827,7 +38699,7 @@ - + @@ -37857,7 +38729,7 @@ - + @@ -37886,7 +38758,9 @@ - + @@ -37903,7 +38777,7 @@ - + @@ -37914,7 +38788,7 @@ - + @@ -37957,7 +38831,7 @@ - + @@ -37993,7 +38867,7 @@ - + @@ -38034,7 +38908,7 @@ - + @@ -38074,7 +38948,7 @@ - + @@ -38114,7 +38988,7 @@ - + @@ -38162,7 +39036,7 @@ - + @@ -38191,7 +39065,7 @@ - + @@ -38208,7 +39082,7 @@ - + @@ -38253,7 +39127,7 @@ - + @@ -38291,7 +39165,7 @@ - + @@ -38332,7 +39206,7 @@ - + @@ -38377,7 +39251,7 @@ - + @@ -38422,7 +39296,7 @@ - + @@ -38460,7 +39334,7 @@ - + @@ -38490,7 +39364,7 @@ - + @@ -38511,7 +39385,7 @@ - + @@ -38528,7 +39402,7 @@ - + @@ -38569,7 +39443,7 @@ - + @@ -38608,7 +39482,7 @@ - + @@ -38641,6 +39515,7 @@ + @@ -38648,7 +39523,7 @@ - + @@ -38718,7 +39593,7 @@ - + @@ -38726,7 +39601,7 @@ - + @@ -38738,7 +39613,9 @@ - + @@ -38760,7 +39637,7 @@ - + @@ -38768,7 +39645,7 @@ - + @@ -38782,7 +39659,7 @@ - + @@ -38799,7 +39676,7 @@ - + @@ -38851,7 +39728,7 @@ - + @@ -38892,7 +39769,7 @@ - + @@ -38902,7 +39779,7 @@ - + @@ -38933,7 +39810,7 @@ - + @@ -38943,7 +39820,7 @@ - + @@ -38978,7 +39855,7 @@ - + @@ -38990,7 +39867,9 @@ - + @@ -39008,7 +39887,7 @@ - + @@ -39039,6 +39918,7 @@ + @@ -39046,6 +39926,7 @@ + @@ -39053,6 +39934,7 @@ + @@ -39102,7 +39984,9 @@ - + @@ -39117,7 +40001,7 @@ - + @@ -39310,7 +40194,7 @@ - + @@ -39512,7 +40396,7 @@ - + @@ -39592,6 +40476,7 @@ + @@ -39614,7 +40499,7 @@ - + @@ -39692,7 +40577,7 @@ - + @@ -39719,7 +40604,7 @@ - + @@ -39751,7 +40636,9 @@ - + @@ -39781,7 +40668,7 @@ - + @@ -39799,10 +40686,10 @@ - + - + @@ -39817,7 +40704,7 @@ - + @@ -39866,6 +40753,7 @@ + @@ -39873,7 +40761,7 @@ - + @@ -39881,7 +40769,7 @@ - + @@ -39889,7 +40777,7 @@ - + @@ -39897,7 +40785,7 @@ - + @@ -39911,7 +40799,7 @@ - + @@ -39974,7 +40862,7 @@ - + @@ -40000,7 +40888,7 @@ - + @@ -40027,7 +40915,7 @@ - + @@ -40071,7 +40959,7 @@ - + @@ -40128,7 +41016,7 @@ - + @@ -40136,7 +41024,7 @@ - + @@ -40148,7 +41036,9 @@ - + @@ -40169,7 +41059,7 @@ - + @@ -40177,7 +41067,7 @@ - + @@ -40207,7 +41097,7 @@ - + @@ -40249,7 +41139,7 @@ - + @@ -40283,7 +41173,7 @@ - + @@ -40320,7 +41210,7 @@ - + @@ -40341,7 +41231,7 @@ - + @@ -40358,7 +41248,7 @@ - + @@ -40410,7 +41300,7 @@ - + @@ -40456,7 +41346,7 @@ - + @@ -40467,7 +41357,7 @@ - + @@ -40503,7 +41393,7 @@ - + @@ -40534,6 +41424,7 @@ + @@ -40644,7 +41535,7 @@ - + @@ -40729,7 +41620,7 @@ - + @@ -40777,7 +41668,7 @@ - + @@ -40795,10 +41686,10 @@ - + - + @@ -40813,7 +41704,7 @@ - + @@ -40868,7 +41759,7 @@ - + @@ -40876,7 +41767,7 @@ - + @@ -40884,7 +41775,7 @@ - + @@ -40892,7 +41783,7 @@ - + @@ -40906,7 +41797,7 @@ - + @@ -40969,7 +41860,7 @@ - + @@ -40995,7 +41886,7 @@ - + @@ -41022,7 +41913,7 @@ - + @@ -41066,7 +41957,7 @@ - + @@ -41123,7 +42014,7 @@ - + @@ -41131,7 +42022,7 @@ - + @@ -41143,7 +42034,9 @@ - + @@ -41164,7 +42057,7 @@ - + @@ -41172,7 +42065,7 @@ - + @@ -41203,7 +42096,7 @@ - + @@ -41257,7 +42150,7 @@ - + @@ -41303,7 +42196,7 @@ - + @@ -41313,7 +42206,7 @@ - + @@ -41349,7 +42242,7 @@ - + @@ -41359,7 +42252,7 @@ - + @@ -41391,7 +42284,7 @@ - + @@ -41438,7 +42331,7 @@ - + @@ -41466,8 +42359,9 @@ - + + @@ -41476,7 +42370,7 @@ - + @@ -41484,7 +42378,7 @@ - + @@ -41492,58 +42386,21 @@ - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -41568,7 +42425,7 @@ - + @@ -41590,7 +42447,8 @@ - + @@ -41609,7 +42467,9 @@ - + @@ -41628,7 +42488,7 @@ - + @@ -41706,7 +42566,7 @@ - + @@ -41714,7 +42574,7 @@ - + @@ -41726,7 +42586,9 @@ - + @@ -41748,7 +42610,7 @@ - + @@ -41756,7 +42618,7 @@ - + @@ -41787,7 +42649,7 @@ - + @@ -41846,7 +42708,7 @@ - + @@ -41908,7 +42770,7 @@ - + @@ -41958,7 +42820,7 @@ - + @@ -42000,7 +42862,7 @@ - + @@ -42043,7 +42905,7 @@ - + @@ -42081,7 +42943,7 @@ - + @@ -42095,7 +42957,10 @@ - + @@ -42128,7 +42993,7 @@ - + @@ -42170,7 +43035,7 @@ - + @@ -42215,7 +43080,7 @@ - + @@ -42277,7 +43142,7 @@ - + @@ -42285,7 +43150,7 @@ - + @@ -42297,7 +43162,9 @@ - + @@ -42319,7 +43186,7 @@ - + @@ -42327,7 +43194,7 @@ - + @@ -42359,7 +43226,7 @@ - + @@ -42401,7 +43268,7 @@ - + @@ -42411,7 +43278,7 @@ - + @@ -42448,7 +43315,7 @@ - + @@ -42466,7 +43333,9 @@ - + @@ -42495,7 +43364,7 @@ - + @@ -42561,7 +43430,7 @@ - + @@ -42569,7 +43438,7 @@ - + @@ -42581,7 +43450,9 @@ - + @@ -42603,7 +43474,7 @@ - + @@ -42611,7 +43482,7 @@ - + @@ -42642,7 +43513,7 @@ - + @@ -42687,7 +43558,7 @@ - + @@ -42725,7 +43596,7 @@ - + @@ -42773,7 +43644,7 @@ - + @@ -42781,6 +43652,7 @@ + @@ -42854,7 +43726,7 @@ - + @@ -42862,7 +43734,7 @@ - + @@ -42874,7 +43746,9 @@ - + @@ -42896,7 +43770,7 @@ - + @@ -42904,7 +43778,7 @@ - + @@ -42935,7 +43809,7 @@ - + @@ -42978,7 +43852,7 @@ - + @@ -43032,7 +43906,7 @@ - + @@ -43083,7 +43957,7 @@ - + @@ -43138,7 +44012,7 @@ - + @@ -43189,7 +44063,7 @@ - + @@ -43233,7 +44107,7 @@ - + @@ -43271,7 +44145,7 @@ - + @@ -43337,7 +44211,7 @@ - + @@ -43345,7 +44219,7 @@ - + @@ -43357,7 +44231,9 @@ - + @@ -43379,7 +44255,7 @@ - + @@ -43387,7 +44263,7 @@ - + @@ -43417,7 +44293,7 @@ - + @@ -43459,7 +44335,7 @@ - + @@ -43587,7 +44463,7 @@ - + @@ -43619,7 +44495,7 @@ - + @@ -43697,56 +44573,34 @@ - + + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - + @@ -43779,7 +44633,8 @@ - + @@ -43798,7 +44653,9 @@ - + @@ -44057,7 +44914,10 @@ - + @@ -44189,7 +45049,7 @@ - + @@ -44229,7 +45089,9 @@ - + @@ -44363,6 +45225,7 @@ + @@ -44701,7 +45564,7 @@ - + @@ -44719,10 +45582,10 @@ - + - + @@ -44738,7 +45601,7 @@ - + @@ -44775,7 +45638,7 @@ - + @@ -44783,7 +45646,7 @@ - + @@ -44791,7 +45654,7 @@ - + @@ -44799,7 +45662,7 @@ - + @@ -44813,7 +45676,7 @@ - + @@ -44868,7 +45731,7 @@ - + @@ -44894,7 +45757,7 @@ - + @@ -44921,7 +45784,7 @@ - + @@ -44965,7 +45828,7 @@ - + @@ -45022,7 +45885,7 @@ - + @@ -45030,7 +45893,7 @@ - + @@ -45042,7 +45905,9 @@ - + @@ -45063,7 +45928,7 @@ - + @@ -45071,7 +45936,7 @@ - + @@ -45101,7 +45966,7 @@ - + @@ -45118,7 +45983,9 @@ - + @@ -45136,7 +46003,7 @@ - + @@ -45181,7 +46048,7 @@ - + @@ -45219,7 +46086,7 @@ - + @@ -45258,7 +46125,7 @@ - + @@ -45310,7 +46177,9 @@ - + @@ -45418,7 +46287,7 @@ - + @@ -45439,10 +46308,10 @@ - + - + @@ -45458,7 +46327,7 @@ - + @@ -45474,7 +46343,11 @@ - + @@ -45535,7 +46408,7 @@ - + @@ -45561,7 +46434,7 @@ - + @@ -45588,7 +46461,7 @@ - + @@ -45627,7 +46500,7 @@ - + @@ -45640,7 +46513,7 @@ - + @@ -45669,7 +46542,7 @@ - + @@ -45699,7 +46572,7 @@ - + @@ -45714,7 +46587,11 @@ - + @@ -45741,7 +46618,7 @@ - + @@ -45791,7 +46668,7 @@ - + @@ -45809,10 +46686,10 @@ - + - + @@ -45826,8 +46703,9 @@ - - + + @@ -45852,7 +46730,8 @@ - + @@ -45867,7 +46746,7 @@ - + @@ -45875,7 +46754,7 @@ - + @@ -45883,7 +46762,7 @@ - + @@ -45891,7 +46770,7 @@ - + @@ -45905,7 +46784,7 @@ - + @@ -45960,7 +46839,7 @@ - + @@ -45986,7 +46865,7 @@ - + @@ -46013,7 +46892,7 @@ - + @@ -46057,7 +46936,7 @@ - + @@ -46114,7 +46993,7 @@ - + @@ -46122,7 +47001,7 @@ - + @@ -46134,7 +47013,9 @@ - + @@ -46155,7 +47036,7 @@ - + @@ -46163,7 +47044,7 @@ - + @@ -46193,7 +47074,7 @@ - + @@ -46230,7 +47111,7 @@ - + @@ -46240,7 +47121,7 @@ - + @@ -46263,7 +47144,7 @@ - + @@ -46295,7 +47176,7 @@ - + @@ -46305,7 +47186,7 @@ - + @@ -46329,7 +47210,7 @@ - + @@ -46354,7 +47235,7 @@ - + @@ -46381,7 +47262,7 @@ - + @@ -46406,7 +47287,7 @@ - + @@ -46460,7 +47341,7 @@ - + @@ -46468,7 +47349,7 @@ - + @@ -46480,7 +47361,9 @@ - + @@ -46502,7 +47385,7 @@ - + @@ -46510,7 +47393,7 @@ - + @@ -46542,7 +47425,7 @@ - + @@ -46569,7 +47452,7 @@ - + @@ -46597,7 +47480,7 @@ - + @@ -46622,7 +47505,7 @@ - + @@ -46676,7 +47559,7 @@ - + @@ -46684,7 +47567,7 @@ - + @@ -46696,7 +47579,9 @@ - + @@ -46718,7 +47603,7 @@ - + @@ -46726,7 +47611,7 @@ - + @@ -46756,7 +47641,7 @@ - + @@ -46781,7 +47666,7 @@ - + @@ -46815,7 +47700,7 @@ - + @@ -46843,7 +47728,7 @@ - + @@ -46868,7 +47753,7 @@ - + @@ -46922,7 +47807,7 @@ - + @@ -46930,7 +47815,7 @@ - + @@ -46942,7 +47827,9 @@ - + @@ -46964,7 +47851,7 @@ - + @@ -46972,7 +47859,7 @@ - + @@ -47002,7 +47889,7 @@ - + @@ -47030,7 +47917,7 @@ - + @@ -47055,7 +47942,7 @@ - + @@ -47109,7 +47996,7 @@ - + @@ -47117,7 +48004,7 @@ - + @@ -47129,7 +48016,9 @@ - + @@ -47151,7 +48040,7 @@ - + @@ -47159,7 +48048,7 @@ - + @@ -47189,7 +48078,7 @@ - + @@ -47214,7 +48103,7 @@ - + @@ -47239,7 +48128,7 @@ - + @@ -47249,7 +48138,7 @@ - + @@ -47272,7 +48161,7 @@ - + @@ -47282,7 +48171,8 @@ - + @@ -47329,7 +48219,7 @@ - + @@ -47364,7 +48254,7 @@ - + @@ -47587,7 +48477,7 @@ - + @@ -47610,7 +48500,7 @@ - + @@ -47628,10 +48518,10 @@ - + - + @@ -47646,7 +48536,7 @@ - + @@ -47691,7 +48581,7 @@ - + @@ -47699,7 +48589,7 @@ - + @@ -47707,7 +48597,7 @@ - + @@ -47715,7 +48605,7 @@ - + @@ -47729,7 +48619,7 @@ - + @@ -47788,7 +48678,7 @@ - + @@ -47814,7 +48704,7 @@ - + @@ -47841,7 +48731,7 @@ - + @@ -47885,7 +48775,7 @@ - + @@ -47942,7 +48832,7 @@ - + @@ -47950,7 +48840,7 @@ - + @@ -47962,7 +48852,9 @@ - + @@ -47983,7 +48875,7 @@ - + @@ -47991,7 +48883,7 @@ - + @@ -48021,7 +48913,7 @@ - + @@ -48061,7 +48953,7 @@ - + @@ -48096,7 +48988,7 @@ - + @@ -48137,7 +49029,7 @@ - + @@ -48186,7 +49078,7 @@ - + @@ -48236,7 +49128,7 @@ - + @@ -48277,7 +49169,7 @@ - + @@ -48319,7 +49211,7 @@ - + @@ -48594,7 +49486,7 @@ - + @@ -48615,10 +49507,10 @@ - + - + @@ -48633,7 +49525,7 @@ - + @@ -48677,6 +49569,7 @@ + @@ -48684,20 +49577,23 @@ + - - - + + + + - - - + + + + @@ -48705,6 +49601,7 @@ + @@ -48712,6 +49609,7 @@ + @@ -48719,6 +49617,7 @@ + @@ -48726,6 +49625,7 @@ + @@ -48733,6 +49633,15 @@ + + + + + + + + + @@ -48795,7 +49704,7 @@ - + @@ -48821,7 +49730,7 @@ - + @@ -48848,7 +49757,7 @@ - + @@ -48888,7 +49797,7 @@ - + @@ -48903,7 +49812,7 @@ - + @@ -48922,7 +49831,7 @@ - + @@ -48932,7 +49841,7 @@ - + @@ -48943,7 +49852,17 @@ - + @@ -48960,7 +49879,7 @@ - + @@ -48995,7 +49914,7 @@ - + @@ -49004,7 +49923,11 @@ - + @@ -49021,7 +49944,7 @@ - + @@ -49075,7 +49998,7 @@ - + @@ -49083,7 +50006,7 @@ - + @@ -49095,7 +50018,9 @@ - + @@ -49117,7 +50042,7 @@ - + @@ -49125,7 +50050,7 @@ - + @@ -49155,7 +50080,7 @@ - + @@ -49180,7 +50105,7 @@ - + @@ -49206,6 +50131,7 @@ + @@ -49213,6 +50139,7 @@ + @@ -49220,7 +50147,7 @@ - + @@ -49274,7 +50201,7 @@ - + @@ -49282,7 +50209,7 @@ - + @@ -49294,7 +50221,9 @@ - + @@ -49316,7 +50245,7 @@ - + @@ -49324,7 +50253,7 @@ - + @@ -49352,7 +50281,7 @@ - + @@ -49360,8 +50289,12 @@ - - + + @@ -49378,7 +50311,7 @@ - + @@ -49421,7 +50354,7 @@ - + @@ -49475,7 +50408,7 @@ - + @@ -49483,7 +50416,7 @@ - + @@ -49495,7 +50428,9 @@ - + @@ -49517,7 +50452,7 @@ - + @@ -49525,7 +50460,7 @@ - + @@ -49556,7 +50491,7 @@ - + @@ -49566,14 +50501,16 @@ - + - + @@ -49590,7 +50527,7 @@ - + @@ -49616,7 +50553,7 @@ - + @@ -49670,7 +50607,7 @@ - + @@ -49678,7 +50615,7 @@ - + @@ -49690,7 +50627,9 @@ - + @@ -49712,7 +50651,7 @@ - + @@ -49720,7 +50659,7 @@ - + @@ -49750,7 +50689,7 @@ - + @@ -49760,7 +50699,7 @@ - + @@ -49784,7 +50723,7 @@ - + @@ -49809,7 +50748,7 @@ - + @@ -49834,7 +50773,7 @@ - + @@ -49859,7 +50798,7 @@ - + @@ -49884,7 +50823,7 @@ - + @@ -49910,7 +50849,7 @@ - + @@ -49964,7 +50903,7 @@ - + @@ -49972,7 +50911,7 @@ - + @@ -49984,7 +50923,9 @@ - + @@ -50006,7 +50947,7 @@ - + @@ -50014,7 +50955,7 @@ - + @@ -50044,7 +50985,7 @@ - + @@ -50069,7 +51010,7 @@ - + @@ -50095,7 +51036,7 @@ - + @@ -50121,7 +51062,7 @@ - + @@ -50130,7 +51071,9 @@ - + @@ -50169,7 +51112,7 @@ - + @@ -50188,6 +51131,7 @@ + @@ -50195,20 +51139,31 @@ + - - - + + + + - - - + + + + + + + + + + + + @@ -50216,6 +51171,7 @@ + @@ -50223,6 +51179,7 @@ + @@ -50230,6 +51187,7 @@ + @@ -50237,6 +51195,7 @@ + @@ -50244,6 +51203,7 @@ + @@ -50280,7 +51240,7 @@ - + @@ -50295,7 +51255,7 @@ - + @@ -50306,7 +51266,17 @@ - + @@ -50339,7 +51309,11 @@ - + @@ -50385,6 +51359,7 @@ + @@ -50392,6 +51367,7 @@ + @@ -50407,8 +51383,12 @@ - - + + @@ -50456,14 +51436,16 @@ - + - + @@ -50499,7 +51481,7 @@ - + @@ -50620,7 +51602,9 @@ - + @@ -50654,7 +51638,7 @@ - + @@ -50672,10 +51656,10 @@ - + - + @@ -50690,7 +51674,7 @@ - + @@ -50734,6 +51718,7 @@ + @@ -50741,7 +51726,7 @@ - + @@ -50749,7 +51734,7 @@ - + @@ -50757,7 +51742,7 @@ - + @@ -50765,7 +51750,7 @@ - + @@ -50779,7 +51764,7 @@ - + @@ -50834,7 +51819,7 @@ - + @@ -50860,7 +51845,7 @@ - + @@ -50887,7 +51872,7 @@ - + @@ -50931,7 +51916,7 @@ - + @@ -50988,7 +51973,7 @@ - + @@ -50996,7 +51981,7 @@ - + @@ -51008,7 +51993,9 @@ - + @@ -51029,7 +52016,7 @@ - + @@ -51037,7 +52024,7 @@ - + @@ -51051,7 +52038,11 @@ - + @@ -51069,7 +52060,7 @@ - + @@ -51104,7 +52095,7 @@ - + @@ -51142,7 +52133,7 @@ - + @@ -51178,7 +52169,7 @@ - + @@ -51204,7 +52195,7 @@ - + @@ -51234,7 +52225,7 @@ - + @@ -51248,7 +52239,7 @@ - + @@ -51281,7 +52272,7 @@ - + @@ -51316,7 +52307,7 @@ - + @@ -51351,7 +52342,7 @@ - + @@ -51385,7 +52376,7 @@ - + @@ -51415,7 +52406,7 @@ - + @@ -51446,7 +52437,7 @@ - + @@ -51476,7 +52467,7 @@ - + @@ -51517,7 +52508,7 @@ - + @@ -51557,7 +52548,7 @@ - + @@ -51584,6 +52575,7 @@ + @@ -51594,7 +52586,11 @@ - + @@ -51708,7 +52704,7 @@ - + @@ -51911,7 +52907,7 @@ - + @@ -51932,10 +52928,10 @@ - + - + @@ -51950,7 +52946,7 @@ - + @@ -51995,6 +52991,7 @@ + @@ -52002,6 +52999,7 @@ + @@ -52009,6 +53007,7 @@ + @@ -52016,6 +53015,7 @@ + @@ -52023,6 +53023,7 @@ + @@ -52030,6 +53031,7 @@ + @@ -52037,6 +53039,7 @@ + @@ -52044,6 +53047,7 @@ + @@ -52098,7 +53102,7 @@ - + @@ -52124,7 +53128,7 @@ - + @@ -52151,7 +53155,7 @@ - + @@ -52195,7 +53199,7 @@ - + @@ -52252,7 +53256,7 @@ - + @@ -52260,7 +53264,7 @@ - + @@ -52272,7 +53276,9 @@ - + @@ -52293,7 +53299,7 @@ - + @@ -52301,7 +53307,7 @@ - + @@ -52315,7 +53321,11 @@ - + @@ -52333,7 +53343,7 @@ - + @@ -52367,7 +53377,7 @@ - + @@ -52403,7 +53413,7 @@ - + @@ -52429,7 +53439,7 @@ - + @@ -52459,7 +53469,7 @@ - + @@ -52473,7 +53483,7 @@ - + @@ -52506,7 +53516,7 @@ - + @@ -52541,7 +53551,7 @@ - + @@ -52576,7 +53586,7 @@ - + @@ -52610,7 +53620,7 @@ - + @@ -52641,7 +53651,7 @@ - + @@ -52675,7 +53685,7 @@ - + @@ -52705,7 +53715,7 @@ - + @@ -52746,7 +53756,7 @@ - + @@ -52786,7 +53796,7 @@ - + @@ -52821,7 +53831,7 @@ - + @@ -52831,14 +53841,16 @@ - + - + @@ -52856,7 +53868,7 @@ - + @@ -52868,7 +53880,9 @@ - + @@ -52886,7 +53900,7 @@ - + @@ -52912,7 +53926,7 @@ - + @@ -52966,7 +53980,7 @@ - + @@ -52974,7 +53988,7 @@ - + @@ -52986,7 +54000,9 @@ - + @@ -53008,7 +54024,7 @@ - + @@ -53016,7 +54032,7 @@ - + @@ -53046,7 +54062,7 @@ - + @@ -53072,7 +54088,7 @@ - + @@ -53097,7 +54113,7 @@ - + @@ -53124,7 +54140,7 @@ - + @@ -53178,7 +54194,7 @@ - + @@ -53186,7 +54202,7 @@ - + @@ -53198,7 +54214,9 @@ - + @@ -53220,7 +54238,7 @@ - + @@ -53228,7 +54246,7 @@ - + @@ -53258,7 +54276,7 @@ - + @@ -53283,7 +54301,7 @@ - + @@ -53312,7 +54330,7 @@ - + @@ -53338,7 +54356,7 @@ - + @@ -53351,7 +54369,7 @@ - + @@ -53375,7 +54393,7 @@ - + @@ -53388,7 +54406,7 @@ - + @@ -53412,7 +54430,7 @@ - + @@ -53425,7 +54443,7 @@ - + @@ -53449,7 +54467,7 @@ - + @@ -53476,6 +54494,7 @@ + @@ -53483,7 +54502,7 @@ - + @@ -53537,7 +54556,7 @@ - + @@ -53545,7 +54564,7 @@ - + @@ -53557,7 +54576,9 @@ - + @@ -53579,7 +54600,7 @@ - + @@ -53587,7 +54608,7 @@ - + @@ -53617,7 +54638,7 @@ - + @@ -53627,7 +54648,7 @@ - + @@ -53650,7 +54671,7 @@ - + @@ -53678,7 +54699,7 @@ - + @@ -53732,7 +54753,7 @@ - + @@ -53740,7 +54761,7 @@ - + @@ -53752,7 +54773,9 @@ - + @@ -53774,7 +54797,7 @@ - + @@ -53782,7 +54805,7 @@ - + @@ -53813,7 +54836,7 @@ - + @@ -53838,7 +54861,7 @@ - + @@ -53871,7 +54894,7 @@ - + @@ -53897,6 +54920,7 @@ + @@ -53904,7 +54928,7 @@ - + @@ -53958,7 +54982,7 @@ - + @@ -53966,7 +54990,7 @@ - + @@ -53978,7 +55002,9 @@ - + @@ -54000,7 +55026,7 @@ - + @@ -54008,7 +55034,7 @@ - + @@ -54038,7 +55064,7 @@ - + @@ -54051,7 +55077,7 @@ - + @@ -54076,7 +55102,7 @@ - + @@ -54106,7 +55132,7 @@ - + @@ -54131,7 +55157,7 @@ - + @@ -54160,7 +55186,7 @@ - + @@ -54214,7 +55240,7 @@ - + @@ -54222,7 +55248,7 @@ - + @@ -54234,7 +55260,9 @@ - + @@ -54256,7 +55284,7 @@ - + @@ -54264,7 +55292,7 @@ - + @@ -54294,7 +55322,7 @@ - + @@ -54304,7 +55332,7 @@ - + @@ -54328,7 +55356,7 @@ - + @@ -54357,7 +55385,7 @@ - + @@ -54367,7 +55395,7 @@ - + @@ -54394,7 +55422,7 @@ - + @@ -54423,7 +55451,7 @@ - + @@ -54452,7 +55480,7 @@ - + @@ -54481,7 +55509,7 @@ - + @@ -54491,7 +55519,7 @@ - + @@ -54518,7 +55546,7 @@ - + @@ -54547,7 +55575,7 @@ - + @@ -54557,7 +55585,7 @@ - + @@ -54583,7 +55611,7 @@ - + @@ -54593,7 +55621,7 @@ - + @@ -54620,7 +55648,7 @@ - + @@ -54649,7 +55677,7 @@ - + @@ -54675,7 +55703,7 @@ - + @@ -54729,7 +55757,7 @@ - + @@ -54737,7 +55765,7 @@ - + @@ -54749,7 +55777,9 @@ - + @@ -54771,7 +55801,7 @@ - + @@ -54779,7 +55809,7 @@ - + @@ -54810,7 +55840,7 @@ - + @@ -54837,7 +55867,7 @@ - + @@ -54863,7 +55893,7 @@ - + @@ -54876,7 +55906,7 @@ - + @@ -54899,7 +55929,7 @@ - + @@ -54908,7 +55938,9 @@ - + @@ -54925,7 +55957,7 @@ - + @@ -54979,7 +56011,7 @@ - + @@ -54987,7 +56019,7 @@ - + @@ -54999,7 +56031,9 @@ - + @@ -55021,7 +56055,7 @@ - + @@ -55029,7 +56063,7 @@ - + @@ -55060,7 +56094,7 @@ - + @@ -55087,7 +56121,7 @@ - + @@ -55112,7 +56146,7 @@ - + @@ -55140,7 +56174,7 @@ - + @@ -55194,7 +56228,7 @@ - + @@ -55202,7 +56236,7 @@ - + @@ -55214,7 +56248,9 @@ - + @@ -55236,7 +56272,7 @@ - + @@ -55244,7 +56280,7 @@ - + @@ -55274,7 +56310,7 @@ - + @@ -55284,7 +56320,7 @@ - + @@ -55307,7 +56343,7 @@ - + @@ -55331,7 +56367,7 @@ - + @@ -55355,7 +56391,7 @@ - + @@ -55382,7 +56418,7 @@ - + @@ -55412,7 +56448,7 @@ - + @@ -55466,7 +56502,7 @@ - + @@ -55474,7 +56510,7 @@ - + @@ -55486,7 +56522,9 @@ - + @@ -55508,7 +56546,7 @@ - + @@ -55516,7 +56554,7 @@ - + @@ -55547,7 +56585,7 @@ - + @@ -55601,7 +56639,7 @@ - + @@ -55609,7 +56647,7 @@ - + @@ -55621,7 +56659,9 @@ - + @@ -55643,7 +56683,7 @@ - + @@ -55651,7 +56691,7 @@ - + @@ -55681,7 +56721,7 @@ - + @@ -55714,7 +56754,7 @@ - + @@ -55740,7 +56780,7 @@ - + @@ -55765,7 +56805,7 @@ - + @@ -55791,7 +56831,7 @@ - + @@ -55845,7 +56885,7 @@ - + @@ -55853,7 +56893,7 @@ - + @@ -55865,7 +56905,9 @@ - + @@ -55887,7 +56929,7 @@ - + @@ -55895,7 +56937,7 @@ - + @@ -55925,7 +56967,7 @@ - + @@ -55935,7 +56977,7 @@ - + @@ -55959,7 +57001,7 @@ - + @@ -55988,7 +57030,7 @@ - + @@ -56042,7 +57084,7 @@ - + @@ -56050,7 +57092,7 @@ - + @@ -56062,7 +57104,9 @@ - + @@ -56084,7 +57128,7 @@ - + @@ -56092,7 +57136,7 @@ - + @@ -56122,7 +57166,7 @@ - + @@ -56132,7 +57176,7 @@ - + @@ -56155,7 +57199,7 @@ - + @@ -56182,7 +57226,7 @@ - + @@ -56202,6 +57246,7 @@ + @@ -56209,6 +57254,7 @@ + @@ -56216,6 +57262,7 @@ + @@ -56223,6 +57270,7 @@ + @@ -56230,6 +57278,7 @@ + @@ -56237,6 +57286,7 @@ + @@ -56244,6 +57294,7 @@ + @@ -56251,6 +57302,7 @@ + @@ -56261,7 +57313,11 @@ - + @@ -56350,7 +57406,7 @@ - + @@ -56565,14 +57621,16 @@ - + - + @@ -56588,7 +57646,9 @@ - + @@ -56713,7 +57773,7 @@ - + @@ -56736,7 +57796,7 @@ - + @@ -56759,7 +57819,7 @@ - + @@ -56791,6 +57851,7 @@ + @@ -56810,7 +57871,7 @@ - + @@ -56894,6 +57955,7 @@ + @@ -56916,7 +57978,7 @@ - + @@ -56987,7 +58049,7 @@ - + @@ -57020,7 +58082,7 @@ - + @@ -57084,7 +58146,7 @@ - + @@ -57120,7 +58182,7 @@ - + @@ -57141,7 +58203,7 @@ - + @@ -57225,7 +58287,7 @@ - + @@ -57242,7 +58304,9 @@ - + @@ -57313,7 +58377,7 @@ - + @@ -57461,7 +58525,7 @@ - + @@ -57507,7 +58571,7 @@ - + @@ -57543,7 +58607,7 @@ - + @@ -57561,10 +58625,10 @@ - + - + @@ -57579,7 +58643,7 @@ - + @@ -57624,6 +58688,7 @@ + @@ -57631,6 +58696,7 @@ + @@ -57638,6 +58704,7 @@ + @@ -57645,6 +58712,7 @@ + @@ -57652,6 +58720,7 @@ + @@ -57659,6 +58728,7 @@ + @@ -57713,7 +58783,7 @@ - + @@ -57739,7 +58809,7 @@ - + @@ -57766,7 +58836,7 @@ - + @@ -57810,7 +58880,7 @@ - + @@ -57867,7 +58937,7 @@ - + @@ -57875,7 +58945,7 @@ - + @@ -57887,7 +58957,9 @@ - + @@ -57908,7 +58980,7 @@ - + @@ -57916,7 +58988,7 @@ - + @@ -57930,7 +59002,11 @@ - + @@ -57948,7 +59024,7 @@ - + @@ -57982,7 +59058,7 @@ - + @@ -58018,7 +59094,7 @@ - + @@ -58044,7 +59120,7 @@ - + @@ -58074,7 +59150,7 @@ - + @@ -58088,7 +59164,7 @@ - + @@ -58121,7 +59197,7 @@ - + @@ -58156,7 +59232,7 @@ - + @@ -58191,7 +59267,7 @@ - + @@ -58225,7 +59301,7 @@ - + @@ -58256,7 +59332,7 @@ - + @@ -58287,7 +59363,7 @@ - + @@ -58317,7 +59393,7 @@ - + @@ -58358,7 +59434,7 @@ - + @@ -58398,7 +59474,7 @@ - + @@ -58433,7 +59509,7 @@ - + @@ -58443,14 +59519,16 @@ - + - + @@ -58468,7 +59546,7 @@ - + @@ -58480,7 +59558,9 @@ - + @@ -58498,7 +59578,7 @@ - + @@ -58524,7 +59604,7 @@ - + @@ -58578,7 +59658,7 @@ - + @@ -58586,7 +59666,7 @@ - + @@ -58598,7 +59678,9 @@ - + @@ -58620,7 +59702,7 @@ - + @@ -58628,7 +59710,7 @@ - + @@ -58658,7 +59740,7 @@ - + @@ -58684,7 +59766,7 @@ - + @@ -58709,7 +59791,7 @@ - + @@ -58736,7 +59818,7 @@ - + @@ -58790,7 +59872,7 @@ - + @@ -58798,7 +59880,7 @@ - + @@ -58810,7 +59892,9 @@ - + @@ -58832,7 +59916,7 @@ - + @@ -58840,7 +59924,7 @@ - + @@ -58870,7 +59954,7 @@ - + @@ -58895,7 +59979,7 @@ - + @@ -58924,7 +60008,7 @@ - + @@ -58950,7 +60034,7 @@ - + @@ -58963,7 +60047,7 @@ - + @@ -58987,7 +60071,7 @@ - + @@ -59000,7 +60084,7 @@ - + @@ -59024,7 +60108,7 @@ - + @@ -59037,7 +60121,7 @@ - + @@ -59061,7 +60145,7 @@ - + @@ -59088,6 +60172,7 @@ + @@ -59095,7 +60180,7 @@ - + @@ -59149,7 +60234,7 @@ - + @@ -59157,7 +60242,7 @@ - + @@ -59169,7 +60254,9 @@ - + @@ -59191,7 +60278,7 @@ - + @@ -59199,7 +60286,7 @@ - + @@ -59229,7 +60316,7 @@ - + @@ -59239,7 +60326,7 @@ - + @@ -59262,7 +60349,7 @@ - + @@ -59288,6 +60375,7 @@ + @@ -59295,7 +60383,7 @@ - + @@ -59349,7 +60437,7 @@ - + @@ -59357,7 +60445,7 @@ - + @@ -59369,7 +60457,9 @@ - + @@ -59391,7 +60481,7 @@ - + @@ -59399,7 +60489,7 @@ - + @@ -59429,7 +60519,7 @@ - + @@ -59442,7 +60532,7 @@ - + @@ -59467,7 +60557,7 @@ - + @@ -59497,7 +60587,7 @@ - + @@ -59522,7 +60612,7 @@ - + @@ -59551,7 +60641,7 @@ - + @@ -59605,7 +60695,7 @@ - + @@ -59613,7 +60703,7 @@ - + @@ -59625,7 +60715,9 @@ - + @@ -59647,7 +60739,7 @@ - + @@ -59655,7 +60747,7 @@ - + @@ -59685,7 +60777,7 @@ - + @@ -59695,7 +60787,7 @@ - + @@ -59719,7 +60811,7 @@ - + @@ -59745,7 +60837,7 @@ - + @@ -59799,7 +60891,7 @@ - + @@ -59807,7 +60899,7 @@ - + @@ -59819,7 +60911,9 @@ - + @@ -59841,7 +60935,7 @@ - + @@ -59849,7 +60943,7 @@ - + @@ -59880,7 +60974,7 @@ - + @@ -59907,7 +61001,7 @@ - + @@ -59933,7 +61027,7 @@ - + @@ -59946,7 +61040,7 @@ - + @@ -59969,7 +61063,7 @@ - + @@ -59978,7 +61072,9 @@ - + @@ -59995,7 +61091,7 @@ - + @@ -60049,7 +61145,7 @@ - + @@ -60057,7 +61153,7 @@ - + @@ -60069,7 +61165,9 @@ - + @@ -60091,7 +61189,7 @@ - + @@ -60099,7 +61197,7 @@ - + @@ -60130,7 +61228,7 @@ - + @@ -60157,7 +61255,7 @@ - + @@ -60182,7 +61280,7 @@ - + @@ -60210,7 +61308,7 @@ - + @@ -60264,7 +61362,7 @@ - + @@ -60272,7 +61370,7 @@ - + @@ -60284,7 +61382,9 @@ - + @@ -60306,7 +61406,7 @@ - + @@ -60314,7 +61414,7 @@ - + @@ -60344,7 +61444,7 @@ - + @@ -60354,7 +61454,7 @@ - + @@ -60377,7 +61477,7 @@ - + @@ -60401,7 +61501,7 @@ - + @@ -60425,7 +61525,7 @@ - + @@ -60452,7 +61552,7 @@ - + @@ -60472,6 +61572,7 @@ + @@ -60479,6 +61580,7 @@ + @@ -60486,6 +61588,7 @@ + @@ -60493,6 +61596,7 @@ + @@ -60500,6 +61604,7 @@ + @@ -60507,6 +61612,7 @@ + @@ -60517,7 +61623,11 @@ - + @@ -60606,7 +61716,7 @@ - + @@ -60818,14 +61928,16 @@ - + - + @@ -60841,7 +61953,9 @@ - + @@ -60966,7 +62080,7 @@ - + @@ -60989,7 +62103,7 @@ - + @@ -61012,7 +62126,7 @@ - + @@ -61044,6 +62158,7 @@ + @@ -61063,7 +62178,7 @@ - + @@ -61092,6 +62207,7 @@ + @@ -61114,7 +62230,7 @@ - + @@ -61185,7 +62301,7 @@ - + @@ -61252,7 +62368,7 @@ - + @@ -61269,7 +62385,9 @@ - + @@ -61340,7 +62458,7 @@ - + @@ -61394,7 +62512,7 @@ - + @@ -61412,10 +62530,10 @@ - + - + @@ -61430,7 +62548,7 @@ - + @@ -61475,7 +62593,7 @@ - + @@ -61483,7 +62601,7 @@ - + @@ -61491,7 +62609,7 @@ - + @@ -61499,7 +62617,7 @@ - + @@ -61513,7 +62631,7 @@ - + @@ -61572,7 +62690,7 @@ - + @@ -61598,7 +62716,7 @@ - + @@ -61625,7 +62743,7 @@ - + @@ -61669,7 +62787,7 @@ - + @@ -61726,7 +62844,7 @@ - + @@ -61734,7 +62852,7 @@ - + @@ -61746,7 +62864,9 @@ - + @@ -61767,7 +62887,7 @@ - + @@ -61775,7 +62895,7 @@ - + @@ -61807,7 +62927,7 @@ - + @@ -61853,7 +62973,7 @@ - + @@ -61887,7 +63007,7 @@ - + @@ -61926,7 +63046,7 @@ - + @@ -61962,7 +63082,7 @@ - + @@ -61996,7 +63116,7 @@ - + @@ -62005,7 +63125,9 @@ - + @@ -62023,7 +63145,7 @@ - + @@ -62034,7 +63156,7 @@ - + @@ -62057,7 +63179,8 @@ - + @@ -62075,7 +63198,7 @@ - + @@ -62086,7 +63209,7 @@ - + @@ -62115,7 +63238,7 @@ - + @@ -62152,7 +63275,7 @@ - + @@ -62178,7 +63301,7 @@ - + @@ -62210,7 +63333,7 @@ - + @@ -62257,7 +63380,7 @@ - + @@ -62301,7 +63424,7 @@ - + @@ -62343,7 +63466,7 @@ - + @@ -62388,7 +63511,7 @@ - + @@ -62429,7 +63552,7 @@ - + @@ -62456,7 +63579,7 @@ - + @@ -62492,7 +63615,7 @@ - + @@ -62544,7 +63667,7 @@ - + @@ -62576,7 +63699,7 @@ - + @@ -62610,6 +63733,7 @@ + @@ -62617,13 +63741,14 @@ - + - + @@ -62679,7 +63804,7 @@ - + @@ -62687,7 +63812,7 @@ - + @@ -62699,7 +63824,9 @@ - + @@ -62721,7 +63848,7 @@ - + @@ -62729,7 +63856,7 @@ - + @@ -62762,7 +63889,7 @@ - + @@ -62805,7 +63932,7 @@ - + @@ -62822,7 +63949,7 @@ - + @@ -62851,7 +63978,7 @@ - + @@ -62886,7 +64013,7 @@ - + @@ -62944,7 +64071,7 @@ - + @@ -62952,7 +64079,7 @@ - + @@ -62964,7 +64091,9 @@ - + @@ -62986,7 +64115,7 @@ - + @@ -62994,7 +64123,7 @@ - + @@ -63025,7 +64154,7 @@ - + @@ -63035,7 +64164,7 @@ - + @@ -63068,7 +64197,7 @@ - + @@ -63103,7 +64232,7 @@ - + @@ -63138,7 +64267,7 @@ - + @@ -63188,7 +64317,7 @@ - + @@ -63227,7 +64356,7 @@ - + @@ -63240,7 +64369,8 @@ - + @@ -63258,7 +64388,7 @@ - + @@ -63269,7 +64399,7 @@ - + @@ -63305,7 +64435,7 @@ - + @@ -63345,7 +64475,7 @@ - + @@ -63386,7 +64516,7 @@ - + @@ -63417,7 +64547,7 @@ - + @@ -63426,10 +64556,18 @@ - + + + + + + + + + @@ -63469,7 +64607,7 @@ - + @@ -63516,7 +64654,7 @@ - + @@ -63558,7 +64696,7 @@ - + @@ -63602,7 +64740,7 @@ - + @@ -63636,7 +64774,7 @@ - + @@ -63669,7 +64807,7 @@ - + @@ -63703,7 +64841,7 @@ - + @@ -63874,7 +65012,9 @@ - + @@ -63890,7 +65030,7 @@ - + @@ -63913,7 +65053,8 @@ - + @@ -63929,7 +65070,7 @@ - + @@ -64262,10 +65403,12 @@ + - + @@ -64325,7 +65468,7 @@ - + @@ -64384,7 +65527,7 @@ - + @@ -64514,7 +65657,8 @@ - + @@ -64529,7 +65673,7 @@ - + @@ -64628,9 +65772,17 @@ - + + + + + + + + + @@ -64826,7 +65978,7 @@ - + @@ -64844,10 +65996,10 @@ - + - + @@ -64862,7 +66014,7 @@ - + @@ -64906,7 +66058,7 @@ - + @@ -64914,7 +66066,7 @@ - + @@ -64922,7 +66074,7 @@ - + @@ -64930,7 +66082,7 @@ - + @@ -64944,7 +66096,7 @@ - + @@ -65003,7 +66155,7 @@ - + @@ -65029,7 +66181,7 @@ - + @@ -65056,7 +66208,7 @@ - + @@ -65100,7 +66252,7 @@ - + @@ -65157,7 +66309,7 @@ - + @@ -65165,7 +66317,7 @@ - + @@ -65177,7 +66329,9 @@ - + @@ -65198,7 +66352,7 @@ - + @@ -65206,7 +66360,7 @@ - + @@ -65238,7 +66392,7 @@ - + @@ -65272,7 +66426,7 @@ - + @@ -65283,7 +66437,7 @@ - + @@ -65316,7 +66470,7 @@ - + @@ -65354,7 +66508,7 @@ - + @@ -65367,7 +66521,8 @@ - + @@ -65387,7 +66542,7 @@ - + @@ -65421,7 +66576,7 @@ - + @@ -65451,6 +66606,7 @@ + @@ -65458,7 +66614,7 @@ - + @@ -65520,7 +66676,7 @@ - + @@ -65528,7 +66684,7 @@ - + @@ -65540,7 +66696,9 @@ - + @@ -65562,7 +66720,7 @@ - + @@ -65570,7 +66728,7 @@ - + @@ -65601,7 +66759,7 @@ - + @@ -65626,7 +66784,9 @@ - + @@ -65649,7 +66809,7 @@ - + @@ -65688,7 +66848,7 @@ - + @@ -65718,7 +66878,7 @@ - + @@ -65744,7 +66904,7 @@ - + @@ -65783,7 +66943,7 @@ - + @@ -65809,7 +66969,7 @@ - + @@ -65834,7 +66994,7 @@ - + @@ -65896,7 +67056,7 @@ - + @@ -65952,7 +67112,8 @@ - + @@ -66003,6 +67164,7 @@ + @@ -66045,7 +67207,9 @@ - + @@ -66166,7 +67330,7 @@ - + @@ -66184,10 +67348,10 @@ - + - + @@ -66202,7 +67366,7 @@ - + @@ -66236,7 +67400,7 @@ - + @@ -66244,7 +67408,7 @@ - + @@ -66252,7 +67416,7 @@ - + @@ -66260,7 +67424,7 @@ - + @@ -66274,7 +67438,7 @@ - + @@ -66329,7 +67493,7 @@ - + @@ -66355,7 +67519,7 @@ - + @@ -66382,7 +67546,7 @@ - + @@ -66426,7 +67590,7 @@ - + @@ -66483,7 +67647,7 @@ - + @@ -66491,7 +67655,7 @@ - + @@ -66503,7 +67667,9 @@ - + @@ -66524,7 +67690,7 @@ - + @@ -66532,7 +67698,7 @@ - + @@ -66562,7 +67728,7 @@ - + @@ -66595,7 +67761,7 @@ - + @@ -66624,7 +67790,7 @@ - + @@ -66634,7 +67800,7 @@ - + @@ -66661,7 +67827,7 @@ - + @@ -66672,7 +67838,7 @@ - + @@ -66695,7 +67861,7 @@ - + @@ -66728,7 +67894,7 @@ - + @@ -66766,7 +67932,7 @@ - + @@ -66791,7 +67957,7 @@ - + @@ -66845,7 +68011,7 @@ - + @@ -66853,7 +68019,7 @@ - + @@ -66865,7 +68031,9 @@ - + @@ -66887,7 +68055,7 @@ - + @@ -66895,7 +68063,7 @@ - + @@ -66925,7 +68093,7 @@ - + @@ -66935,7 +68103,7 @@ - + @@ -66959,7 +68127,7 @@ - + @@ -66986,7 +68154,7 @@ - + @@ -67015,7 +68183,7 @@ - + @@ -67040,7 +68208,7 @@ - + @@ -67065,7 +68233,7 @@ - + @@ -67102,7 +68270,7 @@ - + @@ -67131,7 +68299,7 @@ - + @@ -67160,7 +68328,7 @@ - + @@ -67185,7 +68353,7 @@ - + @@ -67253,7 +68421,7 @@ - + @@ -67278,7 +68446,7 @@ - + @@ -67360,7 +68528,7 @@ - + @@ -67492,7 +68660,7 @@ - + @@ -67510,10 +68678,10 @@ - + - + @@ -67528,7 +68696,7 @@ - + @@ -67572,7 +68740,7 @@ - + @@ -67580,7 +68748,7 @@ - + @@ -67588,7 +68756,7 @@ - + @@ -67596,7 +68764,7 @@ - + @@ -67610,7 +68778,7 @@ - + @@ -67673,7 +68841,7 @@ - + @@ -67699,7 +68867,7 @@ - + @@ -67726,7 +68894,7 @@ - + @@ -67770,7 +68938,7 @@ - + @@ -67827,7 +68995,7 @@ - + @@ -67835,7 +69003,7 @@ - + @@ -67847,7 +69015,9 @@ - + @@ -67868,7 +69038,7 @@ - + @@ -67876,7 +69046,7 @@ - + @@ -67907,7 +69077,7 @@ - + @@ -67948,7 +69118,7 @@ - + @@ -67986,7 +69156,7 @@ - + @@ -68007,7 +69177,9 @@ - + @@ -68024,7 +69196,7 @@ - + @@ -68035,7 +69207,7 @@ - + @@ -68077,7 +69249,7 @@ - + @@ -68115,7 +69287,7 @@ - + @@ -68168,7 +69340,7 @@ - + @@ -68217,7 +69389,7 @@ - + @@ -68266,7 +69438,7 @@ - + @@ -68307,7 +69479,7 @@ - + @@ -68373,7 +69545,7 @@ - + @@ -68381,7 +69553,7 @@ - + @@ -68393,7 +69565,9 @@ - + @@ -68415,7 +69589,7 @@ - + @@ -68423,7 +69597,7 @@ - + @@ -68453,7 +69627,7 @@ - + @@ -68505,7 +69679,7 @@ - + @@ -68548,7 +69722,7 @@ - + @@ -68587,7 +69761,7 @@ - + @@ -68622,7 +69796,7 @@ - + @@ -68652,7 +69826,7 @@ - + @@ -68682,7 +69856,7 @@ - + @@ -68720,7 +69894,7 @@ - + @@ -68750,7 +69924,7 @@ - + @@ -68780,7 +69954,7 @@ - + @@ -68812,7 +69986,7 @@ - + @@ -68850,7 +70024,7 @@ - + @@ -68876,7 +70050,7 @@ - + @@ -68933,7 +70107,7 @@ - + @@ -68980,7 +70154,7 @@ - + @@ -69019,7 +70193,7 @@ - + @@ -69044,7 +70218,7 @@ - + @@ -69082,7 +70256,7 @@ - + @@ -69191,7 +70365,9 @@ - + @@ -69206,7 +70382,7 @@ - + @@ -69827,7 +71003,7 @@ - + @@ -69845,10 +71021,10 @@ - + - + @@ -69863,7 +71039,7 @@ - + @@ -69907,6 +71083,7 @@ + @@ -69961,7 +71138,7 @@ - + @@ -69987,7 +71164,7 @@ - + @@ -70014,7 +71191,7 @@ - + @@ -70058,7 +71235,7 @@ - + @@ -70115,7 +71292,7 @@ - + @@ -70123,7 +71300,7 @@ - + @@ -70135,7 +71312,9 @@ - + @@ -70156,7 +71335,7 @@ - + @@ -70164,7 +71343,7 @@ - + @@ -70178,7 +71357,11 @@ - + @@ -70196,7 +71379,7 @@ - + @@ -70235,7 +71418,7 @@ - + @@ -70277,7 +71460,7 @@ - + @@ -70315,7 +71498,7 @@ - + @@ -70348,7 +71531,7 @@ - + @@ -70379,7 +71562,7 @@ - + @@ -70412,7 +71595,7 @@ - + @@ -70442,7 +71625,7 @@ - + @@ -70456,7 +71639,7 @@ - + @@ -70493,7 +71676,7 @@ - + @@ -70532,7 +71715,7 @@ - + @@ -70571,7 +71754,7 @@ - + @@ -70609,7 +71792,7 @@ - + @@ -70643,7 +71826,7 @@ - + @@ -70678,7 +71861,7 @@ - + @@ -70712,7 +71895,7 @@ - + @@ -70759,7 +71942,7 @@ - + @@ -70797,7 +71980,7 @@ - + @@ -70836,7 +72019,7 @@ - + @@ -70875,7 +72058,7 @@ - + @@ -70912,7 +72095,7 @@ - + @@ -70953,7 +72136,7 @@ - + @@ -70983,7 +72166,7 @@ - + @@ -71041,7 +72224,7 @@ - + @@ -71049,7 +72232,7 @@ - + @@ -71061,7 +72244,9 @@ - + @@ -71083,7 +72268,7 @@ - + @@ -71091,7 +72276,7 @@ - + @@ -71121,7 +72306,7 @@ - + @@ -71150,7 +72335,7 @@ - + @@ -71163,7 +72348,8 @@ - + @@ -71180,7 +72366,7 @@ - + @@ -71209,7 +72395,7 @@ - + @@ -71267,7 +72453,7 @@ - + @@ -71275,7 +72461,7 @@ - + @@ -71287,7 +72473,9 @@ - + @@ -71309,7 +72497,7 @@ - + @@ -71317,7 +72505,7 @@ - + @@ -71346,7 +72534,7 @@ - + @@ -71375,7 +72563,7 @@ - + @@ -71433,7 +72621,7 @@ - + @@ -71441,7 +72629,7 @@ - + @@ -71453,7 +72641,9 @@ - + @@ -71475,7 +72665,7 @@ - + @@ -71483,7 +72673,7 @@ - + @@ -71513,7 +72703,7 @@ - + @@ -71523,7 +72713,7 @@ - + @@ -71550,7 +72740,7 @@ - + @@ -71579,7 +72769,7 @@ - + @@ -71608,7 +72798,7 @@ - + @@ -71631,6 +72821,7 @@ + @@ -71641,7 +72832,11 @@ - + @@ -71808,7 +73003,7 @@ - + @@ -72175,7 +73370,8 @@ - + @@ -72242,7 +73438,7 @@ - + @@ -72295,13 +73491,6835 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -72319,10 +80337,10 @@ - + - + @@ -72338,7 +80356,7 @@ - + @@ -72381,7 +80399,7 @@ - + @@ -72389,7 +80407,7 @@ - + @@ -72397,7 +80415,7 @@ - + @@ -72405,7 +80423,7 @@ - + @@ -72419,7 +80437,7 @@ - + @@ -72474,7 +80492,7 @@ - + @@ -72500,7 +80518,7 @@ - + @@ -72527,7 +80545,7 @@ - + @@ -72571,7 +80589,7 @@ - + @@ -72628,7 +80646,7 @@ - + @@ -72636,7 +80654,7 @@ - + @@ -72648,7 +80666,9 @@ - + @@ -72669,7 +80689,7 @@ - + @@ -72677,7 +80697,7 @@ - + @@ -72709,7 +80729,7 @@ - + @@ -72744,7 +80764,7 @@ - + @@ -72755,7 +80775,7 @@ - + @@ -72788,7 +80808,7 @@ - + @@ -72827,7 +80847,7 @@ - + @@ -72865,7 +80885,7 @@ - + @@ -72875,7 +80895,7 @@ - + @@ -72904,7 +80924,7 @@ - + @@ -72943,7 +80963,7 @@ - + @@ -72974,7 +80994,7 @@ - + @@ -73010,7 +81030,7 @@ - + @@ -73040,7 +81060,7 @@ - + @@ -73073,7 +81093,7 @@ - + @@ -73108,7 +81128,7 @@ - + @@ -73148,7 +81168,7 @@ - + @@ -73189,7 +81209,7 @@ - + @@ -73243,7 +81263,7 @@ - + @@ -73251,7 +81271,7 @@ - + @@ -73263,7 +81283,9 @@ - + @@ -73285,7 +81307,7 @@ - + @@ -73293,7 +81315,7 @@ - + @@ -73325,7 +81347,7 @@ - + @@ -73356,7 +81378,7 @@ - + @@ -73391,7 +81413,7 @@ - + @@ -73420,7 +81442,7 @@ - + @@ -73450,7 +81472,7 @@ - + @@ -73480,7 +81502,7 @@ - + @@ -73534,7 +81556,7 @@ - + @@ -73542,7 +81564,7 @@ - + @@ -73554,7 +81576,9 @@ - + @@ -73576,7 +81600,7 @@ - + @@ -73584,7 +81608,7 @@ - + @@ -73615,7 +81639,7 @@ - + @@ -73658,7 +81682,7 @@ - + @@ -73686,7 +81710,7 @@ - + @@ -73717,7 +81741,7 @@ - + @@ -73750,7 +81774,7 @@ - + @@ -73804,7 +81828,7 @@ - + @@ -73812,7 +81836,7 @@ - + @@ -73824,7 +81848,9 @@ - + @@ -73846,7 +81872,7 @@ - + @@ -73854,7 +81880,7 @@ - + @@ -73885,7 +81911,7 @@ - + @@ -73914,7 +81940,7 @@ - + @@ -73945,7 +81971,7 @@ - + @@ -73972,7 +81998,7 @@ - + @@ -74006,7 +82032,7 @@ - + @@ -74028,7 +82054,10 @@ - + @@ -74045,7 +82074,7 @@ - + @@ -74103,7 +82132,7 @@ - + @@ -74111,7 +82140,7 @@ - + @@ -74123,7 +82152,9 @@ - + @@ -74145,7 +82176,7 @@ - + @@ -74153,7 +82184,7 @@ - + @@ -74184,7 +82215,7 @@ - + @@ -74211,7 +82242,7 @@ - + @@ -74245,7 +82276,7 @@ - + @@ -74281,7 +82312,7 @@ - + @@ -74321,7 +82352,7 @@ - + @@ -74348,7 +82379,7 @@ - + @@ -74385,7 +82416,7 @@ - + @@ -74443,7 +82474,7 @@ - + @@ -74451,7 +82482,7 @@ - + @@ -74463,7 +82494,9 @@ - + @@ -74485,7 +82518,7 @@ - + @@ -74493,7 +82526,7 @@ - + @@ -74525,7 +82558,7 @@ - + @@ -74555,7 +82588,7 @@ - + @@ -74590,7 +82623,7 @@ - + @@ -74624,7 +82657,7 @@ - + @@ -74659,7 +82692,7 @@ - + @@ -74696,7 +82729,7 @@ - + @@ -74750,7 +82783,7 @@ - + @@ -74758,7 +82791,7 @@ - + @@ -74770,7 +82803,9 @@ - + @@ -74792,7 +82827,7 @@ - + @@ -74800,7 +82835,7 @@ - + @@ -74831,7 +82866,7 @@ - + @@ -74858,7 +82893,7 @@ - + @@ -74892,7 +82927,7 @@ - + @@ -74922,7 +82957,7 @@ - + @@ -74957,7 +82992,7 @@ - + @@ -74987,7 +83022,7 @@ - + @@ -75045,7 +83080,7 @@ - + @@ -75053,7 +83088,7 @@ - + @@ -75065,7 +83100,9 @@ - + @@ -75087,7 +83124,7 @@ - + @@ -75095,7 +83132,7 @@ - + @@ -75126,7 +83163,7 @@ - + @@ -75153,7 +83190,7 @@ - + @@ -75180,7 +83217,7 @@ - + @@ -75215,7 +83252,7 @@ - + @@ -75241,7 +83278,7 @@ - + @@ -75268,7 +83305,7 @@ - + @@ -75296,7 +83333,7 @@ - + @@ -75325,7 +83362,7 @@ - + @@ -75379,7 +83416,7 @@ - + @@ -75387,7 +83424,7 @@ - + @@ -75399,7 +83436,9 @@ - + @@ -75421,7 +83460,7 @@ - + @@ -75429,7 +83468,7 @@ - + @@ -75461,7 +83500,7 @@ - + @@ -75487,7 +83526,7 @@ - + @@ -75525,7 +83564,7 @@ - + @@ -75554,7 +83593,7 @@ - + @@ -75608,7 +83647,7 @@ - + @@ -75616,7 +83655,7 @@ - + @@ -75628,7 +83667,9 @@ - + @@ -75650,7 +83691,7 @@ - + @@ -75658,7 +83699,7 @@ - + @@ -75689,7 +83730,7 @@ - + @@ -75715,7 +83756,7 @@ - + @@ -75741,7 +83782,7 @@ - + @@ -75767,7 +83808,7 @@ - + @@ -75793,7 +83834,7 @@ - + @@ -75819,7 +83860,7 @@ - + @@ -75854,7 +83895,7 @@ - + @@ -75892,7 +83933,7 @@ - + @@ -75927,7 +83968,7 @@ - + @@ -75962,7 +84003,7 @@ - + @@ -75999,7 +84040,7 @@ - + @@ -76036,7 +84077,7 @@ - + @@ -76075,7 +84116,7 @@ - + @@ -76101,7 +84142,7 @@ - + @@ -76128,7 +84169,7 @@ - + @@ -76155,7 +84196,7 @@ - + @@ -76182,7 +84223,7 @@ - + @@ -76209,7 +84250,7 @@ - + @@ -76243,7 +84284,7 @@ - + @@ -76279,7 +84320,7 @@ - + @@ -76312,7 +84353,7 @@ - + @@ -76366,7 +84407,7 @@ - + @@ -76374,7 +84415,7 @@ - + @@ -76386,7 +84427,9 @@ - + @@ -76408,7 +84451,7 @@ - + @@ -76416,7 +84459,7 @@ - + @@ -76447,7 +84490,7 @@ - + @@ -76473,7 +84516,7 @@ - + @@ -76508,7 +84551,7 @@ - + @@ -76546,7 +84589,7 @@ - + @@ -76581,7 +84624,7 @@ - + @@ -76616,7 +84659,7 @@ - + @@ -76651,7 +84694,7 @@ - + @@ -76677,7 +84720,7 @@ - + @@ -76704,7 +84747,7 @@ - + @@ -76731,7 +84774,7 @@ - + @@ -76758,7 +84801,7 @@ - + @@ -76787,7 +84830,7 @@ - + @@ -76841,7 +84884,7 @@ - + @@ -76849,7 +84892,7 @@ - + @@ -76861,7 +84904,9 @@ - + @@ -76883,7 +84928,7 @@ - + @@ -76891,7 +84936,7 @@ - + @@ -76922,7 +84967,7 @@ - + @@ -76948,7 +84993,7 @@ - + @@ -76983,7 +85028,7 @@ - + @@ -77018,7 +85063,7 @@ - + @@ -77053,7 +85098,7 @@ - + @@ -77088,7 +85133,7 @@ - + @@ -77123,7 +85168,7 @@ - + @@ -77149,7 +85194,7 @@ - + @@ -77176,7 +85221,7 @@ - + @@ -77203,7 +85248,7 @@ - + @@ -77230,7 +85275,7 @@ - + @@ -77256,7 +85301,7 @@ - + @@ -77318,7 +85363,7 @@ - + @@ -77395,7 +85440,7 @@ - + @@ -77852,7 +85897,10 @@ - + @@ -79072,7 +87120,7 @@ - + @@ -79090,10 +87138,10 @@ - + - + @@ -79108,7 +87156,7 @@ - + @@ -79148,7 +87196,7 @@ - + @@ -79156,7 +87204,7 @@ - + @@ -79164,7 +87212,7 @@ - + @@ -79172,7 +87220,7 @@ - + @@ -79186,7 +87234,7 @@ - + @@ -79241,7 +87289,7 @@ - + @@ -79267,7 +87315,7 @@ - + @@ -79294,7 +87342,7 @@ - + @@ -79338,7 +87386,7 @@ - + @@ -79395,7 +87443,7 @@ - + @@ -79403,7 +87451,7 @@ - + @@ -79415,7 +87463,9 @@ - + @@ -79436,7 +87486,7 @@ - + @@ -79444,7 +87494,7 @@ - + @@ -79475,7 +87525,7 @@ - + @@ -79510,7 +87560,7 @@ - + @@ -79521,7 +87571,7 @@ - + @@ -79554,7 +87604,7 @@ - + @@ -79593,7 +87643,7 @@ - + @@ -79631,7 +87681,7 @@ - + @@ -79641,7 +87691,7 @@ - + @@ -79670,7 +87720,7 @@ - + @@ -79704,7 +87754,7 @@ - + @@ -79739,7 +87789,7 @@ - + @@ -79772,7 +87822,7 @@ - + @@ -79802,7 +87852,7 @@ - + @@ -79837,7 +87887,7 @@ - + @@ -79847,7 +87897,7 @@ - + @@ -79871,7 +87921,7 @@ - + @@ -79902,7 +87952,7 @@ - + @@ -79928,7 +87978,7 @@ - + @@ -79954,7 +88004,7 @@ - + @@ -79994,7 +88044,7 @@ - + @@ -80048,7 +88098,7 @@ - + @@ -80056,7 +88106,7 @@ - + @@ -80068,7 +88118,9 @@ - + @@ -80090,7 +88142,7 @@ - + @@ -80098,7 +88150,7 @@ - + @@ -80129,7 +88181,7 @@ - + @@ -80155,7 +88207,7 @@ - + @@ -80184,7 +88236,7 @@ - + @@ -80238,7 +88290,7 @@ - + @@ -80246,7 +88298,7 @@ - + @@ -80258,7 +88310,9 @@ - + @@ -80280,7 +88334,7 @@ - + @@ -80288,7 +88342,7 @@ - + @@ -80320,7 +88374,7 @@ - + @@ -80355,7 +88409,7 @@ - + @@ -80390,7 +88444,7 @@ - + @@ -80417,7 +88471,7 @@ - + @@ -80446,7 +88500,7 @@ - + @@ -80500,7 +88554,7 @@ - + @@ -80508,7 +88562,7 @@ - + @@ -80520,7 +88574,9 @@ - + @@ -80542,7 +88598,7 @@ - + @@ -80550,7 +88606,7 @@ - + @@ -80581,7 +88637,7 @@ - + @@ -80607,7 +88663,7 @@ - + @@ -80630,7 +88686,7 @@ - + @@ -80659,7 +88715,7 @@ - + @@ -80713,7 +88769,7 @@ - + @@ -80721,7 +88777,7 @@ - + @@ -80733,7 +88789,9 @@ - + @@ -80755,7 +88813,7 @@ - + @@ -80763,7 +88821,7 @@ - + @@ -80794,7 +88852,7 @@ - + @@ -80820,7 +88878,7 @@ - + @@ -80843,7 +88901,7 @@ - + @@ -80872,7 +88930,7 @@ - + @@ -80926,7 +88984,7 @@ - + @@ -80934,7 +88992,7 @@ - + @@ -80946,7 +89004,9 @@ - + @@ -80968,7 +89028,7 @@ - + @@ -80976,7 +89036,7 @@ - + @@ -81007,7 +89067,7 @@ - + @@ -81033,7 +89093,7 @@ - + @@ -81059,7 +89119,7 @@ - + @@ -81088,7 +89148,7 @@ - + @@ -81119,7 +89179,7 @@ - + @@ -81154,7 +89214,7 @@ - + @@ -81193,7 +89253,7 @@ - + @@ -81234,7 +89294,7 @@ - + @@ -81275,7 +89335,7 @@ - + @@ -81318,7 +89378,7 @@ - + @@ -81348,7 +89408,7 @@ - + @@ -81375,7 +89435,7 @@ - + @@ -81402,7 +89462,7 @@ - + @@ -81433,7 +89493,7 @@ - + @@ -81467,7 +89527,7 @@ - + @@ -81501,7 +89561,7 @@ - + @@ -81524,7 +89584,7 @@ - + @@ -81552,7 +89612,7 @@ - + @@ -81606,7 +89666,7 @@ - + @@ -81614,7 +89674,7 @@ - + @@ -81626,7 +89686,9 @@ - + @@ -81648,7 +89710,7 @@ - + @@ -81656,7 +89718,7 @@ - + @@ -81688,7 +89750,7 @@ - + @@ -81723,7 +89785,7 @@ - + @@ -81762,7 +89824,7 @@ - + @@ -81792,7 +89854,7 @@ - + @@ -81819,7 +89881,7 @@ - + @@ -81846,7 +89908,7 @@ - + @@ -81876,7 +89938,7 @@ - + @@ -81899,7 +89961,7 @@ - + @@ -81927,7 +89989,7 @@ - + @@ -81981,7 +90043,7 @@ - + @@ -81989,7 +90051,7 @@ - + @@ -82001,7 +90063,9 @@ - + @@ -82023,7 +90087,7 @@ - + @@ -82031,7 +90095,7 @@ - + @@ -82063,7 +90127,7 @@ - + @@ -82098,7 +90162,7 @@ - + @@ -82137,7 +90201,7 @@ - + @@ -82167,7 +90231,7 @@ - + @@ -82194,7 +90258,7 @@ - + @@ -82221,7 +90285,7 @@ - + @@ -82251,7 +90315,7 @@ - + @@ -82274,7 +90338,7 @@ - + @@ -82298,7 +90362,7 @@ - + @@ -82328,7 +90392,7 @@ - + @@ -82382,7 +90446,7 @@ - + @@ -82390,7 +90454,7 @@ - + @@ -82402,7 +90466,9 @@ - + @@ -82424,7 +90490,7 @@ - + @@ -82432,7 +90498,7 @@ - + @@ -82464,7 +90530,7 @@ - + @@ -82498,7 +90564,7 @@ - + @@ -82527,7 +90593,7 @@ - + @@ -82581,7 +90647,7 @@ - + @@ -82589,7 +90655,7 @@ - + @@ -82601,7 +90667,9 @@ - + @@ -82623,7 +90691,7 @@ - + @@ -82631,7 +90699,7 @@ - + @@ -82662,7 +90730,7 @@ - + @@ -82697,7 +90765,7 @@ - + @@ -82723,7 +90791,7 @@ - + @@ -82757,7 +90825,7 @@ - + @@ -82783,7 +90851,7 @@ - + @@ -82810,7 +90878,7 @@ - + @@ -82837,7 +90905,7 @@ - + @@ -82875,7 +90943,7 @@ - + @@ -82913,7 +90981,7 @@ - + @@ -82942,7 +91010,7 @@ - + @@ -82996,7 +91064,7 @@ - + @@ -83004,7 +91072,7 @@ - + @@ -83016,7 +91084,9 @@ - + @@ -83038,7 +91108,7 @@ - + @@ -83046,7 +91116,7 @@ - + @@ -83077,7 +91147,7 @@ - + @@ -83103,7 +91173,7 @@ - + @@ -83116,7 +91186,7 @@ - + @@ -83140,7 +91210,7 @@ - + @@ -83167,7 +91237,7 @@ - + @@ -83209,7 +91279,7 @@ - + @@ -83239,7 +91309,7 @@ - + @@ -83297,7 +91367,7 @@ - + @@ -83305,7 +91375,7 @@ - + @@ -83317,7 +91387,9 @@ - + @@ -83339,7 +91411,7 @@ - + @@ -83347,7 +91419,7 @@ - + @@ -83378,7 +91450,7 @@ - + @@ -83405,7 +91477,7 @@ - + @@ -83432,7 +91504,7 @@ - + @@ -83458,7 +91530,7 @@ - + @@ -83486,7 +91558,7 @@ - + @@ -83516,7 +91588,7 @@ - + @@ -83570,7 +91642,7 @@ - + @@ -83578,7 +91650,7 @@ - + @@ -83590,7 +91662,9 @@ - + @@ -83612,7 +91686,7 @@ - + @@ -83620,7 +91694,7 @@ - + @@ -83651,7 +91725,7 @@ - + @@ -83677,7 +91751,7 @@ - + @@ -83703,7 +91777,7 @@ - + @@ -83729,7 +91803,7 @@ - + @@ -83795,7 +91869,7 @@ - + @@ -83872,7 +91946,7 @@ - + @@ -83993,7 +92067,7 @@ - + @@ -85080,7 +93154,7 @@ - + @@ -85288,7 +93362,7 @@ - + @@ -85306,10 +93380,10 @@ - + - + @@ -85324,7 +93398,7 @@ - + @@ -85368,7 +93442,7 @@ - + @@ -85376,7 +93450,7 @@ - + @@ -85384,7 +93458,7 @@ - + @@ -85392,7 +93466,7 @@ - + @@ -85406,7 +93480,7 @@ - + @@ -85465,7 +93539,7 @@ - + @@ -85491,7 +93565,7 @@ - + @@ -85518,7 +93592,7 @@ - + @@ -85562,7 +93636,7 @@ - + @@ -85619,7 +93693,7 @@ - + @@ -85627,7 +93701,7 @@ - + @@ -85639,7 +93713,9 @@ - + @@ -85660,7 +93736,7 @@ - + @@ -85668,7 +93744,7 @@ - + @@ -85700,7 +93776,7 @@ - + @@ -85738,7 +93814,7 @@ - + @@ -85749,7 +93825,7 @@ - + @@ -85787,7 +93863,7 @@ - + @@ -85828,7 +93904,7 @@ - + @@ -85856,7 +93932,7 @@ - + @@ -85899,7 +93975,7 @@ - + @@ -85936,7 +94012,7 @@ - + @@ -85973,7 +94049,7 @@ - + @@ -86004,7 +94080,7 @@ - + @@ -86043,7 +94119,7 @@ - + @@ -86071,7 +94147,7 @@ - + @@ -86104,7 +94180,7 @@ - + @@ -86129,7 +94205,7 @@ - + @@ -86158,7 +94234,7 @@ - + @@ -86212,7 +94288,7 @@ - + @@ -86220,7 +94296,7 @@ - + @@ -86232,7 +94308,9 @@ - + @@ -86254,7 +94332,7 @@ - + @@ -86262,7 +94340,7 @@ - + @@ -86295,7 +94373,7 @@ - + @@ -86332,7 +94410,7 @@ - + @@ -86357,7 +94435,7 @@ - + @@ -86395,7 +94473,7 @@ - + @@ -86421,7 +94499,7 @@ - + @@ -86447,7 +94525,7 @@ - + @@ -86517,7 +94595,7 @@ - + @@ -86862,7 +94940,7 @@ - + @@ -86880,10 +94958,10 @@ - + - + @@ -86898,7 +94976,7 @@ - + @@ -86927,7 +95005,7 @@ - + @@ -86935,7 +95013,7 @@ - + @@ -86943,7 +95021,7 @@ - + @@ -86951,7 +95029,7 @@ - + @@ -86965,7 +95043,7 @@ - + @@ -87016,7 +95094,7 @@ - + @@ -87042,7 +95120,7 @@ - + @@ -87069,7 +95147,7 @@ - + @@ -87113,7 +95191,7 @@ - + @@ -87170,7 +95248,7 @@ - + @@ -87178,7 +95256,7 @@ - + @@ -87190,7 +95268,9 @@ - + @@ -87211,7 +95291,7 @@ - + @@ -87219,7 +95299,7 @@ - + @@ -87249,15 +95329,15 @@ - + - - + + @@ -87274,7 +95354,7 @@ - + @@ -87284,9 +95364,34 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -87314,7 +95419,7 @@ - + @@ -87339,7 +95444,7 @@ - + @@ -87364,7 +95469,7 @@ - + @@ -87389,7 +95494,7 @@ - + @@ -87443,7 +95548,7 @@ - + @@ -87451,7 +95556,7 @@ - + @@ -87463,7 +95568,9 @@ - + @@ -87485,7 +95592,7 @@ - + @@ -87493,7 +95600,7 @@ - + @@ -87523,7 +95630,7 @@ - + @@ -87548,7 +95655,7 @@ - + @@ -87573,7 +95680,7 @@ - + @@ -87599,7 +95706,7 @@ - + @@ -87624,7 +95731,7 @@ - + @@ -87678,7 +95785,7 @@ - + @@ -87686,7 +95793,7 @@ - + @@ -87698,7 +95805,9 @@ - + @@ -87720,7 +95829,7 @@ - + @@ -87728,7 +95837,7 @@ - + @@ -87758,7 +95867,7 @@ - + @@ -87790,7 +95899,7 @@ - + @@ -87815,7 +95924,7 @@ - + @@ -87869,7 +95978,7 @@ - + @@ -87877,7 +95986,7 @@ - + @@ -87889,7 +95998,9 @@ - + @@ -87911,7 +96022,7 @@ - + @@ -87919,7 +96030,7 @@ - + @@ -87949,7 +96060,7 @@ - + @@ -87974,7 +96085,7 @@ - + @@ -87999,7 +96110,7 @@ - + @@ -88024,7 +96135,7 @@ - + @@ -88049,7 +96160,7 @@ - + @@ -88075,7 +96186,7 @@ - + @@ -88098,7 +96209,7 @@ - + @@ -88123,7 +96234,7 @@ - + @@ -88177,7 +96288,7 @@ - + @@ -88185,7 +96296,7 @@ - + @@ -88197,7 +96308,9 @@ - + @@ -88219,7 +96332,7 @@ - + @@ -88227,7 +96340,7 @@ - + @@ -88257,7 +96370,7 @@ - + @@ -88311,7 +96424,7 @@ - + @@ -88319,7 +96432,7 @@ - + @@ -88331,7 +96444,9 @@ - + @@ -88353,7 +96468,7 @@ - + @@ -88361,7 +96476,7 @@ - + @@ -88398,7 +96513,7 @@ - + @@ -88423,7 +96538,7 @@ - + @@ -88448,7 +96563,7 @@ - + @@ -88473,7 +96588,7 @@ - + @@ -88498,7 +96613,7 @@ - + @@ -88523,7 +96638,7 @@ - + @@ -88548,7 +96663,7 @@ - + @@ -88602,7 +96717,7 @@ - + @@ -88610,7 +96725,7 @@ - + @@ -88622,7 +96737,9 @@ - + @@ -88644,7 +96761,7 @@ - + @@ -88652,7 +96769,7 @@ - + @@ -88682,7 +96799,7 @@ - + @@ -88707,7 +96824,7 @@ - + @@ -88732,7 +96849,7 @@ - + @@ -88759,8 +96876,8 @@ - - + + @@ -88773,9 +96890,20 @@ - + + + + + + + + + + + + @@ -89148,7 +97276,7 @@ - + @@ -89169,10 +97297,10 @@ - + - + @@ -89187,7 +97315,7 @@ - + @@ -89231,6 +97359,7 @@ + @@ -89238,6 +97367,7 @@ + @@ -89292,7 +97422,7 @@ - + @@ -89318,7 +97448,7 @@ - + @@ -89345,7 +97475,7 @@ - + @@ -89389,7 +97519,7 @@ - + @@ -89446,7 +97576,7 @@ - + @@ -89454,7 +97584,7 @@ - + @@ -89466,7 +97596,9 @@ - + @@ -89487,7 +97619,7 @@ - + @@ -89495,7 +97627,7 @@ - + @@ -89509,7 +97641,11 @@ - + @@ -89527,7 +97663,7 @@ - + @@ -89562,7 +97698,7 @@ - + @@ -89600,7 +97736,7 @@ - + @@ -89636,7 +97772,7 @@ - + @@ -89662,7 +97798,7 @@ - + @@ -89692,7 +97828,7 @@ - + @@ -89706,7 +97842,7 @@ - + @@ -89739,7 +97875,7 @@ - + @@ -89774,7 +97910,7 @@ - + @@ -89809,7 +97945,7 @@ - + @@ -89843,7 +97979,7 @@ - + @@ -89875,7 +98011,7 @@ - + @@ -89913,7 +98049,7 @@ - + @@ -89943,7 +98079,7 @@ - + @@ -89984,7 +98120,7 @@ - + @@ -90025,7 +98161,7 @@ - + @@ -90059,7 +98195,7 @@ - + @@ -90086,7 +98222,7 @@ - + @@ -90112,7 +98248,7 @@ - + @@ -90122,7 +98258,7 @@ - + @@ -90147,7 +98283,7 @@ - + @@ -90156,7 +98292,9 @@ - + @@ -90173,7 +98311,7 @@ - + @@ -90198,7 +98336,7 @@ - + @@ -90208,7 +98346,7 @@ - + @@ -90233,7 +98371,7 @@ - + @@ -90259,7 +98397,7 @@ - + @@ -90285,7 +98423,7 @@ - + @@ -90339,7 +98477,7 @@ - + @@ -90347,7 +98485,7 @@ - + @@ -90359,7 +98497,9 @@ - + @@ -90381,7 +98521,7 @@ - + @@ -90389,7 +98529,7 @@ - + @@ -90419,7 +98559,7 @@ - + @@ -90444,7 +98584,7 @@ - + @@ -90469,7 +98609,7 @@ - + @@ -90479,7 +98619,7 @@ - + @@ -90502,7 +98642,7 @@ - + @@ -90530,7 +98670,7 @@ - + @@ -90584,7 +98724,7 @@ - + @@ -90592,7 +98732,7 @@ - + @@ -90604,7 +98744,9 @@ - + @@ -90626,7 +98768,7 @@ - + @@ -90634,7 +98776,7 @@ - + @@ -90664,7 +98806,7 @@ - + @@ -90689,7 +98831,7 @@ - + @@ -90714,7 +98856,7 @@ - + @@ -90739,7 +98881,7 @@ - + @@ -90749,7 +98891,7 @@ - + @@ -90776,7 +98918,7 @@ - + @@ -90830,7 +98972,7 @@ - + @@ -90838,7 +98980,7 @@ - + @@ -90850,7 +98992,9 @@ - + @@ -90872,7 +99016,7 @@ - + @@ -90880,7 +99024,7 @@ - + @@ -90910,7 +99054,7 @@ - + @@ -90935,7 +99079,7 @@ - + @@ -90960,7 +99104,7 @@ - + @@ -90987,7 +99131,7 @@ - + @@ -91041,7 +99185,7 @@ - + @@ -91049,7 +99193,7 @@ - + @@ -91061,7 +99205,9 @@ - + @@ -91083,7 +99229,7 @@ - + @@ -91091,7 +99237,7 @@ - + @@ -91122,7 +99268,7 @@ - + @@ -91162,7 +99308,7 @@ - + @@ -91195,7 +99341,7 @@ - + @@ -91223,7 +99369,7 @@ - + @@ -91277,7 +99423,7 @@ - + @@ -91285,7 +99431,7 @@ - + @@ -91297,7 +99443,9 @@ - + @@ -91319,7 +99467,7 @@ - + @@ -91327,7 +99475,7 @@ - + @@ -91357,7 +99505,7 @@ - + @@ -91400,7 +99548,7 @@ - + @@ -91423,7 +99571,7 @@ - + @@ -91442,6 +99590,7 @@ + @@ -91449,6 +99598,7 @@ + @@ -91459,7 +99609,11 @@ - + @@ -91573,7 +99727,7 @@ - + @@ -91818,7 +99972,7 @@ - + @@ -91838,7 +99992,9 @@ - + @@ -91862,7 +100018,7 @@ - + @@ -91940,7 +100096,7 @@ - + @@ -92017,7 +100173,7 @@ - + @@ -92199,7 +100355,7 @@ - + @@ -92217,10 +100373,10 @@ - + - + @@ -92234,8 +100390,8 @@ - - + + @@ -92259,8 +100415,8 @@ - - + + @@ -92274,7 +100430,7 @@ - + @@ -92282,7 +100438,7 @@ - + @@ -92290,7 +100446,7 @@ - + @@ -92298,7 +100454,7 @@ - + @@ -92312,7 +100468,7 @@ - + @@ -92367,7 +100523,7 @@ - + @@ -92393,7 +100549,7 @@ - + @@ -92420,7 +100576,7 @@ - + @@ -92464,7 +100620,7 @@ - + @@ -92521,7 +100677,7 @@ - + @@ -92529,7 +100685,7 @@ - + @@ -92541,7 +100697,9 @@ - + @@ -92562,7 +100720,7 @@ - + @@ -92570,7 +100728,7 @@ - + @@ -92602,7 +100760,7 @@ - + @@ -92640,7 +100798,7 @@ - + @@ -92674,7 +100832,7 @@ - + @@ -92710,7 +100868,7 @@ - + @@ -92742,7 +100900,7 @@ - + @@ -92772,7 +100930,7 @@ - + @@ -92798,7 +100956,7 @@ - + @@ -92809,7 +100967,7 @@ - + @@ -92843,7 +101001,7 @@ - + @@ -92881,7 +101039,7 @@ - + @@ -92920,7 +101078,7 @@ - + @@ -92930,7 +101088,7 @@ - + @@ -92957,7 +101115,7 @@ - + @@ -92993,7 +101151,7 @@ - + @@ -93031,7 +101189,7 @@ - + @@ -93070,7 +101228,7 @@ - + @@ -93101,7 +101259,7 @@ - + @@ -93134,7 +101292,7 @@ - + @@ -93167,7 +101325,7 @@ - + @@ -93212,7 +101370,7 @@ - + @@ -93253,7 +101411,7 @@ - + @@ -93288,7 +101446,7 @@ - + @@ -93333,7 +101491,7 @@ - + @@ -93387,7 +101545,7 @@ - + @@ -93395,7 +101553,7 @@ - + @@ -93407,7 +101565,9 @@ - + @@ -93429,7 +101589,7 @@ - + @@ -93437,7 +101597,7 @@ - + @@ -93451,7 +101611,11 @@ - + @@ -93475,7 +101639,7 @@ - + @@ -93500,7 +101664,7 @@ - + @@ -93513,8 +101677,8 @@ - - + + @@ -93653,7 +101817,7 @@ - + @@ -93731,7 +101895,7 @@ - + @@ -93981,7 +102145,11 @@ - + @@ -94019,7 +102187,7 @@ - + @@ -94037,10 +102205,10 @@ - + - + @@ -94055,7 +102223,7 @@ - + @@ -94094,7 +102262,7 @@ - + @@ -94102,7 +102270,7 @@ - + @@ -94110,7 +102278,7 @@ - + @@ -94118,7 +102286,7 @@ - + @@ -94132,7 +102300,7 @@ - + @@ -94187,7 +102355,7 @@ - + @@ -94213,7 +102381,7 @@ - + @@ -94240,7 +102408,7 @@ - + @@ -94284,7 +102452,7 @@ - + @@ -94341,7 +102509,7 @@ - + @@ -94349,7 +102517,7 @@ - + @@ -94361,7 +102529,9 @@ - + @@ -94382,7 +102552,7 @@ - + @@ -94390,7 +102560,7 @@ - + @@ -94422,7 +102592,7 @@ - + @@ -94458,7 +102628,7 @@ - + @@ -94496,7 +102666,7 @@ - + @@ -94531,7 +102701,7 @@ - + @@ -94564,7 +102734,7 @@ - + @@ -94575,7 +102745,7 @@ - + @@ -94609,7 +102779,7 @@ - + @@ -94651,7 +102821,7 @@ - + @@ -94689,7 +102859,7 @@ - + @@ -94699,7 +102869,7 @@ - + @@ -94733,7 +102903,7 @@ - + @@ -94763,7 +102933,7 @@ - + @@ -94799,7 +102969,7 @@ - + @@ -94838,7 +103008,7 @@ - + @@ -94873,7 +103043,7 @@ - + @@ -94906,7 +103076,7 @@ - + @@ -94960,7 +103130,7 @@ - + @@ -94968,7 +103138,7 @@ - + @@ -94980,7 +103150,9 @@ - + @@ -95002,7 +103174,7 @@ - + @@ -95010,7 +103182,7 @@ - + @@ -95024,7 +103196,11 @@ - + @@ -95048,7 +103224,7 @@ - + @@ -95081,7 +103257,7 @@ - + @@ -95115,7 +103291,7 @@ - + @@ -95155,7 +103331,7 @@ - + @@ -95202,7 +103378,7 @@ - + @@ -95243,7 +103419,7 @@ - + @@ -95278,7 +103454,7 @@ - + @@ -95323,7 +103499,7 @@ - + @@ -95455,7 +103631,7 @@ - + @@ -95535,7 +103711,7 @@ - + @@ -95664,7 +103840,11 @@ - + @@ -95871,7 +104051,7 @@ - + @@ -95889,10 +104069,10 @@ - + - + @@ -95907,7 +104087,7 @@ - + @@ -95957,6 +104137,7 @@ + @@ -96015,7 +104196,7 @@ - + @@ -96041,7 +104222,7 @@ - + @@ -96068,7 +104249,7 @@ - + @@ -96112,7 +104293,7 @@ - + @@ -96169,7 +104350,7 @@ - + @@ -96177,7 +104358,7 @@ - + @@ -96189,7 +104370,9 @@ - + @@ -96210,7 +104393,7 @@ - + @@ -96218,7 +104401,7 @@ - + @@ -96232,7 +104415,11 @@ - + @@ -96250,7 +104437,7 @@ - + @@ -96284,7 +104471,7 @@ - + @@ -96320,7 +104507,7 @@ - + @@ -96346,7 +104533,7 @@ - + @@ -96360,7 +104547,7 @@ - + @@ -96393,7 +104580,7 @@ - + @@ -96428,7 +104615,7 @@ - + @@ -96463,7 +104650,7 @@ - + @@ -96497,7 +104684,7 @@ - + @@ -96527,7 +104714,7 @@ - + @@ -96558,7 +104745,7 @@ - + @@ -96588,7 +104775,7 @@ - + @@ -96626,7 +104813,7 @@ - + @@ -96636,7 +104823,7 @@ - + @@ -96660,7 +104847,7 @@ - + @@ -96685,7 +104872,7 @@ - + @@ -96739,7 +104926,7 @@ - + @@ -96747,7 +104934,7 @@ - + @@ -96759,7 +104946,9 @@ - + @@ -96781,7 +104970,7 @@ - + @@ -96789,7 +104978,7 @@ - + @@ -96819,7 +105008,7 @@ - + @@ -96832,7 +105021,7 @@ - + @@ -96856,7 +105045,7 @@ - + @@ -96881,7 +105070,7 @@ - + @@ -96901,6 +105090,7 @@ + @@ -96915,7 +105105,11 @@ - + @@ -96988,7 +105182,7 @@ - + @@ -97150,7 +105344,7 @@ - + @@ -97195,7 +105389,7 @@ - + @@ -97230,7 +105424,7 @@ - + @@ -97248,10 +105442,10 @@ - + - + @@ -97267,7 +105461,7 @@ - + @@ -97317,7 +105511,7 @@ - + @@ -97325,7 +105519,7 @@ - + @@ -97333,7 +105527,7 @@ - + @@ -97341,7 +105535,7 @@ - + @@ -97355,7 +105549,7 @@ - + @@ -97422,7 +105616,7 @@ - + @@ -97448,7 +105642,7 @@ - + @@ -97475,7 +105669,7 @@ - + @@ -97519,7 +105713,7 @@ - + @@ -97576,7 +105770,7 @@ - + @@ -97584,7 +105778,7 @@ - + @@ -97596,7 +105790,9 @@ - + @@ -97617,7 +105813,7 @@ - + @@ -97625,7 +105821,7 @@ - + @@ -97656,7 +105852,7 @@ - + @@ -97685,7 +105881,9 @@ - + @@ -97703,7 +105901,7 @@ - + @@ -97714,7 +105912,7 @@ - + @@ -97759,7 +105957,7 @@ - + @@ -97814,7 +106012,7 @@ - + @@ -97870,7 +106068,7 @@ - + @@ -97917,7 +106115,7 @@ - + @@ -97964,7 +106162,7 @@ - + @@ -98016,7 +106214,7 @@ - + @@ -98062,7 +106260,7 @@ - + @@ -98100,7 +106298,7 @@ - + @@ -98147,7 +106345,7 @@ - + @@ -98213,7 +106411,7 @@ - + @@ -98221,7 +106419,7 @@ - + @@ -98233,7 +106431,9 @@ - + @@ -98255,7 +106455,7 @@ - + @@ -98263,7 +106463,7 @@ - + @@ -98294,7 +106494,7 @@ - + @@ -98304,7 +106504,7 @@ - + @@ -98336,7 +106536,7 @@ - + @@ -98375,7 +106575,7 @@ - + @@ -98415,7 +106615,7 @@ - + @@ -98453,7 +106653,7 @@ - + @@ -98519,7 +106719,7 @@ - + @@ -98527,7 +106727,7 @@ - + @@ -98539,7 +106739,9 @@ - + @@ -98561,7 +106763,7 @@ - + @@ -98569,7 +106771,7 @@ - + @@ -98600,7 +106802,7 @@ - + @@ -98610,7 +106812,7 @@ - + @@ -98649,7 +106851,7 @@ - + @@ -98688,7 +106890,7 @@ - + @@ -98754,7 +106956,7 @@ - + @@ -98762,7 +106964,7 @@ - + @@ -98774,7 +106976,9 @@ - + @@ -98796,7 +107000,7 @@ - + @@ -98804,7 +107008,7 @@ - + @@ -98835,7 +107039,7 @@ - + @@ -98880,7 +107084,7 @@ - + @@ -98918,7 +107122,7 @@ - + @@ -98954,6 +107158,7 @@ + @@ -98961,6 +107166,7 @@ + @@ -98968,7 +107174,7 @@ - + @@ -99030,7 +107236,7 @@ - + @@ -99038,7 +107244,7 @@ - + @@ -99050,7 +107256,9 @@ - + @@ -99072,7 +107280,7 @@ - + @@ -99080,7 +107288,7 @@ - + @@ -99115,7 +107323,7 @@ - + @@ -99132,7 +107340,9 @@ - + @@ -99150,7 +107360,7 @@ - + @@ -99198,7 +107408,7 @@ - + @@ -99237,7 +107447,7 @@ - + @@ -99268,7 +107478,7 @@ - + @@ -99303,7 +107513,7 @@ - + @@ -99313,7 +107523,7 @@ - + @@ -99350,7 +107560,7 @@ - + @@ -99394,7 +107604,7 @@ - + @@ -99430,7 +107640,7 @@ - + @@ -99471,7 +107681,7 @@ - + @@ -99546,7 +107756,9 @@ - + @@ -99562,7 +107774,7 @@ - + @@ -99901,7 +108113,7 @@ - + @@ -100024,7 +108236,7 @@ - + @@ -100183,6 +108395,7 @@ + @@ -100190,6 +108403,7 @@ + @@ -100227,7 +108441,9 @@ - + @@ -100333,7 +108549,7 @@ - + @@ -100454,7 +108670,7 @@ - + @@ -100472,10 +108688,10 @@ - + - + @@ -100490,7 +108706,7 @@ - + @@ -100534,6 +108750,7 @@ + @@ -100588,7 +108805,7 @@ - + @@ -100614,7 +108831,7 @@ - + @@ -100641,7 +108858,7 @@ - + @@ -100685,7 +108902,7 @@ - + @@ -100742,7 +108959,7 @@ - + @@ -100750,7 +108967,7 @@ - + @@ -100762,7 +108979,9 @@ - + @@ -100783,7 +109002,7 @@ - + @@ -100791,7 +109010,7 @@ - + @@ -100805,7 +109024,11 @@ - + @@ -100823,7 +109046,7 @@ - + @@ -100858,7 +109081,7 @@ - + @@ -100896,7 +109119,7 @@ - + @@ -100932,7 +109155,7 @@ - + @@ -100958,7 +109181,7 @@ - + @@ -100988,7 +109211,7 @@ - + @@ -101002,7 +109225,7 @@ - + @@ -101035,7 +109258,7 @@ - + @@ -101070,7 +109293,7 @@ - + @@ -101105,7 +109328,7 @@ - + @@ -101139,7 +109362,7 @@ - + @@ -101169,7 +109392,7 @@ - + @@ -101204,7 +109427,7 @@ - + @@ -101234,7 +109457,7 @@ - + @@ -101275,7 +109498,7 @@ - + @@ -101316,7 +109539,7 @@ - + @@ -101354,7 +109577,7 @@ - + @@ -101384,7 +109607,7 @@ - + @@ -101409,7 +109632,7 @@ - + @@ -101463,7 +109686,7 @@ - + @@ -101471,7 +109694,7 @@ - + @@ -101483,7 +109706,9 @@ - + @@ -101505,7 +109730,7 @@ - + @@ -101513,7 +109738,7 @@ - + @@ -101544,7 +109769,7 @@ - + @@ -101570,7 +109795,7 @@ - + @@ -101596,7 +109821,7 @@ - + @@ -101622,7 +109847,7 @@ - + @@ -101654,6 +109879,7 @@ + @@ -101661,7 +109887,7 @@ - + @@ -101715,7 +109941,7 @@ - + @@ -101723,7 +109949,7 @@ - + @@ -101735,7 +109961,9 @@ - + @@ -101757,7 +109985,7 @@ - + @@ -101765,7 +109993,7 @@ - + @@ -101795,7 +110023,7 @@ - + @@ -101821,7 +110049,7 @@ - + @@ -101846,7 +110074,7 @@ - + @@ -101858,7 +110086,7 @@ - + @@ -101872,9 +110100,10 @@ - - - + + + + @@ -101882,7 +110111,7 @@ - + @@ -101936,7 +110165,7 @@ - + @@ -101944,7 +110173,7 @@ - + @@ -101956,7 +110185,9 @@ - + @@ -101978,7 +110209,7 @@ - + @@ -101986,7 +110217,7 @@ - + @@ -102016,7 +110247,7 @@ - + @@ -102042,15 +110273,15 @@ - + - - + + @@ -102068,7 +110299,7 @@ - + @@ -102082,7 +110313,7 @@ - + @@ -102106,7 +110337,7 @@ - + @@ -102134,7 +110365,7 @@ - + @@ -102188,7 +110419,7 @@ - + @@ -102196,7 +110427,7 @@ - + @@ -102208,7 +110439,9 @@ - + @@ -102230,7 +110463,7 @@ - + @@ -102238,7 +110471,7 @@ - + @@ -102268,7 +110501,7 @@ - + @@ -102295,7 +110528,7 @@ - + @@ -102320,7 +110553,7 @@ - + @@ -102346,7 +110579,7 @@ - + @@ -102369,7 +110602,7 @@ - + @@ -102395,6 +110628,7 @@ + @@ -102402,6 +110636,7 @@ + @@ -102409,7 +110644,7 @@ - + @@ -102463,7 +110698,7 @@ - + @@ -102471,7 +110706,7 @@ - + @@ -102483,7 +110718,9 @@ - + @@ -102505,7 +110742,7 @@ - + @@ -102513,7 +110750,7 @@ - + @@ -102543,7 +110780,7 @@ - + @@ -102553,7 +110790,7 @@ - + @@ -102576,7 +110813,7 @@ - + @@ -102602,7 +110839,7 @@ - + @@ -102628,7 +110865,7 @@ - + @@ -102647,6 +110884,7 @@ + @@ -102657,7 +110895,11 @@ - + @@ -102771,7 +111013,7 @@ - + @@ -103077,6 +111319,7 @@ + @@ -103117,7 +111360,7 @@ - + @@ -103126,9 +111369,10 @@ - - - + + + + @@ -103154,8 +111398,8 @@ - - + + @@ -103173,7 +111417,7 @@ - + @@ -103267,6 +111511,7 @@ + @@ -103274,6 +111519,7 @@ + @@ -103291,7 +111537,7 @@ - + @@ -103336,7 +111582,7 @@ - + @@ -103354,10 +111600,10 @@ - + - + @@ -103372,7 +111618,7 @@ - + @@ -103432,6 +111678,7 @@ + @@ -103439,6 +111686,7 @@ + @@ -103446,6 +111694,7 @@ + @@ -103453,7 +111702,7 @@ - + @@ -103461,7 +111710,7 @@ - + @@ -103469,7 +111718,7 @@ - + @@ -103477,7 +111726,7 @@ - + @@ -103491,7 +111740,7 @@ - + @@ -103558,7 +111807,7 @@ - + @@ -103584,7 +111833,7 @@ - + @@ -103611,7 +111860,7 @@ - + @@ -103655,7 +111904,7 @@ - + @@ -103712,7 +111961,7 @@ - + @@ -103720,7 +111969,7 @@ - + @@ -103732,7 +111981,9 @@ - + @@ -103753,7 +112004,7 @@ - + @@ -103761,7 +112012,7 @@ - + @@ -103793,7 +112044,7 @@ - + @@ -103834,7 +112085,7 @@ - + @@ -103845,7 +112096,7 @@ - + @@ -103865,14 +112116,16 @@ - + - + @@ -103891,7 +112144,7 @@ - + @@ -103902,7 +112155,7 @@ - + @@ -103922,7 +112175,8 @@ - + @@ -103950,7 +112204,7 @@ - + @@ -104000,7 +112254,7 @@ - + @@ -104055,7 +112309,7 @@ - + @@ -104077,7 +112331,16 @@ - + @@ -104113,7 +112376,7 @@ - + @@ -104162,7 +112425,7 @@ - + @@ -104209,7 +112472,7 @@ - + @@ -104234,7 +112497,7 @@ - + @@ -104263,7 +112526,7 @@ - + @@ -104318,7 +112581,7 @@ - + @@ -104351,7 +112614,7 @@ - + @@ -104392,7 +112655,7 @@ - + @@ -104430,7 +112693,7 @@ - + @@ -104467,6 +112730,7 @@ + @@ -104474,7 +112738,7 @@ - + @@ -104532,7 +112796,7 @@ - + @@ -104540,7 +112804,7 @@ - + @@ -104552,7 +112816,9 @@ - + @@ -104574,7 +112840,7 @@ - + @@ -104582,7 +112848,7 @@ - + @@ -104613,7 +112879,7 @@ - + @@ -104662,7 +112928,7 @@ - + @@ -104691,7 +112957,7 @@ - + @@ -104729,6 +112995,7 @@ + @@ -104736,7 +113003,7 @@ - + @@ -104794,7 +113061,7 @@ - + @@ -104802,7 +113069,7 @@ - + @@ -104814,7 +113081,9 @@ - + @@ -104836,7 +113105,7 @@ - + @@ -104844,7 +113113,7 @@ - + @@ -104875,7 +113144,7 @@ - + @@ -104926,7 +113195,7 @@ - + @@ -104959,7 +113228,7 @@ - + @@ -104990,6 +113259,7 @@ + @@ -104997,6 +113267,7 @@ + @@ -105010,6 +113281,7 @@ + @@ -105075,7 +113347,7 @@ - + @@ -105095,14 +113367,16 @@ - + - + @@ -105119,7 +113393,7 @@ - + @@ -105139,7 +113413,8 @@ - + @@ -105250,7 +113525,16 @@ - + @@ -105365,7 +113649,7 @@ - + @@ -105522,6 +113806,7 @@ + @@ -105615,6 +113900,7 @@ + @@ -105710,7 +113996,7 @@ - + @@ -105728,10 +114014,10 @@ - + - + @@ -105746,7 +114032,7 @@ - + @@ -105790,6 +114076,7 @@ + @@ -105840,7 +114127,7 @@ - + @@ -105866,7 +114153,7 @@ - + @@ -105893,7 +114180,7 @@ - + @@ -105937,7 +114224,7 @@ - + @@ -105994,7 +114281,7 @@ - + @@ -106002,7 +114289,7 @@ - + @@ -106014,7 +114301,9 @@ - + @@ -106035,7 +114324,7 @@ - + @@ -106043,7 +114332,7 @@ - + @@ -106057,7 +114346,11 @@ - + @@ -106075,7 +114368,7 @@ - + @@ -106110,7 +114403,7 @@ - + @@ -106148,7 +114441,7 @@ - + @@ -106184,7 +114477,7 @@ - + @@ -106210,7 +114503,7 @@ - + @@ -106239,7 +114532,7 @@ - + @@ -106265,7 +114558,7 @@ - + @@ -106279,7 +114572,7 @@ - + @@ -106312,7 +114605,7 @@ - + @@ -106347,7 +114640,7 @@ - + @@ -106382,7 +114675,7 @@ - + @@ -106416,7 +114709,7 @@ - + @@ -106446,7 +114739,7 @@ - + @@ -106477,7 +114770,7 @@ - + @@ -106507,7 +114800,7 @@ - + @@ -106548,7 +114841,7 @@ - + @@ -106582,7 +114875,7 @@ - + @@ -106616,7 +114909,7 @@ - + @@ -106649,7 +114942,7 @@ - + @@ -106682,7 +114975,7 @@ - + @@ -106707,7 +115000,7 @@ - + @@ -106732,7 +115025,7 @@ - + @@ -106757,7 +115050,7 @@ - + @@ -106782,7 +115075,7 @@ - + @@ -106836,7 +115129,7 @@ - + @@ -106844,7 +115137,7 @@ - + @@ -106856,7 +115149,9 @@ - + @@ -106878,7 +115173,7 @@ - + @@ -106886,7 +115181,7 @@ - + @@ -106916,7 +115211,7 @@ - + @@ -106949,7 +115244,7 @@ - + @@ -106982,7 +115277,7 @@ - + @@ -107036,7 +115331,7 @@ - + @@ -107044,7 +115339,7 @@ - + @@ -107056,7 +115351,9 @@ - + @@ -107078,7 +115375,7 @@ - + @@ -107086,7 +115383,7 @@ - + @@ -107116,7 +115413,7 @@ - + @@ -107149,7 +115446,7 @@ - + @@ -107182,7 +115479,7 @@ - + @@ -107236,7 +115533,7 @@ - + @@ -107244,7 +115541,7 @@ - + @@ -107256,7 +115553,9 @@ - + @@ -107278,7 +115577,7 @@ - + @@ -107286,7 +115585,7 @@ - + @@ -107316,7 +115615,7 @@ - + @@ -107326,7 +115625,7 @@ - + @@ -107349,7 +115648,7 @@ - + @@ -107385,7 +115684,7 @@ - + @@ -107411,7 +115710,7 @@ - + @@ -107436,7 +115735,7 @@ - + @@ -107490,7 +115789,7 @@ - + @@ -107498,7 +115797,7 @@ - + @@ -107510,7 +115809,9 @@ - + @@ -107532,7 +115833,7 @@ - + @@ -107540,7 +115841,7 @@ - + @@ -107570,7 +115871,7 @@ - + @@ -107580,7 +115881,7 @@ - + @@ -107604,7 +115905,7 @@ - + @@ -107629,7 +115930,7 @@ - + @@ -107683,7 +115984,7 @@ - + @@ -107691,7 +115992,7 @@ - + @@ -107703,7 +116004,9 @@ - + @@ -107725,7 +116028,7 @@ - + @@ -107733,7 +116036,7 @@ - + @@ -107763,7 +116066,7 @@ - + @@ -107789,7 +116092,7 @@ - + @@ -107808,13 +116111,18 @@ + - + @@ -107938,7 +116246,7 @@ - + @@ -108323,7 +116631,7 @@ - + @@ -108393,7 +116701,7 @@ - + @@ -108448,7 +116756,7 @@ - + @@ -108466,10 +116774,10 @@ - + - + @@ -108484,7 +116792,7 @@ - + @@ -108529,7 +116837,7 @@ - + @@ -108537,7 +116845,7 @@ - + @@ -108545,7 +116853,7 @@ - + @@ -108553,7 +116861,7 @@ - + @@ -108567,42 +116875,39 @@ - + - - - + + + + - - - + + + + - - - + + + + - - - - - - - - + - + + @@ -108661,7 +116966,7 @@ - + @@ -108687,7 +116992,7 @@ - + @@ -108714,7 +117019,7 @@ - + @@ -108758,7 +117063,7 @@ - + @@ -108815,7 +117120,7 @@ - + @@ -108823,7 +117128,7 @@ - + @@ -108835,7 +117140,9 @@ - + @@ -108856,7 +117163,7 @@ - + @@ -108864,7 +117171,7 @@ - + @@ -108902,7 +117209,7 @@ - + @@ -108916,7 +117223,8 @@ - + @@ -108940,7 +117248,7 @@ - + @@ -108951,7 +117259,7 @@ - + @@ -108986,7 +117294,7 @@ - + @@ -109001,7 +117309,8 @@ - + @@ -109024,7 +117333,7 @@ - + @@ -109049,21 +117358,22 @@ - - + + - - + + - + + @@ -109071,13 +117381,13 @@ - + - + @@ -109108,7 +117418,7 @@ - + @@ -109154,7 +117464,7 @@ - + @@ -109168,7 +117478,8 @@ - + @@ -109193,7 +117504,7 @@ - + @@ -109227,7 +117538,7 @@ - + @@ -109261,7 +117572,7 @@ - + @@ -109274,6 +117585,9 @@ + @@ -109290,13 +117604,14 @@ - + - + @@ -109348,7 +117663,7 @@ - + @@ -109356,7 +117671,7 @@ - + @@ -109368,7 +117683,9 @@ - + @@ -109390,7 +117707,7 @@ - + @@ -109398,7 +117715,7 @@ - + @@ -109429,7 +117746,7 @@ - + @@ -109456,7 +117773,7 @@ - + @@ -109484,7 +117801,7 @@ - + @@ -109498,7 +117815,8 @@ - + @@ -109521,7 +117839,7 @@ - + @@ -109575,7 +117893,7 @@ - + @@ -109583,7 +117901,7 @@ - + @@ -109595,7 +117913,9 @@ - + @@ -109617,7 +117937,7 @@ - + @@ -109625,7 +117945,7 @@ - + @@ -109655,7 +117975,7 @@ - + @@ -109681,7 +118001,7 @@ - + @@ -109717,7 +118037,7 @@ - + @@ -109744,7 +118064,7 @@ - + @@ -109770,7 +118090,7 @@ - + @@ -109798,7 +118118,7 @@ - + @@ -109852,7 +118172,7 @@ - + @@ -109860,7 +118180,7 @@ - + @@ -109872,7 +118192,9 @@ - + @@ -109894,7 +118216,7 @@ - + @@ -109902,7 +118224,7 @@ - + @@ -109932,7 +118254,7 @@ - + @@ -109942,7 +118264,7 @@ - + @@ -109966,7 +118288,7 @@ - + @@ -109999,7 +118321,7 @@ - + @@ -110053,7 +118375,7 @@ - + @@ -110061,7 +118383,7 @@ - + @@ -110073,7 +118395,9 @@ - + @@ -110095,7 +118419,7 @@ - + @@ -110103,7 +118427,7 @@ - + @@ -110133,7 +118457,7 @@ - + @@ -110174,7 +118498,7 @@ - + @@ -110201,7 +118525,7 @@ - + @@ -110235,7 +118559,7 @@ - + @@ -110272,7 +118596,7 @@ - + @@ -110306,7 +118630,7 @@ - + @@ -110340,7 +118664,7 @@ - + @@ -110374,7 +118698,7 @@ - + @@ -110403,7 +118727,7 @@ - + @@ -110457,7 +118781,7 @@ - + @@ -110465,7 +118789,7 @@ - + @@ -110477,7 +118801,9 @@ - + @@ -110499,7 +118825,7 @@ - + @@ -110507,7 +118833,7 @@ - + @@ -110537,7 +118863,7 @@ - + @@ -110547,7 +118873,7 @@ - + @@ -110571,7 +118897,7 @@ - + @@ -110594,7 +118920,7 @@ - + @@ -110609,39 +118935,36 @@ - + - - - - - - - - + + - - - + + + + - - - + + + + - - - + + + + @@ -110680,7 +119003,8 @@ - + @@ -110702,7 +119026,7 @@ - + @@ -110739,7 +119063,8 @@ - + @@ -110773,21 +119098,22 @@ - - + + - - + + + - + @@ -110850,7 +119176,8 @@ - + @@ -110912,6 +119239,9 @@ + @@ -110919,7 +119249,8 @@ - + @@ -110968,7 +119299,8 @@ - + @@ -111078,7 +119410,7 @@ - + @@ -111294,7 +119626,7 @@ - + @@ -111327,7 +119659,7 @@ - + @@ -111345,10 +119677,10 @@ - + - + @@ -111363,7 +119695,7 @@ - + @@ -111402,7 +119734,7 @@ - + @@ -111410,7 +119742,7 @@ - + @@ -111418,7 +119750,7 @@ - + @@ -111426,7 +119758,7 @@ - + @@ -111440,7 +119772,7 @@ - + @@ -111499,7 +119831,7 @@ - + @@ -111525,7 +119857,7 @@ - + @@ -111552,7 +119884,7 @@ - + @@ -111596,7 +119928,7 @@ - + @@ -111653,7 +119985,7 @@ - + @@ -111661,7 +119993,7 @@ - + @@ -111673,7 +120005,9 @@ - + @@ -111694,7 +120028,7 @@ - + @@ -111702,7 +120036,7 @@ - + @@ -111733,7 +120067,7 @@ - + @@ -111768,7 +120102,7 @@ - + @@ -111777,7 +120111,7 @@ - + @@ -111795,7 +120129,7 @@ - + @@ -111822,7 +120156,7 @@ - + @@ -111833,7 +120167,7 @@ - + @@ -111869,7 +120203,7 @@ - + @@ -111903,7 +120237,7 @@ - + @@ -111928,7 +120262,7 @@ - + @@ -111937,7 +120271,7 @@ - + @@ -111954,7 +120288,7 @@ - + @@ -111972,7 +120306,7 @@ - + @@ -111996,7 +120330,7 @@ - + @@ -112030,7 +120364,7 @@ - + @@ -112063,7 +120397,7 @@ - + @@ -112080,7 +120414,7 @@ - + @@ -112100,7 +120434,7 @@ - + @@ -112135,7 +120469,7 @@ - + @@ -112167,13 +120501,13 @@ - + - + @@ -112197,7 +120531,7 @@ - + @@ -112224,7 +120558,7 @@ - + @@ -112249,7 +120583,7 @@ - + @@ -112274,7 +120608,7 @@ - + @@ -112299,7 +120633,7 @@ - + @@ -112328,7 +120662,7 @@ - + @@ -112353,7 +120687,7 @@ - + @@ -112370,7 +120704,7 @@ - + @@ -112391,7 +120725,7 @@ - + @@ -112416,7 +120750,7 @@ - + @@ -112461,7 +120795,7 @@ - + @@ -112505,7 +120839,7 @@ - + @@ -112559,7 +120893,7 @@ - + @@ -112567,7 +120901,7 @@ - + @@ -112579,7 +120913,9 @@ - + @@ -112601,7 +120937,7 @@ - + @@ -112609,7 +120945,7 @@ - + @@ -112639,7 +120975,7 @@ - + @@ -112672,7 +121008,7 @@ - + @@ -112708,7 +121044,7 @@ - + @@ -112733,7 +121069,7 @@ - + @@ -112758,7 +121094,7 @@ - + @@ -112768,7 +121104,7 @@ - + @@ -112791,7 +121127,7 @@ - + @@ -112819,7 +121155,7 @@ - + @@ -112881,7 +121217,7 @@ - + @@ -112889,7 +121225,7 @@ - + @@ -112901,7 +121237,9 @@ - + @@ -112923,7 +121261,7 @@ - + @@ -112931,7 +121269,7 @@ - + @@ -112961,7 +121299,7 @@ - + @@ -112994,7 +121332,7 @@ - + @@ -113031,7 +121369,7 @@ - + @@ -113072,7 +121410,7 @@ - + @@ -113097,7 +121435,7 @@ - + @@ -113142,7 +121480,7 @@ - + @@ -113183,7 +121521,7 @@ - + @@ -113195,7 +121533,7 @@ - + @@ -113212,7 +121550,7 @@ - + @@ -113266,7 +121604,7 @@ - + @@ -113274,7 +121612,7 @@ - + @@ -113286,7 +121624,9 @@ - + @@ -113308,7 +121648,7 @@ - + @@ -113316,7 +121656,7 @@ - + @@ -113346,7 +121686,7 @@ - + @@ -113371,7 +121711,7 @@ - + @@ -113404,7 +121744,7 @@ - + @@ -113437,7 +121777,7 @@ - + @@ -113473,7 +121813,7 @@ - + @@ -113531,7 +121871,7 @@ - + @@ -113539,7 +121879,7 @@ - + @@ -113551,7 +121891,9 @@ - + @@ -113573,7 +121915,7 @@ - + @@ -113581,7 +121923,7 @@ - + @@ -113611,7 +121953,7 @@ - + @@ -113639,7 +121981,7 @@ - + @@ -113693,7 +122035,7 @@ - + @@ -113701,7 +122043,7 @@ - + @@ -113713,7 +122055,9 @@ - + @@ -113735,7 +122079,7 @@ - + @@ -113743,7 +122087,7 @@ - + @@ -113780,7 +122124,7 @@ - + @@ -113805,7 +122149,7 @@ - + @@ -113822,8 +122166,8 @@ - - + + @@ -113841,7 +122185,7 @@ - + @@ -113851,7 +122195,7 @@ - + @@ -113874,7 +122218,7 @@ - + @@ -113916,7 +122260,7 @@ - + @@ -113957,7 +122301,7 @@ - + @@ -113993,7 +122337,7 @@ - + @@ -114047,7 +122391,7 @@ - + @@ -114055,7 +122399,7 @@ - + @@ -114067,7 +122411,9 @@ - + @@ -114089,7 +122435,7 @@ - + @@ -114097,7 +122443,7 @@ - + @@ -114161,7 +122507,7 @@ - + @@ -114186,7 +122532,7 @@ - + @@ -114215,7 +122561,7 @@ - + @@ -114244,7 +122590,7 @@ - + @@ -114272,7 +122618,7 @@ - + @@ -114330,7 +122676,7 @@ - + @@ -114338,7 +122684,7 @@ - + @@ -114350,7 +122696,9 @@ - + @@ -114372,7 +122720,7 @@ - + @@ -114380,7 +122728,7 @@ - + @@ -114410,7 +122758,7 @@ - + @@ -114443,7 +122791,7 @@ - + @@ -114477,7 +122825,7 @@ - + @@ -114502,7 +122850,7 @@ - + @@ -114535,7 +122883,7 @@ - + @@ -114575,7 +122923,7 @@ - + @@ -114629,7 +122977,7 @@ - + @@ -114637,7 +122985,7 @@ - + @@ -114649,7 +122997,9 @@ - + @@ -114671,7 +123021,7 @@ - + @@ -114679,7 +123029,7 @@ - + @@ -114710,7 +123060,7 @@ - + @@ -114735,7 +123085,7 @@ - + @@ -114768,7 +123118,7 @@ - + @@ -114793,7 +123143,7 @@ - + @@ -114818,7 +123168,7 @@ - + @@ -114855,7 +123205,7 @@ - + @@ -114884,7 +123234,7 @@ - + @@ -114913,7 +123263,7 @@ - + @@ -114938,7 +123288,7 @@ - + @@ -114961,7 +123311,7 @@ - + @@ -114986,7 +123336,7 @@ - + @@ -115014,7 +123364,7 @@ - + @@ -115072,7 +123422,7 @@ - + @@ -115080,7 +123430,7 @@ - + @@ -115092,7 +123442,9 @@ - + @@ -115114,7 +123466,7 @@ - + @@ -115122,7 +123474,7 @@ - + @@ -115156,7 +123508,7 @@ - + @@ -115189,7 +123541,7 @@ - + @@ -115218,7 +123570,7 @@ - + @@ -115252,7 +123604,7 @@ - + @@ -115285,7 +123637,7 @@ - + @@ -115318,7 +123670,7 @@ - + @@ -115351,7 +123703,7 @@ - + @@ -115384,7 +123736,7 @@ - + @@ -115417,7 +123769,7 @@ - + @@ -115442,7 +123794,7 @@ - + @@ -115472,7 +123824,7 @@ - + @@ -115502,7 +123854,7 @@ - + @@ -115527,7 +123879,7 @@ - + @@ -115552,7 +123904,7 @@ - + @@ -115564,7 +123916,7 @@ - + @@ -115582,7 +123934,7 @@ - + @@ -115640,7 +123992,7 @@ - + @@ -115648,7 +124000,7 @@ - + @@ -115660,7 +124012,9 @@ - + @@ -115682,7 +124036,7 @@ - + @@ -115690,7 +124044,7 @@ - + @@ -115720,7 +124074,7 @@ - + @@ -115746,7 +124100,7 @@ - + @@ -115790,7 +124144,7 @@ - + @@ -115844,7 +124198,7 @@ - + @@ -115852,7 +124206,7 @@ - + @@ -115864,7 +124218,9 @@ - + @@ -115886,7 +124242,7 @@ - + @@ -115894,7 +124250,7 @@ - + @@ -115931,7 +124287,7 @@ - + @@ -115956,7 +124312,7 @@ - + @@ -115993,7 +124349,7 @@ - + @@ -116015,7 +124371,7 @@ - + @@ -116038,7 +124394,7 @@ - + @@ -116063,7 +124419,7 @@ - + @@ -116098,7 +124454,7 @@ - + @@ -116123,7 +124479,7 @@ - + @@ -116154,7 +124510,7 @@ - + @@ -116186,7 +124542,7 @@ - + @@ -116211,7 +124567,7 @@ - + @@ -116236,7 +124592,7 @@ - + @@ -116269,7 +124625,7 @@ - + @@ -116311,7 +124667,7 @@ - + @@ -116336,7 +124692,7 @@ - + @@ -116367,7 +124723,7 @@ - + @@ -116400,7 +124756,7 @@ - + @@ -116425,7 +124781,7 @@ - + @@ -116450,7 +124806,7 @@ - + @@ -116473,7 +124829,7 @@ - + @@ -116507,7 +124863,7 @@ - + @@ -116533,7 +124889,7 @@ - + @@ -116545,7 +124901,7 @@ - + @@ -116563,7 +124919,7 @@ - + @@ -116621,7 +124977,7 @@ - + @@ -116629,7 +124985,7 @@ - + @@ -116641,7 +124997,9 @@ - + @@ -116663,7 +125021,7 @@ - + @@ -116671,7 +125029,7 @@ - + @@ -116701,7 +125059,7 @@ - + @@ -116747,7 +125105,7 @@ - + @@ -116784,7 +125142,7 @@ - + @@ -116794,7 +125152,7 @@ - + @@ -116820,7 +125178,7 @@ - + @@ -116882,7 +125240,7 @@ - + @@ -116890,7 +125248,7 @@ - + @@ -116902,7 +125260,9 @@ - + @@ -116924,7 +125284,7 @@ - + @@ -116932,7 +125292,7 @@ - + @@ -116968,7 +125328,7 @@ - + @@ -117004,7 +125364,7 @@ - + @@ -117066,7 +125426,7 @@ - + @@ -117074,7 +125434,7 @@ - + @@ -117086,7 +125446,9 @@ - + @@ -117108,7 +125470,7 @@ - + @@ -117116,7 +125478,7 @@ - + @@ -117152,7 +125514,7 @@ - + @@ -117188,7 +125550,7 @@ - + @@ -117250,7 +125612,7 @@ - + @@ -117258,7 +125620,7 @@ - + @@ -117270,7 +125632,9 @@ - + @@ -117292,7 +125656,7 @@ - + @@ -117300,7 +125664,7 @@ - + @@ -117334,7 +125698,7 @@ - + @@ -117344,7 +125708,7 @@ - + @@ -117374,7 +125738,7 @@ - + @@ -117436,7 +125800,7 @@ - + @@ -117465,7 +125829,7 @@ - + @@ -117524,7 +125888,7 @@ - + @@ -117544,7 +125908,7 @@ - + @@ -117609,7 +125973,7 @@ - + @@ -117658,7 +126022,7 @@ - + @@ -117752,7 +126116,7 @@ - + @@ -117908,7 +126272,7 @@ - + @@ -118095,7 +126459,7 @@ - + @@ -118245,8 +126609,8 @@ - - + + @@ -118260,7 +126624,7 @@ - + @@ -118922,7 +127286,7 @@ - + @@ -119051,7 +127415,7 @@ - + @@ -119311,7 +127675,7 @@ - + @@ -119391,7 +127755,7 @@ - + @@ -119524,7 +127888,7 @@ - + @@ -119558,7 +127922,7 @@ - + @@ -119576,10 +127940,10 @@ - + - + @@ -119595,7 +127959,7 @@ - + @@ -119650,7 +128014,7 @@ - + @@ -119658,7 +128022,7 @@ - + @@ -119666,7 +128030,7 @@ - + @@ -119674,7 +128038,7 @@ - + @@ -119688,7 +128052,7 @@ - + @@ -119747,7 +128111,7 @@ - + @@ -119773,7 +128137,7 @@ - + @@ -119800,7 +128164,7 @@ - + @@ -119844,7 +128208,7 @@ - + @@ -119901,7 +128265,7 @@ - + @@ -119909,7 +128273,7 @@ - + @@ -119921,7 +128285,9 @@ - + @@ -119942,7 +128308,7 @@ - + @@ -119950,7 +128316,7 @@ - + @@ -119982,7 +128348,7 @@ - + @@ -120033,7 +128399,7 @@ - + @@ -120044,7 +128410,7 @@ - + @@ -120080,7 +128446,7 @@ - + @@ -120126,7 +128492,7 @@ - + @@ -120175,7 +128541,7 @@ - + @@ -120221,7 +128587,7 @@ - + @@ -120268,7 +128634,7 @@ - + @@ -120319,7 +128685,7 @@ - + @@ -120354,7 +128720,7 @@ - + @@ -120392,7 +128758,7 @@ - + @@ -120417,7 +128783,8 @@ - + @@ -120438,7 +128805,7 @@ - + @@ -120484,7 +128851,7 @@ - + @@ -120538,7 +128905,7 @@ - + @@ -120546,7 +128913,7 @@ - + @@ -120558,7 +128925,9 @@ - + @@ -120580,7 +128949,7 @@ - + @@ -120588,7 +128957,7 @@ - + @@ -120619,7 +128988,7 @@ - + @@ -120654,7 +129023,7 @@ - + @@ -120692,7 +129061,7 @@ - + @@ -120730,7 +129099,7 @@ - + @@ -120760,7 +129129,7 @@ - + @@ -120797,7 +129166,7 @@ - + @@ -120851,7 +129220,7 @@ - + @@ -120859,7 +129228,7 @@ - + @@ -120871,7 +129240,9 @@ - + @@ -120893,7 +129264,7 @@ - + @@ -120901,7 +129272,7 @@ - + @@ -120933,7 +129304,7 @@ - + @@ -120972,7 +129343,7 @@ - + @@ -121013,7 +129384,7 @@ - + @@ -121067,7 +129438,7 @@ - + @@ -121075,7 +129446,7 @@ - + @@ -121087,7 +129458,9 @@ - + @@ -121109,7 +129482,7 @@ - + @@ -121117,7 +129490,7 @@ - + @@ -121148,7 +129521,7 @@ - + @@ -121182,7 +129555,7 @@ - + @@ -121209,7 +129582,7 @@ - + @@ -121236,7 +129609,7 @@ - + @@ -121332,7 +129705,7 @@ - + @@ -121592,7 +129965,8 @@ - + @@ -121900,7 +130274,7 @@ - + @@ -121918,10 +130292,10 @@ - + - + @@ -121936,7 +130310,7 @@ - + @@ -121980,7 +130354,7 @@ - + @@ -121988,7 +130362,7 @@ - + @@ -121996,7 +130370,7 @@ - + @@ -122004,7 +130378,7 @@ - + @@ -122018,7 +130392,7 @@ - + @@ -122073,7 +130447,7 @@ - + @@ -122099,7 +130473,7 @@ - + @@ -122126,7 +130500,7 @@ - + @@ -122170,7 +130544,7 @@ - + @@ -122227,7 +130601,7 @@ - + @@ -122235,7 +130609,7 @@ - + @@ -122247,7 +130621,9 @@ - + @@ -122268,7 +130644,7 @@ - + @@ -122276,7 +130652,7 @@ - + @@ -122307,7 +130683,7 @@ - + @@ -122342,7 +130718,7 @@ - + @@ -122353,7 +130729,7 @@ - + @@ -122385,7 +130761,7 @@ - + @@ -122427,7 +130803,7 @@ - + @@ -122437,7 +130813,7 @@ - + @@ -122467,7 +130843,7 @@ - + @@ -122508,7 +130884,7 @@ - + @@ -122538,7 +130914,7 @@ - + @@ -122574,7 +130950,7 @@ - + @@ -122608,7 +130984,7 @@ - + @@ -122643,7 +131019,7 @@ - + @@ -122678,7 +131054,7 @@ - + @@ -122712,7 +131088,7 @@ - + @@ -122766,7 +131142,7 @@ - + @@ -122774,7 +131150,7 @@ - + @@ -122786,7 +131162,9 @@ - + @@ -122808,7 +131186,7 @@ - + @@ -122816,7 +131194,7 @@ - + @@ -122847,7 +131225,7 @@ - + @@ -122875,7 +131253,7 @@ - + @@ -122901,7 +131279,7 @@ - + @@ -122931,7 +131309,7 @@ - + @@ -122985,7 +131363,7 @@ - + @@ -122993,7 +131371,7 @@ - + @@ -123005,7 +131383,9 @@ - + @@ -123027,7 +131407,7 @@ - + @@ -123035,7 +131415,7 @@ - + @@ -123067,7 +131447,7 @@ - + @@ -123094,7 +131474,7 @@ - + @@ -123120,7 +131500,7 @@ - + @@ -123149,7 +131529,7 @@ - + @@ -123203,7 +131583,7 @@ - + @@ -123211,7 +131591,7 @@ - + @@ -123223,7 +131603,9 @@ - + @@ -123245,7 +131627,7 @@ - + @@ -123253,7 +131635,7 @@ - + @@ -123284,7 +131666,7 @@ - + @@ -123311,7 +131693,7 @@ - + @@ -123346,7 +131728,7 @@ - + @@ -123381,7 +131763,7 @@ - + @@ -123417,7 +131799,7 @@ - + @@ -123452,7 +131834,7 @@ - + @@ -123478,7 +131860,7 @@ - + @@ -123506,7 +131888,7 @@ - + @@ -123535,7 +131917,7 @@ - + @@ -123593,7 +131975,7 @@ - + @@ -123601,7 +131983,7 @@ - + @@ -123613,7 +131995,9 @@ - + @@ -123635,7 +132019,7 @@ - + @@ -123643,7 +132027,7 @@ - + @@ -123678,7 +132062,7 @@ - + @@ -123713,7 +132097,7 @@ - + @@ -123770,7 +132154,7 @@ - + @@ -123825,7 +132209,7 @@ - + @@ -124278,7 +132662,7 @@ - + @@ -124296,10 +132680,10 @@ - + - + @@ -124314,7 +132698,7 @@ - + @@ -124358,7 +132742,7 @@ - + @@ -124366,7 +132750,7 @@ - + @@ -124374,7 +132758,7 @@ - + @@ -124382,7 +132766,7 @@ - + @@ -124396,7 +132780,7 @@ - + @@ -124451,7 +132835,7 @@ - + @@ -124477,7 +132861,7 @@ - + @@ -124504,7 +132888,7 @@ - + @@ -124548,7 +132932,7 @@ - + @@ -124605,7 +132989,7 @@ - + @@ -124613,7 +132997,7 @@ - + @@ -124625,7 +133009,9 @@ - + @@ -124646,7 +133032,7 @@ - + @@ -124654,7 +133040,7 @@ - + @@ -124685,7 +133071,7 @@ - + @@ -124720,7 +133106,7 @@ - + @@ -124731,7 +133117,7 @@ - + @@ -124763,7 +133149,7 @@ - + @@ -124773,7 +133159,7 @@ - + @@ -124802,7 +133188,7 @@ - + @@ -124847,7 +133233,7 @@ - + @@ -124881,7 +133267,7 @@ - + @@ -124914,7 +133300,7 @@ - + @@ -124949,7 +133335,7 @@ - + @@ -124988,7 +133374,7 @@ - + @@ -125001,7 +133387,7 @@ - + @@ -125025,7 +133411,7 @@ - + @@ -125056,7 +133442,7 @@ - + @@ -125089,7 +133475,7 @@ - + @@ -125143,7 +133529,7 @@ - + @@ -125151,7 +133537,7 @@ - + @@ -125163,7 +133549,9 @@ - + @@ -125185,7 +133573,7 @@ - + @@ -125193,7 +133581,7 @@ - + @@ -125225,7 +133613,7 @@ - + @@ -125251,7 +133639,7 @@ - + @@ -125277,7 +133665,7 @@ - + @@ -125308,6 +133696,7 @@ + @@ -125315,7 +133704,7 @@ - + @@ -125369,7 +133758,7 @@ - + @@ -125377,7 +133766,7 @@ - + @@ -125389,7 +133778,9 @@ - + @@ -125411,7 +133802,7 @@ - + @@ -125419,7 +133810,7 @@ - + @@ -125451,7 +133842,7 @@ - + @@ -125489,7 +133880,7 @@ - + @@ -125524,7 +133915,7 @@ - + @@ -125560,7 +133951,7 @@ - + @@ -125594,7 +133985,7 @@ - + @@ -125621,7 +134012,7 @@ - + @@ -125648,7 +134039,7 @@ - + @@ -125674,7 +134065,7 @@ - + @@ -125708,7 +134099,7 @@ - + @@ -125742,7 +134133,7 @@ - + @@ -125781,7 +134172,7 @@ - + @@ -125835,7 +134226,7 @@ - + @@ -125843,7 +134234,7 @@ - + @@ -125855,7 +134246,9 @@ - + @@ -125877,7 +134270,7 @@ - + @@ -125885,7 +134278,7 @@ - + @@ -125917,7 +134310,7 @@ - + @@ -125957,7 +134350,7 @@ - + @@ -125989,7 +134382,7 @@ - + @@ -126015,7 +134408,7 @@ - + @@ -126041,7 +134434,7 @@ - + @@ -126075,7 +134468,7 @@ - + @@ -126101,7 +134494,7 @@ - + @@ -126136,7 +134529,7 @@ - + @@ -126180,7 +134573,7 @@ - + @@ -126234,7 +134627,7 @@ - + @@ -126242,7 +134635,7 @@ - + @@ -126254,7 +134647,9 @@ - + @@ -126276,7 +134671,7 @@ - + @@ -126284,7 +134679,7 @@ - + @@ -126315,7 +134710,7 @@ - + @@ -126383,7 +134778,7 @@ - + @@ -126411,7 +134806,7 @@ - + @@ -126553,7 +134948,7 @@ - + @@ -126658,6 +135053,7 @@ + @@ -127039,7 +135435,7 @@ - + @@ -127057,10 +135453,10 @@ - + - + @@ -127075,7 +135471,7 @@ - + @@ -127123,7 +135519,7 @@ - + @@ -127131,7 +135527,7 @@ - + @@ -127139,7 +135535,7 @@ - + @@ -127147,7 +135543,7 @@ - + @@ -127161,7 +135557,7 @@ - + @@ -127224,7 +135620,7 @@ - + @@ -127250,7 +135646,7 @@ - + @@ -127277,7 +135673,7 @@ - + @@ -127321,7 +135717,7 @@ - + @@ -127378,7 +135774,7 @@ - + @@ -127386,7 +135782,7 @@ - + @@ -127398,7 +135794,9 @@ - + @@ -127419,7 +135817,7 @@ - + @@ -127427,7 +135825,7 @@ - + @@ -127458,7 +135856,7 @@ - + @@ -127501,7 +135899,7 @@ - + @@ -127512,7 +135910,7 @@ - + @@ -127544,7 +135942,7 @@ - + @@ -127594,7 +135992,7 @@ - + @@ -127604,7 +136002,7 @@ - + @@ -127641,7 +136039,7 @@ - + @@ -127690,7 +136088,7 @@ - + @@ -127734,7 +136132,7 @@ - + @@ -127778,7 +136176,7 @@ - + @@ -127811,7 +136209,7 @@ - + @@ -127869,7 +136267,7 @@ - + @@ -127877,7 +136275,7 @@ - + @@ -127889,7 +136287,9 @@ - + @@ -127911,7 +136311,7 @@ - + @@ -127919,7 +136319,7 @@ - + @@ -127949,7 +136349,7 @@ - + @@ -127987,7 +136387,7 @@ - + @@ -128017,7 +136417,7 @@ - + @@ -128054,7 +136454,7 @@ - + @@ -128083,7 +136483,7 @@ - + @@ -128141,7 +136541,7 @@ - + @@ -128149,7 +136549,7 @@ - + @@ -128161,7 +136561,9 @@ - + @@ -128183,7 +136585,7 @@ - + @@ -128191,7 +136593,7 @@ - + @@ -128222,7 +136624,7 @@ - + @@ -128260,7 +136662,7 @@ - + @@ -128291,7 +136693,7 @@ - + @@ -128373,7 +136775,7 @@ - + @@ -128437,7 +136839,7 @@ - + @@ -128734,7 +137136,7 @@ - + @@ -128752,10 +137154,10 @@ - + - + @@ -128771,7 +137173,7 @@ - + @@ -128815,7 +137217,7 @@ - + @@ -128823,7 +137225,7 @@ - + @@ -128831,7 +137233,7 @@ - + @@ -128839,7 +137241,7 @@ - + @@ -128853,7 +137255,7 @@ - + @@ -128912,7 +137314,7 @@ - + @@ -128938,7 +137340,7 @@ - + @@ -128965,7 +137367,7 @@ - + @@ -129009,7 +137411,7 @@ - + @@ -129066,7 +137468,7 @@ - + @@ -129074,7 +137476,7 @@ - + @@ -129086,7 +137488,9 @@ - + @@ -129107,7 +137511,7 @@ - + @@ -129115,7 +137519,7 @@ - + @@ -129146,7 +137550,7 @@ - + @@ -129167,6 +137571,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -129188,7 +137617,7 @@ - + @@ -129214,7 +137643,7 @@ - + @@ -129276,7 +137705,7 @@ - + @@ -129284,7 +137713,7 @@ - + @@ -129296,7 +137725,9 @@ - + @@ -129318,7 +137749,7 @@ - + @@ -129326,7 +137757,7 @@ - + @@ -129357,7 +137788,7 @@ - + @@ -129377,7 +137808,15 @@ - + @@ -129395,7 +137834,7 @@ - + @@ -129405,7 +137844,15 @@ - + @@ -129429,7 +137876,7 @@ - + @@ -129460,7 +137907,7 @@ - + @@ -129495,7 +137942,7 @@ - + @@ -129510,7 +137957,7 @@ - + @@ -129529,7 +137976,7 @@ - + @@ -129539,7 +137986,7 @@ - + @@ -129567,7 +138014,7 @@ - + @@ -129578,7 +138025,7 @@ - + @@ -129613,7 +138060,7 @@ - + @@ -129652,7 +138099,7 @@ - + @@ -129672,7 +138119,7 @@ - + @@ -129689,7 +138136,7 @@ - + @@ -129726,7 +138173,7 @@ - + @@ -129763,7 +138210,7 @@ - + @@ -129800,7 +138247,7 @@ - + @@ -129838,7 +138285,7 @@ - + @@ -129853,7 +138300,7 @@ - + @@ -129871,7 +138318,7 @@ - + @@ -129929,7 +138376,7 @@ - + @@ -129937,7 +138384,7 @@ - + @@ -129949,7 +138396,9 @@ - + @@ -129971,7 +138420,7 @@ - + @@ -129979,7 +138428,7 @@ - + @@ -130010,7 +138459,7 @@ - + @@ -130018,7 +138467,8 @@ - + @@ -130035,7 +138485,7 @@ - + @@ -130045,7 +138495,7 @@ - + @@ -130076,7 +138526,7 @@ - + @@ -130110,7 +138560,7 @@ - + @@ -130126,13 +138576,13 @@ - + - + - + @@ -130143,7 +138593,7 @@ - + @@ -130176,7 +138626,7 @@ - + @@ -130230,7 +138680,7 @@ - + @@ -130238,7 +138688,7 @@ - + @@ -130250,7 +138700,9 @@ - + @@ -130272,7 +138724,7 @@ - + @@ -130280,7 +138732,7 @@ - + @@ -130311,7 +138763,7 @@ - + @@ -130336,7 +138788,7 @@ - + @@ -130365,7 +138817,7 @@ - + @@ -130419,7 +138871,7 @@ - + @@ -130427,7 +138879,7 @@ - + @@ -130439,7 +138891,9 @@ - + @@ -130461,7 +138915,7 @@ - + @@ -130469,7 +138923,7 @@ - + @@ -130500,15 +138954,16 @@ - + - - + + + @@ -130525,7 +138980,7 @@ - + @@ -130554,7 +139009,7 @@ - + @@ -130579,7 +139034,7 @@ - + @@ -130633,7 +139088,7 @@ - + @@ -130641,7 +139096,7 @@ - + @@ -130653,7 +139108,9 @@ - + @@ -130675,7 +139132,7 @@ - + @@ -130683,7 +139140,7 @@ - + @@ -130695,8 +139152,8 @@ - - + + @@ -130713,7 +139170,7 @@ - + @@ -130738,7 +139195,7 @@ - + @@ -130763,7 +139220,7 @@ - + @@ -130771,8 +139228,8 @@ - - + + @@ -130790,7 +139247,7 @@ - + @@ -130807,6 +139264,378 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -130828,7 +139657,7 @@ - + @@ -130862,7 +139691,7 @@ - + @@ -130897,7 +139726,7 @@ - + @@ -130931,7 +139760,7 @@ - + @@ -130964,7 +139793,7 @@ - + @@ -130993,7 +139822,7 @@ - + @@ -131023,7 +139852,7 @@ - + @@ -131072,6 +139901,16 @@ + + + + + + + + + + @@ -131130,7 +139969,15 @@ - + @@ -131143,7 +139990,15 @@ - + @@ -131205,7 +140060,7 @@ - + @@ -131219,7 +140074,7 @@ - + @@ -131245,7 +140100,7 @@ - + @@ -131309,7 +140164,7 @@ - + @@ -131415,7 +140270,7 @@ - + @@ -131441,7 +140296,8 @@ - + @@ -131453,7 +140309,7 @@ - + @@ -131504,9 +140360,9 @@ - + - + @@ -131577,8 +140433,9 @@ - - + + + @@ -131611,8 +140468,8 @@ - - + + @@ -131642,8 +140499,8 @@ - - + + @@ -131663,6 +140520,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -131790,13 +140707,13 @@ - + - + @@ -131808,10 +140725,10 @@ - + - + @@ -131826,7 +140743,7 @@ - + @@ -131861,7 +140778,7 @@ - + @@ -131869,7 +140786,7 @@ - + @@ -131877,7 +140794,7 @@ - + @@ -131885,7 +140802,7 @@ - + @@ -131899,7 +140816,7 @@ - + @@ -131950,7 +140867,7 @@ - + @@ -131976,7 +140893,7 @@ - + @@ -132003,7 +140920,7 @@ - + @@ -132047,7 +140964,7 @@ - + @@ -132104,7 +141021,7 @@ - + @@ -132112,7 +141029,7 @@ - + @@ -132124,7 +141041,9 @@ - + @@ -132145,7 +141064,7 @@ - + @@ -132153,7 +141072,7 @@ - + @@ -132183,7 +141102,7 @@ - + @@ -132212,7 +141131,7 @@ - + @@ -132266,7 +141185,7 @@ - + @@ -132274,7 +141193,7 @@ - + @@ -132286,7 +141205,9 @@ - + @@ -132308,7 +141229,7 @@ - + @@ -132316,7 +141237,7 @@ - + @@ -132346,7 +141267,7 @@ - + @@ -132371,7 +141292,7 @@ - + @@ -132396,7 +141317,7 @@ - + @@ -132404,7 +141325,7 @@ - + @@ -132425,7 +141346,7 @@ - + @@ -132440,8 +141361,8 @@ - - + + @@ -132458,7 +141379,7 @@ - + @@ -132512,7 +141433,7 @@ - + @@ -132520,7 +141441,7 @@ - + @@ -132532,7 +141453,9 @@ - + @@ -132554,7 +141477,7 @@ - + @@ -132562,7 +141485,7 @@ - + @@ -132574,8 +141497,8 @@ - - + + @@ -132593,7 +141516,7 @@ - + @@ -132601,7 +141524,8 @@ - + @@ -132618,7 +141542,7 @@ - + @@ -132628,7 +141552,7 @@ - + @@ -132641,8 +141565,8 @@ - - + + @@ -132659,7 +141583,7 @@ - + @@ -132692,7 +141616,7 @@ - + @@ -132725,7 +141649,7 @@ - + @@ -132779,7 +141703,7 @@ - + @@ -132787,7 +141711,7 @@ - + @@ -132799,7 +141723,9 @@ - + @@ -132821,7 +141747,7 @@ - + @@ -132829,7 +141755,7 @@ - + @@ -132860,7 +141786,7 @@ - + @@ -132885,7 +141811,7 @@ - + @@ -132914,7 +141840,7 @@ - + @@ -132939,7 +141865,7 @@ - + @@ -132971,15 +141897,15 @@ - + - - + + @@ -132996,7 +141922,7 @@ - + @@ -133021,15 +141947,15 @@ - + - - + + @@ -133046,7 +141972,7 @@ - + @@ -133100,7 +142026,7 @@ - + @@ -133108,7 +142034,7 @@ - + @@ -133120,7 +142046,9 @@ - + @@ -133142,7 +142070,7 @@ - + @@ -133150,7 +142078,7 @@ - + @@ -133162,8 +142090,8 @@ - - + + @@ -133180,15 +142108,15 @@ - + - - + + @@ -133205,7 +142133,7 @@ - + @@ -133230,7 +142158,7 @@ - + @@ -133284,7 +142212,7 @@ - + @@ -133292,7 +142220,7 @@ - + @@ -133304,7 +142232,9 @@ - + @@ -133326,7 +142256,7 @@ - + @@ -133334,7 +142264,7 @@ - + @@ -133364,7 +142294,7 @@ - + @@ -133389,7 +142319,7 @@ - + @@ -133414,7 +142344,7 @@ - + @@ -133440,7 +142370,7 @@ - + @@ -133474,7 +142404,7 @@ - + @@ -133487,40 +142417,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -133541,7 +142437,7 @@ - + @@ -133566,7 +142462,7 @@ - + @@ -133595,7 +142491,7 @@ - + @@ -133621,7 +142517,7 @@ - + @@ -133646,7 +142542,7 @@ - + @@ -133700,7 +142596,7 @@ - + @@ -133708,7 +142604,7 @@ - + @@ -133720,7 +142616,9 @@ - + @@ -133742,7 +142640,7 @@ - + @@ -133750,7 +142648,7 @@ - + @@ -133762,8 +142660,8 @@ - - + + @@ -133780,7 +142678,7 @@ - + @@ -133805,7 +142703,7 @@ - + @@ -133830,7 +142728,7 @@ - + @@ -133902,7 +142800,7 @@ - + @@ -133923,8 +142821,8 @@ - - + + @@ -133933,8 +142831,8 @@ - - + + @@ -133945,7 +142843,8 @@ - + @@ -133957,7 +142856,7 @@ - + @@ -133970,8 +142869,8 @@ - - + + @@ -134079,8 +142978,8 @@ - - + + @@ -134099,8 +142998,8 @@ - - + + @@ -134109,8 +143008,8 @@ - - + + @@ -134119,8 +143018,8 @@ - - + + @@ -134205,25 +143104,6 @@ - - - - - - - - - - - - - - - - - - - @@ -134282,8 +143162,8 @@ - - + + @@ -134320,7 +143200,7 @@ - + @@ -134338,10 +143218,10 @@ - + - + @@ -134356,7 +143236,7 @@ - + @@ -134391,7 +143271,7 @@ - + @@ -134399,7 +143279,7 @@ - + @@ -134407,7 +143287,7 @@ - + @@ -134415,7 +143295,7 @@ - + @@ -134429,7 +143309,7 @@ - + @@ -134480,7 +143360,7 @@ - + @@ -134506,7 +143386,7 @@ - + @@ -134533,7 +143413,7 @@ - + @@ -134577,7 +143457,7 @@ - + @@ -134634,7 +143514,7 @@ - + @@ -134642,7 +143522,7 @@ - + @@ -134654,7 +143534,9 @@ - + @@ -134675,7 +143557,7 @@ - + @@ -134683,7 +143565,7 @@ - + @@ -134714,7 +143596,7 @@ - + @@ -134744,7 +143626,7 @@ - + @@ -134782,7 +143664,7 @@ - + @@ -134816,7 +143698,7 @@ - + @@ -134842,7 +143724,7 @@ - + @@ -134867,7 +143749,7 @@ - + @@ -134877,7 +143759,7 @@ - + @@ -134900,7 +143782,7 @@ - + @@ -134910,7 +143792,7 @@ - + @@ -134933,7 +143815,7 @@ - + @@ -134943,7 +143825,7 @@ - + @@ -134970,7 +143852,7 @@ - + @@ -134995,7 +143877,7 @@ - + @@ -135049,7 +143931,7 @@ - + @@ -135057,7 +143939,7 @@ - + @@ -135069,7 +143951,9 @@ - + @@ -135091,7 +143975,7 @@ - + @@ -135099,7 +143983,7 @@ - + @@ -135129,7 +144013,7 @@ - + @@ -135139,7 +144023,7 @@ - + @@ -135162,7 +144046,7 @@ - + @@ -135172,7 +144056,7 @@ - + @@ -135195,7 +144079,7 @@ - + @@ -135310,7 +144194,7 @@ - + @@ -135329,7 +144213,7 @@ - + @@ -135348,7 +144232,7 @@ - + @@ -135393,7 +144277,7 @@ - + @@ -135412,7 +144296,7 @@ - + @@ -135436,7 +144320,7 @@ - + @@ -135454,10 +144338,10 @@ - + - + @@ -135472,7 +144356,7 @@ - + @@ -135521,7 +144405,7 @@ - + @@ -135529,7 +144413,7 @@ - + @@ -135537,7 +144421,7 @@ - + @@ -135545,7 +144429,7 @@ - + @@ -135559,7 +144443,7 @@ - + @@ -135622,7 +144506,7 @@ - + @@ -135648,7 +144532,7 @@ - + @@ -135675,7 +144559,7 @@ - + @@ -135719,7 +144603,7 @@ - + @@ -135776,7 +144660,7 @@ - + @@ -135784,7 +144668,7 @@ - + @@ -135796,7 +144680,9 @@ - + @@ -135817,7 +144703,7 @@ - + @@ -135825,7 +144711,7 @@ - + @@ -135855,7 +144741,7 @@ - + @@ -135903,7 +144789,7 @@ - + @@ -135941,7 +144827,7 @@ - + @@ -135979,7 +144865,7 @@ - + @@ -136021,7 +144907,7 @@ - + @@ -136058,7 +144944,7 @@ - + @@ -136096,7 +144982,7 @@ - + @@ -136107,7 +144993,7 @@ - + @@ -136150,7 +145036,7 @@ - + @@ -136161,7 +145047,7 @@ - + @@ -136201,7 +145087,7 @@ - + @@ -136211,7 +145097,7 @@ - + @@ -136230,23 +145116,21 @@ - - + + - + - + - - - + @@ -136254,7 +145138,7 @@ - + @@ -136307,7 +145191,7 @@ - + @@ -136377,7 +145261,7 @@ - + @@ -136385,7 +145269,7 @@ - + @@ -136397,7 +145281,9 @@ - + @@ -136419,7 +145305,7 @@ - + @@ -136427,7 +145313,7 @@ - + @@ -136457,7 +145343,7 @@ - + @@ -136515,7 +145401,7 @@ - + @@ -136560,7 +145446,7 @@ - + @@ -136610,7 +145496,7 @@ - + @@ -136661,7 +145547,7 @@ - + @@ -136706,7 +145592,7 @@ - + @@ -136755,7 +145641,7 @@ - + @@ -136796,7 +145682,7 @@ - + @@ -136853,7 +145739,7 @@ - + @@ -136898,7 +145784,7 @@ - + @@ -136953,7 +145839,7 @@ - + @@ -136992,7 +145878,7 @@ - + @@ -137029,7 +145915,7 @@ - + @@ -137054,7 +145940,7 @@ - + @@ -137072,7 +145958,7 @@ - + @@ -137285,7 +146171,7 @@ - + @@ -137326,7 +146212,7 @@ - + @@ -137362,7 +146248,7 @@ - + @@ -137381,18 +146267,16 @@ - - + + - + - - - + @@ -137880,7 +146764,7 @@ - + @@ -137910,7 +146794,7 @@ - + @@ -137928,10 +146812,10 @@ - + - + @@ -137945,8 +146829,8 @@ - - + + @@ -137981,7 +146865,7 @@ - + @@ -137995,7 +146879,7 @@ - + @@ -138003,7 +146887,7 @@ - + @@ -138011,7 +146895,7 @@ - + @@ -138019,7 +146903,7 @@ - + @@ -138033,7 +146917,7 @@ - + @@ -138092,7 +146976,7 @@ - + @@ -138118,7 +147002,7 @@ - + @@ -138145,7 +147029,7 @@ - + @@ -138189,7 +147073,7 @@ - + @@ -138246,7 +147130,7 @@ - + @@ -138254,7 +147138,7 @@ - + @@ -138266,7 +147150,9 @@ - + @@ -138287,7 +147173,7 @@ - + @@ -138295,7 +147181,7 @@ - + @@ -138325,7 +147211,7 @@ - + @@ -138365,7 +147251,7 @@ - + @@ -138386,7 +147272,7 @@ - + @@ -138403,7 +147289,7 @@ - + @@ -138414,7 +147300,7 @@ - + @@ -138433,6 +147319,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -138455,7 +147366,7 @@ - + @@ -138503,11 +147414,42 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -138534,7 +147476,7 @@ - + @@ -138551,14 +147493,14 @@ - - - - + + + + - + @@ -138571,7 +147513,7 @@ - + @@ -138584,14 +147526,64 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -138601,6 +147593,7 @@ + @@ -138608,7 +147601,7 @@ - + @@ -138623,8 +147616,8 @@ - - + + @@ -138633,8 +147626,9 @@ - + + @@ -138642,7 +147636,7 @@ - + @@ -138650,10 +147644,6 @@ - - - - @@ -138679,7 +147669,7 @@ - + @@ -138713,7 +147703,8 @@ - + + @@ -138721,7 +147712,7 @@ - + @@ -138762,7 +147753,7 @@ - + @@ -138780,7 +147771,7 @@ - + @@ -138845,7 +147836,7 @@ - + @@ -138860,7 +147851,7 @@ - + @@ -138879,6 +147870,16 @@ + + + + + + + + + + @@ -138926,6 +147927,23 @@ + + + + + + + + + + + + + + + + + @@ -138955,10 +147973,10 @@ - - - - + + + + @@ -138974,8 +147992,28 @@ - - + + + + + + + + + + + + + + + + + + + + + + @@ -138986,6 +148024,7 @@ + @@ -138999,23 +148038,20 @@ - - + + - + + - - - - @@ -139056,7 +148092,8 @@ - + + @@ -139104,7 +148141,7 @@ - + @@ -139122,10 +148159,10 @@ - + - + @@ -139141,7 +148178,7 @@ - + @@ -139192,7 +148229,7 @@ - + @@ -139200,7 +148237,7 @@ - + @@ -139208,7 +148245,7 @@ - + @@ -139216,7 +148253,7 @@ - + @@ -139230,7 +148267,7 @@ - + @@ -139293,7 +148330,7 @@ - + @@ -139319,7 +148356,7 @@ - + @@ -139346,7 +148383,7 @@ - + @@ -139390,7 +148427,7 @@ - + @@ -139447,7 +148484,7 @@ - + @@ -139455,7 +148492,7 @@ - + @@ -139467,7 +148504,9 @@ - + @@ -139488,7 +148527,7 @@ - + @@ -139496,7 +148535,7 @@ - + @@ -139531,7 +148570,7 @@ - + @@ -139580,7 +148619,7 @@ - + @@ -139618,7 +148657,7 @@ - + @@ -139629,7 +148668,7 @@ - + @@ -139673,7 +148712,7 @@ - + @@ -139719,7 +148758,7 @@ - + @@ -139774,7 +148813,7 @@ - + @@ -139823,7 +148862,7 @@ - + @@ -139872,7 +148911,7 @@ - + @@ -139918,7 +148957,7 @@ - + @@ -139968,7 +149007,7 @@ - + @@ -140017,7 +149056,7 @@ - + @@ -140061,7 +149100,7 @@ - + @@ -140106,7 +149145,7 @@ - + @@ -140141,7 +149180,7 @@ - + @@ -140174,7 +149213,7 @@ - + @@ -140236,7 +149275,7 @@ - + @@ -140244,7 +149283,7 @@ - + @@ -140256,7 +149295,9 @@ - + @@ -140278,7 +149319,7 @@ - + @@ -140286,7 +149327,7 @@ - + @@ -140318,7 +149359,7 @@ - + @@ -140348,7 +149389,7 @@ - + @@ -140379,7 +149420,7 @@ - + @@ -140412,7 +149453,7 @@ - + @@ -140455,7 +149496,7 @@ - + @@ -140577,7 +149618,7 @@ - + @@ -141072,7 +150113,7 @@ - + @@ -141090,10 +150131,10 @@ - + - + @@ -141108,7 +150149,7 @@ - + @@ -141157,7 +150198,7 @@ - + @@ -141165,7 +150206,7 @@ - + @@ -141173,7 +150214,7 @@ - + @@ -141181,7 +150222,7 @@ - + @@ -141195,7 +150236,7 @@ - + @@ -141254,7 +150295,7 @@ - + @@ -141280,7 +150321,7 @@ - + @@ -141307,7 +150348,7 @@ - + @@ -141351,7 +150392,7 @@ - + @@ -141408,7 +150449,7 @@ - + @@ -141416,7 +150457,7 @@ - + @@ -141428,7 +150469,9 @@ - + @@ -141449,7 +150492,7 @@ - + @@ -141457,7 +150500,7 @@ - + @@ -141487,7 +150530,7 @@ - + @@ -141528,7 +150571,7 @@ - + @@ -141574,7 +150617,7 @@ - + @@ -141588,7 +150631,7 @@ - + @@ -141628,7 +150671,7 @@ - + @@ -141681,7 +150724,7 @@ - + @@ -141727,7 +150770,7 @@ - + @@ -141775,7 +150818,7 @@ - + @@ -141822,7 +150865,7 @@ - + @@ -141863,7 +150906,7 @@ - + @@ -141898,7 +150941,7 @@ - + @@ -141934,7 +150977,7 @@ - + @@ -141968,7 +151011,7 @@ - + @@ -142026,7 +151069,7 @@ - + @@ -142034,7 +151077,7 @@ - + @@ -142046,7 +151089,9 @@ - + @@ -142068,7 +151113,7 @@ - + @@ -142076,7 +151121,7 @@ - + @@ -142107,7 +151152,7 @@ - + @@ -142134,7 +151179,7 @@ - + @@ -142236,7 +151281,7 @@ - + @@ -142528,7 +151573,7 @@ - + @@ -142546,10 +151591,10 @@ - + - + @@ -142564,7 +151609,7 @@ - + @@ -142624,7 +151669,7 @@ - + @@ -142632,7 +151677,7 @@ - + @@ -142640,7 +151685,7 @@ - + @@ -142648,7 +151693,7 @@ - + @@ -142662,7 +151707,7 @@ - + @@ -142729,7 +151774,7 @@ - + @@ -142755,7 +151800,7 @@ - + @@ -142782,7 +151827,7 @@ - + @@ -142826,7 +151871,7 @@ - + @@ -142883,7 +151928,7 @@ - + @@ -142891,7 +151936,7 @@ - + @@ -142903,7 +151948,9 @@ - + @@ -142924,7 +151971,7 @@ - + @@ -142932,7 +151979,7 @@ - + @@ -142964,7 +152011,7 @@ - + @@ -143017,7 +152064,7 @@ - + @@ -143046,7 +152093,9 @@ - + @@ -143063,7 +152112,7 @@ - + @@ -143077,7 +152126,7 @@ - + @@ -143121,7 +152170,7 @@ - + @@ -143131,7 +152180,7 @@ - + @@ -143171,7 +152220,7 @@ - + @@ -143209,7 +152258,9 @@ - + @@ -143234,7 +152285,7 @@ - + @@ -143295,7 +152346,7 @@ - + @@ -143354,7 +152405,7 @@ - + @@ -143403,7 +152454,7 @@ - + @@ -143456,7 +152507,7 @@ - + @@ -143511,7 +152562,7 @@ - + @@ -143549,7 +152600,7 @@ - + @@ -143615,7 +152666,7 @@ - + @@ -143623,7 +152674,7 @@ - + @@ -143635,7 +152686,9 @@ - + @@ -143657,7 +152710,7 @@ - + @@ -143665,7 +152718,7 @@ - + @@ -143696,7 +152749,7 @@ - + @@ -143706,7 +152759,7 @@ - + @@ -143742,7 +152795,7 @@ - + @@ -143781,7 +152834,7 @@ - + @@ -143802,7 +152855,9 @@ - + @@ -143820,7 +152875,7 @@ - + @@ -143877,7 +152932,7 @@ - + @@ -143939,7 +152994,7 @@ - + @@ -143947,7 +153002,7 @@ - + @@ -143959,7 +153014,9 @@ - + @@ -143981,7 +153038,7 @@ - + @@ -143989,7 +153046,7 @@ - + @@ -144019,13 +153076,15 @@ - + - + @@ -144065,7 +153124,7 @@ - + @@ -144115,7 +153174,7 @@ - + @@ -144173,7 +153232,7 @@ - + @@ -144181,7 +153240,7 @@ - + @@ -144193,7 +153252,9 @@ - + @@ -144215,7 +153276,7 @@ - + @@ -144223,7 +153284,7 @@ - + @@ -144254,7 +153315,7 @@ - + @@ -144296,7 +153357,7 @@ - + @@ -144341,7 +153402,7 @@ - + @@ -144359,7 +153420,11 @@ - + @@ -144382,7 +153447,7 @@ - + @@ -144433,7 +153498,7 @@ - + @@ -144483,7 +153548,7 @@ - + @@ -144526,7 +153591,7 @@ - + @@ -144571,7 +153636,7 @@ - + @@ -144686,7 +153751,9 @@ - + @@ -144704,7 +153771,7 @@ - + @@ -144744,7 +153811,7 @@ - + @@ -144808,7 +153875,9 @@ - + @@ -145082,7 +154151,7 @@ - + @@ -145150,7 +154219,9 @@ - + @@ -145222,7 +154293,9 @@ - + @@ -145375,7 +154448,11 @@ - + @@ -145535,7 +154612,7 @@ - + @@ -145550,10 +154627,10 @@ - + - + @@ -145568,7 +154645,7 @@ - + @@ -145597,6 +154674,7 @@ + @@ -145604,6 +154682,7 @@ + @@ -145611,6 +154690,7 @@ + @@ -145618,6 +154698,7 @@ + @@ -145631,6 +154712,7 @@ + @@ -145681,7 +154763,7 @@ - + @@ -145707,7 +154789,7 @@ - + @@ -145734,7 +154816,7 @@ - + @@ -145778,7 +154860,7 @@ - + @@ -145843,7 +154925,7 @@ - + @@ -145851,7 +154933,7 @@ - + @@ -145871,7 +154953,9 @@ - + @@ -145892,7 +154976,7 @@ - + @@ -145900,7 +154984,7 @@ - + @@ -145924,6 +155008,7 @@ + @@ -145931,6 +155016,7 @@ + @@ -145938,6 +155024,7 @@ + @@ -145951,6 +155038,7 @@ + @@ -145958,6 +155046,7 @@ + @@ -146037,7 +155126,9 @@ - + @@ -146064,7 +155155,7 @@ - + @@ -146082,10 +155173,10 @@ - + - + @@ -146100,7 +155191,7 @@ - + @@ -146145,7 +155236,7 @@ - + @@ -146153,7 +155244,7 @@ - + @@ -146161,7 +155252,7 @@ - + @@ -146169,7 +155260,7 @@ - + @@ -146183,7 +155274,7 @@ - + @@ -146242,7 +155333,7 @@ - + @@ -146268,7 +155359,7 @@ - + @@ -146295,7 +155386,7 @@ - + @@ -146339,7 +155430,7 @@ - + @@ -146396,7 +155487,7 @@ - + @@ -146404,7 +155495,7 @@ - + @@ -146416,7 +155507,9 @@ - + @@ -146437,7 +155530,7 @@ - + @@ -146445,7 +155538,7 @@ - + @@ -146475,7 +155568,7 @@ - + @@ -146517,7 +155610,7 @@ - + @@ -146528,7 +155621,7 @@ - + @@ -146571,7 +155664,7 @@ - + @@ -146629,7 +155722,7 @@ - + @@ -146637,7 +155730,7 @@ - + @@ -146649,7 +155742,9 @@ - + @@ -146671,7 +155766,7 @@ - + @@ -146679,7 +155774,7 @@ - + @@ -146709,7 +155804,7 @@ - + @@ -146719,7 +155814,7 @@ - + @@ -146746,7 +155841,7 @@ - + @@ -146775,7 +155870,7 @@ - + @@ -146823,7 +155918,7 @@ - + @@ -146881,7 +155976,7 @@ - + @@ -146889,7 +155984,7 @@ - + @@ -146901,7 +155996,9 @@ - + @@ -146923,7 +156020,7 @@ - + @@ -146931,7 +156028,7 @@ - + @@ -146961,7 +156058,7 @@ - + @@ -146998,7 +156095,7 @@ - + @@ -147028,7 +156125,7 @@ - + @@ -147077,7 +156174,7 @@ - + @@ -147122,7 +156219,7 @@ - + @@ -147171,7 +156268,7 @@ - + @@ -147216,7 +156313,7 @@ - + @@ -147250,7 +156347,7 @@ - + @@ -147293,7 +156390,7 @@ - + @@ -147326,7 +156423,7 @@ - + @@ -147392,7 +156489,7 @@ - + @@ -147400,7 +156497,7 @@ - + @@ -147412,7 +156509,9 @@ - + @@ -147434,7 +156533,7 @@ - + @@ -147442,7 +156541,7 @@ - + @@ -147473,7 +156572,7 @@ - + @@ -147518,7 +156617,7 @@ - + @@ -147554,7 +156653,7 @@ - + @@ -147596,7 +156695,7 @@ - + @@ -147634,7 +156733,7 @@ - + @@ -147676,7 +156775,7 @@ - + @@ -147720,7 +156819,7 @@ - + @@ -147772,7 +156871,7 @@ - + @@ -147830,7 +156929,7 @@ - + @@ -147838,7 +156937,7 @@ - + @@ -147850,7 +156949,9 @@ - + @@ -147872,7 +156973,7 @@ - + @@ -147880,7 +156981,7 @@ - + @@ -147916,7 +157017,7 @@ - + @@ -147957,7 +157058,7 @@ - + @@ -147997,7 +157098,7 @@ - + @@ -148028,7 +157129,7 @@ - + @@ -148041,7 +157142,7 @@ - + @@ -148058,7 +157159,7 @@ - + @@ -148116,7 +157217,7 @@ - + @@ -148124,7 +157225,7 @@ - + @@ -148136,7 +157237,9 @@ - + @@ -148158,7 +157261,7 @@ - + @@ -148166,7 +157269,7 @@ - + @@ -148196,7 +157299,7 @@ - + @@ -148231,7 +157334,7 @@ - + @@ -148260,7 +157363,7 @@ - + @@ -148301,7 +157404,7 @@ - + @@ -148344,7 +157447,7 @@ - + @@ -148385,7 +157488,7 @@ - + @@ -148426,7 +157529,7 @@ - + @@ -148469,7 +157572,7 @@ - + @@ -148502,7 +157605,7 @@ - + @@ -148544,7 +157647,7 @@ - + @@ -148602,7 +157705,7 @@ - + @@ -148610,7 +157713,7 @@ - + @@ -148622,7 +157725,9 @@ - + @@ -148644,7 +157749,7 @@ - + @@ -148652,7 +157757,7 @@ - + @@ -148683,7 +157788,7 @@ - + @@ -148725,7 +157830,7 @@ - + @@ -148735,7 +157840,7 @@ - + @@ -148746,7 +157851,9 @@ - + @@ -148763,7 +157870,7 @@ - + @@ -148796,7 +157903,7 @@ - + @@ -148826,7 +157933,7 @@ - + @@ -148847,7 +157954,7 @@ - + @@ -148868,7 +157975,7 @@ - + @@ -148945,7 +158052,7 @@ - + @@ -148997,7 +158104,7 @@ - + @@ -149629,7 +158736,7 @@ - + @@ -149910,7 +159017,7 @@ - + @@ -149921,7 +159028,9 @@ - + @@ -149977,7 +159086,7 @@ - + @@ -150006,7 +159115,7 @@ - + @@ -150024,10 +159133,10 @@ - + - + @@ -150042,7 +159151,7 @@ - + @@ -150076,7 +159185,7 @@ - + @@ -150084,7 +159193,7 @@ - + @@ -150092,7 +159201,7 @@ - + @@ -150100,7 +159209,7 @@ - + @@ -150114,7 +159223,7 @@ - + @@ -150169,7 +159278,7 @@ - + @@ -150195,7 +159304,7 @@ - + @@ -150222,7 +159331,7 @@ - + @@ -150266,7 +159375,7 @@ - + @@ -150323,7 +159432,7 @@ - + @@ -150331,7 +159440,7 @@ - + @@ -150343,7 +159452,9 @@ - + @@ -150364,7 +159475,7 @@ - + @@ -150372,7 +159483,7 @@ - + @@ -150402,7 +159513,7 @@ - + @@ -150436,7 +159547,7 @@ - + @@ -150447,7 +159558,7 @@ - + @@ -150479,7 +159590,7 @@ - + @@ -150519,7 +159630,7 @@ - + @@ -150554,7 +159665,7 @@ - + @@ -150583,7 +159694,7 @@ - + @@ -150612,7 +159723,7 @@ - + @@ -150646,7 +159757,7 @@ - + @@ -150683,7 +159794,7 @@ - + @@ -150696,7 +159807,7 @@ - + @@ -150707,7 +159818,13 @@ - + @@ -150724,7 +159841,7 @@ - + @@ -150754,7 +159871,7 @@ - + @@ -150810,7 +159927,7 @@ - + @@ -150960,7 +160077,7 @@ - + @@ -150971,7 +160088,13 @@ - + @@ -151005,7 +160128,7 @@ - + @@ -151023,10 +160146,10 @@ - + - + @@ -151041,7 +160164,7 @@ - + @@ -151085,7 +160208,7 @@ - + @@ -151093,7 +160216,7 @@ - + @@ -151101,7 +160224,7 @@ - + @@ -151109,7 +160232,7 @@ - + @@ -151123,7 +160246,7 @@ - + @@ -151178,7 +160301,7 @@ - + @@ -151204,7 +160327,7 @@ - + @@ -151231,7 +160354,7 @@ - + @@ -151275,7 +160398,7 @@ - + @@ -151332,7 +160455,7 @@ - + @@ -151340,7 +160463,7 @@ - + @@ -151352,7 +160475,9 @@ - + @@ -151373,7 +160498,7 @@ - + @@ -151381,7 +160506,7 @@ - + @@ -151411,7 +160536,7 @@ - + @@ -151441,7 +160566,7 @@ - + @@ -151452,7 +160577,7 @@ - + @@ -151479,7 +160604,7 @@ - + @@ -151509,7 +160634,7 @@ - + @@ -151541,7 +160666,7 @@ - + @@ -151579,7 +160704,7 @@ - + @@ -151618,7 +160743,7 @@ - + @@ -151673,7 +160798,7 @@ - + @@ -151783,7 +160908,7 @@ - + @@ -151801,10 +160926,10 @@ - + - + @@ -151819,7 +160944,7 @@ - + @@ -151863,7 +160988,7 @@ - + @@ -151871,7 +160996,7 @@ - + @@ -151879,7 +161004,7 @@ - + @@ -151887,7 +161012,7 @@ - + @@ -151901,7 +161026,7 @@ - + @@ -151956,7 +161081,7 @@ - + @@ -151982,7 +161107,7 @@ - + @@ -152009,7 +161134,7 @@ - + @@ -152053,7 +161178,7 @@ - + @@ -152110,7 +161235,7 @@ - + @@ -152118,7 +161243,7 @@ - + @@ -152130,7 +161255,9 @@ - + @@ -152151,7 +161278,7 @@ - + @@ -152159,7 +161286,7 @@ - + @@ -152189,7 +161316,7 @@ - + @@ -152219,7 +161346,7 @@ - + @@ -152230,7 +161357,7 @@ - + @@ -152258,7 +161385,7 @@ - + @@ -152291,7 +161418,7 @@ - + @@ -152304,7 +161431,7 @@ - + @@ -152327,7 +161454,7 @@ - + @@ -152356,7 +161483,7 @@ - + @@ -152386,7 +161513,7 @@ - + @@ -152422,7 +161549,7 @@ - + @@ -152477,7 +161604,7 @@ - + @@ -152521,7 +161648,7 @@ - + @@ -152598,7 +161725,7 @@ - + @@ -152616,10 +161743,10 @@ - + - + @@ -152634,7 +161761,7 @@ - + @@ -152674,7 +161801,7 @@ - + @@ -152682,7 +161809,7 @@ - + @@ -152690,7 +161817,7 @@ - + @@ -152698,7 +161825,7 @@ - + @@ -152712,7 +161839,7 @@ - + @@ -152771,7 +161898,7 @@ - + @@ -152797,7 +161924,7 @@ - + @@ -152824,7 +161951,7 @@ - + @@ -152868,7 +161995,7 @@ - + @@ -152925,7 +162052,7 @@ - + @@ -152933,7 +162060,7 @@ - + @@ -152945,7 +162072,9 @@ - + @@ -152966,7 +162095,7 @@ - + @@ -152974,7 +162103,7 @@ - + @@ -153004,7 +162133,7 @@ - + @@ -153038,7 +162167,7 @@ - + @@ -153049,7 +162178,7 @@ - + @@ -153080,7 +162209,7 @@ - + @@ -153134,7 +162263,7 @@ - + @@ -153142,7 +162271,7 @@ - + @@ -153154,7 +162283,9 @@ - + @@ -153176,7 +162307,7 @@ - + @@ -153184,7 +162315,7 @@ - + @@ -153214,7 +162345,7 @@ - + @@ -153224,7 +162355,7 @@ - + @@ -153247,7 +162378,7 @@ - + @@ -153273,7 +162404,7 @@ - + @@ -153317,7 +162448,7 @@ - + @@ -153371,7 +162502,7 @@ - + @@ -153379,7 +162510,7 @@ - + @@ -153391,7 +162522,9 @@ - + @@ -153413,7 +162546,7 @@ - + @@ -153421,7 +162554,7 @@ - + @@ -153452,7 +162585,7 @@ - + @@ -153485,7 +162618,7 @@ - + @@ -153521,7 +162654,7 @@ - + @@ -153547,7 +162680,7 @@ - + @@ -153585,7 +162718,7 @@ - + @@ -153614,7 +162747,7 @@ - + @@ -153648,7 +162781,7 @@ - + @@ -153679,7 +162812,7 @@ - + @@ -153710,7 +162843,7 @@ - + @@ -153741,7 +162874,7 @@ - + @@ -153801,7 +162934,7 @@ - + @@ -153837,7 +162970,7 @@ - + @@ -154073,7 +163206,7 @@ - + @@ -154091,10 +163224,10 @@ - + - + @@ -154109,7 +163242,7 @@ - + @@ -154153,6 +163286,7 @@ + @@ -154203,7 +163337,7 @@ - + @@ -154229,7 +163363,7 @@ - + @@ -154256,7 +163390,7 @@ - + @@ -154300,7 +163434,7 @@ - + @@ -154357,7 +163491,7 @@ - + @@ -154365,7 +163499,7 @@ - + @@ -154377,7 +163511,9 @@ - + @@ -154398,7 +163534,7 @@ - + @@ -154406,7 +163542,7 @@ - + @@ -154420,7 +163556,11 @@ - + @@ -154438,7 +163578,7 @@ - + @@ -154473,7 +163613,7 @@ - + @@ -154511,7 +163651,7 @@ - + @@ -154547,7 +163687,7 @@ - + @@ -154573,7 +163713,7 @@ - + @@ -154602,7 +163742,7 @@ - + @@ -154628,7 +163768,7 @@ - + @@ -154642,7 +163782,7 @@ - + @@ -154675,7 +163815,7 @@ - + @@ -154713,7 +163853,7 @@ - + @@ -154752,7 +163892,7 @@ - + @@ -154787,7 +163927,7 @@ - + @@ -154821,7 +163961,7 @@ - + @@ -154851,7 +163991,7 @@ - + @@ -154882,7 +164022,7 @@ - + @@ -154912,7 +164052,7 @@ - + @@ -154953,7 +164093,7 @@ - + @@ -154990,7 +164130,7 @@ - + @@ -155018,7 +164158,7 @@ - + @@ -155052,7 +164192,7 @@ - + @@ -155087,7 +164227,7 @@ - + @@ -155122,7 +164262,7 @@ - + @@ -155156,7 +164296,7 @@ - + @@ -155189,7 +164329,7 @@ - + @@ -155218,7 +164358,7 @@ - + @@ -155243,7 +164383,7 @@ - + @@ -155272,7 +164412,7 @@ - + @@ -155303,7 +164443,7 @@ - + @@ -155328,7 +164468,7 @@ - + @@ -155347,6 +164487,7 @@ + @@ -155357,7 +164498,11 @@ - + @@ -155481,7 +164626,7 @@ - + @@ -155877,7 +165022,7 @@ - + @@ -155895,10 +165040,10 @@ - + - + @@ -155913,7 +165058,7 @@ - + @@ -155957,6 +165102,7 @@ + @@ -156007,7 +165153,7 @@ - + @@ -156033,7 +165179,7 @@ - + @@ -156060,7 +165206,7 @@ - + @@ -156104,7 +165250,7 @@ - + @@ -156161,7 +165307,7 @@ - + @@ -156169,7 +165315,7 @@ - + @@ -156181,7 +165327,9 @@ - + @@ -156202,7 +165350,7 @@ - + @@ -156210,7 +165358,7 @@ - + @@ -156242,7 +165390,7 @@ - + @@ -156277,7 +165425,7 @@ - + @@ -156315,7 +165463,7 @@ - + @@ -156349,7 +165497,7 @@ - + @@ -156379,7 +165527,7 @@ - + @@ -156393,7 +165541,7 @@ - + @@ -156426,7 +165574,7 @@ - + @@ -156461,7 +165609,7 @@ - + @@ -156491,7 +165639,7 @@ - + @@ -156526,7 +165674,7 @@ - + @@ -156559,7 +165707,7 @@ - + @@ -156584,7 +165732,7 @@ - + @@ -156610,7 +165758,7 @@ - + @@ -156639,7 +165787,7 @@ - + @@ -156664,289 +165812,20 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + @@ -156958,7 +165837,7 @@ - + @@ -157012,7 +165891,7 @@ - + @@ -157020,7 +165899,7 @@ - + @@ -157032,7 +165911,9 @@ - + @@ -157054,7 +165935,7 @@ - + @@ -157062,7 +165943,7 @@ - + @@ -157092,7 +165973,7 @@ - + @@ -157117,20 +165998,20 @@ - + - - - + + + - + @@ -157142,10 +166023,10 @@ - + - + @@ -157155,19 +166036,20 @@ - - + + - + + @@ -157176,24 +166058,25 @@ - + - - + + - + + @@ -157202,7 +166085,7 @@ - + @@ -157227,7 +166110,7 @@ - + @@ -157260,7 +166143,7 @@ - + @@ -157293,7 +166176,7 @@ - + @@ -157326,7 +166209,7 @@ - + @@ -157351,7 +166234,7 @@ - + @@ -157376,7 +166259,7 @@ - + @@ -157430,7 +166313,7 @@ - + @@ -157438,7 +166321,7 @@ - + @@ -157450,7 +166333,9 @@ - + @@ -157472,7 +166357,7 @@ - + @@ -157480,7 +166365,7 @@ - + @@ -157510,7 +166395,7 @@ - + @@ -157535,7 +166420,7 @@ - + @@ -157560,7 +166445,7 @@ - + @@ -157593,7 +166478,7 @@ - + @@ -157647,7 +166532,7 @@ - + @@ -157655,7 +166540,7 @@ - + @@ -157667,7 +166552,9 @@ - + @@ -157689,7 +166576,7 @@ - + @@ -157697,7 +166584,7 @@ - + @@ -157727,15 +166614,15 @@ - + - - + + @@ -157752,15 +166639,15 @@ - + - - + + @@ -157777,7 +166664,7 @@ - + @@ -157810,7 +166697,7 @@ - + @@ -157837,6 +166724,7 @@ + @@ -157943,7 +166831,7 @@ - + @@ -158086,82 +166974,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -158189,13 +167006,14 @@ - - - + + + + @@ -158205,26 +167023,28 @@ - - + + + - - + + + @@ -158372,8 +167192,8 @@ - - + + @@ -158382,8 +167202,8 @@ - - + + @@ -158420,13 +167240,1277 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -158444,10 +168528,10 @@ - + - + @@ -158461,9 +168545,9 @@ - + - + @@ -158492,9 +168576,9 @@ - - - + + + @@ -158508,6 +168592,7 @@ + @@ -158558,7 +168643,7 @@ - + @@ -158584,7 +168669,7 @@ - + @@ -158611,7 +168696,7 @@ - + @@ -158655,7 +168740,7 @@ - + @@ -158712,7 +168797,7 @@ - + @@ -158720,7 +168805,7 @@ - + @@ -158732,7 +168817,9 @@ - + @@ -158753,7 +168840,7 @@ - + @@ -158761,7 +168848,7 @@ - + @@ -158775,7 +168862,11 @@ - + @@ -158793,7 +168884,7 @@ - + @@ -158828,7 +168919,7 @@ - + @@ -158866,7 +168957,7 @@ - + @@ -158902,7 +168993,7 @@ - + @@ -158928,7 +169019,7 @@ - + @@ -158958,7 +169049,7 @@ - + @@ -158983,7 +169074,7 @@ - + @@ -159009,7 +169100,7 @@ - + @@ -159023,7 +169114,7 @@ - + @@ -159056,7 +169147,7 @@ - + @@ -159091,7 +169182,7 @@ - + @@ -159125,7 +169216,7 @@ - + @@ -159155,7 +169246,7 @@ - + @@ -159184,7 +169275,7 @@ - + @@ -159211,7 +169302,7 @@ - + @@ -159241,7 +169332,7 @@ - + @@ -159284,7 +169375,7 @@ - + @@ -159318,7 +169409,7 @@ - + @@ -159353,7 +169444,7 @@ - + @@ -159388,7 +169479,7 @@ - + @@ -159422,7 +169513,7 @@ - + @@ -159455,7 +169546,7 @@ - + @@ -159484,7 +169575,7 @@ - + @@ -159509,7 +169600,7 @@ - + @@ -159538,7 +169629,7 @@ - + @@ -159569,7 +169660,7 @@ - + @@ -159577,7 +169668,7 @@ - + @@ -159594,7 +169685,7 @@ - + @@ -159604,7 +169695,7 @@ - + @@ -159627,11 +169718,44 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -159653,7 +169777,7 @@ - + @@ -159707,7 +169831,7 @@ - + @@ -159715,7 +169839,7 @@ - + @@ -159727,7 +169851,9 @@ - + @@ -159749,7 +169875,7 @@ - + @@ -159757,7 +169883,7 @@ - + @@ -159788,7 +169914,7 @@ - + @@ -159808,10 +169934,11 @@ + - + @@ -159819,19 +169946,13 @@ - - - - - - - + @@ -159856,7 +169977,7 @@ - + @@ -159891,33 +170012,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -159943,41 +170038,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -159985,7 +170046,7 @@ - + @@ -159994,7 +170055,7 @@ - + @@ -160002,7 +170063,218 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -160027,7 +170299,7 @@ - + @@ -160037,16 +170309,16 @@ - + - - - + + + @@ -160055,6 +170327,7 @@ + @@ -160065,7 +170338,11 @@ - + @@ -160201,7 +170478,7 @@ - + @@ -160507,7 +170784,7 @@ - + @@ -160520,7 +170797,7 @@ - + @@ -160533,6 +170810,24 @@ + + + + + + + + + + + + + + + + + + @@ -160566,10 +170861,11 @@ + - + @@ -160577,12 +170873,6 @@ - - - - - - @@ -160615,17 +170905,6 @@ - - - - - - - - - - - @@ -160637,33 +170916,54 @@ - - - - - - - - - - - - - - - - - - - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -160681,7 +170981,7 @@ - + @@ -160694,7 +170994,7 @@ - + @@ -160712,10 +171012,10 @@ - + - + @@ -160730,7 +171030,7 @@ - + @@ -160774,6 +171074,7 @@ + @@ -160824,7 +171125,7 @@ - + @@ -160850,7 +171151,7 @@ - + @@ -160877,7 +171178,7 @@ - + @@ -160921,7 +171222,7 @@ - + @@ -160978,7 +171279,7 @@ - + @@ -160986,7 +171287,7 @@ - + @@ -160998,7 +171299,9 @@ - + @@ -161019,7 +171322,7 @@ - + @@ -161027,7 +171330,7 @@ - + @@ -161041,7 +171344,11 @@ - + @@ -161059,7 +171366,7 @@ - + @@ -161094,7 +171401,7 @@ - + @@ -161132,7 +171439,7 @@ - + @@ -161168,7 +171475,7 @@ - + @@ -161194,7 +171501,7 @@ - + @@ -161208,7 +171515,7 @@ - + @@ -161241,7 +171548,7 @@ - + @@ -161276,7 +171583,7 @@ - + @@ -161311,7 +171618,7 @@ - + @@ -161345,7 +171652,7 @@ - + @@ -161376,7 +171683,7 @@ - + @@ -161406,7 +171713,7 @@ - + @@ -161447,7 +171754,7 @@ - + @@ -161488,7 +171795,7 @@ - + @@ -161521,7 +171828,7 @@ - + @@ -161575,7 +171882,7 @@ - + @@ -161583,7 +171890,7 @@ - + @@ -161595,7 +171902,9 @@ - + @@ -161617,7 +171926,7 @@ - + @@ -161625,7 +171934,7 @@ - + @@ -161656,7 +171965,7 @@ - + @@ -161681,7 +171990,7 @@ - + @@ -161691,7 +172000,7 @@ - + @@ -161715,7 +172024,7 @@ - + @@ -161741,7 +172050,7 @@ - + @@ -161766,7 +172075,7 @@ - + @@ -161820,7 +172129,7 @@ - + @@ -161828,7 +172137,7 @@ - + @@ -161840,7 +172149,9 @@ - + @@ -161862,7 +172173,7 @@ - + @@ -161870,7 +172181,7 @@ - + @@ -161900,7 +172211,7 @@ - + @@ -161925,7 +172236,7 @@ - + @@ -161935,7 +172246,7 @@ - + @@ -161958,7 +172269,7 @@ - + @@ -161983,7 +172294,7 @@ - + @@ -162008,7 +172319,7 @@ - + @@ -162062,7 +172373,7 @@ - + @@ -162070,7 +172381,7 @@ - + @@ -162082,7 +172393,9 @@ - + @@ -162104,7 +172417,7 @@ - + @@ -162112,7 +172425,7 @@ - + @@ -162142,7 +172455,7 @@ - + @@ -162167,7 +172480,7 @@ - + @@ -162192,7 +172505,7 @@ - + @@ -162246,7 +172559,7 @@ - + @@ -162254,7 +172567,7 @@ - + @@ -162266,7 +172579,9 @@ - + @@ -162288,7 +172603,7 @@ - + @@ -162296,7 +172611,7 @@ - + @@ -162326,7 +172641,7 @@ - + @@ -162351,7 +172666,7 @@ - + @@ -162376,7 +172691,7 @@ - + @@ -162430,7 +172745,7 @@ - + @@ -162438,7 +172753,7 @@ - + @@ -162450,7 +172765,9 @@ - + @@ -162472,7 +172789,7 @@ - + @@ -162480,7 +172797,7 @@ - + @@ -162510,7 +172827,7 @@ - + @@ -162535,7 +172852,7 @@ - + @@ -162560,7 +172877,7 @@ - + @@ -162585,7 +172902,7 @@ - + @@ -162610,7 +172927,7 @@ - + @@ -162664,7 +172981,7 @@ - + @@ -162672,7 +172989,7 @@ - + @@ -162684,7 +173001,9 @@ - + @@ -162706,7 +173025,7 @@ - + @@ -162714,7 +173033,7 @@ - + @@ -162742,7 +173061,7 @@ - + @@ -162767,7 +173086,7 @@ - + @@ -162792,7 +173111,7 @@ - + @@ -162846,7 +173165,7 @@ - + @@ -162854,7 +173173,7 @@ - + @@ -162866,7 +173185,9 @@ - + @@ -162888,7 +173209,7 @@ - + @@ -162896,7 +173217,7 @@ - + @@ -162926,7 +173247,7 @@ - + @@ -162951,7 +173272,7 @@ - + @@ -162976,7 +173297,7 @@ - + @@ -163001,7 +173322,7 @@ - + @@ -163026,7 +173347,7 @@ - + @@ -163051,7 +173372,7 @@ - + @@ -163076,7 +173397,7 @@ - + @@ -163101,7 +173422,7 @@ - + @@ -163124,7 +173445,7 @@ - + @@ -163147,7 +173468,7 @@ - + @@ -163172,7 +173493,7 @@ - + @@ -163226,7 +173547,7 @@ - + @@ -163234,7 +173555,7 @@ - + @@ -163246,7 +173567,9 @@ - + @@ -163268,7 +173591,7 @@ - + @@ -163276,7 +173599,7 @@ - + @@ -163306,7 +173629,7 @@ - + @@ -163331,7 +173654,7 @@ - + @@ -163354,7 +173677,7 @@ - + @@ -163380,7 +173703,7 @@ - + @@ -163399,13 +173722,18 @@ + - + @@ -163503,7 +173831,7 @@ - + @@ -163718,7 +174046,7 @@ - + @@ -163778,7 +174106,7 @@ - + @@ -164105,7 +174433,7 @@ - + @@ -164123,10 +174451,10 @@ - + - + @@ -164141,7 +174469,7 @@ - + @@ -164186,7 +174514,7 @@ - + @@ -164194,7 +174522,7 @@ - + @@ -164202,7 +174530,7 @@ - + @@ -164210,7 +174538,7 @@ - + @@ -164224,7 +174552,7 @@ - + @@ -164279,7 +174607,7 @@ - + @@ -164305,7 +174633,7 @@ - + @@ -164332,7 +174660,7 @@ - + @@ -164376,7 +174704,7 @@ - + @@ -164433,7 +174761,7 @@ - + @@ -164441,7 +174769,7 @@ - + @@ -164453,7 +174781,9 @@ - + @@ -164474,7 +174804,7 @@ - + @@ -164482,7 +174812,7 @@ - + @@ -164513,7 +174843,7 @@ - + @@ -164548,7 +174878,7 @@ - + @@ -164559,7 +174889,7 @@ - + @@ -164592,7 +174922,7 @@ - + @@ -164635,7 +174965,7 @@ - + @@ -164673,7 +175003,7 @@ - + @@ -164683,7 +175013,7 @@ - + @@ -164712,7 +175042,7 @@ - + @@ -164751,7 +175081,7 @@ - + @@ -164782,7 +175112,7 @@ - + @@ -164818,7 +175148,7 @@ - + @@ -164853,7 +175183,7 @@ - + @@ -164890,7 +175220,7 @@ - + @@ -164921,7 +175251,7 @@ - + @@ -164961,7 +175291,7 @@ - + @@ -164999,7 +175329,7 @@ - + @@ -165040,7 +175370,7 @@ - + @@ -165094,7 +175424,7 @@ - + @@ -165102,7 +175432,7 @@ - + @@ -165114,7 +175444,9 @@ - + @@ -165136,7 +175468,7 @@ - + @@ -165144,7 +175476,7 @@ - + @@ -165176,7 +175508,7 @@ - + @@ -165203,7 +175535,7 @@ - + @@ -165238,7 +175570,7 @@ - + @@ -165266,7 +175598,7 @@ - + @@ -165294,7 +175626,7 @@ - + @@ -165324,7 +175656,7 @@ - + @@ -165378,7 +175710,7 @@ - + @@ -165386,7 +175718,7 @@ - + @@ -165398,7 +175730,9 @@ - + @@ -165420,7 +175754,7 @@ - + @@ -165428,7 +175762,7 @@ - + @@ -165459,7 +175793,7 @@ - + @@ -165502,7 +175836,7 @@ - + @@ -165530,7 +175864,7 @@ - + @@ -165561,7 +175895,7 @@ - + @@ -165596,7 +175930,7 @@ - + @@ -165627,7 +175961,7 @@ - + @@ -165654,7 +175988,7 @@ - + @@ -165664,7 +175998,7 @@ - + @@ -165688,7 +176022,7 @@ - + @@ -165715,7 +176049,7 @@ - + @@ -165742,7 +176076,7 @@ - + @@ -165771,7 +176105,7 @@ - + @@ -165825,7 +176159,7 @@ - + @@ -165833,7 +176167,7 @@ - + @@ -165845,7 +176179,9 @@ - + @@ -165867,7 +176203,7 @@ - + @@ -165875,7 +176211,7 @@ - + @@ -165906,7 +176242,7 @@ - + @@ -165935,7 +176271,7 @@ - + @@ -165966,7 +176302,7 @@ - + @@ -165993,7 +176329,7 @@ - + @@ -166027,7 +176363,7 @@ - + @@ -166065,7 +176401,7 @@ - + @@ -166119,7 +176455,7 @@ - + @@ -166127,7 +176463,7 @@ - + @@ -166139,7 +176475,9 @@ - + @@ -166161,7 +176499,7 @@ - + @@ -166169,7 +176507,7 @@ - + @@ -166200,7 +176538,7 @@ - + @@ -166227,7 +176565,7 @@ - + @@ -166262,7 +176600,7 @@ - + @@ -166298,7 +176636,7 @@ - + @@ -166338,7 +176676,7 @@ - + @@ -166365,7 +176703,7 @@ - + @@ -166402,7 +176740,7 @@ - + @@ -166456,7 +176794,7 @@ - + @@ -166464,7 +176802,7 @@ - + @@ -166476,7 +176814,9 @@ - + @@ -166498,7 +176838,7 @@ - + @@ -166506,7 +176846,7 @@ - + @@ -166538,7 +176878,7 @@ - + @@ -166568,7 +176908,7 @@ - + @@ -166603,7 +176943,7 @@ - + @@ -166637,7 +176977,7 @@ - + @@ -166672,7 +177012,7 @@ - + @@ -166709,7 +177049,7 @@ - + @@ -166763,7 +177103,7 @@ - + @@ -166771,7 +177111,7 @@ - + @@ -166783,7 +177123,9 @@ - + @@ -166805,7 +177147,7 @@ - + @@ -166813,7 +177155,7 @@ - + @@ -166844,7 +177186,7 @@ - + @@ -166870,7 +177212,7 @@ - + @@ -166904,7 +177246,7 @@ - + @@ -166934,7 +177276,7 @@ - + @@ -166969,7 +177311,7 @@ - + @@ -166995,7 +177337,7 @@ - + @@ -167025,7 +177367,7 @@ - + @@ -167083,7 +177425,7 @@ - + @@ -167091,7 +177433,7 @@ - + @@ -167103,7 +177445,9 @@ - + @@ -167125,7 +177469,7 @@ - + @@ -167133,7 +177477,7 @@ - + @@ -167165,7 +177509,7 @@ - + @@ -167192,7 +177536,7 @@ - + @@ -167219,7 +177563,7 @@ - + @@ -167248,7 +177592,7 @@ - + @@ -167302,7 +177646,7 @@ - + @@ -167310,7 +177654,7 @@ - + @@ -167322,7 +177666,9 @@ - + @@ -167344,7 +177690,7 @@ - + @@ -167352,7 +177698,7 @@ - + @@ -167384,7 +177730,7 @@ - + @@ -167410,7 +177756,7 @@ - + @@ -167448,7 +177794,7 @@ - + @@ -167477,7 +177823,7 @@ - + @@ -167531,7 +177877,7 @@ - + @@ -167539,7 +177885,7 @@ - + @@ -167551,7 +177897,9 @@ - + @@ -167573,7 +177921,7 @@ - + @@ -167581,7 +177929,7 @@ - + @@ -167612,7 +177960,7 @@ - + @@ -167638,7 +177986,7 @@ - + @@ -167664,7 +178012,7 @@ - + @@ -167690,7 +178038,7 @@ - + @@ -167716,7 +178064,7 @@ - + @@ -167742,7 +178090,7 @@ - + @@ -167777,7 +178125,7 @@ - + @@ -167815,7 +178163,7 @@ - + @@ -167850,7 +178198,7 @@ - + @@ -167885,7 +178233,7 @@ - + @@ -167922,7 +178270,7 @@ - + @@ -167959,7 +178307,7 @@ - + @@ -167998,7 +178346,7 @@ - + @@ -168024,7 +178372,7 @@ - + @@ -168051,7 +178399,7 @@ - + @@ -168078,7 +178426,7 @@ - + @@ -168105,7 +178453,7 @@ - + @@ -168132,7 +178480,7 @@ - + @@ -168166,7 +178514,7 @@ - + @@ -168201,7 +178549,7 @@ - + @@ -168227,7 +178575,7 @@ - + @@ -168256,7 +178604,7 @@ - + @@ -168310,7 +178658,7 @@ - + @@ -168318,7 +178666,7 @@ - + @@ -168330,7 +178678,9 @@ - + @@ -168352,7 +178702,7 @@ - + @@ -168360,7 +178710,7 @@ - + @@ -168392,7 +178742,7 @@ - + @@ -168427,7 +178777,7 @@ - + @@ -168462,7 +178812,7 @@ - + @@ -168489,7 +178839,7 @@ - + @@ -168517,7 +178867,7 @@ - + @@ -168571,7 +178921,7 @@ - + @@ -168579,7 +178929,7 @@ - + @@ -168591,7 +178941,9 @@ - + @@ -168613,7 +178965,7 @@ - + @@ -168621,7 +178973,7 @@ - + @@ -168652,7 +179004,7 @@ - + @@ -168678,7 +179030,7 @@ - + @@ -168713,7 +179065,7 @@ - + @@ -168751,7 +179103,7 @@ - + @@ -168786,7 +179138,7 @@ - + @@ -168821,7 +179173,7 @@ - + @@ -168856,7 +179208,7 @@ - + @@ -168882,7 +179234,7 @@ - + @@ -168909,7 +179261,7 @@ - + @@ -168936,7 +179288,7 @@ - + @@ -168963,7 +179315,7 @@ - + @@ -168989,7 +179341,7 @@ - + @@ -169012,7 +179364,7 @@ - + @@ -169040,7 +179392,7 @@ - + @@ -169094,7 +179446,7 @@ - + @@ -169102,7 +179454,7 @@ - + @@ -169114,7 +179466,9 @@ - + @@ -169136,7 +179490,7 @@ - + @@ -169144,7 +179498,7 @@ - + @@ -169175,7 +179529,7 @@ - + @@ -169201,7 +179555,7 @@ - + @@ -169236,7 +179590,7 @@ - + @@ -169274,7 +179628,7 @@ - + @@ -169309,7 +179663,7 @@ - + @@ -169344,7 +179698,7 @@ - + @@ -169379,7 +179733,7 @@ - + @@ -169405,7 +179759,7 @@ - + @@ -169432,7 +179786,7 @@ - + @@ -169459,7 +179813,7 @@ - + @@ -169486,7 +179840,7 @@ - + @@ -169512,7 +179866,7 @@ - + @@ -169535,7 +179889,7 @@ - + @@ -169567,7 +179921,7 @@ - + @@ -169621,7 +179975,7 @@ - + @@ -169629,7 +179983,7 @@ - + @@ -169641,7 +179995,9 @@ - + @@ -169663,7 +180019,7 @@ - + @@ -169671,7 +180027,7 @@ - + @@ -169702,7 +180058,7 @@ - + @@ -169728,7 +180084,7 @@ - + @@ -169754,7 +180110,7 @@ - + @@ -169783,7 +180139,7 @@ - + @@ -169817,7 +180173,7 @@ - + @@ -169852,7 +180208,7 @@ - + @@ -169887,7 +180243,7 @@ - + @@ -169924,7 +180280,7 @@ - + @@ -169961,7 +180317,7 @@ - + @@ -170000,7 +180356,7 @@ - + @@ -170026,7 +180382,7 @@ - + @@ -170053,7 +180409,7 @@ - + @@ -170080,7 +180436,7 @@ - + @@ -170107,7 +180463,7 @@ - + @@ -170141,7 +180497,7 @@ - + @@ -170175,7 +180531,7 @@ - + @@ -170198,7 +180554,7 @@ - + @@ -170229,7 +180585,7 @@ - + @@ -170283,7 +180639,7 @@ - + @@ -170291,7 +180647,7 @@ - + @@ -170303,7 +180659,9 @@ - + @@ -170325,7 +180683,7 @@ - + @@ -170333,7 +180691,7 @@ - + @@ -170368,7 +180726,7 @@ - + @@ -170403,7 +180761,7 @@ - + @@ -170438,7 +180796,7 @@ - + @@ -170464,7 +180822,7 @@ - + @@ -170491,7 +180849,7 @@ - + @@ -170518,7 +180876,7 @@ - + @@ -170544,7 +180902,7 @@ - + @@ -170567,7 +180925,7 @@ - + @@ -170598,7 +180956,7 @@ - + @@ -170652,7 +181010,7 @@ - + @@ -170660,7 +181018,7 @@ - + @@ -170672,7 +181030,9 @@ - + @@ -170694,7 +181054,7 @@ - + @@ -170702,7 +181062,7 @@ - + @@ -170737,7 +181097,7 @@ - + @@ -170772,7 +181132,7 @@ - + @@ -170807,7 +181167,7 @@ - + @@ -170833,7 +181193,7 @@ - + @@ -170860,7 +181220,7 @@ - + @@ -170887,7 +181247,7 @@ - + @@ -170913,7 +181273,7 @@ - + @@ -170936,7 +181296,7 @@ - + @@ -170960,7 +181320,7 @@ - + @@ -170993,7 +181353,7 @@ - + @@ -171047,7 +181407,7 @@ - + @@ -171055,7 +181415,7 @@ - + @@ -171067,7 +181427,9 @@ - + @@ -171089,7 +181451,7 @@ - + @@ -171097,7 +181459,7 @@ - + @@ -171129,7 +181491,7 @@ - + @@ -171163,7 +181525,7 @@ - + @@ -171195,7 +181557,7 @@ - + @@ -171249,7 +181611,7 @@ - + @@ -171257,7 +181619,7 @@ - + @@ -171269,7 +181631,9 @@ - + @@ -171291,7 +181655,7 @@ - + @@ -171299,7 +181663,7 @@ - + @@ -171330,7 +181694,7 @@ - + @@ -171365,7 +181729,7 @@ - + @@ -171391,7 +181755,7 @@ - + @@ -171425,7 +181789,7 @@ - + @@ -171451,7 +181815,7 @@ - + @@ -171478,7 +181842,7 @@ - + @@ -171505,7 +181869,7 @@ - + @@ -171543,7 +181907,7 @@ - + @@ -171572,7 +181936,7 @@ - + @@ -171626,7 +181990,7 @@ - + @@ -171634,7 +181998,7 @@ - + @@ -171646,7 +182010,9 @@ - + @@ -171668,7 +182034,7 @@ - + @@ -171676,7 +182042,7 @@ - + @@ -171707,7 +182073,7 @@ - + @@ -171733,7 +182099,7 @@ - + @@ -171746,7 +182112,7 @@ - + @@ -171770,7 +182136,7 @@ - + @@ -171797,7 +182163,7 @@ - + @@ -171838,7 +182204,7 @@ - + @@ -171866,7 +182232,7 @@ - + @@ -171920,7 +182286,7 @@ - + @@ -171928,7 +182294,7 @@ - + @@ -171940,7 +182306,9 @@ - + @@ -171962,7 +182330,7 @@ - + @@ -171970,7 +182338,7 @@ - + @@ -172002,7 +182370,7 @@ - + @@ -172036,7 +182404,7 @@ - + @@ -172063,7 +182431,7 @@ - + @@ -172090,7 +182458,7 @@ - + @@ -172116,7 +182484,7 @@ - + @@ -172150,7 +182518,7 @@ - + @@ -172184,7 +182552,7 @@ - + @@ -172220,7 +182588,7 @@ - + @@ -172274,7 +182642,7 @@ - + @@ -172282,7 +182650,7 @@ - + @@ -172294,7 +182662,9 @@ - + @@ -172316,7 +182686,7 @@ - + @@ -172324,7 +182694,7 @@ - + @@ -172356,7 +182726,7 @@ - + @@ -172396,7 +182766,7 @@ - + @@ -172425,7 +182795,7 @@ - + @@ -172483,7 +182853,7 @@ - + @@ -172564,7 +182934,7 @@ - + @@ -172988,7 +183358,7 @@ - + @@ -175172,7 +185542,7 @@ - + @@ -175423,7 +185793,7 @@ - + @@ -175441,10 +185811,10 @@ - + - + @@ -175459,7 +185829,7 @@ - + @@ -175503,7 +185873,7 @@ - + @@ -175511,7 +185881,7 @@ - + @@ -175519,7 +185889,7 @@ - + @@ -175527,7 +185897,7 @@ - + @@ -175541,7 +185911,7 @@ - + @@ -175549,6 +185919,7 @@ + @@ -175556,6 +185927,7 @@ + @@ -175618,7 +185990,7 @@ - + @@ -175644,7 +186016,7 @@ - + @@ -175671,7 +186043,7 @@ - + @@ -175715,7 +186087,7 @@ - + @@ -175772,7 +186144,7 @@ - + @@ -175780,7 +186152,7 @@ - + @@ -175792,7 +186164,9 @@ - + @@ -175813,7 +186187,7 @@ - + @@ -175821,7 +186195,7 @@ - + @@ -175853,7 +186227,7 @@ - + @@ -175895,7 +186269,7 @@ - + @@ -175929,7 +186303,7 @@ - + @@ -175963,7 +186337,7 @@ - + @@ -175974,7 +186348,7 @@ - + @@ -176006,7 +186380,7 @@ - + @@ -176046,7 +186420,7 @@ - + @@ -176089,7 +186463,7 @@ - + @@ -176123,7 +186497,7 @@ - + @@ -176152,7 +186526,7 @@ - + @@ -176191,7 +186565,7 @@ - + @@ -176232,7 +186606,7 @@ - + @@ -176270,7 +186644,7 @@ - + @@ -176303,7 +186677,7 @@ - + @@ -176340,7 +186714,7 @@ - + @@ -176376,7 +186750,7 @@ - + @@ -176421,7 +186795,7 @@ - + @@ -176454,7 +186828,7 @@ - + @@ -176512,7 +186886,7 @@ - + @@ -176520,7 +186894,7 @@ - + @@ -176532,7 +186906,9 @@ - + @@ -176554,7 +186930,7 @@ - + @@ -176562,7 +186938,7 @@ - + @@ -176592,7 +186968,7 @@ - + @@ -176629,7 +187005,7 @@ - + @@ -176666,7 +187042,7 @@ - + @@ -176701,7 +187077,7 @@ - + @@ -176730,7 +187106,7 @@ - + @@ -176759,7 +187135,7 @@ - + @@ -176813,7 +187189,7 @@ - + @@ -176821,7 +187197,7 @@ - + @@ -176833,7 +187209,9 @@ - + @@ -176855,7 +187233,7 @@ - + @@ -176863,7 +187241,7 @@ - + @@ -176893,7 +187271,7 @@ - + @@ -176926,7 +187304,7 @@ - + @@ -176959,7 +187337,7 @@ - + @@ -176996,7 +187374,7 @@ - + @@ -177021,7 +187399,7 @@ - + @@ -177040,6 +187418,7 @@ + @@ -177047,6 +187426,7 @@ + @@ -177149,7 +187529,7 @@ - + @@ -177643,7 +188023,7 @@ - + @@ -177661,10 +188041,10 @@ - + - + @@ -177679,7 +188059,7 @@ - + @@ -177716,7 +188096,7 @@ - + @@ -177724,7 +188104,7 @@ - + @@ -177732,7 +188112,7 @@ - + @@ -177740,7 +188120,7 @@ - + @@ -177754,7 +188134,7 @@ - + @@ -177809,7 +188189,7 @@ - + @@ -177835,7 +188215,7 @@ - + @@ -177862,7 +188242,7 @@ - + @@ -177906,7 +188286,7 @@ - + @@ -177963,7 +188343,7 @@ - + @@ -177971,7 +188351,7 @@ - + @@ -177983,7 +188363,9 @@ - + @@ -178004,7 +188386,7 @@ - + @@ -178012,7 +188394,7 @@ - + @@ -178044,7 +188426,7 @@ - + @@ -178078,7 +188460,7 @@ - + @@ -178089,7 +188471,7 @@ - + @@ -178121,7 +188503,7 @@ - + @@ -178163,7 +188545,7 @@ - + @@ -178213,7 +188595,7 @@ - + @@ -178250,7 +188632,7 @@ - + @@ -178281,7 +188663,7 @@ - + @@ -178315,7 +188697,7 @@ - + @@ -178384,7 +188766,7 @@ - + @@ -178549,7 +188931,7 @@ - + @@ -178567,10 +188949,10 @@ - + - + @@ -178585,7 +188967,7 @@ - + @@ -178625,7 +189007,7 @@ - + @@ -178633,7 +189015,7 @@ - + @@ -178641,7 +189023,7 @@ - + @@ -178649,7 +189031,7 @@ - + @@ -178663,7 +189045,7 @@ - + @@ -178722,7 +189104,7 @@ - + @@ -178748,7 +189130,7 @@ - + @@ -178775,7 +189157,7 @@ - + @@ -178819,7 +189201,7 @@ - + @@ -178876,7 +189258,7 @@ - + @@ -178884,7 +189266,7 @@ - + @@ -178896,7 +189278,9 @@ - + @@ -178917,7 +189301,7 @@ - + @@ -178925,7 +189309,7 @@ - + @@ -178957,7 +189341,7 @@ - + @@ -178992,7 +189376,7 @@ - + @@ -179003,7 +189387,7 @@ - + @@ -179038,7 +189422,7 @@ - + @@ -179076,7 +189460,7 @@ - + @@ -179115,7 +189499,7 @@ - + @@ -179124,7 +189508,7 @@ - + @@ -179142,7 +189526,7 @@ - + @@ -179185,7 +189569,7 @@ - + @@ -179234,7 +189618,7 @@ - + @@ -179279,7 +189663,7 @@ - + @@ -179319,7 +189703,7 @@ - + @@ -179327,6 +189711,7 @@ + @@ -179380,7 +189765,7 @@ - + @@ -179388,7 +189773,7 @@ - + @@ -179400,7 +189785,9 @@ - + @@ -179422,7 +189809,7 @@ - + @@ -179430,7 +189817,7 @@ - + @@ -179461,7 +189848,7 @@ - + @@ -179514,7 +189901,7 @@ - + @@ -179550,7 +189937,7 @@ - + @@ -179580,7 +189967,7 @@ - + @@ -179610,7 +189997,7 @@ - + @@ -179640,7 +190027,7 @@ - + @@ -179677,7 +190064,7 @@ - + @@ -179712,7 +190099,7 @@ - + @@ -179748,7 +190135,7 @@ - + @@ -179819,7 +190206,7 @@ - + @@ -179897,7 +190284,7 @@ - + @@ -180031,6 +190418,7 @@ + @@ -180234,7 +190622,7 @@ - + @@ -180252,10 +190640,10 @@ - + - + @@ -180270,7 +190658,7 @@ - + @@ -180314,6 +190702,7 @@ + @@ -180368,7 +190757,7 @@ - + @@ -180394,7 +190783,7 @@ - + @@ -180421,7 +190810,7 @@ - + @@ -180465,7 +190854,7 @@ - + @@ -180522,7 +190911,7 @@ - + @@ -180530,7 +190919,7 @@ - + @@ -180542,7 +190931,9 @@ - + @@ -180563,7 +190954,7 @@ - + @@ -180571,7 +190962,7 @@ - + @@ -180585,7 +190976,11 @@ - + @@ -180603,7 +190998,7 @@ - + @@ -180637,7 +191032,7 @@ - + @@ -180673,7 +191068,7 @@ - + @@ -180699,7 +191094,7 @@ - + @@ -180713,7 +191108,7 @@ - + @@ -180746,7 +191141,7 @@ - + @@ -180781,7 +191176,7 @@ - + @@ -180816,7 +191211,7 @@ - + @@ -180850,7 +191245,7 @@ - + @@ -180880,7 +191275,7 @@ - + @@ -180911,7 +191306,7 @@ - + @@ -180941,7 +191336,7 @@ - + @@ -180982,7 +191377,7 @@ - + @@ -181019,7 +191414,7 @@ - + @@ -181032,7 +191427,7 @@ - + @@ -181057,7 +191452,7 @@ - + @@ -181082,7 +191477,7 @@ - + @@ -181136,7 +191531,7 @@ - + @@ -181144,7 +191539,7 @@ - + @@ -181156,7 +191551,9 @@ - + @@ -181178,7 +191575,7 @@ - + @@ -181186,7 +191583,7 @@ - + @@ -181217,7 +191614,7 @@ - + @@ -181242,7 +191639,7 @@ - + @@ -181267,7 +191664,7 @@ - + @@ -181292,7 +191689,7 @@ - + @@ -181317,7 +191714,7 @@ - + @@ -181342,7 +191739,7 @@ - + @@ -181396,7 +191793,7 @@ - + @@ -181404,7 +191801,7 @@ - + @@ -181416,7 +191813,9 @@ - + @@ -181438,7 +191837,7 @@ - + @@ -181446,7 +191845,7 @@ - + @@ -181476,7 +191875,7 @@ - + @@ -181489,7 +191888,7 @@ - + @@ -181513,7 +191912,7 @@ - + @@ -181539,7 +191938,7 @@ - + @@ -181564,7 +191963,7 @@ - + @@ -181618,7 +192017,7 @@ - + @@ -181626,7 +192025,7 @@ - + @@ -181638,7 +192037,9 @@ - + @@ -181660,7 +192061,7 @@ - + @@ -181668,7 +192069,7 @@ - + @@ -181699,7 +192100,7 @@ - + @@ -181709,7 +192110,7 @@ - + @@ -181732,7 +192133,7 @@ - + @@ -181742,7 +192143,7 @@ - + @@ -181765,7 +192166,7 @@ - + @@ -181775,7 +192176,7 @@ - + @@ -181798,7 +192199,7 @@ - + @@ -181823,7 +192224,7 @@ - + @@ -181846,7 +192247,7 @@ - + @@ -181865,6 +192266,7 @@ + @@ -181875,7 +192277,11 @@ - + @@ -181948,7 +192354,7 @@ - + @@ -182139,7 +192545,7 @@ - + @@ -182243,7 +192649,7 @@ - + @@ -182294,7 +192700,7 @@ - + @@ -182312,7 +192718,7 @@ - + @@ -182330,7 +192736,7 @@ - + @@ -182371,7 +192777,7 @@ - + @@ -182389,10 +192795,10 @@ - + - + @@ -182407,7 +192813,7 @@ - + @@ -182447,7 +192853,7 @@ - + @@ -182455,7 +192861,7 @@ - + @@ -182463,7 +192869,7 @@ - + @@ -182471,7 +192877,7 @@ - + @@ -182485,7 +192891,7 @@ - + @@ -182493,6 +192899,7 @@ + @@ -182551,7 +192958,7 @@ - + @@ -182577,7 +192984,7 @@ - + @@ -182604,7 +193011,7 @@ - + @@ -182648,7 +193055,7 @@ - + @@ -182705,7 +193112,7 @@ - + @@ -182713,7 +193120,7 @@ - + @@ -182725,7 +193132,9 @@ - + @@ -182746,7 +193155,7 @@ - + @@ -182754,7 +193163,7 @@ - + @@ -182785,7 +193194,7 @@ - + @@ -182824,7 +193233,7 @@ - + @@ -182863,7 +193272,7 @@ - + @@ -182873,7 +193282,7 @@ - + @@ -182906,7 +193315,7 @@ - + @@ -182940,7 +193349,7 @@ - + @@ -182981,7 +193390,7 @@ - + @@ -183016,7 +193425,7 @@ - + @@ -183050,7 +193459,7 @@ - + @@ -183077,7 +193486,7 @@ - + @@ -183135,7 +193544,7 @@ - + @@ -183143,7 +193552,7 @@ - + @@ -183155,7 +193564,9 @@ - + @@ -183177,7 +193588,7 @@ - + @@ -183185,7 +193596,7 @@ - + @@ -183216,7 +193627,7 @@ - + @@ -183266,7 +193677,7 @@ - + @@ -183304,7 +193715,7 @@ - + @@ -183333,7 +193744,7 @@ - + @@ -183360,7 +193771,7 @@ - + @@ -183418,7 +193829,7 @@ - + @@ -183426,7 +193837,7 @@ - + @@ -183438,7 +193849,9 @@ - + @@ -183460,7 +193873,7 @@ - + @@ -183468,7 +193881,7 @@ - + @@ -183505,7 +193918,7 @@ - + @@ -183532,7 +193945,7 @@ - + @@ -183559,7 +193972,7 @@ - + @@ -183579,6 +193992,7 @@ + @@ -183656,7 +194070,7 @@ - + @@ -183934,7 +194348,7 @@ - + @@ -183952,10 +194366,10 @@ - + - + @@ -183971,7 +194385,7 @@ - + @@ -184010,7 +194424,7 @@ - + @@ -184018,7 +194432,7 @@ - + @@ -184026,7 +194440,7 @@ - + @@ -184034,7 +194448,7 @@ - + @@ -184048,7 +194462,7 @@ - + @@ -184103,7 +194517,7 @@ - + @@ -184129,7 +194543,7 @@ - + @@ -184156,7 +194570,7 @@ - + @@ -184200,7 +194614,7 @@ - + @@ -184257,7 +194671,7 @@ - + @@ -184265,7 +194679,7 @@ - + @@ -184277,7 +194691,9 @@ - + @@ -184298,7 +194714,7 @@ - + @@ -184306,7 +194722,7 @@ - + @@ -184336,7 +194752,7 @@ - + @@ -184365,7 +194781,7 @@ - + @@ -184404,7 +194820,7 @@ - + @@ -184434,7 +194850,7 @@ - + @@ -184445,7 +194861,7 @@ - + @@ -184478,7 +194894,7 @@ - + @@ -184517,7 +194933,7 @@ - + @@ -184550,7 +194966,7 @@ - + @@ -184584,7 +195000,7 @@ - + @@ -184621,7 +195037,7 @@ - + @@ -184654,7 +195070,7 @@ - + @@ -184684,7 +195100,7 @@ - + @@ -184710,7 +195126,7 @@ - + @@ -184737,7 +195153,7 @@ - + @@ -184762,7 +195178,7 @@ - + @@ -184854,7 +195270,7 @@ - + @@ -185036,7 +195452,7 @@ - + @@ -185054,10 +195470,10 @@ - + - + @@ -185072,7 +195488,7 @@ - + @@ -185111,7 +195527,7 @@ - + @@ -185119,7 +195535,7 @@ - + @@ -185127,7 +195543,7 @@ - + @@ -185135,7 +195551,7 @@ - + @@ -185149,7 +195565,7 @@ - + @@ -185208,7 +195624,7 @@ - + @@ -185234,7 +195650,7 @@ - + @@ -185261,7 +195677,7 @@ - + @@ -185305,7 +195721,7 @@ - + @@ -185362,7 +195778,7 @@ - + @@ -185370,7 +195786,7 @@ - + @@ -185382,7 +195798,9 @@ - + @@ -185403,7 +195821,7 @@ - + @@ -185411,7 +195829,7 @@ - + @@ -185441,7 +195859,7 @@ - + @@ -185480,7 +195898,7 @@ - + @@ -185520,7 +195938,7 @@ - + @@ -185551,7 +195969,7 @@ - + @@ -185593,7 +196011,7 @@ - + @@ -185630,7 +196048,7 @@ - + @@ -185668,7 +196086,7 @@ - + @@ -185701,7 +196119,7 @@ - + @@ -185735,7 +196153,7 @@ - + @@ -185764,7 +196182,7 @@ - + @@ -185793,7 +196211,7 @@ - + @@ -185823,7 +196241,7 @@ - + @@ -185854,7 +196272,7 @@ - + @@ -185884,7 +196302,7 @@ - + @@ -185921,7 +196339,7 @@ - + @@ -185975,7 +196393,7 @@ - + @@ -185983,7 +196401,7 @@ - + @@ -185995,7 +196413,9 @@ - + @@ -186017,7 +196437,7 @@ - + @@ -186025,7 +196445,7 @@ - + @@ -186055,7 +196475,7 @@ - + @@ -186092,7 +196512,7 @@ - + @@ -186122,7 +196542,7 @@ - + @@ -186160,7 +196580,7 @@ - + @@ -186197,7 +196617,7 @@ - + @@ -186236,7 +196656,7 @@ - + @@ -186273,7 +196693,7 @@ - + @@ -186303,7 +196723,7 @@ - + @@ -186361,7 +196781,7 @@ - + @@ -186369,7 +196789,7 @@ - + @@ -186381,7 +196801,9 @@ - + @@ -186403,7 +196825,7 @@ - + @@ -186411,7 +196833,7 @@ - + @@ -186441,7 +196863,7 @@ - + @@ -186451,7 +196873,7 @@ - + @@ -186478,7 +196900,7 @@ - + @@ -186508,7 +196930,7 @@ - + @@ -186538,7 +196960,7 @@ - + @@ -186567,7 +196989,7 @@ - + @@ -186625,7 +197047,7 @@ - + @@ -186633,7 +197055,7 @@ - + @@ -186645,7 +197067,9 @@ - + @@ -186667,7 +197091,7 @@ - + @@ -186675,7 +197099,7 @@ - + @@ -186705,7 +197129,7 @@ - + @@ -186734,7 +197158,7 @@ - + @@ -186763,7 +197187,7 @@ - + @@ -186793,7 +197217,7 @@ - + @@ -187282,7 +197706,7 @@ - + @@ -187414,7 +197838,7 @@ - + @@ -187432,10 +197856,10 @@ - + - + @@ -187450,7 +197874,7 @@ - + @@ -187499,7 +197923,7 @@ - + @@ -187507,7 +197931,7 @@ - + @@ -187515,7 +197939,7 @@ - + @@ -187523,7 +197947,7 @@ - + @@ -187537,7 +197961,7 @@ - + @@ -187600,7 +198024,7 @@ - + @@ -187626,7 +198050,7 @@ - + @@ -187653,7 +198077,7 @@ - + @@ -187697,7 +198121,7 @@ - + @@ -187754,7 +198178,7 @@ - + @@ -187762,7 +198186,7 @@ - + @@ -187774,7 +198198,9 @@ - + @@ -187795,7 +198221,7 @@ - + @@ -187803,7 +198229,7 @@ - + @@ -187837,7 +198263,7 @@ - + @@ -187879,7 +198305,7 @@ - + @@ -187890,7 +198316,7 @@ - + @@ -187930,7 +198356,7 @@ - + @@ -187982,7 +198408,7 @@ - + @@ -188029,7 +198455,7 @@ - + @@ -188075,7 +198501,7 @@ - + @@ -188122,7 +198548,7 @@ - + @@ -188166,7 +198592,7 @@ - + @@ -188206,7 +198632,7 @@ - + @@ -188246,7 +198672,7 @@ - + @@ -188276,7 +198702,7 @@ - + @@ -188310,7 +198736,7 @@ - + @@ -188343,7 +198769,7 @@ - + @@ -188401,7 +198827,7 @@ - + @@ -188409,7 +198835,7 @@ - + @@ -188421,7 +198847,9 @@ - + @@ -188443,7 +198871,7 @@ - + @@ -188451,7 +198879,7 @@ - + @@ -188485,7 +198913,7 @@ - + @@ -188532,7 +198960,7 @@ - + @@ -188581,7 +199009,7 @@ - + @@ -188630,7 +199058,7 @@ - + @@ -188664,7 +199092,7 @@ - + @@ -188697,7 +199125,7 @@ - + @@ -188755,7 +199183,7 @@ - + @@ -188763,7 +199191,7 @@ - + @@ -188775,7 +199203,9 @@ - + @@ -188797,7 +199227,7 @@ - + @@ -188805,7 +199235,7 @@ - + @@ -188842,7 +199272,7 @@ - + @@ -188880,7 +199310,7 @@ - + @@ -188914,7 +199344,7 @@ - + @@ -188960,7 +199390,7 @@ - + @@ -188994,7 +199424,7 @@ - + @@ -189030,7 +199460,7 @@ - + @@ -189060,7 +199490,7 @@ - + @@ -189101,7 +199531,7 @@ - + @@ -189143,7 +199573,7 @@ - + @@ -189176,7 +199606,7 @@ - + @@ -189213,7 +199643,7 @@ - + @@ -189279,7 +199709,7 @@ - + @@ -189287,7 +199717,7 @@ - + @@ -189299,7 +199729,9 @@ - + @@ -189321,7 +199753,7 @@ - + @@ -189329,7 +199761,7 @@ - + @@ -189360,7 +199792,7 @@ - + @@ -189405,7 +199837,7 @@ - + @@ -189442,7 +199874,7 @@ - + @@ -189500,7 +199932,7 @@ - + @@ -189508,7 +199940,7 @@ - + @@ -189520,7 +199952,9 @@ - + @@ -189542,7 +199976,7 @@ - + @@ -189550,7 +199984,7 @@ - + @@ -189587,7 +200021,7 @@ - + @@ -189621,7 +200055,7 @@ - + @@ -189667,7 +200101,7 @@ - + @@ -189701,7 +200135,7 @@ - + @@ -189785,7 +200219,7 @@ - + @@ -190687,7 +201121,7 @@ - + @@ -190705,10 +201139,10 @@ - + - + @@ -190723,7 +201157,7 @@ - + @@ -190772,7 +201206,7 @@ - + @@ -190780,7 +201214,7 @@ - + @@ -190788,7 +201222,7 @@ - + @@ -190796,7 +201230,7 @@ - + @@ -190810,7 +201244,7 @@ - + @@ -190873,7 +201307,7 @@ - + @@ -190899,7 +201333,7 @@ - + @@ -190926,7 +201360,7 @@ - + @@ -190970,7 +201404,7 @@ - + @@ -191027,7 +201461,7 @@ - + @@ -191035,7 +201469,7 @@ - + @@ -191047,7 +201481,9 @@ - + @@ -191068,7 +201504,7 @@ - + @@ -191076,7 +201512,7 @@ - + @@ -191106,7 +201542,7 @@ - + @@ -191148,7 +201584,7 @@ - + @@ -191159,7 +201595,7 @@ - + @@ -191195,7 +201631,7 @@ - + @@ -191236,7 +201672,7 @@ - + @@ -191290,7 +201726,7 @@ - + @@ -191336,7 +201772,7 @@ - + @@ -191381,7 +201817,7 @@ - + @@ -191426,7 +201862,7 @@ - + @@ -191460,7 +201896,7 @@ - + @@ -191510,7 +201946,7 @@ - + @@ -191560,7 +201996,7 @@ - + @@ -191602,7 +202038,7 @@ - + @@ -191639,7 +202075,7 @@ - + @@ -191676,7 +202112,7 @@ - + @@ -191709,7 +202145,7 @@ - + @@ -191754,7 +202190,7 @@ - + @@ -191800,7 +202236,7 @@ - + @@ -191833,7 +202269,7 @@ - + @@ -191899,7 +202335,7 @@ - + @@ -191907,7 +202343,7 @@ - + @@ -191919,7 +202355,9 @@ - + @@ -191941,7 +202379,7 @@ - + @@ -191949,7 +202387,7 @@ - + @@ -191979,7 +202417,7 @@ - + @@ -192024,7 +202462,7 @@ - + @@ -192061,7 +202499,7 @@ - + @@ -192101,7 +202539,7 @@ - + @@ -192144,7 +202582,7 @@ - + @@ -192178,7 +202616,7 @@ - + @@ -192215,7 +202653,7 @@ - + @@ -192223,6 +202661,7 @@ + @@ -192280,7 +202719,7 @@ - + @@ -192288,7 +202727,7 @@ - + @@ -192300,7 +202739,9 @@ - + @@ -192322,7 +202763,7 @@ - + @@ -192330,7 +202771,7 @@ - + @@ -192360,7 +202801,7 @@ - + @@ -192393,7 +202834,7 @@ - + @@ -192422,7 +202863,7 @@ - + @@ -192455,7 +202896,7 @@ - + @@ -192488,7 +202929,7 @@ - + @@ -192529,7 +202970,7 @@ - + @@ -192567,7 +203008,7 @@ - + @@ -192629,7 +203070,7 @@ - + @@ -192637,7 +203078,7 @@ - + @@ -192649,7 +203090,9 @@ - + @@ -192671,7 +203114,7 @@ - + @@ -192679,7 +203122,7 @@ - + @@ -192709,7 +203152,7 @@ - + @@ -192743,7 +203186,7 @@ - + @@ -192776,7 +203219,7 @@ - + @@ -192809,7 +203252,7 @@ - + @@ -192867,7 +203310,7 @@ - + @@ -192875,7 +203318,7 @@ - + @@ -192887,7 +203330,9 @@ - + @@ -192909,7 +203354,7 @@ - + @@ -192917,7 +203362,7 @@ - + @@ -192947,7 +203392,7 @@ - + @@ -192977,7 +203422,7 @@ - + @@ -193006,7 +203451,7 @@ - + @@ -193023,21 +203468,18 @@ - - + + - - + + - + - - - @@ -193047,7 +203489,7 @@ - + @@ -193056,21 +203498,18 @@ - - + + - - + + - + - - - @@ -193080,7 +203519,7 @@ - + @@ -193155,7 +203594,7 @@ - + @@ -193778,6 +204217,7 @@ + @@ -194039,16 +204479,13 @@ - - + + - - + + - - - @@ -194057,16 +204494,13 @@ - - + + - - + + - - - @@ -194085,7 +204519,7 @@ - + @@ -194103,10 +204537,10 @@ - + - + @@ -194121,7 +204555,7 @@ - + @@ -194165,7 +204599,7 @@ - + @@ -194173,7 +204607,7 @@ - + @@ -194181,7 +204615,7 @@ - + @@ -194189,7 +204623,7 @@ - + @@ -194203,7 +204637,7 @@ - + @@ -194262,7 +204696,7 @@ - + @@ -194288,7 +204722,7 @@ - + @@ -194315,7 +204749,7 @@ - + @@ -194359,7 +204793,7 @@ - + @@ -194416,7 +204850,7 @@ - + @@ -194424,7 +204858,7 @@ - + @@ -194436,7 +204870,9 @@ - + @@ -194457,7 +204893,7 @@ - + @@ -194465,7 +204901,7 @@ - + @@ -194495,7 +204931,7 @@ - + @@ -194528,7 +204964,7 @@ - + @@ -194539,7 +204975,7 @@ - + @@ -194571,7 +205007,7 @@ - + @@ -194612,7 +205048,7 @@ - + @@ -194650,7 +205086,7 @@ - + @@ -194679,7 +205115,7 @@ - + @@ -194717,7 +205153,7 @@ - + @@ -194742,7 +205178,7 @@ - + @@ -194779,7 +205215,7 @@ - + @@ -194816,7 +205252,7 @@ - + @@ -194849,26 +205285,23 @@ - + - - + + - + - + - - - @@ -194878,7 +205311,7 @@ - + @@ -194887,21 +205320,18 @@ - - + + - - + + - + - - - @@ -194911,7 +205341,7 @@ - + @@ -194973,7 +205403,7 @@ - + @@ -195157,16 +205587,13 @@ - - + + - + - - - @@ -195175,16 +205602,13 @@ - - + + - - + + - - - @@ -195203,7 +205627,7 @@ - + @@ -195221,10 +205645,10 @@ - + - + @@ -195239,7 +205663,7 @@ - + @@ -195283,7 +205707,7 @@ - + @@ -195291,7 +205715,7 @@ - + @@ -195299,7 +205723,7 @@ - + @@ -195307,7 +205731,7 @@ - + @@ -195321,7 +205745,7 @@ - + @@ -195384,7 +205808,7 @@ - + @@ -195410,7 +205834,7 @@ - + @@ -195437,7 +205861,7 @@ - + @@ -195481,7 +205905,7 @@ - + @@ -195538,7 +205962,7 @@ - + @@ -195546,7 +205970,7 @@ - + @@ -195558,7 +205982,9 @@ - + @@ -195579,7 +206005,7 @@ - + @@ -195587,7 +206013,7 @@ - + @@ -195617,7 +206043,7 @@ - + @@ -195655,7 +206081,7 @@ - + @@ -195700,7 +206126,7 @@ - + @@ -195738,7 +206164,7 @@ - + @@ -195772,7 +206198,7 @@ - + @@ -195780,6 +206206,7 @@ + @@ -195837,7 +206264,7 @@ - + @@ -195845,7 +206272,7 @@ - + @@ -195857,7 +206284,9 @@ - + @@ -195879,7 +206308,7 @@ - + @@ -195887,7 +206316,7 @@ - + @@ -195917,7 +206346,7 @@ - + @@ -195963,7 +206392,7 @@ - + @@ -196004,7 +206433,7 @@ - + @@ -196037,7 +206466,7 @@ - + @@ -196079,7 +206508,7 @@ - + @@ -196120,7 +206549,7 @@ - + @@ -196186,7 +206615,7 @@ - + @@ -196194,7 +206623,7 @@ - + @@ -196206,7 +206635,9 @@ - + @@ -196228,7 +206659,7 @@ - + @@ -196236,7 +206667,7 @@ - + @@ -196266,7 +206697,7 @@ - + @@ -196307,7 +206738,7 @@ - + @@ -196340,7 +206771,7 @@ - + @@ -196373,7 +206804,7 @@ - + @@ -196386,21 +206817,18 @@ - - + + - - + + - + - - - @@ -196410,7 +206838,7 @@ - + @@ -196423,21 +206851,18 @@ - - + + - - + + - + - - - @@ -196447,7 +206872,7 @@ - + @@ -196482,7 +206907,7 @@ - + @@ -196516,7 +206941,7 @@ - + @@ -196667,6 +207092,7 @@ + @@ -196910,16 +207336,13 @@ - - + + - - + + - - - @@ -196933,16 +207356,13 @@ - - + + - - + + - - - @@ -197008,7 +207428,7 @@ - + @@ -197026,10 +207446,10 @@ - + - + @@ -197045,7 +207465,7 @@ - + @@ -197089,6 +207509,7 @@ + @@ -197096,6 +207517,7 @@ + @@ -197150,7 +207572,7 @@ - + @@ -197176,7 +207598,7 @@ - + @@ -197203,7 +207625,7 @@ - + @@ -197247,7 +207669,7 @@ - + @@ -197304,7 +207726,7 @@ - + @@ -197312,7 +207734,7 @@ - + @@ -197324,7 +207746,9 @@ - + @@ -197345,7 +207769,7 @@ - + @@ -197353,7 +207777,7 @@ - + @@ -197367,7 +207791,11 @@ - + @@ -197389,7 +207817,7 @@ - + @@ -197423,7 +207851,7 @@ - + @@ -197459,7 +207887,7 @@ - + @@ -197485,7 +207913,7 @@ - + @@ -197515,7 +207943,7 @@ - + @@ -197529,7 +207957,7 @@ - + @@ -197562,7 +207990,7 @@ - + @@ -197597,7 +208025,7 @@ - + @@ -197632,7 +208060,7 @@ - + @@ -197666,7 +208094,7 @@ - + @@ -197696,7 +208124,7 @@ - + @@ -197727,7 +208155,7 @@ - + @@ -197757,7 +208185,7 @@ - + @@ -197800,7 +208228,7 @@ - + @@ -197834,7 +208262,7 @@ - + @@ -197859,7 +208287,7 @@ - + @@ -197869,13 +208297,13 @@ - + - + @@ -197893,7 +208321,7 @@ - + @@ -197906,7 +208334,7 @@ - + @@ -197929,7 +208357,7 @@ - + @@ -197983,7 +208411,7 @@ - + @@ -197991,7 +208419,7 @@ - + @@ -198003,7 +208431,9 @@ - + @@ -198025,7 +208455,7 @@ - + @@ -198033,7 +208463,7 @@ - + @@ -198065,7 +208495,7 @@ - + @@ -198090,7 +208520,7 @@ - + @@ -198116,7 +208546,7 @@ - + @@ -198142,7 +208572,7 @@ - + @@ -198196,7 +208626,7 @@ - + @@ -198204,7 +208634,7 @@ - + @@ -198216,7 +208646,9 @@ - + @@ -198238,7 +208670,7 @@ - + @@ -198246,7 +208678,7 @@ - + @@ -198277,7 +208709,7 @@ - + @@ -198290,7 +208722,7 @@ - + @@ -198314,7 +208746,7 @@ - + @@ -198340,7 +208772,7 @@ - + @@ -198348,6 +208780,7 @@ + @@ -198401,7 +208834,7 @@ - + @@ -198409,7 +208842,7 @@ - + @@ -198421,7 +208854,9 @@ - + @@ -198443,7 +208878,7 @@ - + @@ -198451,7 +208886,7 @@ - + @@ -198482,7 +208917,7 @@ - + @@ -198536,7 +208971,7 @@ - + @@ -198544,7 +208979,7 @@ - + @@ -198556,7 +208991,9 @@ - + @@ -198578,7 +209015,7 @@ - + @@ -198586,7 +209023,7 @@ - + @@ -198616,7 +209053,7 @@ - + @@ -198641,7 +209078,7 @@ - + @@ -198666,7 +209103,7 @@ - + @@ -198720,7 +209157,7 @@ - + @@ -198728,7 +209165,7 @@ - + @@ -198740,7 +209177,9 @@ - + @@ -198762,7 +209201,7 @@ - + @@ -198770,7 +209209,7 @@ - + @@ -198802,7 +209241,7 @@ - + @@ -198828,7 +209267,7 @@ - + @@ -198841,7 +209280,7 @@ - + @@ -198864,7 +209303,7 @@ - + @@ -198890,7 +209329,7 @@ - + @@ -198899,7 +209338,12 @@ - + @@ -198920,7 +209364,7 @@ - + @@ -198946,7 +209390,7 @@ - + @@ -198972,7 +209416,7 @@ - + @@ -199026,7 +209470,7 @@ - + @@ -199034,7 +209478,7 @@ - + @@ -199046,7 +209490,9 @@ - + @@ -199068,7 +209514,7 @@ - + @@ -199076,7 +209522,7 @@ - + @@ -199111,7 +209557,7 @@ - + @@ -199136,7 +209582,7 @@ - + @@ -199161,7 +209607,7 @@ - + @@ -199171,7 +209617,7 @@ - + @@ -199193,7 +209639,7 @@ - + @@ -199219,7 +209665,7 @@ - + @@ -199273,7 +209719,7 @@ - + @@ -199281,7 +209727,7 @@ - + @@ -199293,7 +209739,9 @@ - + @@ -199315,7 +209763,7 @@ - + @@ -199323,7 +209771,7 @@ - + @@ -199353,7 +209801,7 @@ - + @@ -199378,7 +209826,7 @@ - + @@ -199403,7 +209851,7 @@ - + @@ -199457,7 +209905,7 @@ - + @@ -199465,7 +209913,7 @@ - + @@ -199477,7 +209925,9 @@ - + @@ -199499,7 +209949,7 @@ - + @@ -199507,7 +209957,7 @@ - + @@ -199537,7 +209987,7 @@ - + @@ -199562,7 +210012,7 @@ - + @@ -199587,7 +210037,7 @@ - + @@ -199612,7 +210062,7 @@ - + @@ -199666,7 +210116,7 @@ - + @@ -199674,7 +210124,7 @@ - + @@ -199686,7 +210136,9 @@ - + @@ -199708,7 +210160,7 @@ - + @@ -199716,7 +210168,7 @@ - + @@ -199746,7 +210198,7 @@ - + @@ -199774,7 +210226,7 @@ - + @@ -199828,7 +210280,7 @@ - + @@ -199836,7 +210288,7 @@ - + @@ -199848,7 +210300,9 @@ - + @@ -199870,7 +210324,7 @@ - + @@ -199878,7 +210332,7 @@ - + @@ -199910,7 +210364,7 @@ - + @@ -199940,7 +210394,7 @@ - + @@ -199966,7 +210420,7 @@ - + @@ -199995,7 +210449,7 @@ - + @@ -200049,7 +210503,7 @@ - + @@ -200057,7 +210511,7 @@ - + @@ -200069,7 +210523,9 @@ - + @@ -200091,7 +210547,7 @@ - + @@ -200099,7 +210555,7 @@ - + @@ -200130,7 +210586,7 @@ - + @@ -200156,7 +210612,7 @@ - + @@ -200183,7 +210639,7 @@ - + @@ -200209,7 +210665,7 @@ - + @@ -200235,7 +210691,7 @@ - + @@ -200254,6 +210710,7 @@ + @@ -200261,6 +210718,7 @@ + @@ -200271,7 +210729,11 @@ - + @@ -200364,7 +210826,7 @@ - + @@ -200562,13 +211024,13 @@ - + - + @@ -200585,7 +211047,7 @@ - + @@ -200667,7 +211129,7 @@ - + @@ -200698,6 +211160,7 @@ + @@ -200772,7 +211235,7 @@ - + @@ -200800,7 +211263,12 @@ - + @@ -200873,7 +211341,7 @@ - + @@ -201110,7 +211578,7 @@ - + @@ -201128,10 +211596,10 @@ - + - + @@ -201146,7 +211614,7 @@ - + @@ -201175,7 +211643,7 @@ - + @@ -201183,7 +211651,7 @@ - + @@ -201191,7 +211659,7 @@ - + @@ -201199,7 +211667,7 @@ - + @@ -201213,7 +211681,7 @@ - + @@ -201264,7 +211732,7 @@ - + @@ -201290,7 +211758,7 @@ - + @@ -201317,7 +211785,7 @@ - + @@ -201361,7 +211829,7 @@ - + @@ -201418,7 +211886,7 @@ - + @@ -201426,7 +211894,7 @@ - + @@ -201438,7 +211906,9 @@ - + @@ -201459,7 +211929,7 @@ - + @@ -201467,7 +211937,7 @@ - + @@ -201497,15 +211967,15 @@ - + - - + + @@ -201522,7 +211992,57 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -201547,7 +212067,7 @@ - + @@ -201573,7 +212093,7 @@ - + @@ -201598,7 +212118,7 @@ - + @@ -201652,7 +212172,7 @@ - + @@ -201660,7 +212180,7 @@ - + @@ -201672,7 +212192,9 @@ - + @@ -201694,7 +212216,7 @@ - + @@ -201702,7 +212224,7 @@ - + @@ -201737,7 +212259,7 @@ - + @@ -201762,7 +212284,7 @@ - + @@ -201787,7 +212309,7 @@ - + @@ -201812,7 +212334,7 @@ - + @@ -201866,7 +212388,7 @@ - + @@ -201874,7 +212396,7 @@ - + @@ -201886,7 +212408,9 @@ - + @@ -201908,7 +212432,7 @@ - + @@ -201916,7 +212440,7 @@ - + @@ -201946,7 +212470,7 @@ - + @@ -201971,12 +212495,37 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -201997,7 +212546,7 @@ - + @@ -202022,12 +212571,37 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -202048,7 +212622,7 @@ - + @@ -202073,7 +212647,7 @@ - + @@ -202098,7 +212672,7 @@ - + @@ -202152,7 +212726,7 @@ - + @@ -202160,7 +212734,7 @@ - + @@ -202172,7 +212746,9 @@ - + @@ -202194,7 +212770,7 @@ - + @@ -202202,7 +212778,7 @@ - + @@ -202237,7 +212813,7 @@ - + @@ -202262,7 +212838,7 @@ - + @@ -202287,7 +212863,7 @@ - + @@ -202312,7 +212888,7 @@ - + @@ -202337,7 +212913,7 @@ - + @@ -202362,7 +212938,7 @@ - + @@ -202416,7 +212992,7 @@ - + @@ -202424,7 +213000,7 @@ - + @@ -202436,7 +213012,9 @@ - + @@ -202458,7 +213036,7 @@ - + @@ -202466,7 +213044,7 @@ - + @@ -202501,7 +213079,7 @@ - + @@ -202524,7 +213102,7 @@ - + @@ -202551,8 +213129,8 @@ - - + + @@ -202560,6 +213138,28 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -202667,6 +213267,17 @@ + + + + + + + + + + + @@ -202691,6 +213302,17 @@ + + + + + + + + + + + @@ -202830,7 +213452,7 @@ - + @@ -202848,10 +213470,10 @@ - + - + @@ -202866,7 +213488,7 @@ - + @@ -202900,7 +213522,7 @@ - + @@ -202908,7 +213530,7 @@ - + @@ -202916,7 +213538,7 @@ - + @@ -202924,7 +213546,7 @@ - + @@ -202938,7 +213560,7 @@ - + @@ -202946,6 +213568,7 @@ + @@ -202996,7 +213619,7 @@ - + @@ -203022,7 +213645,7 @@ - + @@ -203049,7 +213672,7 @@ - + @@ -203093,7 +213716,7 @@ - + @@ -203150,7 +213773,7 @@ - + @@ -203158,7 +213781,7 @@ - + @@ -203170,7 +213793,9 @@ - + @@ -203191,7 +213816,7 @@ - + @@ -203199,7 +213824,7 @@ - + @@ -203230,7 +213855,7 @@ - + @@ -203265,7 +213890,7 @@ - + @@ -203279,7 +213904,7 @@ - + @@ -203310,7 +213935,7 @@ - + @@ -203353,7 +213978,7 @@ - + @@ -203367,7 +213992,9 @@ - + @@ -203384,7 +214011,7 @@ - + @@ -203413,7 +214040,7 @@ - + @@ -203440,7 +214067,7 @@ - + @@ -203466,7 +214093,7 @@ - + @@ -203492,7 +214119,7 @@ - + @@ -203519,7 +214146,7 @@ - + @@ -203577,7 +214204,7 @@ - + @@ -203585,7 +214212,7 @@ - + @@ -203597,7 +214224,9 @@ - + @@ -203619,7 +214248,7 @@ - + @@ -203627,7 +214256,7 @@ - + @@ -203658,7 +214287,7 @@ - + @@ -203696,7 +214325,7 @@ - + @@ -203726,7 +214355,7 @@ - + @@ -203756,7 +214385,7 @@ - + @@ -203787,7 +214416,7 @@ - + @@ -203818,7 +214447,7 @@ - + @@ -203843,7 +214472,7 @@ - + @@ -203897,7 +214526,7 @@ - + @@ -203905,7 +214534,7 @@ - + @@ -203917,7 +214546,9 @@ - + @@ -203939,7 +214570,7 @@ - + @@ -203947,7 +214578,7 @@ - + @@ -203977,7 +214608,7 @@ - + @@ -204004,7 +214635,7 @@ - + @@ -204032,7 +214663,7 @@ - + @@ -204086,7 +214717,7 @@ - + @@ -204094,7 +214725,7 @@ - + @@ -204106,7 +214737,9 @@ - + @@ -204128,7 +214761,7 @@ - + @@ -204136,7 +214769,7 @@ - + @@ -204166,7 +214799,7 @@ - + @@ -204191,7 +214824,7 @@ - + @@ -204216,7 +214849,7 @@ - + @@ -204270,7 +214903,7 @@ - + @@ -204278,7 +214911,7 @@ - + @@ -204290,7 +214923,9 @@ - + @@ -204312,7 +214947,7 @@ - + @@ -204320,7 +214955,7 @@ - + @@ -204351,7 +214986,7 @@ - + @@ -204377,7 +215012,7 @@ - + @@ -204402,7 +215037,7 @@ - + @@ -204456,7 +215091,7 @@ - + @@ -204464,7 +215099,7 @@ - + @@ -204476,7 +215111,9 @@ - + @@ -204498,7 +215135,7 @@ - + @@ -204506,7 +215143,7 @@ - + @@ -204536,7 +215173,7 @@ - + @@ -204569,7 +215206,7 @@ - + @@ -204595,7 +215232,7 @@ - + @@ -204622,7 +215259,7 @@ - + @@ -204647,7 +215284,7 @@ - + @@ -204701,7 +215338,7 @@ - + @@ -204709,7 +215346,7 @@ - + @@ -204721,7 +215358,9 @@ - + @@ -204743,7 +215382,7 @@ - + @@ -204751,7 +215390,7 @@ - + @@ -204781,7 +215420,7 @@ - + @@ -204806,7 +215445,7 @@ - + @@ -204831,7 +215470,7 @@ - + @@ -204856,7 +215495,7 @@ - + @@ -204881,7 +215520,7 @@ - + @@ -204935,7 +215574,7 @@ - + @@ -204943,7 +215582,7 @@ - + @@ -204955,7 +215594,9 @@ - + @@ -204977,7 +215618,7 @@ - + @@ -204985,7 +215626,7 @@ - + @@ -205015,7 +215656,7 @@ - + @@ -205043,7 +215684,7 @@ - + @@ -205097,7 +215738,7 @@ - + @@ -205105,7 +215746,7 @@ - + @@ -205117,7 +215758,9 @@ - + @@ -205139,7 +215782,7 @@ - + @@ -205147,7 +215790,7 @@ - + @@ -205177,7 +215820,7 @@ - + @@ -205202,7 +215845,7 @@ - + @@ -205256,7 +215899,7 @@ - + @@ -205264,7 +215907,7 @@ - + @@ -205276,7 +215919,9 @@ - + @@ -205298,7 +215943,7 @@ - + @@ -205306,7 +215951,7 @@ - + @@ -205336,7 +215981,7 @@ - + @@ -205361,7 +216006,7 @@ - + @@ -205371,7 +216016,7 @@ - + @@ -205394,7 +216039,7 @@ - + @@ -205419,7 +216064,7 @@ - + @@ -205438,6 +216083,7 @@ + @@ -205483,7 +216129,7 @@ - + @@ -205543,7 +216189,9 @@ - + @@ -206001,7 +216649,7 @@ - + @@ -206034,7 +216682,7 @@ - + @@ -206052,10 +216700,10 @@ - + - + @@ -206070,7 +216718,7 @@ - + @@ -206114,7 +216762,7 @@ - + @@ -206122,7 +216770,7 @@ - + @@ -206130,7 +216778,7 @@ - + @@ -206138,7 +216786,7 @@ - + @@ -206152,7 +216800,7 @@ - + @@ -206211,7 +216859,7 @@ - + @@ -206237,7 +216885,7 @@ - + @@ -206264,7 +216912,7 @@ - + @@ -206308,7 +216956,7 @@ - + @@ -206365,7 +217013,7 @@ - + @@ -206373,7 +217021,7 @@ - + @@ -206385,7 +217033,9 @@ - + @@ -206406,7 +217056,7 @@ - + @@ -206414,7 +217064,7 @@ - + @@ -206445,7 +217095,7 @@ - + @@ -206482,7 +217132,7 @@ - + @@ -206493,7 +217143,7 @@ - + @@ -206529,7 +217179,7 @@ - + @@ -206555,7 +217205,7 @@ - + @@ -206600,7 +217250,7 @@ - + @@ -206648,7 +217298,7 @@ - + @@ -206686,7 +217336,7 @@ - + @@ -206723,7 +217373,7 @@ - + @@ -206785,7 +217435,7 @@ - + @@ -206793,7 +217443,7 @@ - + @@ -206805,7 +217455,9 @@ - + @@ -206827,7 +217479,7 @@ - + @@ -206835,7 +217487,7 @@ - + @@ -206865,7 +217517,7 @@ - + @@ -206904,7 +217556,7 @@ - + @@ -206943,7 +217595,7 @@ - + @@ -206978,7 +217630,7 @@ - + @@ -207003,7 +217655,7 @@ - + @@ -207065,7 +217717,7 @@ - + @@ -207073,7 +217725,7 @@ - + @@ -207085,7 +217737,9 @@ - + @@ -207107,7 +217761,7 @@ - + @@ -207115,7 +217769,7 @@ - + @@ -207145,7 +217799,7 @@ - + @@ -207174,7 +217828,7 @@ - + @@ -207207,7 +217861,7 @@ - + @@ -207269,7 +217923,7 @@ - + @@ -207277,7 +217931,7 @@ - + @@ -207289,7 +217943,9 @@ - + @@ -207311,7 +217967,7 @@ - + @@ -207319,7 +217975,7 @@ - + @@ -207349,7 +218005,7 @@ - + @@ -207359,7 +218015,7 @@ - + @@ -207394,7 +218050,7 @@ - + @@ -207432,7 +218088,7 @@ - + @@ -207462,7 +218118,7 @@ - + @@ -207489,7 +218145,7 @@ - + @@ -207523,7 +218179,7 @@ - + @@ -207553,7 +218209,7 @@ - + @@ -207583,7 +218239,7 @@ - + @@ -207608,7 +218264,7 @@ - + @@ -207684,7 +218340,7 @@ - + @@ -208013,7 +218669,7 @@ - + @@ -208177,7 +218833,7 @@ - + @@ -208195,10 +218851,10 @@ - + - + @@ -208213,7 +218869,7 @@ - + @@ -208257,6 +218913,7 @@ + @@ -208311,7 +218968,7 @@ - + @@ -208337,7 +218994,7 @@ - + @@ -208364,7 +219021,7 @@ - + @@ -208408,7 +219065,7 @@ - + @@ -208465,7 +219122,7 @@ - + @@ -208473,7 +219130,7 @@ - + @@ -208485,7 +219142,9 @@ - + @@ -208506,7 +219165,7 @@ - + @@ -208514,7 +219173,7 @@ - + @@ -208528,7 +219187,11 @@ - + @@ -208546,7 +219209,7 @@ - + @@ -208585,7 +219248,7 @@ - + @@ -208627,7 +219290,7 @@ - + @@ -208667,7 +219330,7 @@ - + @@ -208697,7 +219360,7 @@ - + @@ -208730,7 +219393,7 @@ - + @@ -208756,7 +219419,7 @@ - + @@ -208770,7 +219433,7 @@ - + @@ -208807,7 +219470,7 @@ - + @@ -208844,7 +219507,7 @@ - + @@ -208890,7 +219553,7 @@ - + @@ -208925,7 +219588,7 @@ - + @@ -208964,7 +219627,7 @@ - + @@ -209002,7 +219665,7 @@ - + @@ -209036,7 +219699,7 @@ - + @@ -209071,7 +219734,7 @@ - + @@ -209105,7 +219768,7 @@ - + @@ -209150,7 +219813,7 @@ - + @@ -209191,7 +219854,7 @@ - + @@ -209223,7 +219886,7 @@ - + @@ -209261,7 +219924,7 @@ - + @@ -209300,7 +219963,7 @@ - + @@ -209339,7 +220002,7 @@ - + @@ -209377,7 +220040,7 @@ - + @@ -209414,7 +220077,7 @@ - + @@ -209443,7 +220106,7 @@ - + @@ -209468,7 +220131,7 @@ - + @@ -209497,7 +220160,7 @@ - + @@ -209528,7 +220191,7 @@ - + @@ -209557,7 +220220,7 @@ - + @@ -209586,7 +220249,7 @@ - + @@ -209615,7 +220278,7 @@ - + @@ -209638,6 +220301,7 @@ + @@ -209648,7 +220312,11 @@ - + @@ -209792,7 +220460,7 @@ - + @@ -210306,7 +220974,7 @@ - + @@ -210324,10 +220992,10 @@ - + - + @@ -210342,7 +221010,7 @@ - + @@ -210376,7 +221044,7 @@ - + @@ -210384,7 +221052,7 @@ - + @@ -210392,7 +221060,7 @@ - + @@ -210400,7 +221068,7 @@ - + @@ -210414,7 +221082,7 @@ - + @@ -210422,6 +221090,7 @@ + @@ -210476,7 +221145,7 @@ - + @@ -210502,7 +221171,7 @@ - + @@ -210529,7 +221198,7 @@ - + @@ -210573,7 +221242,7 @@ - + @@ -210630,7 +221299,7 @@ - + @@ -210638,7 +221307,7 @@ - + @@ -210650,7 +221319,9 @@ - + @@ -210671,7 +221342,7 @@ - + @@ -210679,7 +221350,7 @@ - + @@ -210712,7 +221383,7 @@ - + @@ -210745,7 +221416,7 @@ - + @@ -210775,7 +221446,7 @@ - + @@ -210829,7 +221500,7 @@ - + @@ -210837,7 +221508,7 @@ - + @@ -210849,7 +221520,9 @@ - + @@ -210871,7 +221544,7 @@ - + @@ -210879,7 +221552,7 @@ - + @@ -210909,7 +221582,7 @@ - + @@ -210919,7 +221592,7 @@ - + @@ -210943,7 +221616,7 @@ - + @@ -210962,6 +221635,7 @@ + @@ -211033,7 +221707,7 @@ - + @@ -211058,7 +221732,7 @@ - + @@ -211076,10 +221750,10 @@ - + - + @@ -211094,7 +221768,7 @@ - + @@ -211131,7 +221805,7 @@ - + @@ -211139,7 +221813,7 @@ - + @@ -211147,7 +221821,7 @@ - + @@ -211155,7 +221829,7 @@ - + @@ -211169,7 +221843,7 @@ - + @@ -211177,6 +221851,7 @@ + @@ -211184,6 +221859,7 @@ + @@ -211191,6 +221867,7 @@ + @@ -211245,7 +221922,7 @@ - + @@ -211271,7 +221948,7 @@ - + @@ -211298,7 +221975,7 @@ - + @@ -211342,7 +222019,7 @@ - + @@ -211399,7 +222076,7 @@ - + @@ -211407,7 +222084,7 @@ - + @@ -211419,7 +222096,9 @@ - + @@ -211440,7 +222119,7 @@ - + @@ -211448,7 +222127,7 @@ - + @@ -211478,7 +222157,7 @@ - + @@ -211512,7 +222191,7 @@ - + @@ -211523,7 +222202,7 @@ - + @@ -211556,7 +222235,7 @@ - + @@ -211567,7 +222246,7 @@ - + @@ -211603,7 +222282,7 @@ - + @@ -211634,7 +222313,7 @@ - + @@ -211681,7 +222360,7 @@ - + @@ -211719,7 +222398,7 @@ - + @@ -211754,7 +222433,7 @@ - + @@ -211794,7 +222473,7 @@ - + @@ -211829,7 +222508,7 @@ - + @@ -211866,7 +222545,7 @@ - + @@ -211897,7 +222576,7 @@ - + @@ -211955,7 +222634,7 @@ - + @@ -211963,7 +222642,7 @@ - + @@ -211975,7 +222654,9 @@ - + @@ -211997,7 +222678,7 @@ - + @@ -212005,7 +222686,7 @@ - + @@ -212037,7 +222718,7 @@ - + @@ -212078,7 +222759,7 @@ - + @@ -212109,7 +222790,7 @@ - + @@ -212139,7 +222820,7 @@ - + @@ -212171,7 +222852,7 @@ - + @@ -212205,6 +222886,7 @@ + @@ -212212,6 +222894,7 @@ + @@ -212219,6 +222902,7 @@ + @@ -212262,7 +222946,7 @@ - + @@ -212293,7 +222977,7 @@ - + @@ -212611,7 +223295,7 @@ - + @@ -212629,10 +223313,10 @@ - + - + @@ -212647,7 +223331,7 @@ - + @@ -212686,7 +223370,7 @@ - + @@ -212694,7 +223378,7 @@ - + @@ -212702,7 +223386,7 @@ - + @@ -212710,7 +223394,7 @@ - + @@ -212724,7 +223408,7 @@ - + @@ -212783,7 +223467,7 @@ - + @@ -212809,7 +223493,7 @@ - + @@ -212836,7 +223520,7 @@ - + @@ -212880,7 +223564,7 @@ - + @@ -212937,7 +223621,7 @@ - + @@ -212945,7 +223629,7 @@ - + @@ -212957,7 +223641,9 @@ - + @@ -212978,7 +223664,7 @@ - + @@ -212986,7 +223672,7 @@ - + @@ -213017,7 +223703,7 @@ - + @@ -213054,7 +223740,7 @@ - + @@ -213065,7 +223751,7 @@ - + @@ -213100,7 +223786,7 @@ - + @@ -213142,7 +223828,7 @@ - + @@ -213160,7 +223846,9 @@ - + @@ -213177,7 +223865,7 @@ - + @@ -213207,7 +223895,7 @@ - + @@ -213238,7 +223926,7 @@ - + @@ -213248,7 +223936,7 @@ - + @@ -213279,7 +223967,7 @@ - + @@ -213320,7 +224008,7 @@ - + @@ -213355,7 +224043,7 @@ - + @@ -213389,7 +224077,7 @@ - + @@ -213431,7 +224119,7 @@ - + @@ -213489,7 +224177,7 @@ - + @@ -213497,7 +224185,7 @@ - + @@ -213509,7 +224197,9 @@ - + @@ -213531,7 +224221,7 @@ - + @@ -213539,7 +224229,7 @@ - + @@ -213569,7 +224259,7 @@ - + @@ -213598,7 +224288,7 @@ - + @@ -213627,7 +224317,7 @@ - + @@ -213659,7 +224349,7 @@ - + @@ -213693,7 +224383,7 @@ - + @@ -213706,7 +224396,9 @@ - + @@ -213723,7 +224415,7 @@ - + @@ -213781,7 +224473,7 @@ - + @@ -213789,7 +224481,7 @@ - + @@ -213801,7 +224493,9 @@ - + @@ -213823,7 +224517,7 @@ - + @@ -213831,7 +224525,7 @@ - + @@ -213861,7 +224555,7 @@ - + @@ -213871,7 +224565,7 @@ - + @@ -213898,7 +224592,7 @@ - + @@ -213927,7 +224621,7 @@ - + @@ -213956,7 +224650,7 @@ - + @@ -213985,7 +224679,7 @@ - + @@ -214016,7 +224710,7 @@ - + @@ -214084,7 +224778,7 @@ - + @@ -214151,7 +224845,9 @@ - + @@ -214196,7 +224892,7 @@ - + @@ -214398,7 +225094,9 @@ - + @@ -214424,7 +225122,7 @@ - + @@ -214513,7 +225211,7 @@ - + @@ -214531,10 +225229,10 @@ - + - + @@ -214549,7 +225247,7 @@ - + @@ -214578,7 +225276,7 @@ - + @@ -214586,7 +225284,7 @@ - + @@ -214594,7 +225292,7 @@ - + @@ -214602,7 +225300,7 @@ - + @@ -214616,7 +225314,7 @@ - + @@ -214667,7 +225365,7 @@ - + @@ -214693,7 +225391,7 @@ - + @@ -214720,7 +225418,7 @@ - + @@ -214764,7 +225462,7 @@ - + @@ -214821,7 +225519,7 @@ - + @@ -214829,7 +225527,7 @@ - + @@ -214841,7 +225539,9 @@ - + @@ -214862,7 +225562,7 @@ - + @@ -214870,7 +225570,7 @@ - + @@ -214900,7 +225600,7 @@ - + @@ -214925,7 +225625,7 @@ - + @@ -214950,7 +225650,7 @@ - + @@ -214976,7 +225676,7 @@ - + @@ -215002,19 +225702,19 @@ - + - - + + - + @@ -215027,13 +225727,13 @@ - + - - + + @@ -215058,8 +225758,8 @@ - - + + @@ -215081,7 +225781,7 @@ - + @@ -215089,7 +225789,7 @@ - + @@ -215098,10 +225798,12 @@ - - + + - + @@ -215123,7 +225825,7 @@ - + @@ -215131,7 +225833,7 @@ - + @@ -215141,14 +225843,14 @@ - - + + - + @@ -215161,31 +225863,28 @@ - + - - + + - + - + - - - @@ -215201,7 +225900,7 @@ - + @@ -215272,8 +225971,8 @@ - - + + @@ -215283,8 +225982,8 @@ - - + + @@ -215294,21 +225993,18 @@ - - + + - + - - - @@ -215330,7 +226026,7 @@ - + @@ -215348,10 +226044,10 @@ - + - + @@ -215366,7 +226062,7 @@ - + @@ -215410,6 +226106,7 @@ + @@ -215417,6 +226114,7 @@ + @@ -215467,7 +226165,7 @@ - + @@ -215493,7 +226191,7 @@ - + @@ -215520,7 +226218,7 @@ - + @@ -215564,7 +226262,7 @@ - + @@ -215621,7 +226319,7 @@ - + @@ -215629,7 +226327,7 @@ - + @@ -215641,7 +226339,9 @@ - + @@ -215662,7 +226362,7 @@ - + @@ -215670,7 +226370,7 @@ - + @@ -215684,7 +226384,11 @@ - + @@ -215702,7 +226406,7 @@ - + @@ -215737,7 +226441,7 @@ - + @@ -215775,7 +226479,7 @@ - + @@ -215811,7 +226515,7 @@ - + @@ -215837,7 +226541,7 @@ - + @@ -215866,7 +226570,7 @@ - + @@ -215892,7 +226596,7 @@ - + @@ -215906,7 +226610,7 @@ - + @@ -215939,7 +226643,7 @@ - + @@ -215978,7 +226682,7 @@ - + @@ -216013,7 +226717,7 @@ - + @@ -216048,7 +226752,7 @@ - + @@ -216082,7 +226786,7 @@ - + @@ -216112,7 +226816,7 @@ - + @@ -216143,7 +226847,7 @@ - + @@ -216173,7 +226877,7 @@ - + @@ -216214,7 +226918,7 @@ - + @@ -216251,7 +226955,7 @@ - + @@ -216279,7 +226983,7 @@ - + @@ -216313,7 +227017,7 @@ - + @@ -216348,7 +227052,7 @@ - + @@ -216383,7 +227087,7 @@ - + @@ -216417,7 +227121,7 @@ - + @@ -216450,7 +227154,7 @@ - + @@ -216479,7 +227183,7 @@ - + @@ -216504,7 +227208,7 @@ - + @@ -216533,7 +227237,7 @@ - + @@ -216564,7 +227268,7 @@ - + @@ -216590,7 +227294,7 @@ - + @@ -216616,7 +227320,7 @@ - + @@ -216641,7 +227345,7 @@ - + @@ -216674,7 +227378,7 @@ - + @@ -216707,7 +227411,7 @@ - + @@ -216741,7 +227445,7 @@ - + @@ -216767,7 +227471,7 @@ - + @@ -216793,7 +227497,7 @@ - + @@ -216818,7 +227522,7 @@ - + @@ -216844,7 +227548,7 @@ - + @@ -216854,7 +227558,7 @@ - + @@ -216878,7 +227582,7 @@ - + @@ -216904,7 +227608,7 @@ - + @@ -216929,7 +227633,7 @@ - + @@ -216983,7 +227687,7 @@ - + @@ -216991,7 +227695,7 @@ - + @@ -217003,7 +227707,9 @@ - + @@ -217025,7 +227731,7 @@ - + @@ -217033,7 +227739,7 @@ - + @@ -217063,7 +227769,7 @@ - + @@ -217088,7 +227794,7 @@ - + @@ -217113,7 +227819,7 @@ - + @@ -217167,7 +227873,7 @@ - + @@ -217175,7 +227881,7 @@ - + @@ -217187,7 +227893,9 @@ - + @@ -217209,7 +227917,7 @@ - + @@ -217217,7 +227925,7 @@ - + @@ -217247,7 +227955,7 @@ - + @@ -217280,7 +227988,7 @@ - + @@ -217306,7 +228014,7 @@ - + @@ -217331,7 +228039,7 @@ - + @@ -217385,7 +228093,7 @@ - + @@ -217393,7 +228101,7 @@ - + @@ -217405,7 +228113,9 @@ - + @@ -217427,7 +228137,7 @@ - + @@ -217435,7 +228145,7 @@ - + @@ -217465,7 +228175,7 @@ - + @@ -217490,7 +228200,7 @@ - + @@ -217515,7 +228225,7 @@ - + @@ -217541,7 +228251,7 @@ - + @@ -217595,7 +228305,7 @@ - + @@ -217603,7 +228313,7 @@ - + @@ -217615,7 +228325,9 @@ - + @@ -217637,7 +228349,7 @@ - + @@ -217645,7 +228357,7 @@ - + @@ -217675,7 +228387,7 @@ - + @@ -217700,7 +228412,7 @@ - + @@ -217725,7 +228437,7 @@ - + @@ -217751,7 +228463,7 @@ - + @@ -217805,7 +228517,7 @@ - + @@ -217813,7 +228525,7 @@ - + @@ -217825,7 +228537,9 @@ - + @@ -217847,7 +228561,7 @@ - + @@ -217855,7 +228569,7 @@ - + @@ -217885,7 +228599,7 @@ - + @@ -217910,7 +228624,7 @@ - + @@ -217943,7 +228657,7 @@ - + @@ -217968,7 +228682,7 @@ - + @@ -217987,6 +228701,7 @@ + @@ -217994,6 +228709,7 @@ + @@ -218004,7 +228720,11 @@ - + @@ -218128,7 +228848,7 @@ - + @@ -218643,7 +229363,7 @@ - + @@ -218899,7 +229619,7 @@ - + @@ -218917,10 +229637,10 @@ - + - + @@ -218935,7 +229655,7 @@ - + @@ -218969,7 +229689,7 @@ - + @@ -218977,7 +229697,7 @@ - + @@ -218985,7 +229705,7 @@ - + @@ -218993,7 +229713,7 @@ - + @@ -219007,7 +229727,7 @@ - + @@ -219015,6 +229735,7 @@ + @@ -219022,6 +229743,7 @@ + @@ -219072,7 +229794,7 @@ - + @@ -219098,7 +229820,7 @@ - + @@ -219125,7 +229847,7 @@ - + @@ -219169,7 +229891,7 @@ - + @@ -219226,7 +229948,7 @@ - + @@ -219234,7 +229956,7 @@ - + @@ -219246,7 +229968,9 @@ - + @@ -219267,7 +229991,7 @@ - + @@ -219275,7 +229999,7 @@ - + @@ -219307,7 +230031,7 @@ - + @@ -219337,7 +230061,7 @@ - + @@ -219348,7 +230072,7 @@ - + @@ -219377,7 +230101,7 @@ - + @@ -219387,7 +230111,7 @@ - + @@ -219415,7 +230139,7 @@ - + @@ -219451,7 +230175,7 @@ - + @@ -219484,7 +230208,7 @@ - + @@ -219517,7 +230241,7 @@ - + @@ -219546,7 +230270,7 @@ - + @@ -219572,7 +230296,7 @@ - + @@ -219583,7 +230307,7 @@ - + @@ -219607,7 +230331,7 @@ - + @@ -219661,7 +230385,7 @@ - + @@ -219669,7 +230393,7 @@ - + @@ -219681,7 +230405,9 @@ - + @@ -219703,7 +230429,7 @@ - + @@ -219711,7 +230437,7 @@ - + @@ -219741,7 +230467,7 @@ - + @@ -219766,7 +230492,7 @@ - + @@ -219820,7 +230546,7 @@ - + @@ -219828,7 +230554,7 @@ - + @@ -219840,7 +230566,9 @@ - + @@ -219862,7 +230590,7 @@ - + @@ -219870,7 +230598,7 @@ - + @@ -219900,7 +230628,7 @@ - + @@ -219933,7 +230661,7 @@ - + @@ -219959,7 +230687,7 @@ - + @@ -219984,7 +230712,7 @@ - + @@ -220009,7 +230737,7 @@ - + @@ -220063,7 +230791,7 @@ - + @@ -220071,7 +230799,7 @@ - + @@ -220083,7 +230811,9 @@ - + @@ -220105,7 +230835,7 @@ - + @@ -220113,7 +230843,7 @@ - + @@ -220143,7 +230873,7 @@ - + @@ -220171,7 +230901,7 @@ - + @@ -220225,7 +230955,7 @@ - + @@ -220233,7 +230963,7 @@ - + @@ -220245,7 +230975,9 @@ - + @@ -220267,7 +230999,7 @@ - + @@ -220275,7 +231007,7 @@ - + @@ -220305,7 +231037,7 @@ - + @@ -220330,7 +231062,7 @@ - + @@ -220384,7 +231116,7 @@ - + @@ -220392,7 +231124,7 @@ - + @@ -220404,7 +231136,9 @@ - + @@ -220426,7 +231160,7 @@ - + @@ -220434,7 +231168,7 @@ - + @@ -220464,7 +231198,7 @@ - + @@ -220489,7 +231223,7 @@ - + @@ -220517,7 +231251,7 @@ - + @@ -220571,7 +231305,7 @@ - + @@ -220579,7 +231313,7 @@ - + @@ -220591,7 +231325,9 @@ - + @@ -220613,7 +231349,7 @@ - + @@ -220621,7 +231357,7 @@ - + @@ -220651,7 +231387,7 @@ - + @@ -220684,7 +231420,7 @@ - + @@ -220710,7 +231446,7 @@ - + @@ -220735,7 +231471,7 @@ - + @@ -220761,7 +231497,7 @@ - + @@ -220780,6 +231516,7 @@ + @@ -220787,6 +231524,7 @@ + @@ -220825,7 +231563,7 @@ - + @@ -220850,7 +231588,7 @@ - + @@ -220963,7 +231701,7 @@ - + @@ -221205,7 +231943,7 @@ - + @@ -221223,10 +231961,10 @@ - + - + @@ -221241,7 +231979,7 @@ - + @@ -221285,7 +232023,7 @@ - + @@ -221293,7 +232031,7 @@ - + @@ -221301,7 +232039,7 @@ - + @@ -221309,7 +232047,7 @@ - + @@ -221323,7 +232061,7 @@ - + @@ -221333,7 +232071,7 @@ - + @@ -221382,7 +232120,7 @@ - + @@ -221408,7 +232146,7 @@ - + @@ -221435,7 +232173,7 @@ - + @@ -221479,7 +232217,7 @@ - + @@ -221536,7 +232274,7 @@ - + @@ -221544,7 +232282,7 @@ - + @@ -221556,7 +232294,9 @@ - + @@ -221577,7 +232317,7 @@ - + @@ -221585,7 +232325,7 @@ - + @@ -221616,7 +232356,7 @@ - + @@ -221650,7 +232390,7 @@ - + @@ -221664,7 +232404,7 @@ - + @@ -221700,7 +232440,7 @@ - + @@ -221711,7 +232451,7 @@ - + @@ -221739,7 +232479,7 @@ - + @@ -221781,7 +232521,7 @@ - + @@ -221795,7 +232535,7 @@ - + @@ -221826,7 +232566,7 @@ - + @@ -221856,7 +232596,7 @@ - + @@ -221914,7 +232654,7 @@ - + @@ -221922,7 +232662,7 @@ - + @@ -221934,7 +232674,9 @@ - + @@ -221956,7 +232698,7 @@ - + @@ -221964,7 +232706,7 @@ - + @@ -221974,23 +232716,20 @@ - - + + - + - - - - + @@ -222000,13 +232739,13 @@ - + - + @@ -222021,7 +232760,7 @@ - + @@ -222038,7 +232777,7 @@ - + @@ -222073,7 +232812,7 @@ - + @@ -222118,7 +232857,7 @@ - + @@ -222180,7 +232919,7 @@ - + @@ -222188,7 +232927,7 @@ - + @@ -222200,7 +232939,9 @@ - + @@ -222222,7 +232963,7 @@ - + @@ -222230,7 +232971,7 @@ - + @@ -222260,7 +233001,7 @@ - + @@ -222297,7 +233038,7 @@ - + @@ -222324,7 +233065,7 @@ - + @@ -222372,7 +233113,7 @@ - + @@ -222406,7 +233147,7 @@ - + @@ -222461,7 +233202,7 @@ - + @@ -222502,24 +233243,21 @@ - - + + - - - - + - + @@ -222534,7 +233272,7 @@ - + @@ -222653,7 +233391,7 @@ - + @@ -222671,10 +233409,10 @@ - + - + @@ -222689,7 +233427,7 @@ - + @@ -222733,7 +233471,7 @@ - + @@ -222741,7 +233479,7 @@ - + @@ -222749,7 +233487,7 @@ - + @@ -222757,7 +233495,7 @@ - + @@ -222771,7 +233509,7 @@ - + @@ -222830,7 +233568,7 @@ - + @@ -222856,7 +233594,7 @@ - + @@ -222883,7 +233621,7 @@ - + @@ -222927,7 +233665,7 @@ - + @@ -222984,7 +233722,7 @@ - + @@ -222992,7 +233730,7 @@ - + @@ -223004,7 +233742,9 @@ - + @@ -223025,7 +233765,7 @@ - + @@ -223033,7 +233773,7 @@ - + @@ -223064,7 +233804,7 @@ - + @@ -223103,7 +233843,7 @@ - + @@ -223136,10 +233876,14 @@ - + + + + + @@ -223162,7 +233906,7 @@ - + @@ -223193,7 +233937,7 @@ - + @@ -223227,7 +233971,7 @@ - + @@ -223238,7 +233982,7 @@ - + @@ -223277,7 +234021,7 @@ - + @@ -223304,8 +234048,8 @@ - - + + @@ -223322,40 +234066,37 @@ - + - + - + - + - - + + - + - - - - + @@ -223364,7 +234105,7 @@ - + @@ -223415,7 +234156,7 @@ - + @@ -223461,7 +234202,7 @@ - + @@ -223503,7 +234244,7 @@ - + @@ -223539,7 +234280,7 @@ - + @@ -223580,7 +234321,7 @@ - + @@ -223588,6 +234329,10 @@ + + + + @@ -223609,7 +234354,7 @@ - + @@ -223679,7 +234424,7 @@ - + @@ -223687,7 +234432,7 @@ - + @@ -223699,7 +234444,9 @@ - + @@ -223721,7 +234468,7 @@ - + @@ -223729,7 +234476,7 @@ - + @@ -223759,7 +234506,7 @@ - + @@ -223805,7 +234552,7 @@ - + @@ -223841,7 +234588,7 @@ - + @@ -223888,7 +234635,7 @@ - + @@ -223926,7 +234673,7 @@ - + @@ -223959,7 +234706,7 @@ - + @@ -223992,7 +234739,7 @@ - + @@ -224000,6 +234747,7 @@ + @@ -224057,7 +234805,7 @@ - + @@ -224065,7 +234813,7 @@ - + @@ -224077,7 +234825,9 @@ - + @@ -224099,7 +234849,7 @@ - + @@ -224107,7 +234857,7 @@ - + @@ -224120,7 +234870,7 @@ - + @@ -224137,7 +234887,7 @@ - + @@ -224167,7 +234917,7 @@ - + @@ -224208,7 +234958,7 @@ - + @@ -224250,7 +235000,7 @@ - + @@ -224293,7 +235043,7 @@ - + @@ -224331,7 +235081,7 @@ - + @@ -224366,7 +235116,7 @@ - + @@ -224446,6 +235196,10 @@ + + + + @@ -224502,7 +235256,7 @@ - + @@ -224553,8 +235307,8 @@ - - + + @@ -224562,29 +235316,26 @@ - + - + - + - - + + - - - - + @@ -224736,6 +235487,10 @@ + + + + @@ -224923,6 +235678,7 @@ + @@ -224932,7 +235688,7 @@ - + @@ -225092,7 +235848,7 @@ - + @@ -225110,10 +235866,10 @@ - + - + @@ -225128,7 +235884,7 @@ - + @@ -225177,7 +235933,7 @@ - + @@ -225185,7 +235941,7 @@ - + @@ -225193,7 +235949,7 @@ - + @@ -225201,7 +235957,7 @@ - + @@ -225215,7 +235971,7 @@ - + @@ -225223,6 +235979,7 @@ + @@ -225281,7 +236038,7 @@ - + @@ -225307,7 +236064,7 @@ - + @@ -225334,7 +236091,7 @@ - + @@ -225378,7 +236135,7 @@ - + @@ -225435,7 +236192,7 @@ - + @@ -225443,7 +236200,7 @@ - + @@ -225455,7 +236212,9 @@ - + @@ -225476,7 +236235,7 @@ - + @@ -225484,7 +236243,7 @@ - + @@ -225515,7 +236274,7 @@ - + @@ -225557,7 +236316,7 @@ - + @@ -225587,7 +236346,7 @@ - + @@ -225621,7 +236380,7 @@ - + @@ -225632,7 +236391,7 @@ - + @@ -225651,22 +236410,19 @@ - - + + - + - - - - + @@ -225675,7 +236431,7 @@ - + @@ -225699,7 +236455,7 @@ - + @@ -225717,40 +236473,37 @@ - + - + - + - + - - + + - + - - - - + @@ -225759,7 +236512,7 @@ - + @@ -225815,7 +236568,7 @@ - + @@ -225861,7 +236614,7 @@ - + @@ -225895,7 +236648,7 @@ - + @@ -225928,7 +236681,7 @@ - + @@ -225990,7 +236743,7 @@ - + @@ -225998,7 +236751,7 @@ - + @@ -226010,7 +236763,9 @@ - + @@ -226032,7 +236787,7 @@ - + @@ -226040,7 +236795,7 @@ - + @@ -226071,7 +236826,7 @@ - + @@ -226107,6 +236862,7 @@ + @@ -226114,7 +236870,7 @@ - + @@ -226148,7 +236904,7 @@ - + @@ -226179,7 +236935,7 @@ - + @@ -226220,7 +236976,7 @@ - + @@ -226266,7 +237022,7 @@ - + @@ -226304,13 +237060,13 @@ - + - + @@ -226337,7 +237093,7 @@ - + @@ -226374,7 +237130,7 @@ - + @@ -226416,7 +237172,7 @@ - + @@ -226458,7 +237214,7 @@ - + @@ -226491,7 +237247,7 @@ - + @@ -226529,7 +237285,7 @@ - + @@ -226542,7 +237298,7 @@ - + @@ -226559,7 +237315,7 @@ - + @@ -226588,7 +237344,7 @@ - + @@ -226650,7 +237406,7 @@ - + @@ -226658,7 +237414,7 @@ - + @@ -226670,7 +237426,9 @@ - + @@ -226692,7 +237450,7 @@ - + @@ -226700,7 +237458,7 @@ - + @@ -226730,7 +237488,7 @@ - + @@ -226759,7 +237517,7 @@ - + @@ -226804,7 +237562,7 @@ - + @@ -226848,7 +237606,7 @@ - + @@ -226886,7 +237644,7 @@ - + @@ -226917,7 +237675,7 @@ - + @@ -226940,6 +237698,7 @@ + @@ -227030,7 +237789,7 @@ - + @@ -227049,17 +237808,14 @@ - - + + - - - - + @@ -227082,7 +237838,7 @@ - + @@ -227091,29 +237847,26 @@ - + - + - + - - + + - - - - + @@ -227273,6 +238026,7 @@ + @@ -227391,7 +238145,7 @@ - + @@ -227534,7 +238288,7 @@ - + @@ -227699,7 +238453,7 @@ - + @@ -227717,10 +238471,10 @@ - + - + @@ -227735,7 +238489,7 @@ - + @@ -227779,7 +238533,7 @@ - + @@ -227787,7 +238541,7 @@ - + @@ -227795,7 +238549,7 @@ - + @@ -227803,7 +238557,7 @@ - + @@ -227817,7 +238571,7 @@ - + @@ -227868,7 +238622,7 @@ - + @@ -227894,7 +238648,7 @@ - + @@ -227921,7 +238675,7 @@ - + @@ -227965,7 +238719,7 @@ - + @@ -228022,7 +238776,7 @@ - + @@ -228030,7 +238784,7 @@ - + @@ -228042,7 +238796,9 @@ - + @@ -228063,7 +238819,7 @@ - + @@ -228071,7 +238827,7 @@ - + @@ -228102,7 +238858,7 @@ - + @@ -228128,7 +238884,7 @@ - + @@ -228142,7 +238898,7 @@ - + @@ -228178,7 +238934,7 @@ - + @@ -228189,7 +238945,7 @@ - + @@ -228217,7 +238973,7 @@ - + @@ -228259,7 +239015,7 @@ - + @@ -228273,7 +239029,7 @@ - + @@ -228306,7 +239062,7 @@ - + @@ -228335,7 +239091,7 @@ - + @@ -228360,7 +239116,7 @@ - + @@ -228414,7 +239170,7 @@ - + @@ -228422,7 +239178,7 @@ - + @@ -228434,7 +239190,9 @@ - + @@ -228456,7 +239214,7 @@ - + @@ -228464,7 +239222,7 @@ - + @@ -228494,7 +239252,7 @@ - + @@ -228520,7 +239278,7 @@ - + @@ -228546,7 +239304,7 @@ - + @@ -228571,7 +239329,7 @@ - + @@ -228596,7 +239354,7 @@ - + @@ -228650,7 +239408,7 @@ - + @@ -228658,7 +239416,7 @@ - + @@ -228670,7 +239428,9 @@ - + @@ -228692,7 +239452,7 @@ - + @@ -228700,7 +239460,7 @@ - + @@ -228730,7 +239490,7 @@ - + @@ -228756,7 +239516,7 @@ - + @@ -228781,7 +239541,7 @@ - + @@ -228835,7 +239595,7 @@ - + @@ -228843,7 +239603,7 @@ - + @@ -228855,7 +239615,9 @@ - + @@ -228877,7 +239639,7 @@ - + @@ -228885,7 +239647,7 @@ - + @@ -228895,22 +239657,19 @@ - - + + - + - - - - + @@ -228919,13 +239678,13 @@ - + - + @@ -228940,7 +239699,7 @@ - + @@ -228957,7 +239716,7 @@ - + @@ -228992,7 +239751,7 @@ - + @@ -229039,7 +239798,7 @@ - + @@ -229064,7 +239823,7 @@ - + @@ -229089,7 +239848,7 @@ - + @@ -229122,7 +239881,7 @@ - + @@ -229176,7 +239935,7 @@ - + @@ -229184,7 +239943,7 @@ - + @@ -229196,7 +239955,9 @@ - + @@ -229218,7 +239979,7 @@ - + @@ -229226,7 +239987,7 @@ - + @@ -229256,7 +240017,7 @@ - + @@ -229281,7 +240042,7 @@ - + @@ -229306,7 +240067,7 @@ - + @@ -229331,7 +240092,7 @@ - + @@ -229385,7 +240146,7 @@ - + @@ -229393,7 +240154,7 @@ - + @@ -229405,7 +240166,9 @@ - + @@ -229427,7 +240190,7 @@ - + @@ -229435,7 +240198,7 @@ - + @@ -229465,7 +240228,7 @@ - + @@ -229490,7 +240253,7 @@ - + @@ -229515,7 +240278,7 @@ - + @@ -229569,7 +240332,7 @@ - + @@ -229577,7 +240340,7 @@ - + @@ -229589,7 +240352,9 @@ - + @@ -229611,7 +240376,7 @@ - + @@ -229619,7 +240384,7 @@ - + @@ -229649,7 +240414,7 @@ - + @@ -229703,7 +240468,7 @@ - + @@ -229711,7 +240476,7 @@ - + @@ -229723,7 +240488,9 @@ - + @@ -229745,7 +240512,7 @@ - + @@ -229753,7 +240520,7 @@ - + @@ -229783,7 +240550,7 @@ - + @@ -229808,27 +240575,24 @@ - + - - + + - + - - - - + @@ -229837,7 +240601,7 @@ - + @@ -229862,7 +240626,7 @@ - + @@ -229916,7 +240680,7 @@ - + @@ -229924,7 +240688,7 @@ - + @@ -229936,7 +240700,9 @@ - + @@ -229958,7 +240724,7 @@ - + @@ -229966,7 +240732,7 @@ - + @@ -229976,20 +240742,45 @@ - - - - + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -230000,32 +240791,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -230050,7 +240816,7 @@ - + @@ -230104,7 +240870,7 @@ - + @@ -230112,7 +240878,7 @@ - + @@ -230124,7 +240890,9 @@ - + @@ -230146,7 +240914,7 @@ - + @@ -230154,7 +240922,7 @@ - + @@ -230184,7 +240952,7 @@ - + @@ -230209,7 +240977,7 @@ - + @@ -230234,7 +241002,7 @@ - + @@ -230288,7 +241056,7 @@ - + @@ -230296,7 +241064,7 @@ - + @@ -230308,7 +241076,9 @@ - + @@ -230330,7 +241100,7 @@ - + @@ -230338,7 +241108,7 @@ - + @@ -230368,7 +241138,7 @@ - + @@ -230402,7 +241172,7 @@ - + @@ -230429,7 +241199,7 @@ - + @@ -230454,7 +241224,7 @@ - + @@ -230477,7 +241247,7 @@ - + @@ -230502,7 +241272,7 @@ - + @@ -230556,7 +241326,7 @@ - + @@ -230564,7 +241334,7 @@ - + @@ -230576,7 +241346,9 @@ - + @@ -230598,7 +241370,7 @@ - + @@ -230606,7 +241378,7 @@ - + @@ -230636,7 +241408,7 @@ - + @@ -230683,7 +241455,7 @@ - + @@ -230709,7 +241481,7 @@ - + @@ -230734,7 +241506,7 @@ - + @@ -230788,7 +241560,7 @@ - + @@ -230796,7 +241568,7 @@ - + @@ -230808,7 +241580,9 @@ - + @@ -230830,7 +241604,7 @@ - + @@ -230838,7 +241612,7 @@ - + @@ -230869,7 +241643,7 @@ - + @@ -230894,7 +241668,7 @@ - + @@ -230948,7 +241722,7 @@ - + @@ -230956,7 +241730,7 @@ - + @@ -230968,7 +241742,9 @@ - + @@ -230990,7 +241766,7 @@ - + @@ -230998,7 +241774,7 @@ - + @@ -231028,7 +241804,7 @@ - + @@ -231053,7 +241829,7 @@ - + @@ -231078,7 +241854,7 @@ - + @@ -231103,7 +241879,7 @@ - + @@ -231157,7 +241933,7 @@ - + @@ -231165,7 +241941,7 @@ - + @@ -231177,7 +241953,9 @@ - + @@ -231199,7 +241977,7 @@ - + @@ -231207,7 +241985,7 @@ - + @@ -231238,7 +242016,7 @@ - + @@ -231263,7 +242041,7 @@ - + @@ -231288,7 +242066,7 @@ - + @@ -231342,7 +242120,7 @@ - + @@ -231350,7 +242128,7 @@ - + @@ -231362,7 +242140,9 @@ - + @@ -231384,7 +242164,7 @@ - + @@ -231392,7 +242172,7 @@ - + @@ -231422,7 +242202,7 @@ - + @@ -231451,7 +242231,7 @@ - + @@ -231498,7 +242278,7 @@ - + @@ -231532,7 +242312,7 @@ - + @@ -231587,7 +242367,7 @@ - + @@ -231720,23 +242500,20 @@ - - + + - - - - + - + @@ -231751,7 +242528,7 @@ - + @@ -231949,17 +242726,14 @@ - - + + - - - - + @@ -231973,30 +242747,30 @@ - - - - + + + + + + + + + + + + + + - - - - - - - - - - @@ -232295,7 +243069,7 @@ - + @@ -232313,10 +243087,10 @@ - + - + @@ -232331,7 +243105,7 @@ - + @@ -232382,7 +243156,7 @@ - + @@ -232390,7 +243164,7 @@ - + @@ -232398,7 +243172,7 @@ - + @@ -232406,7 +243180,7 @@ - + @@ -232420,7 +243194,7 @@ - + @@ -232483,7 +243257,7 @@ - + @@ -232509,7 +243283,7 @@ - + @@ -232536,7 +243310,7 @@ - + @@ -232580,7 +243354,7 @@ - + @@ -232637,7 +243411,7 @@ - + @@ -232645,7 +243419,7 @@ - + @@ -232657,7 +243431,9 @@ - + @@ -232678,7 +243454,7 @@ - + @@ -232686,7 +243462,7 @@ - + @@ -232717,7 +243493,7 @@ - + @@ -232763,7 +243539,7 @@ - + @@ -232774,7 +243550,7 @@ - + @@ -232814,7 +243590,7 @@ - + @@ -232839,7 +243615,7 @@ - + @@ -232856,7 +243632,7 @@ - + @@ -232867,7 +243643,7 @@ - + @@ -232885,7 +243661,7 @@ - + @@ -232903,21 +243679,21 @@ - + - + - - + + - + @@ -232948,7 +243724,7 @@ - + @@ -232958,7 +243734,7 @@ - + @@ -232994,7 +243770,7 @@ - + @@ -233024,7 +243800,7 @@ - + @@ -233058,32 +243834,29 @@ - + - + - - + + - + - - - - + @@ -233092,7 +243865,7 @@ - + @@ -233110,7 +243883,7 @@ - + @@ -233148,7 +243921,7 @@ - + @@ -233158,7 +243931,7 @@ - + @@ -233199,7 +243972,7 @@ - + @@ -233246,7 +244019,7 @@ - + @@ -233283,7 +244056,7 @@ - + @@ -233334,7 +244107,7 @@ - + @@ -233379,7 +244152,7 @@ - + @@ -233417,7 +244190,7 @@ - + @@ -233460,7 +244233,7 @@ - + @@ -233496,7 +244269,7 @@ - + @@ -233551,7 +244324,7 @@ - + @@ -233584,7 +244357,7 @@ - + @@ -233617,7 +244390,7 @@ - + @@ -233651,7 +244424,7 @@ - + @@ -233685,7 +244458,7 @@ - + @@ -233724,7 +244497,7 @@ - + @@ -233757,7 +244530,7 @@ - + @@ -233795,7 +244568,7 @@ - + @@ -233825,7 +244598,7 @@ - + @@ -233858,7 +244631,7 @@ - + @@ -233920,7 +244693,7 @@ - + @@ -233928,7 +244701,7 @@ - + @@ -233940,7 +244713,9 @@ - + @@ -233962,7 +244737,7 @@ - + @@ -233970,7 +244745,7 @@ - + @@ -234001,7 +244776,7 @@ - + @@ -234059,7 +244834,7 @@ - + @@ -234067,7 +244842,7 @@ - + @@ -234079,7 +244854,9 @@ - + @@ -234101,7 +244878,7 @@ - + @@ -234109,7 +244886,7 @@ - + @@ -234140,7 +244917,7 @@ - + @@ -234169,7 +244946,7 @@ - + @@ -234198,7 +244975,7 @@ - + @@ -234229,7 +245006,7 @@ - + @@ -234263,7 +245040,7 @@ - + @@ -234301,7 +245078,7 @@ - + @@ -234339,7 +245116,7 @@ - + @@ -234373,7 +245150,7 @@ - + @@ -234406,7 +245183,7 @@ - + @@ -234468,7 +245245,7 @@ - + @@ -234476,7 +245253,7 @@ - + @@ -234488,7 +245265,9 @@ - + @@ -234510,7 +245289,7 @@ - + @@ -234518,7 +245297,7 @@ - + @@ -234552,7 +245331,7 @@ - + @@ -234597,7 +245376,7 @@ - + @@ -234643,7 +245422,7 @@ - + @@ -234685,7 +245464,7 @@ - + @@ -234716,7 +245495,7 @@ - + @@ -234802,7 +245581,7 @@ - + @@ -234852,7 +245631,7 @@ - + @@ -234867,7 +245646,7 @@ - + @@ -234885,7 +245664,7 @@ - + @@ -234894,15 +245673,15 @@ - + - - + + - + @@ -234929,7 +245708,7 @@ - + @@ -234993,21 +245772,18 @@ - + - - + + - - - - + @@ -235025,7 +245801,7 @@ - + @@ -235059,7 +245835,7 @@ - + @@ -235825,7 +246601,7 @@ - + @@ -235843,10 +246619,10 @@ - + - + @@ -235860,8 +246636,10 @@ - - + + @@ -235891,7 +246669,9 @@ - + @@ -235905,7 +246685,7 @@ - + @@ -235913,7 +246693,7 @@ - + @@ -235921,7 +246701,7 @@ - + @@ -235929,7 +246709,7 @@ - + @@ -235943,7 +246723,7 @@ - + @@ -236002,7 +246782,7 @@ - + @@ -236028,7 +246808,7 @@ - + @@ -236055,7 +246835,7 @@ - + @@ -236099,7 +246879,7 @@ - + @@ -236156,7 +246936,7 @@ - + @@ -236164,7 +246944,7 @@ - + @@ -236176,7 +246956,9 @@ - + @@ -236197,7 +246979,7 @@ - + @@ -236205,7 +246987,7 @@ - + @@ -236236,7 +247018,7 @@ - + @@ -236277,7 +247059,7 @@ - + @@ -236316,7 +247098,7 @@ - + @@ -236333,7 +247115,7 @@ - + @@ -236350,7 +247132,7 @@ - + @@ -236361,7 +247143,7 @@ - + @@ -236397,7 +247179,7 @@ - + @@ -236421,7 +247203,7 @@ - + @@ -236438,17 +247220,17 @@ - + - + - + - + @@ -236459,23 +247241,20 @@ - - + + - + - - - - + @@ -236484,7 +247263,7 @@ - + @@ -236531,7 +247310,7 @@ - + @@ -236577,7 +247356,7 @@ - + @@ -236614,7 +247393,7 @@ - + @@ -236651,7 +247430,7 @@ - + @@ -236689,7 +247468,7 @@ - + @@ -236699,7 +247478,7 @@ - + @@ -236724,7 +247503,7 @@ - + @@ -236757,7 +247536,7 @@ - + @@ -236802,7 +247581,7 @@ - + @@ -236836,7 +247615,7 @@ - + @@ -236866,7 +247645,7 @@ - + @@ -236895,7 +247674,7 @@ - + @@ -236909,7 +247688,9 @@ - + @@ -236997,7 +247778,7 @@ - + @@ -237012,7 +247793,7 @@ - + @@ -237057,7 +247838,7 @@ - + @@ -237066,11 +247847,11 @@ - + - + - + @@ -237081,18 +247862,15 @@ - - + + - - - - + @@ -237236,7 +248014,7 @@ - + @@ -237361,7 +248139,7 @@ - + @@ -237379,10 +248157,10 @@ - + - + @@ -237397,7 +248175,7 @@ - + @@ -237431,7 +248209,7 @@ - + @@ -237439,7 +248217,7 @@ - + @@ -237447,7 +248225,7 @@ - + @@ -237455,7 +248233,7 @@ - + @@ -237469,7 +248247,7 @@ - + @@ -237524,7 +248302,7 @@ - + @@ -237550,7 +248328,7 @@ - + @@ -237577,7 +248355,7 @@ - + @@ -237621,7 +248399,7 @@ - + @@ -237678,7 +248456,7 @@ - + @@ -237686,7 +248464,7 @@ - + @@ -237698,7 +248476,9 @@ - + @@ -237719,7 +248499,7 @@ - + @@ -237727,7 +248507,7 @@ - + @@ -237758,7 +248538,7 @@ - + @@ -237787,7 +248567,7 @@ - + @@ -237808,7 +248588,7 @@ - + @@ -237816,7 +248596,7 @@ - + @@ -237845,7 +248625,7 @@ - + @@ -237866,7 +248646,7 @@ - + @@ -237874,7 +248654,7 @@ - + @@ -237891,6 +248671,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -237911,7 +248716,7 @@ - + @@ -237940,7 +248745,7 @@ - + @@ -237969,7 +248774,7 @@ - + @@ -237998,7 +248803,7 @@ - + @@ -238027,7 +248832,7 @@ - + @@ -238056,7 +248861,7 @@ - + @@ -238085,7 +248890,7 @@ - + @@ -238094,14 +248899,14 @@ - - + + - + @@ -238114,7 +248919,36 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -238143,7 +248977,7 @@ - + @@ -238173,7 +249007,7 @@ - + @@ -238203,7 +249037,7 @@ - + @@ -238233,7 +249067,7 @@ - + @@ -238259,7 +249093,7 @@ - + @@ -238289,7 +249123,7 @@ - + @@ -238318,7 +249152,7 @@ - + @@ -238376,7 +249210,7 @@ - + @@ -238384,7 +249218,7 @@ - + @@ -238396,7 +249230,9 @@ - + @@ -238418,7 +249254,7 @@ - + @@ -238426,7 +249262,7 @@ - + @@ -238456,7 +249292,7 @@ - + @@ -238487,7 +249323,7 @@ - + @@ -238517,7 +249353,7 @@ - + @@ -238546,7 +249382,7 @@ - + @@ -238604,7 +249440,7 @@ - + @@ -238612,7 +249448,7 @@ - + @@ -238624,7 +249460,9 @@ - + @@ -238646,7 +249484,7 @@ - + @@ -238654,7 +249492,7 @@ - + @@ -238684,7 +249522,7 @@ - + @@ -238705,7 +249543,7 @@ - + @@ -238713,7 +249551,7 @@ - + @@ -238742,7 +249580,7 @@ - + @@ -238800,7 +249638,7 @@ - + @@ -238808,7 +249646,7 @@ - + @@ -238820,7 +249658,9 @@ - + @@ -238842,7 +249682,7 @@ - + @@ -238850,7 +249690,7 @@ - + @@ -238880,7 +249720,7 @@ - + @@ -238901,7 +249741,7 @@ - + @@ -238909,7 +249749,7 @@ - + @@ -238938,7 +249778,7 @@ - + @@ -238996,7 +249836,7 @@ - + @@ -239004,7 +249844,7 @@ - + @@ -239016,7 +249856,9 @@ - + @@ -239038,7 +249880,7 @@ - + @@ -239046,7 +249888,7 @@ - + @@ -239076,7 +249918,7 @@ - + @@ -239105,7 +249947,7 @@ - + @@ -239134,7 +249976,7 @@ - + @@ -239163,7 +250005,7 @@ - + @@ -239221,7 +250063,7 @@ - + @@ -239229,7 +250071,7 @@ - + @@ -239241,7 +250083,9 @@ - + @@ -239263,7 +250107,7 @@ - + @@ -239271,7 +250115,7 @@ - + @@ -239293,10 +250137,7 @@ - - - - + @@ -239305,7 +250146,7 @@ - + @@ -239326,7 +250167,7 @@ - + @@ -239334,7 +250175,7 @@ - + @@ -239363,7 +250204,7 @@ - + @@ -239421,7 +250262,7 @@ - + @@ -239429,7 +250270,7 @@ - + @@ -239441,7 +250282,9 @@ - + @@ -239463,7 +250306,7 @@ - + @@ -239471,7 +250314,7 @@ - + @@ -239481,22 +250324,19 @@ - - + + - + - - - - + @@ -239505,7 +250345,7 @@ - + @@ -239534,7 +250374,7 @@ - + @@ -239564,7 +250404,7 @@ - + @@ -239594,7 +250434,7 @@ - + @@ -239623,7 +250463,7 @@ - + @@ -239683,7 +250523,7 @@ - + @@ -239713,7 +250553,7 @@ - + @@ -239729,6 +250569,17 @@ + + + + + + + + + + + @@ -239834,8 +250685,8 @@ - - + + @@ -239849,6 +250700,21 @@ + + + + + + + + + + + + + + + @@ -240040,7 +250906,7 @@ - + @@ -240085,7 +250951,7 @@ - + @@ -240175,10 +251041,7 @@ - - - - + @@ -240194,7 +251057,7 @@ - + @@ -240217,17 +251080,14 @@ - - + + - - - - + @@ -240308,7 +251168,7 @@ - + @@ -240326,10 +251186,10 @@ - + - + @@ -240345,7 +251205,7 @@ - + @@ -240395,6 +251255,7 @@ + @@ -240453,7 +251314,7 @@ - + @@ -240479,7 +251340,7 @@ - + @@ -240506,7 +251367,7 @@ - + @@ -240550,7 +251411,7 @@ - + @@ -240607,7 +251468,7 @@ - + @@ -240615,7 +251476,7 @@ - + @@ -240627,7 +251488,9 @@ - + @@ -240648,7 +251511,7 @@ - + @@ -240656,7 +251519,7 @@ - + @@ -240670,7 +251533,11 @@ - + @@ -240688,7 +251555,7 @@ - + @@ -240723,7 +251590,7 @@ - + @@ -240761,7 +251628,7 @@ - + @@ -240797,7 +251664,7 @@ - + @@ -240823,7 +251690,7 @@ - + @@ -240853,7 +251720,7 @@ - + @@ -240879,7 +251746,7 @@ - + @@ -240893,7 +251760,7 @@ - + @@ -240926,7 +251793,7 @@ - + @@ -240961,7 +251828,7 @@ - + @@ -240996,7 +251863,7 @@ - + @@ -241030,7 +251897,7 @@ - + @@ -241060,7 +251927,7 @@ - + @@ -241091,7 +251958,7 @@ - + @@ -241121,7 +251988,7 @@ - + @@ -241162,7 +252029,7 @@ - + @@ -241202,7 +252069,7 @@ - + @@ -241236,7 +252103,7 @@ - + @@ -241264,7 +252131,7 @@ - + @@ -241292,7 +252159,7 @@ - + @@ -241328,7 +252195,7 @@ - + @@ -241338,7 +252205,7 @@ - + @@ -241361,7 +252228,7 @@ - + @@ -241369,6 +252236,7 @@ + @@ -241422,7 +252290,7 @@ - + @@ -241430,7 +252298,7 @@ - + @@ -241442,7 +252310,9 @@ - + @@ -241464,7 +252334,7 @@ - + @@ -241472,7 +252342,7 @@ - + @@ -241503,7 +252373,7 @@ - + @@ -241516,7 +252386,7 @@ - + @@ -241542,7 +252412,7 @@ - + @@ -241567,7 +252437,7 @@ - + @@ -241593,7 +252463,7 @@ - + @@ -241623,7 +252493,7 @@ - + @@ -241633,7 +252503,7 @@ - + @@ -241661,7 +252531,7 @@ - + @@ -241715,7 +252585,7 @@ - + @@ -241723,7 +252593,7 @@ - + @@ -241735,7 +252605,9 @@ - + @@ -241757,7 +252629,7 @@ - + @@ -241765,7 +252637,7 @@ - + @@ -241796,7 +252668,7 @@ - + @@ -241821,7 +252693,7 @@ - + @@ -241847,7 +252719,7 @@ - + @@ -241867,6 +252739,7 @@ + @@ -241881,7 +252754,11 @@ - + @@ -242007,7 +252884,7 @@ - + @@ -242269,7 +253146,7 @@ - + @@ -242287,6 +253164,7 @@ + @@ -242310,7 +253188,7 @@ - + @@ -242368,7 +253246,7 @@ - + @@ -242428,7 +253306,7 @@ - + @@ -242446,10 +253324,10 @@ - + - + @@ -242465,7 +253343,7 @@ - + @@ -242504,7 +253382,7 @@ - + @@ -242512,7 +253390,7 @@ - + @@ -242520,7 +253398,7 @@ - + @@ -242528,7 +253406,7 @@ - + @@ -242542,7 +253420,7 @@ - + @@ -242601,7 +253479,7 @@ - + @@ -242627,7 +253505,7 @@ - + @@ -242654,7 +253532,7 @@ - + @@ -242698,7 +253576,7 @@ - + @@ -242755,7 +253633,7 @@ - + @@ -242763,7 +253641,7 @@ - + @@ -242775,7 +253653,9 @@ - + @@ -242796,7 +253676,7 @@ - + @@ -242804,7 +253684,7 @@ - + @@ -242839,7 +253719,7 @@ - + @@ -242892,7 +253772,7 @@ - + @@ -242958,7 +253838,7 @@ - + @@ -242966,7 +253846,7 @@ - + @@ -242978,7 +253858,9 @@ - + @@ -243000,7 +253882,7 @@ - + @@ -243008,7 +253890,7 @@ - + @@ -243039,7 +253921,7 @@ - + @@ -243074,7 +253956,7 @@ - + @@ -243105,7 +253987,7 @@ - + @@ -243142,7 +254024,7 @@ - + @@ -243188,7 +254070,7 @@ - + @@ -243233,7 +254115,7 @@ - + @@ -243274,7 +254156,7 @@ - + @@ -243315,7 +254197,7 @@ - + @@ -243377,7 +254259,7 @@ - + @@ -243385,7 +254267,7 @@ - + @@ -243397,7 +254279,9 @@ - + @@ -243419,7 +254303,7 @@ - + @@ -243427,7 +254311,7 @@ - + @@ -243458,7 +254342,7 @@ - + @@ -243492,7 +254376,7 @@ - + @@ -243526,7 +254410,7 @@ - + @@ -243560,7 +254444,7 @@ - + @@ -243595,7 +254479,7 @@ - + @@ -243633,7 +254517,7 @@ - + @@ -243671,7 +254555,7 @@ - + @@ -243716,7 +254600,7 @@ - + @@ -243778,7 +254662,7 @@ - + @@ -243786,7 +254670,7 @@ - + @@ -243798,7 +254682,9 @@ - + @@ -243820,7 +254706,7 @@ - + @@ -243828,7 +254714,7 @@ - + @@ -243859,7 +254745,7 @@ - + @@ -243894,7 +254780,7 @@ - + @@ -243904,7 +254790,7 @@ - + @@ -243938,7 +254824,7 @@ - + @@ -243974,7 +254860,7 @@ - + @@ -244005,7 +254891,7 @@ - + @@ -244514,7 +255400,7 @@ - + @@ -244592,7 +255478,7 @@ - + @@ -244610,10 +255496,10 @@ - + - + @@ -244628,7 +255514,7 @@ - + @@ -244710,7 +255596,7 @@ - + @@ -244736,7 +255622,7 @@ - + @@ -244763,7 +255649,7 @@ - + @@ -244807,7 +255693,7 @@ - + @@ -244864,7 +255750,7 @@ - + @@ -244872,7 +255758,7 @@ - + @@ -244884,7 +255770,9 @@ - + @@ -244905,7 +255793,7 @@ - + @@ -244913,7 +255801,7 @@ - + @@ -244944,7 +255832,7 @@ - + @@ -244979,7 +255867,7 @@ - + @@ -245014,7 +255902,7 @@ - + @@ -245110,7 +255998,7 @@ - + @@ -245128,10 +256016,10 @@ - + - + @@ -245146,7 +256034,7 @@ - + @@ -245180,7 +256068,7 @@ - + @@ -245188,7 +256076,7 @@ - + @@ -245196,7 +256084,7 @@ - + @@ -245204,7 +256092,7 @@ - + @@ -245218,7 +256106,7 @@ - + @@ -245226,6 +256114,7 @@ + @@ -245276,7 +256165,7 @@ - + @@ -245302,7 +256191,7 @@ - + @@ -245329,7 +256218,7 @@ - + @@ -245373,7 +256262,7 @@ - + @@ -245430,7 +256319,7 @@ - + @@ -245438,7 +256327,7 @@ - + @@ -245450,7 +256339,9 @@ - + @@ -245471,7 +256362,7 @@ - + @@ -245479,7 +256370,7 @@ - + @@ -245510,7 +256401,7 @@ - + @@ -245539,7 +256430,7 @@ - + @@ -245549,7 +256440,7 @@ - + @@ -245572,7 +256463,7 @@ - + @@ -245598,7 +256489,7 @@ - + @@ -245624,7 +256515,7 @@ - + @@ -245650,7 +256541,7 @@ - + @@ -245676,7 +256567,7 @@ - + @@ -245701,7 +256592,7 @@ - + @@ -245726,7 +256617,7 @@ - + @@ -245734,6 +256625,7 @@ + @@ -245741,6 +256633,7 @@ + @@ -245794,7 +256687,7 @@ - + @@ -245802,7 +256695,7 @@ - + @@ -245814,7 +256707,9 @@ - + @@ -245836,7 +256731,7 @@ - + @@ -245844,7 +256739,7 @@ - + @@ -245874,7 +256769,7 @@ - + @@ -245907,7 +256802,7 @@ - + @@ -245932,7 +256827,7 @@ - + @@ -245942,7 +256837,7 @@ - + @@ -245965,7 +256860,7 @@ - + @@ -245999,7 +256894,7 @@ - + @@ -246024,7 +256919,7 @@ - + @@ -246049,7 +256944,7 @@ - + @@ -246059,7 +256954,7 @@ - + @@ -246082,7 +256977,7 @@ - + @@ -246107,7 +257002,7 @@ - + @@ -246132,7 +257027,7 @@ - + @@ -246186,7 +257081,7 @@ - + @@ -246194,7 +257089,7 @@ - + @@ -246206,7 +257101,9 @@ - + @@ -246228,7 +257125,7 @@ - + @@ -246236,7 +257133,7 @@ - + @@ -246266,7 +257163,7 @@ - + @@ -246291,7 +257188,7 @@ - + @@ -246316,7 +257213,7 @@ - + @@ -246341,7 +257238,7 @@ - + @@ -246366,7 +257263,7 @@ - + @@ -246392,7 +257289,7 @@ - + @@ -246417,7 +257314,7 @@ - + @@ -246442,7 +257339,7 @@ - + @@ -246496,7 +257393,7 @@ - + @@ -246504,7 +257401,7 @@ - + @@ -246516,7 +257413,9 @@ - + @@ -246538,7 +257437,7 @@ - + @@ -246546,7 +257445,7 @@ - + @@ -246576,7 +257475,7 @@ - + @@ -246586,7 +257485,7 @@ - + @@ -246609,7 +257508,7 @@ - + @@ -246642,7 +257541,7 @@ - + @@ -246667,7 +257566,7 @@ - + @@ -246692,7 +257591,7 @@ - + @@ -246717,7 +257616,7 @@ - + @@ -246750,7 +257649,7 @@ - + @@ -246775,7 +257674,7 @@ - + @@ -246800,7 +257699,7 @@ - + @@ -246825,7 +257724,7 @@ - + @@ -246850,7 +257749,7 @@ - + @@ -246875,7 +257774,7 @@ - + @@ -246900,7 +257799,7 @@ - + @@ -246925,7 +257824,7 @@ - + @@ -246950,7 +257849,7 @@ - + @@ -247004,7 +257903,7 @@ - + @@ -247012,7 +257911,7 @@ - + @@ -247024,7 +257923,9 @@ - + @@ -247046,7 +257947,7 @@ - + @@ -247054,7 +257955,7 @@ - + @@ -247084,7 +257985,7 @@ - + @@ -247109,7 +258010,7 @@ - + @@ -247134,7 +258035,7 @@ - + @@ -247159,7 +258060,7 @@ - + @@ -247184,7 +258085,7 @@ - + @@ -247209,7 +258110,7 @@ - + @@ -247234,7 +258135,7 @@ - + @@ -247259,7 +258160,7 @@ - + @@ -247284,7 +258185,7 @@ - + @@ -247338,7 +258239,7 @@ - + @@ -247346,7 +258247,7 @@ - + @@ -247358,7 +258259,9 @@ - + @@ -247380,7 +258283,7 @@ - + @@ -247388,7 +258291,7 @@ - + @@ -247418,7 +258321,7 @@ - + @@ -247428,7 +258331,7 @@ - + @@ -247451,7 +258354,7 @@ - + @@ -247476,7 +258379,7 @@ - + @@ -247501,7 +258404,7 @@ - + @@ -247526,7 +258429,7 @@ - + @@ -247551,7 +258454,7 @@ - + @@ -247577,7 +258480,7 @@ - + @@ -247602,7 +258505,7 @@ - + @@ -247656,7 +258559,7 @@ - + @@ -247664,7 +258567,7 @@ - + @@ -247676,7 +258579,9 @@ - + @@ -247698,7 +258603,7 @@ - + @@ -247706,7 +258611,7 @@ - + @@ -247736,7 +258641,7 @@ - + @@ -247746,7 +258651,7 @@ - + @@ -247769,7 +258674,7 @@ - + @@ -247794,7 +258699,7 @@ - + @@ -247819,7 +258724,7 @@ - + @@ -247873,7 +258778,7 @@ - + @@ -247881,7 +258786,7 @@ - + @@ -247893,7 +258798,9 @@ - + @@ -247915,7 +258822,7 @@ - + @@ -247923,7 +258830,7 @@ - + @@ -247953,7 +258860,7 @@ - + @@ -247978,7 +258885,7 @@ - + @@ -248003,7 +258910,7 @@ - + @@ -248057,7 +258964,7 @@ - + @@ -248065,7 +258972,7 @@ - + @@ -248077,7 +258984,9 @@ - + @@ -248099,7 +259008,7 @@ - + @@ -248107,7 +259016,7 @@ - + @@ -248137,7 +259046,7 @@ - + @@ -248162,7 +259071,7 @@ - + @@ -248181,6 +259090,7 @@ + @@ -248215,7 +259125,7 @@ - + @@ -248303,6 +259213,7 @@ + @@ -248310,6 +259221,7 @@ + @@ -248359,7 +259271,7 @@ - + @@ -248420,7 +259332,7 @@ - + @@ -248561,7 +259473,7 @@ - + @@ -248849,7 +259761,7 @@ - + @@ -248946,7 +259858,7 @@ - + @@ -249047,7 +259959,7 @@ - + @@ -249065,10 +259977,10 @@ - + - + @@ -249083,7 +259995,7 @@ - + @@ -249127,6 +260039,7 @@ + @@ -249134,6 +260047,7 @@ + @@ -249141,6 +260055,7 @@ + @@ -249199,7 +260114,7 @@ - + @@ -249225,7 +260140,7 @@ - + @@ -249252,7 +260167,7 @@ - + @@ -249296,7 +260211,7 @@ - + @@ -249353,7 +260268,7 @@ - + @@ -249361,7 +260276,7 @@ - + @@ -249373,7 +260288,9 @@ - + @@ -249394,7 +260311,7 @@ - + @@ -249402,7 +260319,7 @@ - + @@ -249416,7 +260333,11 @@ - + @@ -249434,7 +260355,7 @@ - + @@ -249468,7 +260389,7 @@ - + @@ -249504,7 +260425,7 @@ - + @@ -249530,7 +260451,7 @@ - + @@ -249544,7 +260465,7 @@ - + @@ -249575,7 +260496,7 @@ - + @@ -249585,7 +260506,7 @@ - + @@ -249614,7 +260535,7 @@ - + @@ -249649,7 +260570,7 @@ - + @@ -249683,7 +260604,7 @@ - + @@ -249713,7 +260634,7 @@ - + @@ -249743,7 +260664,7 @@ - + @@ -249780,7 +260701,7 @@ - + @@ -249811,7 +260732,7 @@ - + @@ -249841,7 +260762,7 @@ - + @@ -249881,7 +260802,7 @@ - + @@ -249907,7 +260828,7 @@ - + @@ -249961,7 +260882,7 @@ - + @@ -249969,7 +260890,7 @@ - + @@ -249981,7 +260902,9 @@ - + @@ -250003,7 +260926,7 @@ - + @@ -250011,7 +260934,7 @@ - + @@ -250042,7 +260965,7 @@ - + @@ -250052,7 +260975,7 @@ - + @@ -250076,7 +260999,7 @@ - + @@ -250106,7 +261029,7 @@ - + @@ -250132,7 +261055,7 @@ - + @@ -250158,7 +261081,7 @@ - + @@ -250177,6 +261100,7 @@ + @@ -250184,6 +261108,7 @@ + @@ -250191,6 +261116,7 @@ + @@ -250205,7 +261131,11 @@ - + @@ -250278,7 +261208,7 @@ - + @@ -250305,7 +261235,7 @@ - + @@ -250505,7 +261435,7 @@ - + @@ -250567,7 +261497,7 @@ - + @@ -250582,10 +261512,10 @@ - + - + @@ -250600,7 +261530,7 @@ - + @@ -250639,7 +261569,7 @@ - + @@ -250647,7 +261577,7 @@ - + @@ -250655,7 +261585,7 @@ - + @@ -250663,7 +261593,7 @@ - + @@ -250677,7 +261607,7 @@ - + @@ -250736,7 +261666,7 @@ - + @@ -250762,7 +261692,7 @@ - + @@ -250789,7 +261719,7 @@ - + @@ -250833,7 +261763,7 @@ - + @@ -250890,7 +261820,7 @@ - + @@ -250898,7 +261828,7 @@ - + @@ -250910,7 +261840,9 @@ - + @@ -250931,7 +261863,7 @@ - + @@ -250939,7 +261871,7 @@ - + @@ -250970,7 +261902,7 @@ - + @@ -250983,6 +261915,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -251007,7 +262000,7 @@ - + @@ -251040,7 +262033,7 @@ - + @@ -251051,9 +262044,11 @@ - + - + @@ -251070,7 +262065,7 @@ - + @@ -251081,7 +262076,7 @@ - + @@ -251113,7 +262108,7 @@ - + @@ -251130,16 +262125,16 @@ - - + + - + - + - + - + @@ -251150,7 +262145,7 @@ - + @@ -251158,15 +262153,187 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -251187,7 +262354,7 @@ - + @@ -251241,7 +262408,7 @@ - + @@ -251249,7 +262416,7 @@ - + @@ -251261,7 +262428,9 @@ - + @@ -251283,7 +262452,7 @@ - + @@ -251291,7 +262460,7 @@ - + @@ -251321,10 +262490,18 @@ - + + + + + + + + + @@ -251339,7 +262516,8 @@ - + + @@ -251347,10 +262525,18 @@ - + + + + + + + + + @@ -251380,7 +262566,7 @@ - + @@ -251406,7 +262592,7 @@ - + @@ -251432,7 +262618,7 @@ - + @@ -251457,7 +262643,7 @@ - + @@ -251482,10 +262668,18 @@ - + + + + + + + + + @@ -251508,7 +262702,7 @@ - + @@ -251562,7 +262756,7 @@ - + @@ -251570,7 +262764,7 @@ - + @@ -251582,7 +262776,9 @@ - + @@ -251604,7 +262800,7 @@ - + @@ -251612,7 +262808,7 @@ - + @@ -251634,7 +262830,8 @@ - + + @@ -251642,10 +262839,18 @@ - + + + + + + + + + @@ -251668,164 +262873,200 @@ - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + @@ -251833,14 +263074,36 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - @@ -251864,19 +263127,19 @@ - + - - + + - + @@ -251885,6 +263148,7 @@ + @@ -251892,10 +263156,18 @@ - + + + + + + + + + @@ -251925,7 +263197,7 @@ - + @@ -251971,6 +263243,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -252011,9 +263314,11 @@ - + - + @@ -252028,7 +263333,7 @@ - + @@ -252062,12 +263367,12 @@ - - + + - + - + @@ -252076,15 +263381,116 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -252105,6 +263511,14 @@ + + + + + + + + @@ -252114,9 +263528,18 @@ - + + + + + + + + + + @@ -252179,6 +263602,14 @@ + + + + + + + + @@ -252198,8 +263629,17 @@ - + + + + + + + + + + @@ -252212,103 +263652,61 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - @@ -252322,8 +263720,8 @@ - - + + @@ -252333,7 +263731,16 @@ + + + + + + + + + @@ -252367,7 +263774,7 @@ - + @@ -252385,10 +263792,10 @@ - + - + @@ -252403,7 +263810,7 @@ - + @@ -252453,7 +263860,7 @@ - + @@ -252461,7 +263868,7 @@ - + @@ -252469,7 +263876,7 @@ - + @@ -252477,7 +263884,7 @@ - + @@ -252491,7 +263898,7 @@ - + @@ -252499,6 +263906,7 @@ + @@ -252561,7 +263969,7 @@ - + @@ -252587,7 +263995,7 @@ - + @@ -252614,7 +264022,7 @@ - + @@ -252658,7 +264066,7 @@ - + @@ -252715,7 +264123,7 @@ - + @@ -252723,7 +264131,7 @@ - + @@ -252735,7 +264143,9 @@ - + @@ -252756,7 +264166,7 @@ - + @@ -252764,7 +264174,7 @@ - + @@ -252795,7 +264205,7 @@ - + @@ -252839,7 +264249,7 @@ - + @@ -252877,7 +264287,7 @@ - + @@ -252914,7 +264324,7 @@ - + @@ -252952,7 +264362,7 @@ - + @@ -252963,7 +264373,7 @@ - + @@ -253005,7 +264415,7 @@ - + @@ -253016,7 +264426,7 @@ - + @@ -253056,7 +264466,7 @@ - + @@ -253102,7 +264512,7 @@ - + @@ -253143,7 +264553,7 @@ - + @@ -253186,7 +264596,7 @@ - + @@ -253229,7 +264639,7 @@ - + @@ -253259,7 +264669,7 @@ - + @@ -253301,7 +264711,7 @@ - + @@ -253339,7 +264749,7 @@ - + @@ -253401,7 +264811,7 @@ - + @@ -253409,7 +264819,7 @@ - + @@ -253421,7 +264831,9 @@ - + @@ -253443,7 +264855,7 @@ - + @@ -253451,7 +264863,7 @@ - + @@ -253481,7 +264893,7 @@ - + @@ -253531,7 +264943,7 @@ - + @@ -253568,7 +264980,7 @@ - + @@ -253630,7 +265042,7 @@ - + @@ -253638,7 +265050,7 @@ - + @@ -253650,7 +265062,9 @@ - + @@ -253672,7 +265086,7 @@ - + @@ -253680,7 +265094,7 @@ - + @@ -253710,7 +265124,7 @@ - + @@ -253760,7 +265174,7 @@ - + @@ -253793,7 +265207,7 @@ - + @@ -253855,7 +265269,7 @@ - + @@ -253863,7 +265277,7 @@ - + @@ -253875,7 +265289,9 @@ - + @@ -253897,7 +265313,7 @@ - + @@ -253905,7 +265321,7 @@ - + @@ -253936,7 +265352,7 @@ - + @@ -253982,7 +265398,7 @@ - + @@ -254027,7 +265443,7 @@ - + @@ -254073,7 +265489,7 @@ - + @@ -254111,7 +265527,7 @@ - + @@ -254173,7 +265589,7 @@ - + @@ -254181,7 +265597,7 @@ - + @@ -254193,7 +265609,9 @@ - + @@ -254215,7 +265633,7 @@ - + @@ -254223,7 +265641,7 @@ - + @@ -254253,7 +265671,7 @@ - + @@ -254302,7 +265720,7 @@ - + @@ -254336,7 +265754,7 @@ - + @@ -254374,7 +265792,7 @@ - + @@ -254408,7 +265826,7 @@ - + @@ -254446,7 +265864,7 @@ - + @@ -254508,7 +265926,7 @@ - + @@ -254516,7 +265934,7 @@ - + @@ -254528,7 +265946,9 @@ - + @@ -254550,7 +265970,7 @@ - + @@ -254558,7 +265978,7 @@ - + @@ -254588,7 +266008,7 @@ - + @@ -254637,7 +266057,7 @@ - + @@ -254670,7 +266090,7 @@ - + @@ -254719,7 +266139,7 @@ - + @@ -254753,7 +266173,7 @@ - + @@ -254786,7 +266206,7 @@ - + @@ -254828,7 +266248,7 @@ - + @@ -254890,7 +266310,7 @@ - + @@ -254898,7 +266318,7 @@ - + @@ -254910,7 +266330,9 @@ - + @@ -254932,7 +266354,7 @@ - + @@ -254940,7 +266362,7 @@ - + @@ -254971,7 +266393,7 @@ - + @@ -255009,7 +266431,7 @@ - + @@ -255047,7 +266469,7 @@ - + @@ -255081,7 +266503,7 @@ - + @@ -255115,7 +266537,7 @@ - + @@ -255153,7 +266575,7 @@ - + @@ -255182,6 +266604,7 @@ + @@ -255314,7 +266737,7 @@ - + @@ -255354,7 +266777,7 @@ - + @@ -256289,13 +267712,1784 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -256316,10 +269510,10 @@ - + - + @@ -256335,7 +269529,7 @@ - + @@ -256394,7 +269588,7 @@ - + @@ -256402,7 +269596,7 @@ - + @@ -256410,7 +269604,7 @@ - + @@ -256418,7 +269612,7 @@ - + @@ -256432,7 +269626,7 @@ - + @@ -256440,6 +269634,7 @@ + @@ -256447,6 +269642,7 @@ + @@ -256513,7 +269709,7 @@ - + @@ -256539,7 +269735,7 @@ - + @@ -256566,7 +269762,7 @@ - + @@ -256610,7 +269806,7 @@ - + @@ -256667,7 +269863,7 @@ - + @@ -256675,7 +269871,7 @@ - + @@ -256687,7 +269883,9 @@ - + @@ -256708,7 +269906,7 @@ - + @@ -256716,7 +269914,7 @@ - + @@ -256747,7 +269945,7 @@ - + @@ -256796,7 +269994,7 @@ - + @@ -256841,7 +270039,7 @@ - + @@ -256883,7 +270081,7 @@ - + @@ -256894,7 +270092,7 @@ - + @@ -256939,7 +270137,7 @@ - + @@ -256983,7 +270181,7 @@ - + @@ -257046,7 +270244,7 @@ - + @@ -257096,7 +270294,7 @@ - + @@ -257141,7 +270339,7 @@ - + @@ -257194,7 +270392,7 @@ - + @@ -257236,7 +270434,7 @@ - + @@ -257280,7 +270478,7 @@ - + @@ -257305,7 +270503,14 @@ - + @@ -257357,7 +270562,7 @@ - + @@ -257382,7 +270587,9 @@ - + @@ -257401,7 +270608,7 @@ - + @@ -257445,7 +270652,7 @@ - + @@ -257496,7 +270703,7 @@ - + @@ -257513,7 +270720,9 @@ - + @@ -257530,7 +270739,7 @@ - + @@ -257581,7 +270790,7 @@ - + @@ -257624,7 +270833,7 @@ - + @@ -257668,7 +270877,7 @@ - + @@ -257711,7 +270920,7 @@ - + @@ -257719,6 +270928,7 @@ + @@ -257780,7 +270990,7 @@ - + @@ -257788,7 +270998,7 @@ - + @@ -257800,7 +271010,9 @@ - + @@ -257822,7 +271034,7 @@ - + @@ -257830,7 +271042,7 @@ - + @@ -257862,7 +271074,7 @@ - + @@ -257897,7 +271109,7 @@ - + @@ -257932,7 +271144,7 @@ - + @@ -257946,7 +271158,7 @@ - + @@ -257979,7 +271191,7 @@ - + @@ -257993,7 +271205,7 @@ - + @@ -258025,7 +271237,7 @@ - + @@ -258054,7 +271266,7 @@ - + @@ -258091,7 +271303,7 @@ - + @@ -258130,7 +271342,7 @@ - + @@ -258165,7 +271377,7 @@ - + @@ -258227,7 +271439,7 @@ - + @@ -258235,7 +271447,7 @@ - + @@ -258247,7 +271459,9 @@ - + @@ -258269,7 +271483,7 @@ - + @@ -258277,7 +271491,7 @@ - + @@ -258309,7 +271523,7 @@ - + @@ -258327,7 +271541,7 @@ - + @@ -258342,7 +271556,12 @@ - + @@ -258393,7 +271612,7 @@ - + @@ -258418,7 +271637,9 @@ - + @@ -258437,7 +271658,7 @@ - + @@ -258481,7 +271702,7 @@ - + @@ -258530,7 +271751,7 @@ - + @@ -258562,6 +271783,7 @@ + @@ -258569,6 +271791,7 @@ + @@ -258700,7 +271923,7 @@ - + @@ -258998,7 +272221,14 @@ - + @@ -259061,7 +272291,9 @@ - + @@ -259147,7 +272379,9 @@ - + @@ -259280,6 +272514,7 @@ + @@ -259351,7 +272586,7 @@ - + @@ -259383,7 +272618,7 @@ - + @@ -259522,7 +272757,7 @@ - + @@ -259537,7 +272772,12 @@ - + @@ -259599,7 +272839,9 @@ - + @@ -259689,13 +272931,13 @@ - + - + @@ -259707,10 +272949,10 @@ - + - + @@ -259726,7 +272968,7 @@ - + @@ -259766,7 +273008,7 @@ - + @@ -259774,7 +273016,7 @@ - + @@ -259782,7 +273024,7 @@ - + @@ -259790,7 +273032,7 @@ - + @@ -259804,7 +273046,7 @@ - + @@ -259814,7 +273056,9 @@ - + @@ -259863,7 +273107,7 @@ - + @@ -259889,7 +273133,7 @@ - + @@ -259916,7 +273160,7 @@ - + @@ -259960,7 +273204,7 @@ - + @@ -260017,7 +273261,7 @@ - + @@ -260025,7 +273269,7 @@ - + @@ -260037,7 +273281,9 @@ - + @@ -260058,7 +273304,7 @@ - + @@ -260066,7 +273312,7 @@ - + @@ -260098,7 +273344,7 @@ - + @@ -260125,7 +273371,7 @@ - + @@ -260151,7 +273397,7 @@ - + @@ -260176,7 +273422,7 @@ - + @@ -260202,7 +273448,7 @@ - + @@ -260228,7 +273474,7 @@ - + @@ -260237,7 +273483,8 @@ - + @@ -260254,7 +273501,7 @@ - + @@ -260265,7 +273512,7 @@ - + @@ -260289,7 +273536,7 @@ - + @@ -260320,7 +273567,7 @@ - + @@ -260345,7 +273592,7 @@ - + @@ -260374,7 +273621,7 @@ - + @@ -260400,7 +273647,7 @@ - + @@ -260426,7 +273673,7 @@ - + @@ -260453,7 +273700,7 @@ - + @@ -260478,7 +273725,7 @@ - + @@ -260512,7 +273759,7 @@ - + @@ -260540,7 +273787,7 @@ - + @@ -260566,14 +273813,14 @@ - + - + @@ -260592,7 +273839,7 @@ - + @@ -260618,7 +273865,7 @@ - + @@ -260643,14 +273890,14 @@ - + - + @@ -260671,7 +273918,7 @@ - + @@ -260713,7 +273960,7 @@ - + @@ -260731,7 +273978,8 @@ - + @@ -260762,7 +274010,7 @@ - + @@ -260772,7 +274020,7 @@ - + @@ -260781,7 +274029,7 @@ - + @@ -260804,7 +274052,7 @@ - + @@ -260813,7 +274061,8 @@ - + @@ -260830,7 +274079,7 @@ - + @@ -260851,7 +274100,8 @@ - + @@ -260869,7 +274119,7 @@ - + @@ -260912,7 +274162,7 @@ - + @@ -260942,14 +274192,14 @@ - + - + @@ -260967,7 +274217,7 @@ - + @@ -260996,7 +274246,7 @@ - + @@ -261054,7 +274304,7 @@ - + @@ -261062,7 +274312,7 @@ - + @@ -261074,7 +274324,9 @@ - + @@ -261096,7 +274348,7 @@ - + @@ -261104,7 +274356,7 @@ - + @@ -261134,7 +274386,7 @@ - + @@ -261171,7 +274423,7 @@ - + @@ -261208,7 +274460,7 @@ - + @@ -261237,7 +274489,7 @@ - + @@ -261266,7 +274518,7 @@ - + @@ -261324,7 +274576,7 @@ - + @@ -261332,7 +274584,7 @@ - + @@ -261344,7 +274596,9 @@ - + @@ -261366,7 +274620,7 @@ - + @@ -261374,7 +274628,7 @@ - + @@ -261408,7 +274662,7 @@ - + @@ -261418,7 +274672,7 @@ - + @@ -261446,7 +274700,7 @@ - + @@ -261475,7 +274729,7 @@ - + @@ -261513,7 +274767,7 @@ - + @@ -261554,7 +274808,7 @@ - + @@ -261567,7 +274821,7 @@ - + @@ -261595,7 +274849,7 @@ - + @@ -261624,7 +274878,7 @@ - + @@ -261653,7 +274907,7 @@ - + @@ -261683,7 +274937,7 @@ - + @@ -261713,7 +274967,7 @@ - + @@ -261743,7 +274997,7 @@ - + @@ -261773,7 +275027,7 @@ - + @@ -261804,7 +275058,7 @@ - + @@ -261830,7 +275084,7 @@ - + @@ -261888,7 +275142,7 @@ - + @@ -261896,7 +275150,7 @@ - + @@ -261908,7 +275162,9 @@ - + @@ -261930,7 +275186,7 @@ - + @@ -261938,7 +275194,7 @@ - + @@ -261968,7 +275224,7 @@ - + @@ -262009,7 +275265,7 @@ - + @@ -262019,13 +275275,13 @@ - + - - + + @@ -262040,15 +275296,15 @@ - + - - + + @@ -262063,7 +275319,7 @@ - + @@ -262079,7 +275335,9 @@ - + @@ -262163,7 +275421,8 @@ - + @@ -262178,7 +275437,7 @@ - + @@ -262328,7 +275587,7 @@ - + @@ -262362,7 +275621,7 @@ - + @@ -262415,7 +275674,8 @@ - + @@ -262441,7 +275701,7 @@ - + @@ -262450,7 +275710,7 @@ - + @@ -262467,7 +275727,8 @@ - + @@ -262490,7 +275751,8 @@ - + @@ -262543,7 +275805,7 @@ - + @@ -262674,7 +275936,7 @@ - + @@ -262763,7 +276025,7 @@ - + @@ -262941,21 +276203,21 @@ - + - - + + - - + + @@ -262970,7 +276232,7 @@ - + @@ -262991,10 +276253,10 @@ - + - + @@ -263009,7 +276271,7 @@ - + @@ -263053,6 +276315,7 @@ + @@ -263107,7 +276370,7 @@ - + @@ -263133,7 +276396,7 @@ - + @@ -263160,7 +276423,7 @@ - + @@ -263204,7 +276467,7 @@ - + @@ -263261,7 +276524,7 @@ - + @@ -263269,7 +276532,7 @@ - + @@ -263281,7 +276544,9 @@ - + @@ -263302,7 +276567,7 @@ - + @@ -263310,7 +276575,7 @@ - + @@ -263324,7 +276589,11 @@ - + @@ -263342,7 +276611,7 @@ - + @@ -263376,7 +276645,7 @@ - + @@ -263412,7 +276681,7 @@ - + @@ -263442,7 +276711,7 @@ - + @@ -263472,7 +276741,7 @@ - + @@ -263486,7 +276755,7 @@ - + @@ -263518,7 +276787,7 @@ - + @@ -263528,7 +276797,7 @@ - + @@ -263557,7 +276826,7 @@ - + @@ -263592,7 +276861,7 @@ - + @@ -263627,7 +276896,7 @@ - + @@ -263661,7 +276930,7 @@ - + @@ -263691,7 +276960,7 @@ - + @@ -263725,7 +276994,7 @@ - + @@ -263755,7 +277024,7 @@ - + @@ -263796,7 +277065,7 @@ - + @@ -263817,7 +277086,11 @@ - + @@ -263834,7 +277107,7 @@ - + @@ -263859,7 +277132,7 @@ - + @@ -263884,7 +277157,7 @@ - + @@ -263911,7 +277184,7 @@ - + @@ -263941,7 +277214,7 @@ - + @@ -263954,7 +277227,7 @@ - + @@ -263981,7 +277254,7 @@ - + @@ -264006,7 +277279,7 @@ - + @@ -264031,7 +277304,7 @@ - + @@ -264058,7 +277331,7 @@ - + @@ -264085,7 +277358,7 @@ - + @@ -264111,7 +277384,7 @@ - + @@ -264119,6 +277392,7 @@ + @@ -264126,6 +277400,7 @@ + @@ -264133,6 +277408,7 @@ + @@ -264186,7 +277462,7 @@ - + @@ -264194,7 +277470,7 @@ - + @@ -264206,7 +277482,9 @@ - + @@ -264228,7 +277506,7 @@ - + @@ -264236,7 +277514,7 @@ - + @@ -264267,7 +277545,7 @@ - + @@ -264293,7 +277571,7 @@ - + @@ -264303,7 +277581,7 @@ - + @@ -264326,7 +277604,7 @@ - + @@ -264351,7 +277629,7 @@ - + @@ -264376,7 +277654,7 @@ - + @@ -264403,7 +277681,7 @@ - + @@ -264416,7 +277694,7 @@ - + @@ -264441,7 +277719,7 @@ - + @@ -264467,7 +277745,7 @@ - + @@ -264480,7 +277758,7 @@ - + @@ -264503,7 +277781,7 @@ - + @@ -264557,7 +277835,7 @@ - + @@ -264565,7 +277843,7 @@ - + @@ -264577,7 +277855,9 @@ - + @@ -264599,7 +277879,7 @@ - + @@ -264607,7 +277887,7 @@ - + @@ -264640,7 +277920,7 @@ - + @@ -264653,7 +277933,7 @@ - + @@ -264678,7 +277958,7 @@ - + @@ -264707,7 +277987,7 @@ - + @@ -264761,7 +278041,7 @@ - + @@ -264769,7 +278049,7 @@ - + @@ -264781,7 +278061,9 @@ - + @@ -264803,7 +278085,7 @@ - + @@ -264811,7 +278093,7 @@ - + @@ -264841,7 +278123,7 @@ - + @@ -264866,7 +278148,7 @@ - + @@ -264891,7 +278173,7 @@ - + @@ -264917,7 +278199,7 @@ - + @@ -264971,7 +278253,7 @@ - + @@ -264979,7 +278261,7 @@ - + @@ -264991,7 +278273,9 @@ - + @@ -265013,7 +278297,7 @@ - + @@ -265021,7 +278305,7 @@ - + @@ -265051,7 +278335,7 @@ - + @@ -265076,7 +278360,7 @@ - + @@ -265095,6 +278379,7 @@ + @@ -265109,7 +278394,11 @@ - + @@ -265202,7 +278491,7 @@ - + @@ -265230,7 +278519,7 @@ - + @@ -265405,7 +278694,11 @@ - + @@ -265471,7 +278764,7 @@ - + @@ -265551,6 +278844,7 @@ + @@ -265558,6 +278852,7 @@ + @@ -265565,6 +278860,7 @@ + @@ -265594,7 +278890,7 @@ - + @@ -265647,7 +278943,7 @@ - + @@ -265681,7 +278977,7 @@ - + @@ -265715,7 +279011,7 @@ - + @@ -265815,7 +279111,7 @@ - + @@ -265833,10 +279129,10 @@ - + - + @@ -265851,7 +279147,7 @@ - + @@ -265886,7 +279182,7 @@ - + @@ -265894,7 +279190,7 @@ - + @@ -265902,7 +279198,7 @@ - + @@ -265910,7 +279206,7 @@ - + @@ -265924,7 +279220,7 @@ - + @@ -265979,7 +279275,7 @@ - + @@ -266005,7 +279301,7 @@ - + @@ -266032,7 +279328,7 @@ - + @@ -266076,7 +279372,7 @@ - + @@ -266133,7 +279429,7 @@ - + @@ -266141,7 +279437,7 @@ - + @@ -266153,7 +279449,9 @@ - + @@ -266174,7 +279472,7 @@ - + @@ -266182,7 +279480,7 @@ - + @@ -266212,7 +279510,7 @@ - + @@ -266274,7 +279572,7 @@ - + @@ -266282,7 +279580,7 @@ - + @@ -266294,7 +279592,9 @@ - + @@ -266316,7 +279616,7 @@ - + @@ -266324,7 +279624,7 @@ - + @@ -266356,7 +279656,7 @@ - + @@ -266366,7 +279666,7 @@ - + @@ -266381,7 +279681,9 @@ - + @@ -266398,7 +279700,7 @@ - + @@ -266408,7 +279710,7 @@ - + @@ -266440,7 +279742,7 @@ - + @@ -266482,7 +279784,7 @@ - + @@ -266501,7 +279803,9 @@ - + @@ -266520,7 +279824,7 @@ - + @@ -266555,7 +279859,7 @@ - + @@ -266619,7 +279923,7 @@ - + @@ -266634,7 +279938,9 @@ - + @@ -266647,7 +279953,7 @@ - + @@ -266712,7 +280018,9 @@ - + @@ -266761,7 +280069,7 @@ - + @@ -266779,10 +280087,10 @@ - + - + @@ -266797,7 +280105,7 @@ - + @@ -266846,7 +280154,7 @@ - + @@ -266854,7 +280162,7 @@ - + @@ -266862,7 +280170,7 @@ - + @@ -266870,7 +280178,7 @@ - + @@ -266884,7 +280192,7 @@ - + @@ -266892,6 +280200,7 @@ + @@ -266958,7 +280267,7 @@ - + @@ -266984,7 +280293,7 @@ - + @@ -267011,7 +280320,7 @@ - + @@ -267055,7 +280364,7 @@ - + @@ -267112,7 +280421,7 @@ - + @@ -267120,7 +280429,7 @@ - + @@ -267132,7 +280441,9 @@ - + @@ -267153,7 +280464,7 @@ - + @@ -267161,7 +280472,7 @@ - + @@ -267193,7 +280504,7 @@ - + @@ -267222,7 +280533,9 @@ - + @@ -267241,7 +280554,7 @@ - + @@ -267271,7 +280584,11 @@ - + @@ -267289,7 +280606,7 @@ - + @@ -267341,7 +280658,7 @@ - + @@ -267367,7 +280684,9 @@ - + @@ -267384,7 +280703,7 @@ - + @@ -267416,7 +280735,7 @@ - + @@ -267424,6 +280743,7 @@ + @@ -267467,7 +280787,7 @@ - + @@ -267475,6 +280795,7 @@ + @@ -267520,7 +280841,7 @@ - + @@ -267559,7 +280880,7 @@ - + @@ -267617,7 +280938,7 @@ - + @@ -267625,7 +280946,7 @@ - + @@ -267637,7 +280958,9 @@ - + @@ -267659,7 +280982,7 @@ - + @@ -267667,7 +280990,7 @@ - + @@ -267698,7 +281021,7 @@ - + @@ -267736,7 +281059,7 @@ - + @@ -267770,7 +281093,7 @@ - + @@ -267804,7 +281127,7 @@ - + @@ -267839,7 +281162,7 @@ - + @@ -267862,6 +281185,7 @@ + @@ -267917,7 +281241,9 @@ - + @@ -267953,7 +281279,11 @@ - + @@ -268021,7 +281351,9 @@ - + @@ -268050,6 +281382,7 @@ + @@ -268086,6 +281419,7 @@ + @@ -268254,7 +281588,7 @@ - + @@ -268272,10 +281606,10 @@ - + - + @@ -268291,7 +281625,7 @@ - + @@ -268325,7 +281659,7 @@ - + @@ -268333,7 +281667,7 @@ - + @@ -268341,7 +281675,7 @@ - + @@ -268349,7 +281683,7 @@ - + @@ -268363,7 +281697,7 @@ - + @@ -268418,7 +281752,7 @@ - + @@ -268444,7 +281778,7 @@ - + @@ -268471,7 +281805,7 @@ - + @@ -268515,7 +281849,7 @@ - + @@ -268572,7 +281906,7 @@ - + @@ -268580,7 +281914,7 @@ - + @@ -268592,7 +281926,9 @@ - + @@ -268613,7 +281949,7 @@ - + @@ -268621,7 +281957,7 @@ - + @@ -268652,7 +281988,7 @@ - + @@ -268688,7 +282024,7 @@ - + @@ -268722,7 +282058,7 @@ - + @@ -268756,7 +282092,7 @@ - + @@ -268786,7 +282122,7 @@ - + @@ -268816,7 +282152,7 @@ - + @@ -268841,7 +282177,7 @@ - + @@ -268878,7 +282214,7 @@ - + @@ -268916,7 +282252,7 @@ - + @@ -268950,7 +282286,7 @@ - + @@ -268980,7 +282316,7 @@ - + @@ -269010,7 +282346,7 @@ - + @@ -269260,7 +282596,7 @@ - + @@ -269278,10 +282614,10 @@ - + - + @@ -269296,7 +282632,7 @@ - + @@ -269325,7 +282661,7 @@ - + @@ -269333,7 +282669,7 @@ - + @@ -269341,7 +282677,7 @@ - + @@ -269349,7 +282685,7 @@ - + @@ -269363,7 +282699,7 @@ - + @@ -269414,7 +282750,7 @@ - + @@ -269440,7 +282776,7 @@ - + @@ -269467,7 +282803,7 @@ - + @@ -269511,7 +282847,7 @@ - + @@ -269568,7 +282904,7 @@ - + @@ -269576,7 +282912,7 @@ - + @@ -269588,7 +282924,9 @@ - + @@ -269609,7 +282947,7 @@ - + @@ -269617,7 +282955,7 @@ - + @@ -269647,7 +282985,32 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -269673,15 +283036,73 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + @@ -269690,7 +283111,7 @@ - + @@ -269698,7 +283119,7 @@ - + @@ -269723,7 +283144,7 @@ - + @@ -269748,7 +283169,32 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -269773,7 +283219,7 @@ - + @@ -269799,7 +283245,7 @@ - + @@ -269825,7 +283271,7 @@ - + @@ -269850,7 +283296,7 @@ - + @@ -269904,7 +283350,7 @@ - + @@ -269912,7 +283358,7 @@ - + @@ -269924,7 +283370,9 @@ - + @@ -269946,7 +283394,7 @@ - + @@ -269954,7 +283402,7 @@ - + @@ -269984,7 +283432,7 @@ - + @@ -270009,7 +283457,7 @@ - + @@ -270034,7 +283482,7 @@ - + @@ -270088,7 +283536,7 @@ - + @@ -270096,7 +283544,7 @@ - + @@ -270108,7 +283556,9 @@ - + @@ -270130,7 +283580,7 @@ - + @@ -270138,7 +283588,7 @@ - + @@ -270168,7 +283618,7 @@ - + @@ -270193,7 +283643,7 @@ - + @@ -270210,7 +283660,7 @@ - + @@ -270218,7 +283668,7 @@ - + @@ -270243,7 +283693,7 @@ - + @@ -270268,7 +283718,7 @@ - + @@ -270293,7 +283743,7 @@ - + @@ -270319,19 +283769,19 @@ - + - - + + - + @@ -270344,13 +283794,13 @@ - + - - + + @@ -270375,8 +283825,8 @@ - - + + @@ -270398,7 +283848,7 @@ - + @@ -270406,7 +283856,7 @@ - + @@ -270415,10 +283865,12 @@ - - + + - + @@ -270440,7 +283892,7 @@ - + @@ -270448,7 +283900,7 @@ - + @@ -270458,14 +283910,14 @@ - - + + - + @@ -270478,31 +283930,28 @@ - + - - + + - + - + - - - @@ -270518,7 +283967,7 @@ - + @@ -270543,7 +283992,7 @@ - + @@ -270597,7 +284046,7 @@ - + @@ -270605,7 +284054,7 @@ - + @@ -270617,7 +284066,9 @@ - + @@ -270639,7 +284090,7 @@ - + @@ -270647,7 +284098,7 @@ - + @@ -270679,7 +284130,7 @@ - + @@ -270707,7 +284158,7 @@ - + @@ -270730,7 +284181,7 @@ - + @@ -270755,6 +284206,17 @@ + + + + + + + + + + + @@ -270767,14 +284229,44 @@ - - - - + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -270800,6 +284292,17 @@ + + + + + + + + + + + @@ -270908,7 +284411,7 @@ - + @@ -270957,8 +284460,8 @@ - - + + @@ -270968,8 +284471,8 @@ - - + + @@ -270979,21 +284482,18 @@ - - + + - + - - - @@ -271062,7 +284562,7 @@ - + @@ -271080,10 +284580,10 @@ - + - + @@ -271098,7 +284598,7 @@ - + @@ -271184,7 +284684,7 @@ - + @@ -271210,7 +284710,7 @@ - + @@ -271237,7 +284737,7 @@ - + @@ -271276,7 +284776,7 @@ - + @@ -271284,6 +284784,7 @@ + @@ -271337,7 +284838,7 @@ - + @@ -271345,7 +284846,7 @@ - + @@ -271357,7 +284858,9 @@ - + @@ -271379,7 +284882,7 @@ - + @@ -271387,7 +284890,7 @@ - + @@ -271417,7 +284920,7 @@ - + @@ -271593,7 +285096,7 @@ - + @@ -271636,7 +285139,7 @@ - + @@ -271674,6 +285177,7 @@ + @@ -271883,7 +285387,7 @@ - + @@ -271904,10 +285408,10 @@ - + - + @@ -271923,7 +285427,7 @@ - + @@ -271978,7 +285482,7 @@ - + @@ -271986,7 +285490,7 @@ - + @@ -271994,7 +285498,7 @@ - + @@ -272002,7 +285506,7 @@ - + @@ -272016,7 +285520,7 @@ - + @@ -272079,7 +285583,7 @@ - + @@ -272105,7 +285609,7 @@ - + @@ -272132,7 +285636,7 @@ - + @@ -272176,7 +285680,7 @@ - + @@ -272233,7 +285737,7 @@ - + @@ -272241,7 +285745,7 @@ - + @@ -272253,7 +285757,9 @@ - + @@ -272274,7 +285780,7 @@ - + @@ -272282,7 +285788,7 @@ - + @@ -272313,7 +285819,7 @@ - + @@ -272341,7 +285847,12 @@ - + @@ -272361,7 +285872,7 @@ - + @@ -272405,7 +285916,7 @@ - + @@ -272448,7 +285959,7 @@ - + @@ -272491,7 +286002,7 @@ - + @@ -272504,7 +286015,7 @@ - + @@ -272545,7 +286056,7 @@ - + @@ -272595,7 +286106,7 @@ - + @@ -272635,7 +286146,7 @@ - + @@ -272677,7 +286188,7 @@ - + @@ -272730,7 +286241,7 @@ - + @@ -272751,7 +286262,10 @@ - + @@ -272769,7 +286283,7 @@ - + @@ -272815,7 +286329,7 @@ - + @@ -272823,6 +286337,7 @@ + @@ -272884,7 +286399,7 @@ - + @@ -272892,7 +286407,7 @@ - + @@ -272904,7 +286419,9 @@ - + @@ -272926,7 +286443,7 @@ - + @@ -272934,7 +286451,7 @@ - + @@ -272965,7 +286482,7 @@ - + @@ -273011,7 +286528,7 @@ - + @@ -273050,7 +286567,7 @@ - + @@ -273088,7 +286605,7 @@ - + @@ -273126,7 +286643,7 @@ - + @@ -273139,7 +286656,7 @@ - + @@ -273177,7 +286694,7 @@ - + @@ -273214,7 +286731,7 @@ - + @@ -273249,7 +286766,7 @@ - + @@ -273315,7 +286832,7 @@ - + @@ -273323,7 +286840,7 @@ - + @@ -273335,7 +286852,9 @@ - + @@ -273357,7 +286876,7 @@ - + @@ -273365,7 +286884,7 @@ - + @@ -273397,7 +286916,7 @@ - + @@ -273450,7 +286969,7 @@ - + @@ -273471,7 +286990,10 @@ - + @@ -273492,7 +287014,7 @@ - + @@ -273532,7 +287054,7 @@ - + @@ -273550,7 +287072,10 @@ - + @@ -273567,7 +287092,7 @@ - + @@ -273630,7 +287155,7 @@ - + @@ -273638,7 +287163,7 @@ - + @@ -273650,7 +287175,9 @@ - + @@ -273672,7 +287199,7 @@ - + @@ -273680,7 +287207,7 @@ - + @@ -273716,7 +287243,7 @@ - + @@ -273753,7 +287280,7 @@ - + @@ -273763,7 +287290,7 @@ - + @@ -273831,7 +287358,12 @@ - + @@ -273939,7 +287471,7 @@ - + @@ -274115,7 +287647,10 @@ - + @@ -274159,6 +287694,7 @@ + @@ -274289,7 +287825,7 @@ - + @@ -274437,7 +287973,10 @@ - + @@ -274487,7 +288026,10 @@ - + @@ -274550,7 +288092,7 @@ - + @@ -274571,7 +288113,7 @@ - + @@ -274589,10 +288131,10 @@ - + - + @@ -274607,7 +288149,7 @@ - + @@ -274656,7 +288198,7 @@ - + @@ -274664,7 +288206,7 @@ - + @@ -274672,7 +288214,7 @@ - + @@ -274680,7 +288222,7 @@ - + @@ -274694,7 +288236,7 @@ - + @@ -274753,7 +288295,7 @@ - + @@ -274779,7 +288321,7 @@ - + @@ -274806,7 +288348,7 @@ - + @@ -274850,7 +288392,7 @@ - + @@ -274907,7 +288449,7 @@ - + @@ -274915,7 +288457,7 @@ - + @@ -274927,7 +288469,9 @@ - + @@ -274948,7 +288492,7 @@ - + @@ -274956,7 +288500,7 @@ - + @@ -274987,7 +288531,7 @@ - + @@ -275026,7 +288570,7 @@ - + @@ -275037,7 +288581,7 @@ - + @@ -275073,7 +288617,7 @@ - + @@ -275111,7 +288655,7 @@ - + @@ -275149,7 +288693,7 @@ - + @@ -275189,7 +288733,7 @@ - + @@ -275236,7 +288780,7 @@ - + @@ -275262,7 +288806,7 @@ - + @@ -275290,7 +288834,7 @@ - + @@ -275317,7 +288861,7 @@ - + @@ -275347,7 +288891,7 @@ - + @@ -275374,7 +288918,7 @@ - + @@ -275451,7 +288995,7 @@ - + @@ -275669,7 +289213,7 @@ - + @@ -275687,10 +289231,10 @@ - + - + @@ -275705,7 +289249,7 @@ - + @@ -275749,7 +289293,7 @@ - + @@ -275757,7 +289301,7 @@ - + @@ -275765,7 +289309,7 @@ - + @@ -275773,7 +289317,7 @@ - + @@ -275787,7 +289331,7 @@ - + @@ -275842,7 +289386,7 @@ - + @@ -275868,7 +289412,7 @@ - + @@ -275895,7 +289439,7 @@ - + @@ -275939,7 +289483,7 @@ - + @@ -275996,7 +289540,7 @@ - + @@ -276004,7 +289548,7 @@ - + @@ -276016,7 +289560,9 @@ - + @@ -276037,7 +289583,7 @@ - + @@ -276045,7 +289591,7 @@ - + @@ -276076,7 +289622,7 @@ - + @@ -276111,7 +289657,7 @@ - + @@ -276122,7 +289668,7 @@ - + @@ -276154,7 +289700,7 @@ - + @@ -276184,7 +289730,7 @@ - + @@ -276220,7 +289766,7 @@ - + @@ -276255,7 +289801,7 @@ - + @@ -276292,7 +289838,7 @@ - + @@ -276323,7 +289869,7 @@ - + @@ -276336,7 +289882,7 @@ - + @@ -276360,7 +289906,7 @@ - + @@ -276390,7 +289936,7 @@ - + @@ -276416,7 +289962,7 @@ - + @@ -276443,7 +289989,7 @@ - + @@ -276472,7 +290018,7 @@ - + @@ -276526,7 +290072,7 @@ - + @@ -276534,7 +290080,7 @@ - + @@ -276546,7 +290092,9 @@ - + @@ -276568,7 +290116,7 @@ - + @@ -276576,7 +290124,7 @@ - + @@ -276607,7 +290155,7 @@ - + @@ -276633,7 +290181,7 @@ - + @@ -276660,7 +290208,7 @@ - + @@ -276695,7 +290243,7 @@ - + @@ -276724,7 +290272,7 @@ - + @@ -276751,7 +290299,7 @@ - + @@ -276777,7 +290325,7 @@ - + @@ -276804,7 +290352,7 @@ - + @@ -276833,7 +290381,7 @@ - + @@ -276859,7 +290407,7 @@ - + @@ -276886,7 +290434,7 @@ - + @@ -276926,7 +290474,7 @@ - + @@ -276980,7 +290528,7 @@ - + @@ -276988,7 +290536,7 @@ - + @@ -277000,7 +290548,9 @@ - + @@ -277022,7 +290572,7 @@ - + @@ -277030,7 +290580,7 @@ - + @@ -277061,7 +290611,7 @@ - + @@ -277074,7 +290624,7 @@ - + @@ -277098,7 +290648,7 @@ - + @@ -277159,7 +290709,7 @@ - + @@ -277286,7 +290836,7 @@ - + @@ -277538,7 +291088,7 @@ - + @@ -277560,13 +291110,1193 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -277584,10 +292314,10 @@ - + - + @@ -277603,7 +292333,7 @@ - + @@ -277643,7 +292373,7 @@ - + @@ -277651,7 +292381,7 @@ - + @@ -277659,7 +292389,7 @@ - + @@ -277667,7 +292397,7 @@ - + @@ -277681,7 +292411,7 @@ - + @@ -277736,7 +292466,7 @@ - + @@ -277762,7 +292492,7 @@ - + @@ -277789,7 +292519,7 @@ - + @@ -277833,7 +292563,7 @@ - + @@ -277890,7 +292620,7 @@ - + @@ -277898,7 +292628,7 @@ - + @@ -277910,7 +292640,9 @@ - + @@ -277931,7 +292663,7 @@ - + @@ -277939,7 +292671,7 @@ - + @@ -277970,7 +292702,7 @@ - + @@ -278009,7 +292741,7 @@ - + @@ -278044,7 +292776,7 @@ - + @@ -278079,7 +292811,7 @@ - + @@ -278092,7 +292824,7 @@ - + @@ -278125,7 +292857,7 @@ - + @@ -278160,7 +292892,7 @@ - + @@ -278193,7 +292925,7 @@ - + @@ -278228,7 +292960,7 @@ - + @@ -278258,7 +292990,7 @@ - + @@ -278292,7 +293024,7 @@ - + @@ -278350,7 +293082,7 @@ - + @@ -278358,7 +293090,7 @@ - + @@ -278370,7 +293102,9 @@ - + @@ -278392,7 +293126,7 @@ - + @@ -278400,7 +293134,7 @@ - + @@ -278434,7 +293168,7 @@ - + @@ -278463,7 +293197,7 @@ - + @@ -278473,7 +293207,7 @@ - + @@ -278580,7 +293314,7 @@ - + @@ -278736,7 +293470,7 @@ - + @@ -278753,7 +293487,7 @@ - + @@ -278771,10 +293505,10 @@ - + - + @@ -278789,7 +293523,7 @@ - + @@ -278833,6 +293567,7 @@ + @@ -278883,7 +293618,7 @@ - + @@ -278909,7 +293644,7 @@ - + @@ -278936,7 +293671,7 @@ - + @@ -278980,7 +293715,7 @@ - + @@ -279037,7 +293772,7 @@ - + @@ -279045,7 +293780,7 @@ - + @@ -279057,7 +293792,9 @@ - + @@ -279078,7 +293815,7 @@ - + @@ -279086,7 +293823,7 @@ - + @@ -279100,7 +293837,11 @@ - + @@ -279118,7 +293859,7 @@ - + @@ -279153,7 +293894,7 @@ - + @@ -279191,7 +293932,7 @@ - + @@ -279227,7 +293968,7 @@ - + @@ -279253,7 +293994,7 @@ - + @@ -279282,7 +294023,7 @@ - + @@ -279307,7 +294048,7 @@ - + @@ -279341,7 +294082,7 @@ - + @@ -279355,7 +294096,7 @@ - + @@ -279388,7 +294129,7 @@ - + @@ -279426,7 +294167,7 @@ - + @@ -279465,7 +294206,7 @@ - + @@ -279500,7 +294241,7 @@ - + @@ -279534,7 +294275,7 @@ - + @@ -279564,7 +294305,7 @@ - + @@ -279595,7 +294336,7 @@ - + @@ -279625,7 +294366,7 @@ - + @@ -279666,7 +294407,7 @@ - + @@ -279703,7 +294444,7 @@ - + @@ -279731,7 +294472,7 @@ - + @@ -279765,7 +294506,7 @@ - + @@ -279800,7 +294541,7 @@ - + @@ -279835,7 +294576,7 @@ - + @@ -279869,7 +294610,7 @@ - + @@ -279906,7 +294647,7 @@ - + @@ -279935,7 +294676,7 @@ - + @@ -279960,7 +294701,7 @@ - + @@ -279989,7 +294730,7 @@ - + @@ -280020,7 +294761,7 @@ - + @@ -280046,7 +294787,7 @@ - + @@ -280072,7 +294813,7 @@ - + @@ -280126,7 +294867,7 @@ - + @@ -280134,7 +294875,7 @@ - + @@ -280146,7 +294887,9 @@ - + @@ -280168,7 +294911,7 @@ - + @@ -280176,7 +294919,7 @@ - + @@ -280206,7 +294949,7 @@ - + @@ -280240,7 +294983,7 @@ - + @@ -280273,7 +295016,7 @@ - + @@ -280306,7 +295049,7 @@ - + @@ -280339,7 +295082,7 @@ - + @@ -280372,7 +295115,7 @@ - + @@ -280397,7 +295140,7 @@ - + @@ -280451,7 +295194,7 @@ - + @@ -280459,7 +295202,7 @@ - + @@ -280471,7 +295214,9 @@ - + @@ -280493,7 +295238,7 @@ - + @@ -280501,7 +295246,7 @@ - + @@ -280531,7 +295276,7 @@ - + @@ -280570,7 +295315,7 @@ - + @@ -280595,7 +295340,7 @@ - + @@ -280621,7 +295366,7 @@ - + @@ -280679,7 +295424,7 @@ - + @@ -280687,7 +295432,7 @@ - + @@ -280699,7 +295444,9 @@ - + @@ -280721,7 +295468,7 @@ - + @@ -280729,7 +295476,7 @@ - + @@ -280759,7 +295506,7 @@ - + @@ -280784,7 +295531,7 @@ - + @@ -280813,7 +295560,7 @@ - + @@ -280842,7 +295589,7 @@ - + @@ -280871,7 +295618,7 @@ - + @@ -280881,7 +295628,7 @@ - + @@ -280904,7 +295651,7 @@ - + @@ -280930,7 +295677,7 @@ - + @@ -280955,7 +295702,7 @@ - + @@ -280980,7 +295727,7 @@ - + @@ -280989,7 +295736,9 @@ - + @@ -281012,7 +295761,7 @@ - + @@ -281049,7 +295798,7 @@ - + @@ -281075,7 +295824,7 @@ - + @@ -281129,7 +295878,7 @@ - + @@ -281137,7 +295886,7 @@ - + @@ -281149,7 +295898,9 @@ - + @@ -281171,7 +295922,7 @@ - + @@ -281179,7 +295930,7 @@ - + @@ -281210,7 +295961,7 @@ - + @@ -281220,7 +295971,7 @@ - + @@ -281244,7 +295995,7 @@ - + @@ -281269,7 +296020,7 @@ - + @@ -281294,7 +296045,7 @@ - + @@ -281320,7 +296071,7 @@ - + @@ -281374,7 +296125,7 @@ - + @@ -281382,7 +296133,7 @@ - + @@ -281394,7 +296145,9 @@ - + @@ -281416,7 +296169,7 @@ - + @@ -281424,7 +296177,7 @@ - + @@ -281454,7 +296207,7 @@ - + @@ -281479,7 +296232,7 @@ - + @@ -281489,7 +296242,7 @@ - + @@ -281515,7 +296268,7 @@ - + @@ -281555,7 +296308,7 @@ - + @@ -281580,7 +296333,7 @@ - + @@ -281634,7 +296387,7 @@ - + @@ -281642,7 +296395,7 @@ - + @@ -281654,7 +296407,9 @@ - + @@ -281676,7 +296431,7 @@ - + @@ -281684,7 +296439,7 @@ - + @@ -281714,7 +296469,7 @@ - + @@ -281724,7 +296479,7 @@ - + @@ -281747,7 +296502,7 @@ - + @@ -281780,7 +296535,7 @@ - + @@ -281813,7 +296568,7 @@ - + @@ -281823,7 +296578,7 @@ - + @@ -281846,7 +296601,7 @@ - + @@ -281856,7 +296611,7 @@ - + @@ -281879,7 +296634,7 @@ - + @@ -281889,7 +296644,7 @@ - + @@ -281912,7 +296667,7 @@ - + @@ -281922,7 +296677,7 @@ - + @@ -281945,7 +296700,7 @@ - + @@ -281955,7 +296710,7 @@ - + @@ -281985,7 +296740,7 @@ - + @@ -282016,7 +296771,7 @@ - + @@ -282042,7 +296797,7 @@ - + @@ -282096,7 +296851,7 @@ - + @@ -282104,7 +296859,7 @@ - + @@ -282116,7 +296871,9 @@ - + @@ -282138,7 +296895,7 @@ - + @@ -282146,7 +296903,7 @@ - + @@ -282177,7 +296934,7 @@ - + @@ -282203,7 +296960,7 @@ - + @@ -282226,7 +296983,7 @@ - + @@ -282249,6 +297006,7 @@ + @@ -282259,7 +297017,11 @@ - + @@ -282402,7 +297164,7 @@ - + @@ -283039,7 +297801,7 @@ - + @@ -283087,7 +297849,9 @@ - + @@ -283149,7 +297913,7 @@ - + @@ -283219,7 +297983,7 @@ - + @@ -283285,7 +298049,7 @@ - + @@ -283339,7 +298103,7 @@ - + @@ -283357,7 +298121,7 @@ - + @@ -283375,7 +298139,7 @@ - + @@ -283393,7 +298157,7 @@ - + @@ -283411,7 +298175,7 @@ - + @@ -283502,7 +298266,7 @@ - + @@ -283520,10 +298284,10 @@ - + - + @@ -283539,7 +298303,7 @@ - + @@ -283588,7 +298352,7 @@ - + @@ -283596,7 +298360,7 @@ - + @@ -283604,7 +298368,7 @@ - + @@ -283612,7 +298376,7 @@ - + @@ -283626,7 +298390,7 @@ - + @@ -283693,7 +298457,7 @@ - + @@ -283719,7 +298483,7 @@ - + @@ -283746,7 +298510,7 @@ - + @@ -283790,7 +298554,7 @@ - + @@ -283847,7 +298611,7 @@ - + @@ -283855,7 +298619,7 @@ - + @@ -283867,7 +298631,9 @@ - + @@ -283888,7 +298654,7 @@ - + @@ -283896,7 +298662,7 @@ - + @@ -283927,7 +298693,7 @@ - + @@ -283975,7 +298741,7 @@ - + @@ -283996,7 +298762,7 @@ - + @@ -284014,7 +298780,7 @@ - + @@ -284057,7 +298823,7 @@ - + @@ -284081,7 +298847,7 @@ - + @@ -284100,7 +298866,7 @@ - + @@ -284142,7 +298908,7 @@ - + @@ -284155,7 +298921,7 @@ - + @@ -284195,7 +298961,7 @@ - + @@ -284237,7 +299003,7 @@ - + @@ -284274,7 +299040,7 @@ - + @@ -284340,7 +299106,7 @@ - + @@ -284348,7 +299114,7 @@ - + @@ -284360,7 +299126,9 @@ - + @@ -284382,7 +299150,7 @@ - + @@ -284390,7 +299158,7 @@ - + @@ -284421,7 +299189,7 @@ - + @@ -284450,7 +299218,7 @@ - + @@ -284492,7 +299260,7 @@ - + @@ -284526,7 +299294,7 @@ - + @@ -284557,7 +299325,7 @@ - + @@ -284679,7 +299447,7 @@ - + @@ -284736,7 +299504,7 @@ - + @@ -284782,7 +299550,7 @@ - + @@ -285001,7 +299769,7 @@ - + @@ -285019,10 +299787,10 @@ - + - + @@ -285038,7 +299806,7 @@ - + @@ -285087,7 +299855,7 @@ - + @@ -285095,7 +299863,7 @@ - + @@ -285103,7 +299871,7 @@ - + @@ -285111,7 +299879,7 @@ - + @@ -285125,7 +299893,7 @@ - + @@ -285192,7 +299960,7 @@ - + @@ -285218,7 +299986,7 @@ - + @@ -285245,7 +300013,7 @@ - + @@ -285289,7 +300057,7 @@ - + @@ -285346,7 +300114,7 @@ - + @@ -285354,7 +300122,7 @@ - + @@ -285366,7 +300134,9 @@ - + @@ -285387,7 +300157,7 @@ - + @@ -285395,7 +300165,7 @@ - + @@ -285426,7 +300196,7 @@ - + @@ -285474,7 +300244,7 @@ - + @@ -285516,7 +300286,7 @@ - + @@ -285558,7 +300328,7 @@ - + @@ -285588,7 +300358,7 @@ - + @@ -285619,7 +300389,7 @@ - + @@ -285668,7 +300438,7 @@ - + @@ -285714,7 +300484,7 @@ - + @@ -285752,7 +300522,7 @@ - + @@ -285786,7 +300556,7 @@ - + @@ -285816,7 +300586,7 @@ - + @@ -285874,7 +300644,7 @@ - + @@ -285882,7 +300652,7 @@ - + @@ -285894,7 +300664,9 @@ - + @@ -285916,7 +300688,7 @@ - + @@ -285924,7 +300696,7 @@ - + @@ -285954,7 +300726,7 @@ - + @@ -285964,7 +300736,7 @@ - + @@ -285991,7 +300763,7 @@ - + @@ -286021,7 +300793,7 @@ - + @@ -286051,7 +300823,7 @@ - + @@ -286080,7 +300852,7 @@ - + @@ -286138,7 +300910,7 @@ - + @@ -286146,7 +300918,7 @@ - + @@ -286158,7 +300930,9 @@ - + @@ -286180,7 +300954,7 @@ - + @@ -286188,7 +300962,7 @@ - + @@ -286218,7 +300992,7 @@ - + @@ -286247,7 +301021,7 @@ - + @@ -286276,7 +301050,7 @@ - + @@ -286289,7 +301063,7 @@ - + @@ -286307,7 +301081,7 @@ - + @@ -286620,7 +301394,7 @@ - + @@ -286731,7 +301505,7 @@ - + @@ -286753,7 +301527,7 @@ - + @@ -286771,10 +301545,10 @@ - + - + @@ -286789,7 +301563,7 @@ - + @@ -286833,7 +301607,7 @@ - + @@ -286841,7 +301615,7 @@ - + @@ -286849,7 +301623,7 @@ - + @@ -286857,7 +301631,7 @@ - + @@ -286871,7 +301645,7 @@ - + @@ -286930,7 +301704,7 @@ - + @@ -286956,7 +301730,7 @@ - + @@ -286983,7 +301757,7 @@ - + @@ -287027,7 +301801,7 @@ - + @@ -287084,7 +301858,7 @@ - + @@ -287092,7 +301866,7 @@ - + @@ -287104,7 +301878,9 @@ - + @@ -287125,7 +301901,7 @@ - + @@ -287133,7 +301909,7 @@ - + @@ -287165,7 +301941,7 @@ - + @@ -287211,7 +301987,7 @@ - + @@ -287245,7 +302021,7 @@ - + @@ -287281,7 +302057,7 @@ - + @@ -287319,7 +302095,7 @@ - + @@ -287340,7 +302116,9 @@ - + @@ -287357,7 +302135,7 @@ - + @@ -287368,7 +302146,7 @@ - + @@ -287406,7 +302184,7 @@ - + @@ -287447,7 +302225,7 @@ - + @@ -287494,7 +302272,7 @@ - + @@ -287546,7 +302324,7 @@ - + @@ -287593,7 +302371,7 @@ - + @@ -287618,7 +302396,9 @@ - + @@ -287650,7 +302430,7 @@ - + @@ -287674,7 +302454,7 @@ - + @@ -287691,7 +302471,7 @@ - + @@ -287732,7 +302512,7 @@ - + @@ -287775,7 +302555,7 @@ - + @@ -287812,7 +302592,7 @@ - + @@ -287874,7 +302654,7 @@ - + @@ -287882,7 +302662,7 @@ - + @@ -287894,7 +302674,9 @@ - + @@ -287916,7 +302698,7 @@ - + @@ -287924,7 +302706,7 @@ - + @@ -287955,7 +302737,7 @@ - + @@ -288009,7 +302791,7 @@ - + @@ -288052,7 +302834,7 @@ - + @@ -288083,7 +302865,7 @@ - + @@ -288126,7 +302908,7 @@ - + @@ -288176,7 +302958,7 @@ - + @@ -288218,7 +303000,7 @@ - + @@ -288259,7 +303041,7 @@ - + @@ -288289,7 +303071,7 @@ - + @@ -288328,7 +303110,7 @@ - + @@ -288357,7 +303139,7 @@ - + @@ -288394,7 +303176,7 @@ - + @@ -288431,7 +303213,7 @@ - + @@ -288489,7 +303271,7 @@ - + @@ -288497,7 +303279,7 @@ - + @@ -288509,7 +303291,9 @@ - + @@ -288531,7 +303315,7 @@ - + @@ -288539,7 +303323,7 @@ - + @@ -288569,7 +303353,7 @@ - + @@ -288607,7 +303391,7 @@ - + @@ -288642,7 +303426,7 @@ - + @@ -288803,7 +303587,9 @@ - + @@ -288818,7 +303604,7 @@ - + @@ -288998,7 +303784,9 @@ - + @@ -289040,7 +303828,7 @@ - + @@ -289527,7 +304315,7 @@ - + @@ -289545,10 +304333,10 @@ - + - + @@ -289563,7 +304351,7 @@ - + @@ -289616,7 +304404,7 @@ - + @@ -289624,7 +304412,7 @@ - + @@ -289632,7 +304420,7 @@ - + @@ -289640,7 +304428,7 @@ - + @@ -289654,7 +304442,7 @@ - + @@ -289717,7 +304505,7 @@ - + @@ -289743,7 +304531,7 @@ - + @@ -289770,7 +304558,7 @@ - + @@ -289814,7 +304602,7 @@ - + @@ -289871,7 +304659,7 @@ - + @@ -289879,7 +304667,7 @@ - + @@ -289891,7 +304679,9 @@ - + @@ -289912,7 +304702,7 @@ - + @@ -289920,7 +304710,7 @@ - + @@ -289952,7 +304742,7 @@ - + @@ -289997,7 +304787,7 @@ - + @@ -290039,7 +304829,7 @@ - + @@ -290081,7 +304871,7 @@ - + @@ -290115,7 +304905,7 @@ - + @@ -290160,7 +304950,7 @@ - + @@ -290213,7 +305003,7 @@ - + @@ -290264,7 +305054,7 @@ - + @@ -290338,7 +305128,7 @@ - + @@ -290346,7 +305136,7 @@ - + @@ -290358,7 +305148,9 @@ - + @@ -290380,7 +305172,7 @@ - + @@ -290388,7 +305180,7 @@ - + @@ -290420,7 +305212,7 @@ - + @@ -290471,7 +305263,7 @@ - + @@ -290519,7 +305311,7 @@ - + @@ -290563,7 +305355,7 @@ - + @@ -290592,7 +305384,7 @@ - + @@ -290658,7 +305450,7 @@ - + @@ -290666,7 +305458,7 @@ - + @@ -290678,7 +305470,9 @@ - + @@ -290700,7 +305494,7 @@ - + @@ -290708,7 +305502,7 @@ - + @@ -290738,7 +305532,7 @@ - + @@ -290748,7 +305542,7 @@ - + @@ -290785,7 +305579,7 @@ - + @@ -290821,7 +305615,7 @@ - + @@ -290850,7 +305644,7 @@ - + @@ -291279,7 +306073,7 @@ - + @@ -291356,7 +306150,7 @@ - + @@ -291374,10 +306168,10 @@ - + - + @@ -291393,7 +306187,7 @@ - + @@ -291445,6 +306239,7 @@ + @@ -291452,6 +306247,7 @@ + @@ -291506,7 +306302,7 @@ - + @@ -291532,7 +306328,7 @@ - + @@ -291559,7 +306355,7 @@ - + @@ -291603,7 +306399,7 @@ - + @@ -291660,7 +306456,7 @@ - + @@ -291668,7 +306464,7 @@ - + @@ -291680,7 +306476,9 @@ - + @@ -291701,7 +306499,7 @@ - + @@ -291709,7 +306507,7 @@ - + @@ -291741,7 +306539,7 @@ - + @@ -291780,7 +306578,7 @@ - + @@ -291822,7 +306620,7 @@ - + @@ -291862,7 +306660,7 @@ - + @@ -291892,7 +306690,7 @@ - + @@ -291927,7 +306725,7 @@ - + @@ -291961,7 +306759,7 @@ - + @@ -291975,7 +306773,7 @@ - + @@ -292012,7 +306810,7 @@ - + @@ -292050,7 +306848,7 @@ - + @@ -292063,7 +306861,7 @@ - + @@ -292096,7 +306894,7 @@ - + @@ -292135,7 +306933,7 @@ - + @@ -292173,7 +306971,7 @@ - + @@ -292207,7 +307005,7 @@ - + @@ -292242,7 +307040,7 @@ - + @@ -292276,7 +307074,7 @@ - + @@ -292321,7 +307119,7 @@ - + @@ -292365,7 +307163,7 @@ - + @@ -292403,7 +307201,7 @@ - + @@ -292442,7 +307240,7 @@ - + @@ -292481,7 +307279,7 @@ - + @@ -292519,7 +307317,7 @@ - + @@ -292558,7 +307356,7 @@ - + @@ -292566,6 +307364,7 @@ + @@ -292573,6 +307372,7 @@ + @@ -292580,6 +307380,7 @@ + @@ -292587,6 +307388,7 @@ + @@ -292594,6 +307396,7 @@ + @@ -292601,6 +307404,7 @@ + @@ -292608,6 +307412,7 @@ + @@ -292615,6 +307420,7 @@ + @@ -292622,6 +307428,7 @@ + @@ -292629,6 +307436,7 @@ + @@ -292636,6 +307444,7 @@ + @@ -292693,7 +307502,7 @@ - + @@ -292701,7 +307510,7 @@ - + @@ -292713,7 +307522,9 @@ - + @@ -292735,7 +307546,7 @@ - + @@ -292743,7 +307554,7 @@ - + @@ -292775,7 +307586,7 @@ - + @@ -292787,7 +307598,15 @@ - + @@ -292806,7 +307625,7 @@ - + @@ -292838,7 +307657,7 @@ - + @@ -292878,7 +307697,7 @@ - + @@ -292908,7 +307727,7 @@ - + @@ -292939,7 +307758,7 @@ - + @@ -292949,7 +307768,7 @@ - + @@ -292978,7 +307797,7 @@ - + @@ -292986,6 +307805,7 @@ + @@ -293044,7 +307864,7 @@ - + @@ -293052,7 +307872,7 @@ - + @@ -293064,7 +307884,9 @@ - + @@ -293086,7 +307908,7 @@ - + @@ -293094,7 +307916,7 @@ - + @@ -293125,7 +307947,7 @@ - + @@ -293154,7 +307976,7 @@ - + @@ -293164,7 +307986,7 @@ - + @@ -293220,7 +308042,7 @@ - + @@ -293259,7 +308081,7 @@ - + @@ -293269,7 +308091,7 @@ - + @@ -293299,7 +308121,7 @@ - + @@ -293312,7 +308134,11 @@ - + @@ -293332,7 +308158,7 @@ - + @@ -293364,7 +308190,7 @@ - + @@ -293395,7 +308221,7 @@ - + @@ -293432,7 +308258,7 @@ - + @@ -293464,7 +308290,7 @@ - + @@ -293522,7 +308348,7 @@ - + @@ -293530,7 +308356,7 @@ - + @@ -293542,7 +308368,9 @@ - + @@ -293564,7 +308392,7 @@ - + @@ -293572,7 +308400,7 @@ - + @@ -293619,7 +308447,7 @@ - + @@ -293658,7 +308486,7 @@ - + @@ -293691,7 +308519,7 @@ - + @@ -293749,7 +308577,7 @@ - + @@ -293757,7 +308585,7 @@ - + @@ -293769,7 +308597,9 @@ - + @@ -293791,7 +308621,7 @@ - + @@ -293799,7 +308629,7 @@ - + @@ -293864,7 +308694,7 @@ - + @@ -293902,7 +308732,7 @@ - + @@ -293928,6 +308758,7 @@ + @@ -293935,6 +308766,7 @@ + @@ -294103,7 +308935,7 @@ - + @@ -294163,7 +308995,7 @@ - + @@ -294480,6 +309312,7 @@ + @@ -294487,6 +309320,7 @@ + @@ -294494,6 +309328,7 @@ + @@ -294501,6 +309336,7 @@ + @@ -294508,6 +309344,7 @@ + @@ -294515,6 +309352,7 @@ + @@ -294522,6 +309360,7 @@ + @@ -294529,6 +309368,7 @@ + @@ -294536,6 +309376,7 @@ + @@ -294543,6 +309384,7 @@ + @@ -294550,6 +309392,7 @@ + @@ -294575,7 +309418,15 @@ - + @@ -294662,7 +309513,7 @@ - + @@ -294686,6 +309537,7 @@ + @@ -294724,7 +309576,7 @@ - + @@ -294799,7 +309651,7 @@ - + @@ -294827,7 +309679,11 @@ - + @@ -295068,7 +309924,7 @@ - + @@ -295086,10 +309942,10 @@ - + - + @@ -295105,7 +309961,7 @@ - + @@ -295147,7 +310003,7 @@ - + @@ -295155,7 +310011,7 @@ - + @@ -295163,7 +310019,7 @@ - + @@ -295171,7 +310027,7 @@ - + @@ -295185,7 +310041,7 @@ - + @@ -295244,7 +310100,7 @@ - + @@ -295270,7 +310126,7 @@ - + @@ -295297,7 +310153,7 @@ - + @@ -295341,7 +310197,7 @@ - + @@ -295398,7 +310254,7 @@ - + @@ -295406,7 +310262,7 @@ - + @@ -295418,7 +310274,9 @@ - + @@ -295439,7 +310297,7 @@ - + @@ -295447,7 +310305,7 @@ - + @@ -295478,7 +310336,7 @@ - + @@ -295519,7 +310377,7 @@ - + @@ -295555,7 +310413,7 @@ - + @@ -295592,7 +310450,7 @@ - + @@ -295627,7 +310485,7 @@ - + @@ -295638,7 +310496,7 @@ - + @@ -295678,7 +310536,7 @@ - + @@ -295722,7 +310580,7 @@ - + @@ -295743,7 +310601,9 @@ - + @@ -295765,7 +310625,7 @@ - + @@ -295816,7 +310676,7 @@ - + @@ -295859,7 +310719,7 @@ - + @@ -295893,7 +310753,7 @@ - + @@ -295901,6 +310761,7 @@ + @@ -295958,7 +310819,7 @@ - + @@ -295966,7 +310827,7 @@ - + @@ -295978,7 +310839,9 @@ - + @@ -296000,7 +310863,7 @@ - + @@ -296008,7 +310871,7 @@ - + @@ -296039,7 +310902,7 @@ - + @@ -296052,7 +310915,9 @@ - + @@ -296070,7 +310935,7 @@ - + @@ -296100,7 +310965,7 @@ - + @@ -296130,7 +310995,7 @@ - + @@ -296188,7 +311053,7 @@ - + @@ -296196,7 +311061,7 @@ - + @@ -296208,7 +311073,9 @@ - + @@ -296230,7 +311097,7 @@ - + @@ -296238,7 +311105,7 @@ - + @@ -296304,7 +311171,7 @@ - + @@ -296340,7 +311207,7 @@ - + @@ -296368,7 +311235,7 @@ - + @@ -296509,7 +311376,7 @@ - + @@ -296586,7 +311453,9 @@ - + @@ -296689,6 +311558,7 @@ + @@ -296714,7 +311584,9 @@ - + @@ -296850,13 +311722,13 @@ - + - + @@ -296868,10 +311740,10 @@ - + - + @@ -296885,8 +311757,8 @@ - - + + @@ -296900,8 +311772,8 @@ - - + + @@ -296915,7 +311787,7 @@ - + @@ -296923,7 +311795,7 @@ - + @@ -296931,7 +311803,7 @@ - + @@ -296939,7 +311811,7 @@ - + @@ -296953,7 +311825,7 @@ - + @@ -297004,7 +311876,7 @@ - + @@ -297030,7 +311902,7 @@ - + @@ -297057,7 +311929,7 @@ - + @@ -297101,7 +311973,7 @@ - + @@ -297158,7 +312030,7 @@ - + @@ -297166,7 +312038,7 @@ - + @@ -297178,7 +312050,9 @@ - + @@ -297199,7 +312073,7 @@ - + @@ -297207,7 +312081,7 @@ - + @@ -297219,8 +312093,8 @@ - - + + @@ -297237,15 +312111,15 @@ - + - - + + @@ -297269,15 +312143,15 @@ - + - - + + @@ -297294,7 +312168,7 @@ - + @@ -297319,7 +312193,7 @@ - + @@ -297344,15 +312218,15 @@ - + - - + + @@ -297369,15 +312243,15 @@ - + - - + + @@ -297394,7 +312268,7 @@ - + @@ -297419,15 +312293,69 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + @@ -297444,7 +312372,7 @@ - + @@ -297469,7 +312397,7 @@ - + @@ -297523,7 +312451,7 @@ - + @@ -297531,7 +312459,7 @@ - + @@ -297543,7 +312471,9 @@ - + @@ -297565,7 +312495,7 @@ - + @@ -297573,7 +312503,7 @@ - + @@ -297606,7 +312536,7 @@ - + @@ -297631,7 +312561,7 @@ - + @@ -297657,7 +312587,7 @@ - + @@ -297683,7 +312613,7 @@ - + @@ -297709,7 +312639,7 @@ - + @@ -297734,7 +312664,7 @@ - + @@ -297788,7 +312718,7 @@ - + @@ -297796,7 +312726,7 @@ - + @@ -297808,7 +312738,9 @@ - + @@ -297830,7 +312762,7 @@ - + @@ -297838,7 +312770,7 @@ - + @@ -297850,8 +312782,8 @@ - - + + @@ -297868,15 +312800,15 @@ - + - - + + @@ -297893,15 +312825,15 @@ - + - - + + @@ -297918,15 +312850,15 @@ - + - - + + @@ -297946,7 +312878,7 @@ - + @@ -297969,7 +312901,7 @@ - + @@ -297978,15 +312910,15 @@ - - + + - - + + @@ -297996,8 +312928,8 @@ - - + + @@ -298014,8 +312946,8 @@ - - + + @@ -298047,8 +312979,8 @@ - - + + @@ -298058,8 +312990,8 @@ - - + + @@ -298078,10 +313010,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + @@ -298174,8 +313132,8 @@ - - + + @@ -298185,8 +313143,8 @@ - - + + @@ -298196,8 +313154,8 @@ - - + + @@ -298207,8 +313165,8 @@ - - + + @@ -298238,7 +313196,7 @@ - + @@ -298256,10 +313214,10 @@ - + - + @@ -298275,7 +313233,7 @@ - + @@ -298319,7 +313277,7 @@ - + @@ -298327,7 +313285,7 @@ - + @@ -298335,7 +313293,7 @@ - + @@ -298343,7 +313301,7 @@ - + @@ -298357,7 +313315,7 @@ - + @@ -298416,7 +313374,7 @@ - + @@ -298442,7 +313400,7 @@ - + @@ -298469,7 +313427,7 @@ - + @@ -298513,7 +313471,7 @@ - + @@ -298570,7 +313528,7 @@ - + @@ -298578,7 +313536,7 @@ - + @@ -298590,7 +313548,9 @@ - + @@ -298611,7 +313571,7 @@ - + @@ -298619,7 +313579,7 @@ - + @@ -298650,7 +313610,7 @@ - + @@ -298694,7 +313654,7 @@ - + @@ -298734,7 +313694,7 @@ - + @@ -298768,7 +313728,7 @@ - + @@ -298814,7 +313774,7 @@ - + @@ -298853,7 +313813,7 @@ - + @@ -298891,7 +313851,7 @@ - + @@ -298904,7 +313864,7 @@ - + @@ -298939,7 +313899,7 @@ - + @@ -298973,7 +313933,7 @@ - + @@ -299011,7 +313971,7 @@ - + @@ -299048,7 +314008,7 @@ - + @@ -299083,7 +314043,7 @@ - + @@ -299145,7 +314105,7 @@ - + @@ -299153,7 +314113,7 @@ - + @@ -299165,7 +314125,9 @@ - + @@ -299187,7 +314149,7 @@ - + @@ -299195,7 +314157,7 @@ - + @@ -299227,7 +314189,7 @@ - + @@ -299272,7 +314234,7 @@ - + @@ -299476,7 +314438,7 @@ - + @@ -299651,7 +314613,7 @@ - + @@ -299669,10 +314631,10 @@ - + - + @@ -299687,7 +314649,7 @@ - + @@ -299726,7 +314688,7 @@ - + @@ -299734,7 +314696,7 @@ - + @@ -299742,7 +314704,7 @@ - + @@ -299750,7 +314712,7 @@ - + @@ -299764,7 +314726,7 @@ - + @@ -299819,7 +314781,7 @@ - + @@ -299845,7 +314807,7 @@ - + @@ -299872,7 +314834,7 @@ - + @@ -299916,7 +314878,7 @@ - + @@ -299973,7 +314935,7 @@ - + @@ -299981,7 +314943,7 @@ - + @@ -299993,7 +314955,9 @@ - + @@ -300014,7 +314978,7 @@ - + @@ -300022,7 +314986,7 @@ - + @@ -300053,7 +315017,7 @@ - + @@ -300086,7 +315050,7 @@ - + @@ -300115,7 +315079,7 @@ - + @@ -300147,7 +315111,7 @@ - + @@ -300182,7 +315146,7 @@ - + @@ -300215,7 +315179,7 @@ - + @@ -300244,7 +315208,7 @@ - + @@ -300255,7 +315219,7 @@ - + @@ -300288,7 +315252,7 @@ - + @@ -300299,7 +315263,7 @@ - + @@ -300331,7 +315295,7 @@ - + @@ -300341,7 +315305,7 @@ - + @@ -300373,7 +315337,7 @@ - + @@ -300408,7 +315372,7 @@ - + @@ -300446,7 +315410,7 @@ - + @@ -300479,7 +315443,7 @@ - + @@ -300515,7 +315479,7 @@ - + @@ -300552,7 +315516,7 @@ - + @@ -300585,7 +315549,7 @@ - + @@ -300614,7 +315578,7 @@ - + @@ -300622,6 +315586,7 @@ + @@ -300675,7 +315640,7 @@ - + @@ -300683,7 +315648,7 @@ - + @@ -300695,7 +315660,9 @@ - + @@ -300717,7 +315684,7 @@ - + @@ -300725,7 +315692,7 @@ - + @@ -300755,7 +315722,7 @@ - + @@ -300780,7 +315747,7 @@ - + @@ -300805,7 +315772,7 @@ - + @@ -300830,7 +315797,7 @@ - + @@ -300855,7 +315822,7 @@ - + @@ -300865,7 +315832,7 @@ - + @@ -300892,7 +315859,7 @@ - + @@ -300921,7 +315888,7 @@ - + @@ -300951,7 +315918,7 @@ - + @@ -301005,7 +315972,7 @@ - + @@ -301013,7 +315980,7 @@ - + @@ -301025,7 +315992,9 @@ - + @@ -301047,7 +316016,7 @@ - + @@ -301055,7 +316024,7 @@ - + @@ -301086,7 +316055,7 @@ - + @@ -301096,7 +316065,7 @@ - + @@ -301120,7 +316089,7 @@ - + @@ -301145,7 +316114,7 @@ - + @@ -301199,7 +316168,7 @@ - + @@ -301207,7 +316176,7 @@ - + @@ -301219,7 +316188,9 @@ - + @@ -301241,7 +316212,7 @@ - + @@ -301249,7 +316220,7 @@ - + @@ -301279,7 +316250,7 @@ - + @@ -301304,7 +316275,7 @@ - + @@ -301314,7 +316285,7 @@ - + @@ -301340,7 +316311,7 @@ - + @@ -301380,7 +316351,7 @@ - + @@ -301414,7 +316385,7 @@ - + @@ -301447,7 +316418,7 @@ - + @@ -301480,7 +316451,7 @@ - + @@ -301490,7 +316461,7 @@ - + @@ -301513,7 +316484,7 @@ - + @@ -301523,7 +316494,7 @@ - + @@ -301546,7 +316517,7 @@ - + @@ -301556,7 +316527,7 @@ - + @@ -301579,7 +316550,7 @@ - + @@ -301589,7 +316560,7 @@ - + @@ -301612,7 +316583,7 @@ - + @@ -301622,7 +316593,7 @@ - + @@ -301648,7 +316619,7 @@ - + @@ -301672,7 +316643,7 @@ - + @@ -301814,7 +316785,7 @@ - + @@ -301845,7 +316816,7 @@ - + @@ -301873,7 +316844,7 @@ - + @@ -302037,6 +317008,7 @@ + @@ -302096,7 +317068,7 @@ - + @@ -302158,7 +317130,7 @@ - + @@ -302207,7 +317179,7 @@ - + @@ -302308,7 +317280,7 @@ - + @@ -302326,7 +317298,7 @@ - + @@ -302344,7 +317316,7 @@ - + @@ -302362,7 +317334,7 @@ - + @@ -302380,7 +317352,7 @@ - + @@ -302415,7 +317387,7 @@ - + @@ -302433,10 +317405,10 @@ - + - + @@ -302451,7 +317423,7 @@ - + @@ -302503,7 +317475,7 @@ - + @@ -302511,7 +317483,7 @@ - + @@ -302519,7 +317491,7 @@ - + @@ -302527,7 +317499,7 @@ - + @@ -302541,7 +317513,7 @@ - + @@ -302551,7 +317523,8 @@ - + @@ -302604,7 +317577,7 @@ - + @@ -302630,7 +317603,7 @@ - + @@ -302657,7 +317630,7 @@ - + @@ -302701,7 +317674,7 @@ - + @@ -302758,7 +317731,7 @@ - + @@ -302766,7 +317739,7 @@ - + @@ -302778,7 +317751,9 @@ - + @@ -302799,7 +317774,7 @@ - + @@ -302807,7 +317782,7 @@ - + @@ -302838,7 +317813,7 @@ - + @@ -302879,7 +317854,7 @@ - + @@ -302913,7 +317888,7 @@ - + @@ -302953,7 +317928,7 @@ - + @@ -302986,7 +317961,7 @@ - + @@ -302997,7 +317972,7 @@ - + @@ -303032,7 +318007,7 @@ - + @@ -303069,7 +318044,7 @@ - + @@ -303110,7 +318085,7 @@ - + @@ -303150,7 +318125,7 @@ - + @@ -303194,7 +318169,7 @@ - + @@ -303239,7 +318214,7 @@ - + @@ -303272,7 +318247,7 @@ - + @@ -303305,7 +318280,7 @@ - + @@ -303345,7 +318320,7 @@ - + @@ -303385,7 +318360,7 @@ - + @@ -303421,7 +318396,7 @@ - + @@ -303467,7 +318442,7 @@ - + @@ -303509,7 +318484,7 @@ - + @@ -303552,7 +318527,7 @@ - + @@ -303590,7 +318565,7 @@ - + @@ -303627,7 +318602,7 @@ - + @@ -303672,7 +318647,7 @@ - + @@ -303705,7 +318680,7 @@ - + @@ -303767,7 +318742,7 @@ - + @@ -303775,7 +318750,7 @@ - + @@ -303787,7 +318762,9 @@ - + @@ -303809,7 +318786,7 @@ - + @@ -303817,7 +318794,7 @@ - + @@ -303847,7 +318824,7 @@ - + @@ -303880,7 +318857,7 @@ - + @@ -303913,7 +318890,7 @@ - + @@ -303946,7 +318923,7 @@ - + @@ -304004,7 +318981,7 @@ - + @@ -304012,7 +318989,7 @@ - + @@ -304024,7 +319001,9 @@ - + @@ -304046,7 +319025,7 @@ - + @@ -304054,7 +319033,7 @@ - + @@ -304084,7 +319063,7 @@ - + @@ -304113,7 +319092,7 @@ - + @@ -304143,7 +319122,8 @@ - + @@ -304265,7 +319245,7 @@ - + @@ -304844,7 +319824,7 @@ - + @@ -304862,10 +319842,10 @@ - + - + @@ -304880,7 +319860,7 @@ - + @@ -304926,7 +319906,7 @@ - + @@ -304934,7 +319914,7 @@ - + @@ -304942,7 +319922,7 @@ - + @@ -304950,7 +319930,7 @@ - + @@ -304964,7 +319944,7 @@ - + @@ -305027,7 +320007,7 @@ - + @@ -305053,7 +320033,7 @@ - + @@ -305080,7 +320060,7 @@ - + @@ -305124,7 +320104,7 @@ - + @@ -305181,7 +320161,7 @@ - + @@ -305189,7 +320169,7 @@ - + @@ -305201,7 +320181,9 @@ - + @@ -305222,7 +320204,7 @@ - + @@ -305230,7 +320212,7 @@ - + @@ -305260,7 +320242,7 @@ - + @@ -305297,7 +320279,7 @@ - + @@ -305308,7 +320290,7 @@ - + @@ -305327,7 +320309,9 @@ - + @@ -305344,7 +320328,7 @@ - + @@ -305398,7 +320382,7 @@ - + @@ -305406,7 +320390,7 @@ - + @@ -305418,7 +320402,9 @@ - + @@ -305440,7 +320426,7 @@ - + @@ -305448,7 +320434,7 @@ - + @@ -305478,7 +320464,7 @@ - + @@ -305511,7 +320497,7 @@ - + @@ -305557,7 +320543,7 @@ - + @@ -305598,7 +320584,7 @@ - + @@ -305632,7 +320618,7 @@ - + @@ -305658,7 +320644,7 @@ - + @@ -305688,7 +320674,7 @@ - + @@ -305718,7 +320704,7 @@ - + @@ -305748,7 +320734,7 @@ - + @@ -305777,7 +320763,7 @@ - + @@ -305807,7 +320793,7 @@ - + @@ -305880,7 +320866,7 @@ - + @@ -305899,7 +320885,9 @@ - + @@ -306112,7 +321100,7 @@ - + @@ -306130,10 +321118,10 @@ - + - + @@ -306148,7 +321136,7 @@ - + @@ -306198,7 +321186,7 @@ - + @@ -306206,7 +321194,7 @@ - + @@ -306214,7 +321202,7 @@ - + @@ -306222,7 +321210,7 @@ - + @@ -306236,7 +321224,7 @@ - + @@ -306303,7 +321291,7 @@ - + @@ -306329,7 +321317,7 @@ - + @@ -306356,7 +321344,7 @@ - + @@ -306400,7 +321388,7 @@ - + @@ -306457,7 +321445,7 @@ - + @@ -306465,7 +321453,7 @@ - + @@ -306477,7 +321465,9 @@ - + @@ -306498,7 +321488,7 @@ - + @@ -306506,7 +321496,7 @@ - + @@ -306536,7 +321526,7 @@ - + @@ -306578,7 +321568,7 @@ - + @@ -306608,7 +321598,7 @@ - + @@ -306637,7 +321627,7 @@ - + @@ -306647,7 +321637,7 @@ - + @@ -306679,7 +321669,7 @@ - + @@ -306719,7 +321709,7 @@ - + @@ -306754,7 +321744,7 @@ - + @@ -306800,7 +321790,7 @@ - + @@ -306841,7 +321831,7 @@ - + @@ -306879,7 +321869,7 @@ - + @@ -306911,7 +321901,7 @@ - + @@ -306956,7 +321946,7 @@ - + @@ -306990,7 +321980,7 @@ - + @@ -307024,7 +322014,7 @@ - + @@ -307032,6 +322022,7 @@ + @@ -307089,7 +322080,7 @@ - + @@ -307097,7 +322088,7 @@ - + @@ -307109,7 +322100,9 @@ - + @@ -307131,7 +322124,7 @@ - + @@ -307139,7 +322132,7 @@ - + @@ -307169,7 +322162,7 @@ - + @@ -307213,7 +322206,7 @@ - + @@ -307221,6 +322214,7 @@ + @@ -307253,7 +322247,7 @@ - + @@ -307287,7 +322281,7 @@ - + @@ -307320,7 +322314,7 @@ - + @@ -307349,7 +322343,7 @@ - + @@ -307383,7 +322377,7 @@ - + @@ -307412,7 +322406,7 @@ - + @@ -307520,7 +322514,7 @@ - + @@ -307764,6 +322758,7 @@ + @@ -307814,6 +322809,7 @@ + @@ -307932,7 +322928,7 @@ - + @@ -307950,10 +322946,10 @@ - + - + @@ -307968,7 +322964,7 @@ - + @@ -308008,7 +323004,7 @@ - + @@ -308016,7 +323012,7 @@ - + @@ -308024,7 +323020,7 @@ - + @@ -308032,7 +323028,7 @@ - + @@ -308046,7 +323042,7 @@ - + @@ -308105,7 +323101,7 @@ - + @@ -308131,7 +323127,7 @@ - + @@ -308158,7 +323154,7 @@ - + @@ -308202,7 +323198,7 @@ - + @@ -308259,7 +323255,7 @@ - + @@ -308267,7 +323263,7 @@ - + @@ -308279,7 +323275,9 @@ - + @@ -308300,7 +323298,7 @@ - + @@ -308308,7 +323306,7 @@ - + @@ -308338,7 +323336,7 @@ - + @@ -308373,7 +323371,7 @@ - + @@ -308403,7 +323401,7 @@ - + @@ -308439,7 +323437,7 @@ - + @@ -308479,7 +323477,7 @@ - + @@ -308524,7 +323522,7 @@ - + @@ -308561,7 +323559,7 @@ - + @@ -308594,7 +323592,7 @@ - + @@ -308804,7 +323802,7 @@ - + @@ -308822,10 +323820,10 @@ - + - + @@ -308840,7 +323838,7 @@ - + @@ -308890,6 +323888,7 @@ + @@ -308897,6 +323896,7 @@ + @@ -308904,6 +323904,7 @@ + @@ -308962,7 +323963,7 @@ - + @@ -308988,7 +323989,7 @@ - + @@ -309015,7 +324016,7 @@ - + @@ -309059,7 +324060,7 @@ - + @@ -309116,7 +324117,7 @@ - + @@ -309124,7 +324125,7 @@ - + @@ -309136,7 +324137,9 @@ - + @@ -309157,7 +324160,7 @@ - + @@ -309165,7 +324168,7 @@ - + @@ -309179,7 +324182,11 @@ - + @@ -309197,7 +324204,7 @@ - + @@ -309231,7 +324238,7 @@ - + @@ -309267,7 +324274,7 @@ - + @@ -309294,7 +324301,7 @@ - + @@ -309320,7 +324327,7 @@ - + @@ -309334,7 +324341,7 @@ - + @@ -309367,7 +324374,7 @@ - + @@ -309402,7 +324409,7 @@ - + @@ -309437,7 +324444,7 @@ - + @@ -309471,7 +324478,7 @@ - + @@ -309501,7 +324508,7 @@ - + @@ -309532,7 +324539,7 @@ - + @@ -309562,7 +324569,7 @@ - + @@ -309603,7 +324610,7 @@ - + @@ -309641,7 +324648,7 @@ - + @@ -309667,7 +324674,7 @@ - + @@ -309680,7 +324687,7 @@ - + @@ -309703,7 +324710,7 @@ - + @@ -309716,7 +324723,7 @@ - + @@ -309741,7 +324748,7 @@ - + @@ -309768,7 +324775,7 @@ - + @@ -309794,7 +324801,7 @@ - + @@ -309804,7 +324811,7 @@ - + @@ -309827,7 +324834,7 @@ - + @@ -309840,7 +324847,7 @@ - + @@ -309863,7 +324870,7 @@ - + @@ -309888,7 +324895,7 @@ - + @@ -309914,7 +324921,7 @@ - + @@ -309924,7 +324931,7 @@ - + @@ -309947,7 +324954,7 @@ - + @@ -309957,7 +324964,7 @@ - + @@ -309981,7 +324988,7 @@ - + @@ -310006,7 +325013,7 @@ - + @@ -310060,7 +325067,7 @@ - + @@ -310068,7 +325075,7 @@ - + @@ -310080,7 +325087,9 @@ - + @@ -310102,7 +325111,7 @@ - + @@ -310110,7 +325119,7 @@ - + @@ -310141,7 +325150,7 @@ - + @@ -310167,7 +325176,7 @@ - + @@ -310187,6 +325196,7 @@ + @@ -310194,6 +325204,7 @@ + @@ -310201,6 +325212,7 @@ + @@ -310215,7 +325227,11 @@ - + @@ -310300,7 +325316,7 @@ - + @@ -310505,7 +325521,7 @@ - + @@ -310527,7 +325543,7 @@ - + @@ -310570,7 +325586,7 @@ - + @@ -310591,7 +325607,7 @@ - + @@ -310630,7 +325646,7 @@ - + @@ -310648,7 +325664,7 @@ - + @@ -310704,7 +325720,7 @@ - + @@ -310722,10 +325738,10 @@ - + - + @@ -310740,7 +325756,7 @@ - + @@ -310793,7 +325809,7 @@ - + @@ -310801,7 +325817,7 @@ - + @@ -310809,7 +325825,7 @@ - + @@ -310817,7 +325833,7 @@ - + @@ -310831,7 +325847,7 @@ - + @@ -310839,6 +325855,7 @@ + @@ -310901,7 +325918,7 @@ - + @@ -310927,7 +325944,7 @@ - + @@ -310954,7 +325971,7 @@ - + @@ -310998,7 +326015,7 @@ - + @@ -311055,7 +326072,7 @@ - + @@ -311063,7 +326080,7 @@ - + @@ -311075,7 +326092,9 @@ - + @@ -311096,7 +326115,7 @@ - + @@ -311104,7 +326123,7 @@ - + @@ -311135,7 +326154,7 @@ - + @@ -311183,7 +326202,7 @@ - + @@ -311221,7 +326240,7 @@ - + @@ -311262,7 +326281,7 @@ - + @@ -311303,7 +326322,7 @@ - + @@ -311344,7 +326363,7 @@ - + @@ -311382,7 +326401,7 @@ - + @@ -311393,7 +326412,7 @@ - + @@ -311437,7 +326456,7 @@ - + @@ -311448,7 +326467,7 @@ - + @@ -311489,7 +326508,7 @@ - + @@ -311535,7 +326554,7 @@ - + @@ -311545,7 +326564,7 @@ - + @@ -311587,7 +326606,7 @@ - + @@ -311623,7 +326642,7 @@ - + @@ -311679,7 +326698,7 @@ - + @@ -311731,7 +326750,7 @@ - + @@ -311768,7 +326787,7 @@ - + @@ -311819,7 +326838,7 @@ - + @@ -311871,7 +326890,7 @@ - + @@ -311919,7 +326938,7 @@ - + @@ -311961,7 +326980,7 @@ - + @@ -312015,7 +327034,7 @@ - + @@ -312062,7 +327081,7 @@ - + @@ -312121,7 +327140,7 @@ - + @@ -312163,7 +327182,7 @@ - + @@ -312209,7 +327228,7 @@ - + @@ -312260,7 +327279,7 @@ - + @@ -312301,7 +327320,7 @@ - + @@ -312340,7 +327359,7 @@ - + @@ -312376,7 +327395,7 @@ - + @@ -312421,7 +327440,7 @@ - + @@ -312462,7 +327481,7 @@ - + @@ -312479,7 +327498,7 @@ - + @@ -312497,7 +327516,7 @@ - + @@ -312532,6 +327551,7 @@ + @@ -312728,7 +327748,7 @@ - + @@ -312770,7 +327790,7 @@ - + @@ -312839,7 +327859,7 @@ - + @@ -313491,7 +328511,7 @@ - + @@ -313521,7 +328541,7 @@ - + @@ -313539,10 +328559,10 @@ - + - + @@ -313557,7 +328577,7 @@ - + @@ -313596,7 +328616,7 @@ - + @@ -313604,7 +328624,7 @@ - + @@ -313612,7 +328632,7 @@ - + @@ -313620,7 +328640,7 @@ - + @@ -313634,7 +328654,7 @@ - + @@ -313693,7 +328713,7 @@ - + @@ -313719,7 +328739,7 @@ - + @@ -313746,7 +328766,7 @@ - + @@ -313790,7 +328810,7 @@ - + @@ -313847,7 +328867,7 @@ - + @@ -313855,7 +328875,7 @@ - + @@ -313867,7 +328887,9 @@ - + @@ -313888,7 +328910,7 @@ - + @@ -313896,7 +328918,7 @@ - + @@ -313926,7 +328948,7 @@ - + @@ -313955,7 +328977,7 @@ - + @@ -313991,7 +329013,7 @@ - + @@ -314027,7 +329049,7 @@ - + @@ -314064,7 +329086,7 @@ - + @@ -314101,7 +329123,7 @@ - + @@ -314126,7 +329148,7 @@ - + @@ -314136,7 +329158,7 @@ - + @@ -314163,7 +329185,7 @@ - + @@ -314196,7 +329218,7 @@ - + @@ -314230,7 +329252,7 @@ - + @@ -314255,7 +329277,7 @@ - + @@ -314409,7 +329431,7 @@ - + @@ -314485,7 +329507,7 @@ - + @@ -314503,10 +329525,10 @@ - + - + @@ -314521,7 +329543,7 @@ - + @@ -314560,7 +329582,7 @@ - + @@ -314568,7 +329590,7 @@ - + @@ -314576,7 +329598,7 @@ - + @@ -314584,7 +329606,7 @@ - + @@ -314598,7 +329620,7 @@ - + @@ -314653,7 +329675,7 @@ - + @@ -314679,7 +329701,7 @@ - + @@ -314706,7 +329728,7 @@ - + @@ -314750,7 +329772,7 @@ - + @@ -314807,7 +329829,7 @@ - + @@ -314815,7 +329837,7 @@ - + @@ -314827,7 +329849,9 @@ - + @@ -314848,7 +329872,7 @@ - + @@ -314856,7 +329880,7 @@ - + @@ -314886,7 +329910,7 @@ - + @@ -314923,7 +329947,7 @@ - + @@ -314961,7 +329985,7 @@ - + @@ -314972,7 +329996,7 @@ - + @@ -315008,7 +330032,7 @@ - + @@ -315059,7 +330083,7 @@ - + @@ -315096,7 +330120,7 @@ - + @@ -315135,7 +330159,7 @@ - + @@ -315166,7 +330190,7 @@ - + @@ -315203,7 +330227,7 @@ - + @@ -315265,7 +330289,7 @@ - + @@ -315273,7 +330297,7 @@ - + @@ -315285,7 +330309,9 @@ - + @@ -315307,7 +330333,7 @@ - + @@ -315315,7 +330341,7 @@ - + @@ -315347,7 +330373,7 @@ - + @@ -315387,7 +330413,7 @@ - + @@ -315424,7 +330450,7 @@ - + @@ -315454,7 +330480,7 @@ - + @@ -315487,7 +330513,7 @@ - + @@ -315529,7 +330555,7 @@ - + @@ -315575,7 +330601,7 @@ - + @@ -315612,7 +330638,7 @@ - + @@ -315670,7 +330696,7 @@ - + @@ -315678,7 +330704,7 @@ - + @@ -315690,7 +330716,9 @@ - + @@ -315712,7 +330740,7 @@ - + @@ -315720,7 +330748,7 @@ - + @@ -315750,7 +330778,7 @@ - + @@ -315779,7 +330807,7 @@ - + @@ -315817,7 +330845,7 @@ - + @@ -315853,7 +330881,7 @@ - + @@ -315882,7 +330910,7 @@ - + @@ -315940,7 +330968,7 @@ - + @@ -315948,7 +330976,7 @@ - + @@ -315960,7 +330988,9 @@ - + @@ -315982,7 +331012,7 @@ - + @@ -315990,7 +331020,7 @@ - + @@ -316020,7 +331050,7 @@ - + @@ -316053,7 +331083,7 @@ - + @@ -316082,7 +331112,7 @@ - + @@ -316124,7 +331154,7 @@ - + @@ -316158,7 +331188,7 @@ - + @@ -316195,7 +331225,7 @@ - + @@ -316238,7 +331268,7 @@ - + @@ -316275,7 +331305,7 @@ - + @@ -316366,7 +331396,7 @@ - + @@ -316969,13 +331999,13 @@ - + - + @@ -316987,10 +332017,10 @@ - + - + @@ -317005,7 +332035,7 @@ - + @@ -317039,7 +332069,7 @@ - + @@ -317047,7 +332077,7 @@ - + @@ -317055,7 +332085,7 @@ - + @@ -317063,7 +332093,7 @@ - + @@ -317077,7 +332107,7 @@ - + @@ -317136,7 +332166,7 @@ - + @@ -317162,7 +332192,7 @@ - + @@ -317189,7 +332219,7 @@ - + @@ -317233,7 +332263,7 @@ - + @@ -317290,7 +332320,7 @@ - + @@ -317298,7 +332328,7 @@ - + @@ -317310,7 +332340,9 @@ - + @@ -317331,7 +332363,7 @@ - + @@ -317339,7 +332371,7 @@ - + @@ -317371,7 +332403,7 @@ - + @@ -317396,7 +332428,7 @@ - + @@ -317422,7 +332454,7 @@ - + @@ -317447,7 +332479,7 @@ - + @@ -317473,7 +332505,7 @@ - + @@ -317499,7 +332531,7 @@ - + @@ -317508,7 +332540,8 @@ - + @@ -317525,7 +332558,7 @@ - + @@ -317536,7 +332569,7 @@ - + @@ -317560,7 +332593,7 @@ - + @@ -317591,7 +332624,7 @@ - + @@ -317616,7 +332649,7 @@ - + @@ -317645,7 +332678,7 @@ - + @@ -317671,7 +332704,7 @@ - + @@ -317697,7 +332730,7 @@ - + @@ -317724,7 +332757,7 @@ - + @@ -317749,7 +332782,7 @@ - + @@ -317783,7 +332816,7 @@ - + @@ -317811,7 +332844,7 @@ - + @@ -317837,14 +332870,14 @@ - + - + @@ -317863,7 +332896,7 @@ - + @@ -317889,7 +332922,7 @@ - + @@ -317914,7 +332947,7 @@ - + @@ -317951,7 +332984,7 @@ - + @@ -317992,7 +333025,7 @@ - + @@ -318021,7 +333054,7 @@ - + @@ -318054,7 +333087,7 @@ - + @@ -318108,7 +333141,7 @@ - + @@ -318116,7 +333149,7 @@ - + @@ -318128,7 +333161,9 @@ - + @@ -318150,7 +333185,7 @@ - + @@ -318158,7 +333193,7 @@ - + @@ -318192,7 +333227,7 @@ - + @@ -318221,7 +333256,7 @@ - + @@ -318258,7 +333293,7 @@ - + @@ -318268,7 +333303,7 @@ - + @@ -318295,7 +333330,7 @@ - + @@ -318349,7 +333384,7 @@ - + @@ -318357,7 +333392,7 @@ - + @@ -318369,7 +333404,9 @@ - + @@ -318391,7 +333428,7 @@ - + @@ -318399,7 +333436,7 @@ - + @@ -318411,7 +333448,7 @@ - + @@ -318430,7 +333467,7 @@ - + @@ -318463,7 +333500,7 @@ - + @@ -318497,7 +333534,7 @@ - + @@ -318512,7 +333549,7 @@ - + @@ -318534,7 +333571,7 @@ - + @@ -318545,7 +333582,7 @@ - + @@ -318564,7 +333601,7 @@ - + @@ -318597,7 +333634,7 @@ - + @@ -318626,7 +333663,7 @@ - + @@ -318684,7 +333721,7 @@ - + @@ -318692,7 +333729,7 @@ - + @@ -318704,7 +333741,9 @@ - + @@ -318726,7 +333765,7 @@ - + @@ -318734,7 +333773,7 @@ - + @@ -318768,7 +333807,7 @@ - + @@ -318787,7 +333826,7 @@ - + @@ -318805,7 +333844,7 @@ - + @@ -318816,7 +333855,7 @@ - + @@ -318834,7 +333873,7 @@ - + @@ -318845,7 +333884,7 @@ - + @@ -318863,7 +333902,7 @@ - + @@ -318892,14 +333931,14 @@ - + - + @@ -318917,7 +333956,7 @@ - + @@ -318954,7 +333993,7 @@ - + @@ -319008,7 +334047,7 @@ - + @@ -319016,7 +334055,7 @@ - + @@ -319028,7 +334067,9 @@ - + @@ -319050,7 +334091,7 @@ - + @@ -319058,7 +334099,7 @@ - + @@ -319070,7 +334111,7 @@ - + @@ -319088,7 +334129,7 @@ - + @@ -319107,7 +334148,7 @@ - + @@ -319125,7 +334166,7 @@ - + @@ -319150,7 +334191,7 @@ - + @@ -319179,7 +334220,7 @@ - + @@ -319204,7 +334245,7 @@ - + @@ -319309,7 +334350,8 @@ - + @@ -319324,7 +334366,7 @@ - + @@ -319474,7 +334516,7 @@ - + @@ -319644,7 +334686,7 @@ - + @@ -319663,7 +334705,7 @@ - + @@ -319719,7 +334761,7 @@ - + @@ -319737,7 +334779,7 @@ - + @@ -319810,7 +334852,7 @@ - + @@ -319824,7 +334866,7 @@ - + @@ -319838,7 +334880,7 @@ - + @@ -319862,7 +334904,7 @@ - + @@ -319894,7 +334936,7 @@ - + @@ -319916,7 +334958,7 @@ - + @@ -319976,7 +335018,7 @@ - + @@ -319997,10 +335039,10 @@ - + - + @@ -320015,7 +335057,7 @@ - + @@ -320066,6 +335108,7 @@ + @@ -320073,6 +335116,7 @@ + @@ -320081,6 +335125,7 @@ + @@ -320089,6 +335134,7 @@ + @@ -320096,6 +335142,7 @@ + @@ -320103,6 +335150,7 @@ + @@ -320111,6 +335159,7 @@ + @@ -320119,6 +335168,7 @@ + @@ -320127,6 +335177,7 @@ + @@ -320135,6 +335186,7 @@ + @@ -320143,6 +335195,7 @@ + @@ -320151,6 +335204,7 @@ + @@ -320159,6 +335213,7 @@ + @@ -320167,6 +335222,7 @@ + @@ -320175,6 +335231,7 @@ + @@ -320183,6 +335240,7 @@ + @@ -320191,6 +335249,7 @@ + @@ -320245,7 +335304,7 @@ - + @@ -320271,7 +335330,7 @@ - + @@ -320298,7 +335357,7 @@ - + @@ -320342,7 +335401,7 @@ - + @@ -320399,7 +335458,7 @@ - + @@ -320407,7 +335466,7 @@ - + @@ -320419,7 +335478,9 @@ - + @@ -320440,7 +335501,7 @@ - + @@ -320448,7 +335509,7 @@ - + @@ -320462,7 +335523,11 @@ - + @@ -320484,7 +335549,7 @@ - + @@ -320519,7 +335584,7 @@ - + @@ -320561,7 +335626,7 @@ - + @@ -320582,7 +335647,12 @@ - + @@ -320601,7 +335671,7 @@ - + @@ -320627,7 +335697,7 @@ - + @@ -320657,7 +335727,7 @@ - + @@ -320671,7 +335741,7 @@ - + @@ -320708,7 +335778,7 @@ - + @@ -320747,7 +335817,7 @@ - + @@ -320782,7 +335852,7 @@ - + @@ -320820,7 +335890,7 @@ - + @@ -320850,7 +335920,7 @@ - + @@ -320884,7 +335954,7 @@ - + @@ -320914,7 +335984,7 @@ - + @@ -320955,7 +336025,7 @@ - + @@ -320995,7 +336065,7 @@ - + @@ -321029,7 +336099,7 @@ - + @@ -321049,7 +336119,7 @@ - + @@ -321067,7 +336137,7 @@ - + @@ -321080,7 +336150,7 @@ - + @@ -321103,7 +336173,7 @@ - + @@ -321111,6 +336181,7 @@ + @@ -321164,7 +336235,7 @@ - + @@ -321172,7 +336243,7 @@ - + @@ -321184,7 +336255,9 @@ - + @@ -321206,7 +336279,7 @@ - + @@ -321214,7 +336287,7 @@ - + @@ -321245,7 +336318,7 @@ - + @@ -321272,7 +336345,7 @@ - + @@ -321298,7 +336371,7 @@ - + @@ -321323,7 +336396,7 @@ - + @@ -321348,7 +336421,7 @@ - + @@ -321358,7 +336431,7 @@ - + @@ -321382,7 +336455,7 @@ - + @@ -321408,7 +336481,7 @@ - + @@ -321462,7 +336535,7 @@ - + @@ -321470,7 +336543,7 @@ - + @@ -321482,7 +336555,9 @@ - + @@ -321504,7 +336579,7 @@ - + @@ -321512,7 +336587,7 @@ - + @@ -321542,7 +336617,7 @@ - + @@ -321552,7 +336627,7 @@ - + @@ -321575,7 +336650,7 @@ - + @@ -321602,7 +336677,7 @@ - + @@ -321611,7 +336686,9 @@ - + @@ -321629,7 +336706,7 @@ - + @@ -321668,7 +336745,7 @@ - + @@ -321694,7 +336771,7 @@ - + @@ -321704,7 +336781,7 @@ - + @@ -321728,7 +336805,7 @@ - + @@ -321736,6 +336813,7 @@ + @@ -321743,6 +336821,7 @@ + @@ -321750,6 +336829,7 @@ + @@ -321803,7 +336883,7 @@ - + @@ -321811,7 +336891,7 @@ - + @@ -321823,7 +336903,9 @@ - + @@ -321845,7 +336927,7 @@ - + @@ -321853,7 +336935,7 @@ - + @@ -321884,7 +336966,7 @@ - + @@ -321893,6 +336975,7 @@ + @@ -321922,7 +337005,7 @@ - + @@ -321931,6 +337014,7 @@ + @@ -321938,6 +337022,7 @@ + @@ -321991,7 +337076,7 @@ - + @@ -321999,7 +337084,7 @@ - + @@ -322011,7 +337096,9 @@ - + @@ -322033,7 +337120,7 @@ - + @@ -322041,7 +337128,7 @@ - + @@ -322071,7 +337158,7 @@ - + @@ -322096,6 +337183,7 @@ + @@ -322104,6 +337192,7 @@ + @@ -322112,6 +337201,7 @@ + @@ -322120,6 +337210,7 @@ + @@ -322128,6 +337219,7 @@ + @@ -322136,6 +337228,7 @@ + @@ -322144,6 +337237,7 @@ + @@ -322152,6 +337246,7 @@ + @@ -322160,6 +337255,7 @@ + @@ -322168,6 +337264,7 @@ + @@ -322176,6 +337273,7 @@ + @@ -322184,6 +337282,7 @@ + @@ -322191,6 +337290,7 @@ + @@ -322199,6 +337299,7 @@ + @@ -322206,6 +337307,7 @@ + @@ -322213,6 +337315,7 @@ + @@ -322221,6 +337324,7 @@ + @@ -322231,7 +337335,11 @@ - + @@ -322309,7 +337417,12 @@ - + @@ -322357,7 +337470,7 @@ - + @@ -322592,7 +337705,7 @@ - + @@ -322609,7 +337722,7 @@ - + @@ -322627,6 +337740,7 @@ + @@ -322689,7 +337803,7 @@ - + @@ -322732,7 +337846,7 @@ - + @@ -322763,7 +337877,9 @@ - + @@ -322814,7 +337930,7 @@ - + @@ -322833,6 +337949,7 @@ + @@ -322840,6 +337957,7 @@ + @@ -322847,6 +337965,7 @@ + @@ -322866,6 +337985,7 @@ + @@ -322889,6 +338009,7 @@ + @@ -322896,6 +338017,7 @@ + @@ -322922,7 +338044,7 @@ - + @@ -322940,10 +338062,10 @@ - + - + @@ -322958,7 +338080,7 @@ - + @@ -323004,6 +338126,7 @@ + @@ -323058,7 +338181,7 @@ - + @@ -323084,7 +338207,7 @@ - + @@ -323111,7 +338234,7 @@ - + @@ -323155,7 +338278,7 @@ - + @@ -323212,7 +338335,7 @@ - + @@ -323220,7 +338343,7 @@ - + @@ -323232,7 +338355,9 @@ - + @@ -323253,7 +338378,7 @@ - + @@ -323261,7 +338386,7 @@ - + @@ -323275,7 +338400,11 @@ - + @@ -323297,7 +338426,7 @@ - + @@ -323332,7 +338461,7 @@ - + @@ -323370,7 +338499,7 @@ - + @@ -323406,7 +338535,7 @@ - + @@ -323432,7 +338561,7 @@ - + @@ -323462,7 +338591,7 @@ - + @@ -323476,7 +338605,7 @@ - + @@ -323509,7 +338638,7 @@ - + @@ -323544,7 +338673,7 @@ - + @@ -323579,7 +338708,7 @@ - + @@ -323613,7 +338742,7 @@ - + @@ -323643,7 +338772,7 @@ - + @@ -323674,7 +338803,7 @@ - + @@ -323704,7 +338833,7 @@ - + @@ -323745,7 +338874,7 @@ - + @@ -323785,7 +338914,7 @@ - + @@ -323819,7 +338948,7 @@ - + @@ -323873,7 +339002,7 @@ - + @@ -323881,7 +339010,7 @@ - + @@ -323893,7 +339022,9 @@ - + @@ -323915,7 +339046,7 @@ - + @@ -323923,7 +339054,7 @@ - + @@ -323954,7 +339085,7 @@ - + @@ -323979,7 +339110,7 @@ - + @@ -323989,7 +339120,7 @@ - + @@ -324013,7 +339144,7 @@ - + @@ -324038,7 +339169,7 @@ - + @@ -324064,7 +339195,7 @@ - + @@ -324089,7 +339220,7 @@ - + @@ -324143,7 +339274,7 @@ - + @@ -324151,7 +339282,7 @@ - + @@ -324163,7 +339294,9 @@ - + @@ -324185,7 +339318,7 @@ - + @@ -324193,7 +339326,7 @@ - + @@ -324223,7 +339356,7 @@ - + @@ -324248,7 +339381,7 @@ - + @@ -324274,7 +339407,7 @@ - + @@ -324284,7 +339417,7 @@ - + @@ -324307,7 +339440,7 @@ - + @@ -324333,7 +339466,7 @@ - + @@ -324387,7 +339520,7 @@ - + @@ -324395,7 +339528,7 @@ - + @@ -324407,7 +339540,9 @@ - + @@ -324429,7 +339564,7 @@ - + @@ -324437,7 +339572,7 @@ - + @@ -324467,7 +339602,7 @@ - + @@ -324492,7 +339627,7 @@ - + @@ -324517,7 +339652,7 @@ - + @@ -324527,7 +339662,7 @@ - + @@ -324550,7 +339685,7 @@ - + @@ -324575,7 +339710,7 @@ - + @@ -324629,7 +339764,7 @@ - + @@ -324637,7 +339772,7 @@ - + @@ -324649,7 +339784,9 @@ - + @@ -324671,7 +339808,7 @@ - + @@ -324679,7 +339816,7 @@ - + @@ -324709,7 +339846,7 @@ - + @@ -324734,7 +339871,7 @@ - + @@ -324788,7 +339925,7 @@ - + @@ -324796,7 +339933,7 @@ - + @@ -324808,7 +339945,9 @@ - + @@ -324830,7 +339969,7 @@ - + @@ -324838,7 +339977,7 @@ - + @@ -324868,7 +340007,7 @@ - + @@ -324893,7 +340032,7 @@ - + @@ -324918,7 +340057,7 @@ - + @@ -324943,7 +340082,7 @@ - + @@ -325119,7 +340258,7 @@ - + @@ -325144,7 +340283,7 @@ - + @@ -325169,7 +340308,7 @@ - + @@ -325179,7 +340318,7 @@ - + @@ -325202,7 +340341,7 @@ - + @@ -325227,7 +340366,7 @@ - + @@ -325252,7 +340391,7 @@ - + @@ -325278,7 +340417,7 @@ - + @@ -325303,7 +340442,7 @@ - + @@ -325311,6 +340450,7 @@ + @@ -325318,6 +340458,7 @@ + @@ -325371,7 +340512,7 @@ - + @@ -325379,7 +340520,7 @@ - + @@ -325391,7 +340532,9 @@ - + @@ -325413,7 +340556,7 @@ - + @@ -325421,7 +340564,7 @@ - + @@ -325451,7 +340594,7 @@ - + @@ -325476,7 +340619,7 @@ - + @@ -325486,7 +340629,7 @@ - + @@ -325509,7 +340652,7 @@ - + @@ -325534,7 +340677,7 @@ - + @@ -325559,7 +340702,7 @@ - + @@ -325569,7 +340712,7 @@ - + @@ -325592,7 +340735,7 @@ - + @@ -325617,7 +340760,7 @@ - + @@ -325627,7 +340770,7 @@ - + @@ -325650,7 +340793,7 @@ - + @@ -325704,7 +340847,7 @@ - + @@ -325712,7 +340855,7 @@ - + @@ -325724,7 +340867,9 @@ - + @@ -325746,7 +340891,7 @@ - + @@ -325754,7 +340899,7 @@ - + @@ -325796,7 +340941,7 @@ - + @@ -325819,7 +340964,7 @@ - + @@ -325844,7 +340989,7 @@ - + @@ -325898,7 +341043,7 @@ - + @@ -325906,7 +341051,7 @@ - + @@ -325918,7 +341063,9 @@ - + @@ -325940,7 +341087,7 @@ - + @@ -325948,7 +341095,7 @@ - + @@ -325978,7 +341125,7 @@ - + @@ -326003,7 +341150,7 @@ - + @@ -326028,7 +341175,7 @@ - + @@ -326049,6 +341196,7 @@ + @@ -326059,7 +341207,11 @@ - + @@ -326177,7 +341329,7 @@ - + @@ -326410,7 +341562,7 @@ - + @@ -326497,7 +341649,7 @@ - + @@ -326561,7 +341713,7 @@ - + @@ -326840,7 +341992,7 @@ - + @@ -326903,6 +342055,7 @@ + @@ -326910,6 +342063,7 @@ + @@ -326940,7 +342094,7 @@ - + @@ -326981,7 +342135,7 @@ - + @@ -327011,7 +342165,7 @@ - + @@ -327110,7 +342264,7 @@ - + @@ -327128,10 +342282,10 @@ - + - + @@ -327145,8 +342299,8 @@ - - + + @@ -327165,8 +342319,8 @@ - - + + @@ -327183,7 +342337,7 @@ - + @@ -327191,7 +342345,7 @@ - + @@ -327199,7 +342353,7 @@ - + @@ -327207,7 +342361,7 @@ - + @@ -327221,7 +342375,7 @@ - + @@ -327276,7 +342430,7 @@ - + @@ -327302,7 +342456,7 @@ - + @@ -327329,7 +342483,7 @@ - + @@ -327373,7 +342527,7 @@ - + @@ -327430,7 +342584,7 @@ - + @@ -327438,7 +342592,7 @@ - + @@ -327450,7 +342604,9 @@ - + @@ -327471,7 +342627,7 @@ - + @@ -327479,7 +342635,7 @@ - + @@ -327509,7 +342665,7 @@ - + @@ -327538,7 +342694,7 @@ - + @@ -327547,7 +342703,9 @@ - + @@ -327564,18 +342722,18 @@ - + - + - + @@ -327584,8 +342742,8 @@ - - + + @@ -327595,7 +342753,7 @@ - + @@ -327603,7 +342761,7 @@ - + @@ -327632,7 +342790,7 @@ - + @@ -327666,7 +342824,7 @@ - + @@ -327695,7 +342853,7 @@ - + @@ -327706,8 +342864,8 @@ - - + + @@ -327724,7 +342882,7 @@ - + @@ -327778,7 +342936,7 @@ - + @@ -327786,7 +342944,7 @@ - + @@ -327798,7 +342956,9 @@ - + @@ -327820,7 +342980,7 @@ - + @@ -327828,7 +342988,7 @@ - + @@ -327838,14 +342998,14 @@ - - - - + + + + - + @@ -327858,19 +343018,19 @@ - + - - - + + + - + @@ -327883,17 +343043,17 @@ - + - + - + @@ -327916,7 +343076,7 @@ - + @@ -327942,7 +343102,7 @@ - + @@ -327955,178 +343115,19 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - + - + @@ -328134,7 +343135,7 @@ - + @@ -328147,15 +343148,15 @@ - - + + - + @@ -328168,20 +343169,20 @@ - + - - + + - + @@ -328194,19 +343195,19 @@ - + - - + + - + @@ -328219,24 +343220,24 @@ - + - - - - + + + + - + - + @@ -328244,128 +343245,19 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + @@ -328378,7 +343270,7 @@ - + @@ -328391,18 +343283,18 @@ - + - - + + - + @@ -328415,7 +343307,7 @@ - + @@ -328425,15 +343317,15 @@ - + - - + + @@ -328474,7 +343366,9 @@ - + @@ -328485,11 +343379,11 @@ - + - + @@ -328498,13 +343392,13 @@ - - + + - + @@ -328564,8 +343458,8 @@ - - + + @@ -328573,10 +343467,10 @@ - - - - + + + + @@ -328584,9 +343478,9 @@ - - - + + + @@ -328596,11 +343490,11 @@ - + - + @@ -328634,36 +343528,14 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + + + - + @@ -328675,8 +343547,8 @@ - - + + @@ -328687,8 +343559,8 @@ - - + + @@ -328699,8 +343571,8 @@ - - + + @@ -328710,19 +343582,19 @@ - - - - + + + + - + - - + + @@ -328740,11 +343612,11 @@ - + - - + + @@ -328760,20 +343632,3161 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -328791,10 +346804,10 @@ - + - + @@ -328809,7 +346822,7 @@ - + @@ -328848,7 +346861,7 @@ - + @@ -328856,7 +346869,7 @@ - + @@ -328864,7 +346877,7 @@ - + @@ -328872,7 +346885,7 @@ - + @@ -328886,7 +346899,7 @@ - + @@ -328945,7 +346958,7 @@ - + @@ -328971,7 +346984,7 @@ - + @@ -328998,7 +347011,7 @@ - + @@ -329042,7 +347055,7 @@ - + @@ -329099,7 +347112,7 @@ - + @@ -329107,7 +347120,7 @@ - + @@ -329119,7 +347132,9 @@ - + @@ -329140,7 +347155,7 @@ - + @@ -329148,7 +347163,7 @@ - + @@ -329179,7 +347194,7 @@ - + @@ -329212,7 +347227,7 @@ - + @@ -329223,7 +347238,7 @@ - + @@ -329255,7 +347270,7 @@ - + @@ -329297,7 +347312,7 @@ - + @@ -329342,7 +347357,7 @@ - + @@ -329372,7 +347387,7 @@ - + @@ -329430,7 +347445,7 @@ - + @@ -329438,7 +347453,7 @@ - + @@ -329450,7 +347465,9 @@ - + @@ -329472,7 +347489,7 @@ - + @@ -329480,7 +347497,7 @@ - + @@ -329510,7 +347527,7 @@ - + @@ -329539,7 +347556,7 @@ - + @@ -329569,7 +347586,7 @@ - + @@ -329598,7 +347615,7 @@ - + @@ -329656,7 +347673,7 @@ - + @@ -329664,7 +347681,7 @@ - + @@ -329676,7 +347693,9 @@ - + @@ -329698,7 +347717,7 @@ - + @@ -329706,7 +347725,7 @@ - + @@ -329736,7 +347755,7 @@ - + @@ -329769,7 +347788,7 @@ - + @@ -329841,7 +347860,7 @@ - + @@ -330056,7 +348075,7 @@ - + @@ -330074,10 +348093,10 @@ - + - + @@ -330092,7 +348111,7 @@ - + @@ -330121,7 +348140,7 @@ - + @@ -330129,7 +348148,7 @@ - + @@ -330137,7 +348156,7 @@ - + @@ -330145,7 +348164,7 @@ - + @@ -330159,7 +348178,7 @@ - + @@ -330210,7 +348229,7 @@ - + @@ -330236,7 +348255,7 @@ - + @@ -330263,7 +348282,7 @@ - + @@ -330307,7 +348326,7 @@ - + @@ -330364,7 +348383,7 @@ - + @@ -330372,7 +348391,7 @@ - + @@ -330384,7 +348403,9 @@ - + @@ -330405,7 +348426,7 @@ - + @@ -330413,7 +348434,7 @@ - + @@ -330443,7 +348464,7 @@ - + @@ -330468,7 +348489,7 @@ - + @@ -330493,7 +348514,7 @@ - + @@ -330518,7 +348539,7 @@ - + @@ -330543,7 +348564,7 @@ - + @@ -330568,7 +348589,7 @@ - + @@ -330594,7 +348615,7 @@ - + @@ -330619,7 +348640,7 @@ - + @@ -330645,7 +348666,7 @@ - + @@ -330671,7 +348692,7 @@ - + @@ -330696,7 +348717,7 @@ - + @@ -330750,7 +348771,7 @@ - + @@ -330758,7 +348779,7 @@ - + @@ -330770,7 +348791,9 @@ - + @@ -330792,7 +348815,7 @@ - + @@ -330800,7 +348823,7 @@ - + @@ -330830,7 +348853,7 @@ - + @@ -330855,7 +348878,7 @@ - + @@ -330880,7 +348903,7 @@ - + @@ -330905,7 +348928,7 @@ - + @@ -330930,7 +348953,7 @@ - + @@ -330955,7 +348978,7 @@ - + @@ -330983,7 +349006,7 @@ - + @@ -331008,7 +349031,7 @@ - + @@ -331033,7 +349056,7 @@ - + @@ -331087,7 +349110,7 @@ - + @@ -331095,7 +349118,7 @@ - + @@ -331107,7 +349130,9 @@ - + @@ -331129,7 +349154,7 @@ - + @@ -331137,7 +349162,7 @@ - + @@ -331167,7 +349192,7 @@ - + @@ -331192,7 +349217,7 @@ - + @@ -331217,7 +349242,7 @@ - + @@ -331247,7 +349272,7 @@ - + @@ -331275,7 +349300,7 @@ - + @@ -331300,7 +349325,7 @@ - + @@ -331326,7 +349351,7 @@ - + @@ -331352,7 +349377,7 @@ - + @@ -331377,7 +349402,7 @@ - + @@ -331431,7 +349456,7 @@ - + @@ -331439,7 +349464,7 @@ - + @@ -331451,7 +349476,9 @@ - + @@ -331473,7 +349500,7 @@ - + @@ -331481,7 +349508,7 @@ - + @@ -331511,7 +349538,7 @@ - + @@ -331536,7 +349563,7 @@ - + @@ -331561,7 +349588,7 @@ - + @@ -331586,7 +349613,7 @@ - + @@ -331611,7 +349638,7 @@ - + @@ -331665,7 +349692,7 @@ - + @@ -331673,7 +349700,7 @@ - + @@ -331685,7 +349712,9 @@ - + @@ -331707,7 +349736,7 @@ - + @@ -331715,7 +349744,7 @@ - + @@ -331745,7 +349774,7 @@ - + @@ -331770,7 +349799,7 @@ - + @@ -331795,7 +349824,7 @@ - + @@ -331820,7 +349849,7 @@ - + @@ -331845,7 +349874,7 @@ - + @@ -331899,7 +349928,7 @@ - + @@ -331907,7 +349936,7 @@ - + @@ -331919,7 +349948,9 @@ - + @@ -331941,7 +349972,7 @@ - + @@ -331949,7 +349980,7 @@ - + @@ -331979,7 +350010,7 @@ - + @@ -332004,7 +350035,7 @@ - + @@ -332029,7 +350060,7 @@ - + @@ -332052,24 +350083,24 @@ - + - - - - + + + + - + - + @@ -332077,7 +350108,7 @@ - + @@ -332103,7 +350134,7 @@ - + @@ -332128,7 +350159,7 @@ - + @@ -332182,7 +350213,7 @@ - + @@ -332190,7 +350221,7 @@ - + @@ -332202,7 +350233,9 @@ - + @@ -332224,7 +350257,7 @@ - + @@ -332232,7 +350265,7 @@ - + @@ -332262,15 +350295,15 @@ - + - - + + @@ -332287,7 +350320,32 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -332312,7 +350370,7 @@ - + @@ -332337,7 +350395,7 @@ - + @@ -332391,7 +350449,7 @@ - + @@ -332399,7 +350457,7 @@ - + @@ -332411,7 +350469,9 @@ - + @@ -332433,7 +350493,7 @@ - + @@ -332441,7 +350501,7 @@ - + @@ -332471,7 +350531,7 @@ - + @@ -332496,7 +350556,7 @@ - + @@ -332521,7 +350581,7 @@ - + @@ -332546,7 +350606,7 @@ - + @@ -332572,7 +350632,7 @@ - + @@ -332597,7 +350657,7 @@ - + @@ -332651,7 +350711,7 @@ - + @@ -332659,7 +350719,7 @@ - + @@ -332671,7 +350731,9 @@ - + @@ -332693,7 +350755,7 @@ - + @@ -332701,7 +350763,7 @@ - + @@ -332731,7 +350793,7 @@ - + @@ -332756,7 +350818,7 @@ - + @@ -332781,7 +350843,7 @@ - + @@ -332806,7 +350868,7 @@ - + @@ -332831,7 +350893,7 @@ - + @@ -332856,7 +350918,7 @@ - + @@ -332881,7 +350943,7 @@ - + @@ -332904,7 +350966,7 @@ - + @@ -332927,7 +350989,7 @@ - + @@ -332952,7 +351014,7 @@ - + @@ -333006,7 +351068,7 @@ - + @@ -333014,7 +351076,7 @@ - + @@ -333026,7 +351088,9 @@ - + @@ -333048,7 +351112,7 @@ - + @@ -333056,7 +351120,7 @@ - + @@ -333086,7 +351150,7 @@ - + @@ -333111,7 +351175,7 @@ - + @@ -333136,7 +351200,7 @@ - + @@ -333162,7 +351226,7 @@ - + @@ -333185,7 +351249,7 @@ - + @@ -333210,7 +351274,7 @@ - + @@ -333264,7 +351328,7 @@ - + @@ -333272,7 +351336,7 @@ - + @@ -333284,7 +351348,9 @@ - + @@ -333306,7 +351372,7 @@ - + @@ -333314,7 +351380,7 @@ - + @@ -333348,7 +351414,7 @@ - + @@ -333373,7 +351439,7 @@ - + @@ -333398,7 +351464,7 @@ - + @@ -333432,7 +351498,7 @@ - + @@ -333457,7 +351523,7 @@ - + @@ -333482,7 +351548,7 @@ - + @@ -333508,7 +351574,7 @@ - + @@ -333534,7 +351600,7 @@ - + @@ -333560,7 +351626,7 @@ - + @@ -333586,7 +351652,7 @@ - + @@ -333612,7 +351678,7 @@ - + @@ -334113,14 +352179,14 @@ - - - - + + + + - + @@ -334160,8 +352226,8 @@ - - + + @@ -334169,6 +352235,17 @@ + + + + + + + + + + + @@ -334578,7 +352655,7 @@ - + @@ -334593,10 +352670,10 @@ - + - + @@ -334611,7 +352688,7 @@ - + @@ -334640,7 +352717,7 @@ - + @@ -334648,7 +352725,7 @@ - + @@ -334656,7 +352733,7 @@ - + @@ -334664,7 +352741,7 @@ - + @@ -334678,7 +352755,7 @@ - + @@ -334729,7 +352806,7 @@ - + @@ -334755,7 +352832,7 @@ - + @@ -334782,7 +352859,7 @@ - + @@ -334826,7 +352903,7 @@ - + @@ -334883,7 +352960,7 @@ - + @@ -334891,7 +352968,7 @@ - + @@ -334903,7 +352980,9 @@ - + @@ -334924,7 +353003,7 @@ - + @@ -334932,7 +353011,7 @@ - + @@ -334962,7 +353041,7 @@ - + @@ -334987,7 +353066,7 @@ - + @@ -335012,7 +353091,7 @@ - + @@ -335037,7 +353116,7 @@ - + @@ -335062,7 +353141,7 @@ - + @@ -335116,7 +353195,7 @@ - + @@ -335124,7 +353203,7 @@ - + @@ -335136,7 +353215,9 @@ - + @@ -335158,7 +353239,7 @@ - + @@ -335166,7 +353247,7 @@ - + @@ -335196,7 +353277,7 @@ - + @@ -335221,7 +353302,7 @@ - + @@ -335246,7 +353327,7 @@ - + @@ -335271,7 +353352,7 @@ - + @@ -335296,7 +353377,7 @@ - + @@ -335321,7 +353402,7 @@ - + @@ -335346,7 +353427,7 @@ - + @@ -335400,7 +353481,7 @@ - + @@ -335408,7 +353489,7 @@ - + @@ -335420,7 +353501,9 @@ - + @@ -335442,7 +353525,7 @@ - + @@ -335450,7 +353533,7 @@ - + @@ -335480,7 +353563,7 @@ - + @@ -335505,7 +353588,7 @@ - + @@ -335530,7 +353613,7 @@ - + @@ -335555,7 +353638,7 @@ - + @@ -335580,7 +353663,7 @@ - + @@ -335634,7 +353717,7 @@ - + @@ -335642,7 +353725,7 @@ - + @@ -335654,7 +353737,9 @@ - + @@ -335676,7 +353761,7 @@ - + @@ -335684,7 +353769,7 @@ - + @@ -335714,7 +353799,7 @@ - + @@ -335739,7 +353824,7 @@ - + @@ -335764,7 +353849,7 @@ - + @@ -336008,7 +354093,7 @@ - + @@ -336026,10 +354111,10 @@ - + - + @@ -336044,7 +354129,7 @@ - + @@ -336073,7 +354158,7 @@ - + @@ -336081,7 +354166,7 @@ - + @@ -336089,7 +354174,7 @@ - + @@ -336097,7 +354182,7 @@ - + @@ -336111,7 +354196,7 @@ - + @@ -336162,7 +354247,7 @@ - + @@ -336188,7 +354273,7 @@ - + @@ -336215,7 +354300,7 @@ - + @@ -336259,7 +354344,7 @@ - + @@ -336316,7 +354401,7 @@ - + @@ -336324,7 +354409,7 @@ - + @@ -336336,7 +354421,9 @@ - + @@ -336357,7 +354444,7 @@ - + @@ -336365,7 +354452,7 @@ - + @@ -336375,6 +354462,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -336395,7 +354507,7 @@ - + @@ -336420,7 +354532,7 @@ - + @@ -336445,21 +354557,21 @@ - + - - + + - + - + @@ -336470,7 +354582,7 @@ - + @@ -336495,7 +354607,7 @@ - + @@ -336549,7 +354661,7 @@ - + @@ -336557,7 +354669,7 @@ - + @@ -336569,7 +354681,9 @@ - + @@ -336591,7 +354705,7 @@ - + @@ -336599,7 +354713,7 @@ - + @@ -336629,7 +354743,7 @@ - + @@ -336654,7 +354768,7 @@ - + @@ -336708,7 +354822,7 @@ - + @@ -336716,7 +354830,7 @@ - + @@ -336728,7 +354842,9 @@ - + @@ -336750,7 +354866,7 @@ - + @@ -336758,7 +354874,7 @@ - + @@ -336768,14 +354884,14 @@ - - + + - + @@ -336788,19 +354904,19 @@ - + - - + + - + @@ -336813,7 +354929,7 @@ - + @@ -336838,7 +354954,7 @@ - + @@ -336863,7 +354979,7 @@ - + @@ -336888,7 +355004,7 @@ - + @@ -336942,7 +355058,7 @@ - + @@ -336950,7 +355066,7 @@ - + @@ -336962,7 +355078,9 @@ - + @@ -336984,7 +355102,7 @@ - + @@ -336992,7 +355110,7 @@ - + @@ -337022,7 +355140,7 @@ - + @@ -337047,7 +355165,7 @@ - + @@ -337072,7 +355190,7 @@ - + @@ -337097,7 +355215,7 @@ - + @@ -337151,7 +355269,7 @@ - + @@ -337159,7 +355277,7 @@ - + @@ -337171,7 +355289,9 @@ - + @@ -337193,7 +355313,7 @@ - + @@ -337201,7 +355321,7 @@ - + @@ -337211,39 +355331,14 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -337256,7 +355351,32 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -337281,7 +355401,7 @@ - + @@ -337306,7 +355426,7 @@ - + @@ -337360,7 +355480,7 @@ - + @@ -337368,7 +355488,7 @@ - + @@ -337380,7 +355500,9 @@ - + @@ -337402,7 +355524,7 @@ - + @@ -337410,7 +355532,7 @@ - + @@ -337440,7 +355562,7 @@ - + @@ -337465,7 +355587,7 @@ - + @@ -337490,7 +355612,7 @@ - + @@ -337544,7 +355666,7 @@ - + @@ -337552,7 +355674,7 @@ - + @@ -337564,7 +355686,9 @@ - + @@ -337586,7 +355710,7 @@ - + @@ -337594,7 +355718,7 @@ - + @@ -337624,7 +355748,7 @@ - + @@ -337649,7 +355773,32 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -337674,7 +355823,7 @@ - + @@ -337688,6 +355837,17 @@ + + + + + + + + + + + @@ -337723,10 +355883,10 @@ - - + + - + @@ -337765,8 +355925,8 @@ - - + + @@ -337776,8 +355936,8 @@ - - + + @@ -337864,19 +356024,8 @@ - - - - - - - - - - - - - + + @@ -337886,6 +356035,17 @@ + + + + + + + + + + + @@ -337963,6 +356123,17 @@ + + + + + + + + + + + @@ -337984,7 +356155,7 @@ - + @@ -337998,11 +356169,14 @@ + + + - + - + @@ -338017,7 +356191,7 @@ - + @@ -338046,7 +356220,7 @@ - + @@ -338054,7 +356228,7 @@ - + @@ -338062,7 +356236,7 @@ - + @@ -338070,7 +356244,7 @@ - + @@ -338084,7 +356258,7 @@ - + @@ -338135,7 +356309,7 @@ - + @@ -338161,7 +356335,7 @@ - + @@ -338188,7 +356362,7 @@ - + @@ -338232,7 +356406,7 @@ - + @@ -338289,7 +356463,7 @@ - + @@ -338297,7 +356471,7 @@ - + @@ -338309,7 +356483,9 @@ - + @@ -338330,7 +356506,7 @@ - + @@ -338338,7 +356514,7 @@ - + @@ -338368,7 +356544,7 @@ - + @@ -338393,7 +356569,7 @@ - + @@ -338418,7 +356594,7 @@ - + @@ -338443,7 +356619,7 @@ - + @@ -338497,7 +356673,7 @@ - + @@ -338505,7 +356681,7 @@ - + @@ -338517,7 +356693,9 @@ - + @@ -338539,7 +356717,7 @@ - + @@ -338547,7 +356725,7 @@ - + @@ -338577,7 +356755,7 @@ - + @@ -338602,7 +356780,7 @@ - + @@ -338627,7 +356805,7 @@ - + @@ -338652,7 +356830,7 @@ - + @@ -338677,7 +356855,7 @@ - + @@ -338702,7 +356880,7 @@ - + @@ -338727,7 +356905,7 @@ - + @@ -338752,7 +356930,7 @@ - + @@ -338908,7 +357086,7 @@ - + @@ -338926,10 +357104,10 @@ - + - + @@ -338944,7 +357122,7 @@ - + @@ -338973,7 +357151,7 @@ - + @@ -338981,7 +357159,7 @@ - + @@ -338989,7 +357167,7 @@ - + @@ -338997,7 +357175,7 @@ - + @@ -339011,7 +357189,7 @@ - + @@ -339062,7 +357240,7 @@ - + @@ -339088,7 +357266,7 @@ - + @@ -339115,7 +357293,7 @@ - + @@ -339159,7 +357337,7 @@ - + @@ -339216,7 +357394,7 @@ - + @@ -339224,7 +357402,7 @@ - + @@ -339236,7 +357414,9 @@ - + @@ -339257,7 +357437,7 @@ - + @@ -339265,7 +357445,7 @@ - + @@ -339295,7 +357475,7 @@ - + @@ -339320,7 +357500,7 @@ - + @@ -339374,7 +357554,7 @@ - + @@ -339382,7 +357562,7 @@ - + @@ -339394,7 +357574,9 @@ - + @@ -339416,7 +357598,7 @@ - + @@ -339424,7 +357606,7 @@ - + @@ -339454,7 +357636,7 @@ - + @@ -339479,7 +357661,7 @@ - + @@ -339505,7 +357687,7 @@ - + @@ -339530,7 +357712,7 @@ - + @@ -339584,7 +357766,7 @@ - + @@ -339592,7 +357774,7 @@ - + @@ -339604,7 +357786,9 @@ - + @@ -339626,7 +357810,7 @@ - + @@ -339634,7 +357818,7 @@ - + @@ -339664,7 +357848,7 @@ - + @@ -339689,7 +357873,7 @@ - + @@ -339715,7 +357899,7 @@ - + @@ -339740,7 +357924,7 @@ - + @@ -339794,7 +357978,7 @@ - + @@ -339802,7 +357986,7 @@ - + @@ -339814,7 +357998,9 @@ - + @@ -339836,7 +358022,7 @@ - + @@ -339844,7 +358030,7 @@ - + @@ -339874,7 +358060,7 @@ - + @@ -339899,7 +358085,7 @@ - + @@ -339924,7 +358110,7 @@ - + @@ -339950,7 +358136,7 @@ - + @@ -339975,7 +358161,7 @@ - + @@ -340029,7 +358215,7 @@ - + @@ -340037,7 +358223,7 @@ - + @@ -340049,7 +358235,9 @@ - + @@ -340071,7 +358259,7 @@ - + @@ -340079,7 +358267,7 @@ - + @@ -340109,7 +358297,7 @@ - + @@ -340134,7 +358322,7 @@ - + @@ -340159,7 +358347,7 @@ - + @@ -340184,7 +358372,7 @@ - + @@ -340209,7 +358397,7 @@ - + @@ -340240,7 +358428,7 @@ - + @@ -340265,7 +358453,7 @@ - + @@ -340291,7 +358479,7 @@ - + @@ -340578,7 +358766,7 @@ - + @@ -340592,11 +358780,14 @@ + + + - + - + @@ -340611,7 +358802,7 @@ - + @@ -340640,7 +358831,7 @@ - + @@ -340648,7 +358839,7 @@ - + @@ -340656,7 +358847,7 @@ - + @@ -340664,7 +358855,7 @@ - + @@ -340678,7 +358869,7 @@ - + @@ -340729,7 +358920,7 @@ - + @@ -340755,7 +358946,7 @@ - + @@ -340782,7 +358973,7 @@ - + @@ -340826,7 +359017,7 @@ - + @@ -340883,7 +359074,7 @@ - + @@ -340891,7 +359082,7 @@ - + @@ -340903,7 +359094,9 @@ - + @@ -340924,7 +359117,7 @@ - + @@ -340932,7 +359125,7 @@ - + @@ -340962,7 +359155,7 @@ - + @@ -340987,7 +359180,7 @@ - + @@ -341012,7 +359205,7 @@ - + @@ -341037,7 +359230,7 @@ - + @@ -341062,7 +359255,7 @@ - + @@ -341087,7 +359280,7 @@ - + @@ -341112,7 +359305,7 @@ - + @@ -341137,7 +359330,7 @@ - + @@ -341162,7 +359355,7 @@ - + @@ -341187,7 +359380,7 @@ - + @@ -341212,7 +359405,7 @@ - + @@ -341266,7 +359459,7 @@ - + @@ -341274,7 +359467,7 @@ - + @@ -341286,7 +359479,9 @@ - + @@ -341308,7 +359503,7 @@ - + @@ -341316,7 +359511,7 @@ - + @@ -341346,7 +359541,7 @@ - + @@ -341371,7 +359566,7 @@ - + @@ -341396,7 +359591,7 @@ - + @@ -341450,7 +359645,7 @@ - + @@ -341458,7 +359653,7 @@ - + @@ -341470,7 +359665,9 @@ - + @@ -341492,7 +359689,7 @@ - + @@ -341500,7 +359697,7 @@ - + @@ -341530,7 +359727,7 @@ - + @@ -341555,7 +359752,7 @@ - + @@ -341580,7 +359777,7 @@ - + @@ -341605,7 +359802,7 @@ - + @@ -341630,7 +359827,7 @@ - + @@ -341655,7 +359852,7 @@ - + @@ -341709,7 +359906,7 @@ - + @@ -341717,7 +359914,7 @@ - + @@ -341729,7 +359926,9 @@ - + @@ -341751,7 +359950,7 @@ - + @@ -341759,7 +359958,7 @@ - + @@ -341789,7 +359988,7 @@ - + @@ -341814,7 +360013,7 @@ - + @@ -341839,7 +360038,7 @@ - + @@ -341893,7 +360092,7 @@ - + @@ -341901,7 +360100,7 @@ - + @@ -341913,7 +360112,9 @@ - + @@ -341935,7 +360136,7 @@ - + @@ -341943,7 +360144,7 @@ - + @@ -341973,7 +360174,7 @@ - + @@ -341998,7 +360199,7 @@ - + @@ -342023,7 +360224,7 @@ - + @@ -342048,7 +360249,7 @@ - + @@ -342073,7 +360274,7 @@ - + @@ -342098,7 +360299,7 @@ - + @@ -342152,7 +360353,7 @@ - + @@ -342160,7 +360361,7 @@ - + @@ -342172,7 +360373,9 @@ - + @@ -342194,7 +360397,7 @@ - + @@ -342202,7 +360405,7 @@ - + @@ -342232,7 +360435,7 @@ - + @@ -342257,7 +360460,7 @@ - + @@ -342282,7 +360485,7 @@ - + @@ -342307,7 +360510,7 @@ - + @@ -342332,7 +360535,7 @@ - + @@ -342386,7 +360589,7 @@ - + @@ -342394,7 +360597,7 @@ - + @@ -342406,7 +360609,9 @@ - + @@ -342428,7 +360633,7 @@ - + @@ -342436,7 +360641,7 @@ - + @@ -342466,7 +360671,7 @@ - + @@ -342491,7 +360696,7 @@ - + @@ -342911,7 +361116,7 @@ - + @@ -342929,10 +361134,10 @@ - + - + @@ -342947,7 +361152,7 @@ - + @@ -342991,7 +361196,7 @@ - + @@ -342999,7 +361204,7 @@ - + @@ -343007,7 +361212,7 @@ - + @@ -343015,7 +361220,7 @@ - + @@ -343029,7 +361234,7 @@ - + @@ -343088,7 +361293,7 @@ - + @@ -343114,7 +361319,7 @@ - + @@ -343141,7 +361346,7 @@ - + @@ -343185,7 +361390,7 @@ - + @@ -343242,7 +361447,7 @@ - + @@ -343250,7 +361455,7 @@ - + @@ -343262,7 +361467,9 @@ - + @@ -343283,7 +361490,7 @@ - + @@ -343291,7 +361498,7 @@ - + @@ -343322,7 +361529,7 @@ - + @@ -343357,7 +361564,7 @@ - + @@ -343378,7 +361585,7 @@ - + @@ -343398,7 +361605,7 @@ - + @@ -343436,7 +361643,7 @@ - + @@ -343447,7 +361654,7 @@ - + @@ -343479,7 +361686,7 @@ - + @@ -343512,7 +361719,7 @@ - + @@ -343522,7 +361729,7 @@ - + @@ -343553,7 +361760,7 @@ - + @@ -343611,7 +361818,7 @@ - + @@ -343619,7 +361826,7 @@ - + @@ -343631,7 +361838,9 @@ - + @@ -343653,7 +361862,7 @@ - + @@ -343661,7 +361870,7 @@ - + @@ -343692,7 +361901,7 @@ - + @@ -343727,7 +361936,7 @@ - + @@ -343771,7 +361980,7 @@ - + @@ -343815,7 +362024,7 @@ - + @@ -343849,7 +362058,7 @@ - + @@ -343880,7 +362089,7 @@ - + @@ -343954,7 +362163,7 @@ - + @@ -343996,7 +362205,7 @@ - + @@ -344041,7 +362250,7 @@ - + @@ -344205,7 +362414,7 @@ - + @@ -344223,10 +362432,10 @@ - + - + @@ -344241,7 +362450,7 @@ - + @@ -344285,7 +362494,7 @@ - + @@ -344293,7 +362502,7 @@ - + @@ -344301,7 +362510,7 @@ - + @@ -344309,7 +362518,7 @@ - + @@ -344323,7 +362532,7 @@ - + @@ -344386,7 +362595,7 @@ - + @@ -344412,7 +362621,7 @@ - + @@ -344439,7 +362648,7 @@ - + @@ -344483,7 +362692,7 @@ - + @@ -344540,7 +362749,7 @@ - + @@ -344548,7 +362757,7 @@ - + @@ -344560,7 +362769,9 @@ - + @@ -344581,7 +362792,7 @@ - + @@ -344589,7 +362800,7 @@ - + @@ -344621,7 +362832,7 @@ - + @@ -344662,7 +362873,7 @@ - + @@ -344673,7 +362884,7 @@ - + @@ -344713,7 +362924,7 @@ - + @@ -344759,7 +362970,7 @@ - + @@ -344769,7 +362980,7 @@ - + @@ -344788,26 +362999,24 @@ - - + + - + - - - - + + @@ -344815,7 +363024,7 @@ - + @@ -344856,7 +363065,7 @@ - + @@ -344885,7 +363094,7 @@ - + @@ -344947,7 +363156,7 @@ - + @@ -344955,7 +363164,7 @@ - + @@ -344967,7 +363176,9 @@ - + @@ -344989,7 +363200,7 @@ - + @@ -344997,7 +363208,7 @@ - + @@ -345027,7 +363238,7 @@ - + @@ -345081,7 +363292,7 @@ - + @@ -345126,7 +363337,7 @@ - + @@ -345170,7 +363381,7 @@ - + @@ -345219,7 +363430,7 @@ - + @@ -345263,7 +363474,7 @@ - + @@ -345308,7 +363519,7 @@ - + @@ -345359,7 +363570,7 @@ - + @@ -345395,7 +363606,7 @@ - + @@ -345476,7 +363687,7 @@ - + @@ -345544,7 +363755,7 @@ - + @@ -345563,21 +363774,19 @@ - - + + - - - - + + @@ -345910,7 +364119,7 @@ - + @@ -345928,10 +364137,10 @@ - + - + @@ -345946,7 +364155,7 @@ - + @@ -345990,7 +364199,7 @@ - + @@ -345998,7 +364207,7 @@ - + @@ -346006,7 +364215,7 @@ - + @@ -346014,7 +364223,7 @@ - + @@ -346028,7 +364237,7 @@ - + @@ -346036,6 +364245,7 @@ + @@ -346094,7 +364304,7 @@ - + @@ -346120,7 +364330,7 @@ - + @@ -346147,7 +364357,7 @@ - + @@ -346191,7 +364401,7 @@ - + @@ -346248,7 +364458,7 @@ - + @@ -346256,7 +364466,7 @@ - + @@ -346268,7 +364478,9 @@ - + @@ -346289,7 +364501,7 @@ - + @@ -346297,7 +364509,7 @@ - + @@ -346327,7 +364539,7 @@ - + @@ -346366,7 +364578,7 @@ - + @@ -346400,7 +364612,7 @@ - + @@ -346434,7 +364646,7 @@ - + @@ -346468,7 +364680,7 @@ - + @@ -346504,7 +364716,7 @@ - + @@ -346538,7 +364750,7 @@ - + @@ -346549,7 +364761,7 @@ - + @@ -346585,7 +364797,7 @@ - + @@ -346622,7 +364834,7 @@ - + @@ -346642,7 +364854,9 @@ - + @@ -346659,7 +364873,7 @@ - + @@ -346669,7 +364883,7 @@ - + @@ -346706,7 +364920,7 @@ - + @@ -346716,7 +364930,7 @@ - + @@ -346752,7 +364966,7 @@ - + @@ -346797,7 +365011,7 @@ - + @@ -346829,7 +365043,7 @@ - + @@ -346865,7 +365079,7 @@ - + @@ -346908,7 +365122,7 @@ - + @@ -346945,7 +365159,7 @@ - + @@ -346985,7 +365199,7 @@ - + @@ -347025,7 +365239,7 @@ - + @@ -347061,7 +365275,7 @@ - + @@ -347099,7 +365313,7 @@ - + @@ -347156,7 +365370,7 @@ - + @@ -347195,7 +365409,7 @@ - + @@ -347233,7 +365447,7 @@ - + @@ -347283,7 +365497,7 @@ - + @@ -347322,7 +365536,7 @@ - + @@ -347359,7 +365573,7 @@ - + @@ -347395,7 +365609,7 @@ - + @@ -347429,7 +365643,7 @@ - + @@ -347487,7 +365701,7 @@ - + @@ -347495,7 +365709,7 @@ - + @@ -347507,7 +365721,9 @@ - + @@ -347529,7 +365745,7 @@ - + @@ -347537,7 +365753,7 @@ - + @@ -347568,7 +365784,7 @@ - + @@ -347599,7 +365815,7 @@ - + @@ -347634,7 +365850,7 @@ - + @@ -347668,7 +365884,7 @@ - + @@ -347726,7 +365942,7 @@ - + @@ -347734,7 +365950,7 @@ - + @@ -347746,7 +365962,9 @@ - + @@ -347768,7 +365986,7 @@ - + @@ -347776,7 +365994,7 @@ - + @@ -347809,7 +366027,7 @@ - + @@ -347995,7 +366213,7 @@ - + @@ -348025,7 +366243,7 @@ - + @@ -348083,7 +366301,7 @@ - + @@ -348091,7 +366309,7 @@ - + @@ -348103,7 +366321,9 @@ - + @@ -348125,7 +366345,7 @@ - + @@ -348133,7 +366353,7 @@ - + @@ -348165,7 +366385,7 @@ - + @@ -348352,7 +366572,7 @@ - + @@ -348375,6 +366595,7 @@ + @@ -348529,7 +366750,7 @@ - + @@ -348594,7 +366815,9 @@ - + @@ -348607,7 +366830,7 @@ - + @@ -348639,7 +366862,7 @@ - + @@ -349572,7 +367795,7 @@ - + @@ -349590,10 +367813,10 @@ - + - + @@ -349608,7 +367831,7 @@ - + @@ -349652,6 +367875,7 @@ + @@ -349659,6 +367883,7 @@ + @@ -349666,6 +367891,7 @@ + @@ -349673,6 +367899,7 @@ + @@ -349680,6 +367907,7 @@ + @@ -349734,7 +367962,7 @@ - + @@ -349760,7 +367988,7 @@ - + @@ -349787,7 +368015,7 @@ - + @@ -349831,7 +368059,7 @@ - + @@ -349888,7 +368116,7 @@ - + @@ -349896,7 +368124,7 @@ - + @@ -349908,7 +368136,9 @@ - + @@ -349929,7 +368159,7 @@ - + @@ -349937,7 +368167,7 @@ - + @@ -349951,7 +368181,11 @@ - + @@ -349969,7 +368203,7 @@ - + @@ -349982,6 +368216,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -350003,7 +368276,7 @@ - + @@ -350039,7 +368312,7 @@ - + @@ -350065,7 +368338,7 @@ - + @@ -350095,7 +368368,7 @@ - + @@ -350109,7 +368382,7 @@ - + @@ -350142,7 +368415,7 @@ - + @@ -350177,7 +368450,7 @@ - + @@ -350212,7 +368485,7 @@ - + @@ -350246,7 +368519,7 @@ - + @@ -350276,7 +368549,7 @@ - + @@ -350307,7 +368580,7 @@ - + @@ -350337,7 +368610,7 @@ - + @@ -350378,7 +368651,7 @@ - + @@ -350418,7 +368691,7 @@ - + @@ -350455,7 +368728,7 @@ - + @@ -350465,7 +368738,7 @@ - + @@ -350489,7 +368762,7 @@ - + @@ -350543,7 +368816,7 @@ - + @@ -350551,7 +368824,7 @@ - + @@ -350563,7 +368836,9 @@ - + @@ -350585,7 +368860,7 @@ - + @@ -350593,7 +368868,7 @@ - + @@ -350623,7 +368898,7 @@ - + @@ -350649,7 +368924,7 @@ - + @@ -350676,7 +368951,7 @@ - + @@ -350730,7 +369005,7 @@ - + @@ -350738,7 +369013,7 @@ - + @@ -350750,7 +369025,9 @@ - + @@ -350772,7 +369049,7 @@ - + @@ -350780,7 +369057,7 @@ - + @@ -350810,7 +369087,7 @@ - + @@ -350835,7 +369112,7 @@ - + @@ -350860,7 +369137,7 @@ - + @@ -350887,7 +369164,7 @@ - + @@ -350895,6 +369172,7 @@ + @@ -350948,7 +369226,7 @@ - + @@ -350956,7 +369234,7 @@ - + @@ -350968,7 +369246,9 @@ - + @@ -350990,7 +369270,7 @@ - + @@ -350998,7 +369278,7 @@ - + @@ -351029,7 +369309,7 @@ - + @@ -351055,7 +369335,7 @@ - + @@ -351109,7 +369389,7 @@ - + @@ -351117,7 +369397,7 @@ - + @@ -351129,7 +369409,9 @@ - + @@ -351151,7 +369433,7 @@ - + @@ -351159,7 +369441,7 @@ - + @@ -351190,7 +369472,7 @@ - + @@ -351215,7 +369497,7 @@ - + @@ -351240,7 +369522,7 @@ - + @@ -351265,7 +369547,7 @@ - + @@ -351290,7 +369572,7 @@ - + @@ -351344,7 +369626,7 @@ - + @@ -351352,7 +369634,7 @@ - + @@ -351364,7 +369646,9 @@ - + @@ -351386,7 +369670,7 @@ - + @@ -351394,7 +369678,7 @@ - + @@ -351424,7 +369708,7 @@ - + @@ -351449,7 +369733,7 @@ - + @@ -351474,7 +369758,7 @@ - + @@ -351499,7 +369783,7 @@ - + @@ -351524,7 +369808,7 @@ - + @@ -351578,7 +369862,7 @@ - + @@ -351586,7 +369870,7 @@ - + @@ -351598,7 +369882,9 @@ - + @@ -351620,7 +369906,7 @@ - + @@ -351628,7 +369914,7 @@ - + @@ -351658,7 +369944,7 @@ - + @@ -351683,7 +369969,7 @@ - + @@ -351708,7 +369994,7 @@ - + @@ -351733,7 +370019,7 @@ - + @@ -351787,7 +370073,7 @@ - + @@ -351795,7 +370081,7 @@ - + @@ -351807,7 +370093,9 @@ - + @@ -351829,7 +370117,7 @@ - + @@ -351837,7 +370125,7 @@ - + @@ -351867,7 +370155,7 @@ - + @@ -351892,7 +370180,7 @@ - + @@ -351918,7 +370206,7 @@ - + @@ -351944,7 +370232,7 @@ - + @@ -351954,7 +370242,7 @@ - + @@ -351977,7 +370265,7 @@ - + @@ -352031,7 +370319,7 @@ - + @@ -352039,7 +370327,7 @@ - + @@ -352051,7 +370339,9 @@ - + @@ -352073,7 +370363,7 @@ - + @@ -352081,7 +370371,7 @@ - + @@ -352111,7 +370401,7 @@ - + @@ -352136,7 +370426,7 @@ - + @@ -352190,7 +370480,7 @@ - + @@ -352198,7 +370488,7 @@ - + @@ -352210,7 +370500,9 @@ - + @@ -352232,7 +370524,7 @@ - + @@ -352240,7 +370532,7 @@ - + @@ -352270,7 +370562,7 @@ - + @@ -352295,7 +370587,7 @@ - + @@ -352349,7 +370641,7 @@ - + @@ -352357,7 +370649,7 @@ - + @@ -352369,7 +370661,9 @@ - + @@ -352391,7 +370685,7 @@ - + @@ -352399,7 +370693,7 @@ - + @@ -352429,7 +370723,7 @@ - + @@ -352448,6 +370742,7 @@ + @@ -352455,6 +370750,7 @@ + @@ -352462,6 +370758,7 @@ + @@ -352469,6 +370766,7 @@ + @@ -352476,6 +370774,7 @@ + @@ -352486,7 +370785,11 @@ - + @@ -352503,6 +370806,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -352575,7 +370903,7 @@ - + @@ -352789,7 +371117,7 @@ - + @@ -352890,6 +371218,7 @@ + @@ -353104,7 +371433,7 @@ - + @@ -353177,7 +371506,7 @@ - + @@ -353195,10 +371524,10 @@ - + - + @@ -353213,7 +371542,7 @@ - + @@ -353252,7 +371581,7 @@ - + @@ -353260,7 +371589,7 @@ - + @@ -353268,7 +371597,7 @@ - + @@ -353276,7 +371605,7 @@ - + @@ -353290,7 +371619,7 @@ - + @@ -353349,7 +371678,7 @@ - + @@ -353375,7 +371704,7 @@ - + @@ -353402,7 +371731,7 @@ - + @@ -353446,7 +371775,7 @@ - + @@ -353503,7 +371832,7 @@ - + @@ -353511,7 +371840,7 @@ - + @@ -353523,7 +371852,9 @@ - + @@ -353544,7 +371875,7 @@ - + @@ -353552,7 +371883,7 @@ - + @@ -353582,7 +371913,7 @@ - + @@ -353612,7 +371943,7 @@ - + @@ -353625,7 +371956,9 @@ - + @@ -353642,7 +371975,7 @@ - + @@ -353653,7 +371986,7 @@ - + @@ -353681,7 +372014,7 @@ - + @@ -353707,7 +372040,7 @@ - + @@ -353717,7 +372050,7 @@ - + @@ -353740,7 +372073,7 @@ - + @@ -353767,7 +372100,7 @@ - + @@ -353793,7 +372126,7 @@ - + @@ -353826,7 +372159,7 @@ - + @@ -353880,7 +372213,7 @@ - + @@ -353888,7 +372221,7 @@ - + @@ -353900,7 +372233,9 @@ - + @@ -353922,7 +372257,7 @@ - + @@ -353930,7 +372265,7 @@ - + @@ -353960,7 +372295,7 @@ - + @@ -353970,7 +372305,7 @@ - + @@ -353993,7 +372328,7 @@ - + @@ -354018,7 +372353,7 @@ - + @@ -354043,7 +372378,7 @@ - + @@ -354097,7 +372432,7 @@ - + @@ -354105,7 +372440,7 @@ - + @@ -354117,7 +372452,9 @@ - + @@ -354139,7 +372476,7 @@ - + @@ -354147,7 +372484,7 @@ - + @@ -354181,7 +372518,7 @@ - + @@ -354189,6 +372526,7 @@ + @@ -354242,7 +372580,7 @@ - + @@ -354250,7 +372588,7 @@ - + @@ -354262,7 +372600,9 @@ - + @@ -354284,7 +372624,7 @@ - + @@ -354292,7 +372632,7 @@ - + @@ -354322,7 +372662,7 @@ - + @@ -354376,7 +372716,7 @@ - + @@ -354384,7 +372724,7 @@ - + @@ -354396,7 +372736,9 @@ - + @@ -354418,7 +372760,7 @@ - + @@ -354426,7 +372768,7 @@ - + @@ -354456,7 +372798,7 @@ - + @@ -354466,7 +372808,7 @@ - + @@ -354489,7 +372831,7 @@ - + @@ -354514,7 +372856,7 @@ - + @@ -354539,7 +372881,7 @@ - + @@ -354593,7 +372935,7 @@ - + @@ -354601,7 +372943,7 @@ - + @@ -354613,7 +372955,9 @@ - + @@ -354635,7 +372979,7 @@ - + @@ -354643,7 +372987,7 @@ - + @@ -354673,7 +373017,7 @@ - + @@ -354683,7 +373027,7 @@ - + @@ -354706,7 +373050,7 @@ - + @@ -354731,7 +373075,7 @@ - + @@ -354756,7 +373100,7 @@ - + @@ -354810,7 +373154,7 @@ - + @@ -354818,7 +373162,7 @@ - + @@ -354830,7 +373174,9 @@ - + @@ -354852,7 +373198,7 @@ - + @@ -354860,7 +373206,7 @@ - + @@ -354890,7 +373236,7 @@ - + @@ -354915,7 +373261,7 @@ - + @@ -354944,7 +373290,7 @@ - + @@ -354952,6 +373298,7 @@ + @@ -355005,7 +373352,7 @@ - + @@ -355013,7 +373360,7 @@ - + @@ -355025,7 +373372,9 @@ - + @@ -355047,7 +373396,7 @@ - + @@ -355055,7 +373404,7 @@ - + @@ -355083,7 +373432,7 @@ - + @@ -355106,7 +373455,7 @@ - + @@ -355131,7 +373480,7 @@ - + @@ -355185,7 +373534,7 @@ - + @@ -355193,7 +373542,7 @@ - + @@ -355205,7 +373554,9 @@ - + @@ -355227,7 +373578,7 @@ - + @@ -355235,7 +373586,7 @@ - + @@ -355269,7 +373620,7 @@ - + @@ -355323,7 +373674,7 @@ - + @@ -355331,7 +373682,7 @@ - + @@ -355343,7 +373694,9 @@ - + @@ -355365,7 +373718,7 @@ - + @@ -355373,7 +373726,7 @@ - + @@ -355401,7 +373754,7 @@ - + @@ -355458,7 +373811,9 @@ - + @@ -355473,7 +373828,7 @@ - + @@ -355509,7 +373864,7 @@ - + @@ -355581,7 +373936,7 @@ - + @@ -355633,6 +373988,7 @@ + @@ -355660,7 +374016,7 @@ - + @@ -355708,7 +374064,7 @@ - + @@ -355780,6 +374136,7 @@ + @@ -355840,7 +374197,7 @@ - + @@ -355858,10 +374215,10 @@ - + - + @@ -355876,7 +374233,7 @@ - + @@ -355920,6 +374277,7 @@ + @@ -355974,7 +374332,7 @@ - + @@ -356000,7 +374358,7 @@ - + @@ -356027,7 +374385,7 @@ - + @@ -356071,7 +374429,7 @@ - + @@ -356128,7 +374486,7 @@ - + @@ -356136,7 +374494,7 @@ - + @@ -356148,7 +374506,9 @@ - + @@ -356169,7 +374529,7 @@ - + @@ -356177,7 +374537,7 @@ - + @@ -356191,7 +374551,11 @@ - + @@ -356213,7 +374577,7 @@ - + @@ -356248,7 +374612,7 @@ - + @@ -356286,7 +374650,7 @@ - + @@ -356322,7 +374686,7 @@ - + @@ -356348,7 +374712,7 @@ - + @@ -356378,7 +374742,7 @@ - + @@ -356392,7 +374756,7 @@ - + @@ -356425,7 +374789,7 @@ - + @@ -356460,7 +374824,7 @@ - + @@ -356495,7 +374859,7 @@ - + @@ -356529,7 +374893,7 @@ - + @@ -356559,7 +374923,7 @@ - + @@ -356590,7 +374954,7 @@ - + @@ -356620,7 +374984,7 @@ - + @@ -356661,7 +375025,7 @@ - + @@ -356701,7 +375065,7 @@ - + @@ -356735,7 +375099,7 @@ - + @@ -356789,7 +375153,7 @@ - + @@ -356797,7 +375161,7 @@ - + @@ -356809,7 +375173,9 @@ - + @@ -356831,7 +375197,7 @@ - + @@ -356839,7 +375205,7 @@ - + @@ -356853,7 +375219,11 @@ - + @@ -356870,7 +375240,7 @@ - + @@ -356897,7 +375267,7 @@ - + @@ -356931,7 +375301,7 @@ - + @@ -356985,7 +375355,7 @@ - + @@ -356993,7 +375363,7 @@ - + @@ -357005,7 +375375,9 @@ - + @@ -357027,7 +375399,7 @@ - + @@ -357035,7 +375407,7 @@ - + @@ -357049,7 +375421,11 @@ - + @@ -357066,7 +375442,7 @@ - + @@ -357093,7 +375469,7 @@ - + @@ -357126,7 +375502,7 @@ - + @@ -357134,6 +375510,7 @@ + @@ -357187,7 +375564,7 @@ - + @@ -357195,7 +375572,7 @@ - + @@ -357207,7 +375584,9 @@ - + @@ -357229,7 +375608,7 @@ - + @@ -357237,7 +375616,7 @@ - + @@ -357267,7 +375646,7 @@ - + @@ -357321,7 +375700,7 @@ - + @@ -357329,7 +375708,7 @@ - + @@ -357341,7 +375720,9 @@ - + @@ -357363,7 +375744,7 @@ - + @@ -357371,7 +375752,7 @@ - + @@ -357401,7 +375782,7 @@ - + @@ -357426,7 +375807,7 @@ - + @@ -357452,7 +375833,7 @@ - + @@ -357506,7 +375887,7 @@ - + @@ -357514,7 +375895,7 @@ - + @@ -357526,7 +375907,9 @@ - + @@ -357548,7 +375931,7 @@ - + @@ -357556,7 +375939,7 @@ - + @@ -357586,7 +375969,7 @@ - + @@ -357611,7 +375994,7 @@ - + @@ -357636,7 +376019,7 @@ - + @@ -357661,7 +376044,7 @@ - + @@ -357686,7 +376069,7 @@ - + @@ -357711,7 +376094,7 @@ - + @@ -357738,7 +376121,7 @@ - + @@ -357763,7 +376146,7 @@ - + @@ -357817,7 +376200,7 @@ - + @@ -357825,7 +376208,7 @@ - + @@ -357837,7 +376220,9 @@ - + @@ -357859,7 +376244,7 @@ - + @@ -357867,7 +376252,7 @@ - + @@ -357897,7 +376282,7 @@ - + @@ -357922,7 +376307,7 @@ - + @@ -357949,7 +376334,7 @@ - + @@ -357976,7 +376361,7 @@ - + @@ -358002,7 +376387,7 @@ - + @@ -358010,6 +376395,7 @@ + @@ -358063,7 +376449,7 @@ - + @@ -358071,7 +376457,7 @@ - + @@ -358083,7 +376469,9 @@ - + @@ -358105,7 +376493,7 @@ - + @@ -358113,7 +376501,7 @@ - + @@ -358144,7 +376532,7 @@ - + @@ -358170,7 +376558,7 @@ - + @@ -358195,7 +376583,7 @@ - + @@ -358221,7 +376609,7 @@ - + @@ -358247,7 +376635,7 @@ - + @@ -358272,7 +376660,7 @@ - + @@ -358298,7 +376686,7 @@ - + @@ -358324,7 +376712,7 @@ - + @@ -358349,7 +376737,7 @@ - + @@ -358403,7 +376791,7 @@ - + @@ -358411,7 +376799,7 @@ - + @@ -358423,7 +376811,9 @@ - + @@ -358445,7 +376835,7 @@ - + @@ -358453,7 +376843,7 @@ - + @@ -358487,7 +376877,7 @@ - + @@ -358495,6 +376885,7 @@ + @@ -358548,7 +376939,7 @@ - + @@ -358556,7 +376947,7 @@ - + @@ -358568,7 +376959,9 @@ - + @@ -358590,7 +376983,7 @@ - + @@ -358598,7 +376991,7 @@ - + @@ -358628,7 +377021,7 @@ - + @@ -358636,6 +377029,7 @@ + @@ -358689,7 +377083,7 @@ - + @@ -358697,7 +377091,7 @@ - + @@ -358709,7 +377103,9 @@ - + @@ -358731,7 +377127,7 @@ - + @@ -358739,7 +377135,7 @@ - + @@ -358770,7 +377166,7 @@ - + @@ -358804,7 +377200,7 @@ - + @@ -358817,7 +377213,7 @@ - + @@ -358841,7 +377237,7 @@ - + @@ -358867,7 +377263,7 @@ - + @@ -358897,7 +377293,7 @@ - + @@ -358910,7 +377306,7 @@ - + @@ -358938,7 +377334,7 @@ - + @@ -358951,7 +377347,7 @@ - + @@ -358975,7 +377371,7 @@ - + @@ -359000,7 +377396,7 @@ - + @@ -359026,7 +377422,7 @@ - + @@ -359036,7 +377432,7 @@ - + @@ -359060,7 +377456,7 @@ - + @@ -359086,7 +377482,7 @@ - + @@ -359112,7 +377508,7 @@ - + @@ -359166,7 +377562,7 @@ - + @@ -359174,7 +377570,7 @@ - + @@ -359186,7 +377582,9 @@ - + @@ -359208,7 +377606,7 @@ - + @@ -359216,7 +377614,7 @@ - + @@ -359247,7 +377645,7 @@ - + @@ -359273,7 +377671,7 @@ - + @@ -359299,7 +377697,7 @@ - + @@ -359325,7 +377723,7 @@ - + @@ -359350,7 +377748,7 @@ - + @@ -359376,7 +377774,7 @@ - + @@ -359402,7 +377800,7 @@ - + @@ -359428,7 +377826,7 @@ - + @@ -359436,6 +377834,7 @@ + @@ -359443,6 +377842,7 @@ + @@ -359450,6 +377850,7 @@ + @@ -359503,7 +377904,7 @@ - + @@ -359511,7 +377912,7 @@ - + @@ -359523,7 +377924,9 @@ - + @@ -359545,7 +377948,7 @@ - + @@ -359553,7 +377956,7 @@ - + @@ -359584,7 +377987,7 @@ - + @@ -359610,7 +378013,7 @@ - + @@ -359636,7 +378039,7 @@ - + @@ -359646,7 +378049,7 @@ - + @@ -359669,7 +378072,7 @@ - + @@ -359695,7 +378098,7 @@ - + @@ -359721,7 +378124,7 @@ - + @@ -359751,7 +378154,7 @@ - + @@ -359764,7 +378167,7 @@ - + @@ -359788,7 +378191,7 @@ - + @@ -359814,7 +378217,7 @@ - + @@ -359840,7 +378243,7 @@ - + @@ -359866,7 +378269,7 @@ - + @@ -359892,7 +378295,7 @@ - + @@ -359902,7 +378305,7 @@ - + @@ -359926,7 +378329,7 @@ - + @@ -359952,7 +378355,7 @@ - + @@ -359962,7 +378365,7 @@ - + @@ -359986,7 +378389,7 @@ - + @@ -360012,7 +378415,7 @@ - + @@ -360025,7 +378428,7 @@ - + @@ -360049,7 +378452,7 @@ - + @@ -360059,7 +378462,7 @@ - + @@ -360083,7 +378486,7 @@ - + @@ -360109,7 +378512,7 @@ - + @@ -360135,7 +378538,7 @@ - + @@ -360161,7 +378564,7 @@ - + @@ -360187,7 +378590,7 @@ - + @@ -360212,7 +378615,7 @@ - + @@ -360266,7 +378669,7 @@ - + @@ -360274,7 +378677,7 @@ - + @@ -360286,7 +378689,9 @@ - + @@ -360308,7 +378713,7 @@ - + @@ -360316,7 +378721,7 @@ - + @@ -360346,7 +378751,7 @@ - + @@ -360371,7 +378776,7 @@ - + @@ -360400,7 +378805,7 @@ - + @@ -360408,6 +378813,7 @@ + @@ -360461,7 +378867,7 @@ - + @@ -360469,7 +378875,7 @@ - + @@ -360481,7 +378887,9 @@ - + @@ -360503,7 +378911,7 @@ - + @@ -360511,7 +378919,7 @@ - + @@ -360539,7 +378947,7 @@ - + @@ -360547,6 +378955,7 @@ + @@ -360570,7 +378979,7 @@ - + @@ -360578,6 +378987,7 @@ + @@ -360585,6 +378995,7 @@ + @@ -360592,6 +379003,7 @@ + @@ -360616,7 +379028,7 @@ - + @@ -360670,7 +379082,7 @@ - + @@ -360678,7 +379090,7 @@ - + @@ -360690,7 +379102,9 @@ - + @@ -360712,7 +379126,7 @@ - + @@ -360720,7 +379134,7 @@ - + @@ -360754,7 +379168,7 @@ - + @@ -360808,7 +379222,7 @@ - + @@ -360816,7 +379230,7 @@ - + @@ -360828,7 +379242,9 @@ - + @@ -360850,7 +379266,7 @@ - + @@ -360858,7 +379274,7 @@ - + @@ -360886,7 +379302,7 @@ - + @@ -360894,6 +379310,7 @@ + @@ -360912,6 +379329,7 @@ + @@ -360922,7 +379340,11 @@ - + @@ -361040,7 +379462,7 @@ - + @@ -361248,7 +379670,11 @@ - + @@ -361290,7 +379716,11 @@ - + @@ -361332,6 +379762,7 @@ + @@ -361517,6 +379948,7 @@ + @@ -361634,6 +380066,7 @@ + @@ -361651,6 +380084,7 @@ + @@ -361691,7 +380125,7 @@ - + @@ -361739,7 +380173,7 @@ - + @@ -361765,7 +380199,7 @@ - + @@ -361805,7 +380239,7 @@ - + @@ -361933,6 +380367,7 @@ + @@ -361940,6 +380375,7 @@ + @@ -361947,6 +380383,7 @@ + @@ -361987,7 +380424,7 @@ - + @@ -362045,7 +380482,7 @@ - + @@ -362108,7 +380545,7 @@ - + @@ -362138,7 +380575,7 @@ - + @@ -362171,7 +380608,7 @@ - + @@ -362190,7 +380627,7 @@ - + @@ -362297,6 +380734,7 @@ + @@ -362312,6 +380750,7 @@ + @@ -362328,6 +380767,7 @@ + @@ -362335,6 +380775,7 @@ + @@ -362342,6 +380783,7 @@ + @@ -362381,2476 +380823,20 @@ + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -364871,10 +380857,10 @@ - + - + @@ -364889,7 +380875,7 @@ - + @@ -364933,6 +380919,7 @@ + @@ -364987,7 +380974,7 @@ - + @@ -365013,7 +381000,7 @@ - + @@ -365040,7 +381027,7 @@ - + @@ -365084,7 +381071,7 @@ - + @@ -365141,7 +381128,7 @@ - + @@ -365149,7 +381136,7 @@ - + @@ -365161,7 +381148,9 @@ - + @@ -365182,7 +381171,7 @@ - + @@ -365190,7 +381179,7 @@ - + @@ -365204,7 +381193,11 @@ - + @@ -365222,7 +381215,7 @@ - + @@ -365261,7 +381254,7 @@ - + @@ -365299,7 +381292,7 @@ - + @@ -365335,7 +381328,7 @@ - + @@ -365361,7 +381354,7 @@ - + @@ -365391,7 +381384,7 @@ - + @@ -365405,7 +381398,7 @@ - + @@ -365438,7 +381431,7 @@ - + @@ -365473,7 +381466,7 @@ - + @@ -365512,7 +381505,7 @@ - + @@ -365546,7 +381539,7 @@ - + @@ -365578,7 +381571,7 @@ - + @@ -365616,7 +381609,7 @@ - + @@ -365646,7 +381639,7 @@ - + @@ -365687,7 +381680,7 @@ - + @@ -365713,7 +381706,7 @@ - + @@ -365754,7 +381747,7 @@ - + @@ -365789,7 +381782,7 @@ - + @@ -365843,7 +381836,7 @@ - + @@ -365851,7 +381844,7 @@ - + @@ -365863,7 +381856,9 @@ - + @@ -365885,7 +381880,7 @@ - + @@ -365893,7 +381888,7 @@ - + @@ -365924,7 +381919,7 @@ - + @@ -365937,7 +381932,9 @@ - + @@ -365954,7 +381951,7 @@ - + @@ -365983,7 +381980,7 @@ - + @@ -365991,6 +381988,7 @@ + @@ -365998,6 +381996,7 @@ + @@ -366005,6 +382004,7 @@ + @@ -366062,7 +382062,7 @@ - + @@ -366070,7 +382070,7 @@ - + @@ -366082,7 +382082,9 @@ - + @@ -366104,7 +382106,7 @@ - + @@ -366112,7 +382114,7 @@ - + @@ -366145,7 +382147,7 @@ - + @@ -366175,7 +382177,7 @@ - + @@ -366209,7 +382211,7 @@ - + @@ -366267,7 +382269,7 @@ - + @@ -366275,7 +382277,7 @@ - + @@ -366287,7 +382289,9 @@ - + @@ -366309,7 +382313,7 @@ - + @@ -366317,7 +382321,7 @@ - + @@ -366348,7 +382352,7 @@ - + @@ -366378,7 +382382,7 @@ - + @@ -366408,7 +382412,7 @@ - + @@ -366462,7 +382466,7 @@ - + @@ -366470,7 +382474,7 @@ - + @@ -366482,7 +382486,9 @@ - + @@ -366504,7 +382510,7 @@ - + @@ -366512,7 +382518,7 @@ - + @@ -366543,7 +382549,7 @@ - + @@ -366583,7 +382589,7 @@ - + @@ -366616,7 +382622,7 @@ - + @@ -366643,7 +382649,7 @@ - + @@ -366701,7 +382707,7 @@ - + @@ -366709,7 +382715,7 @@ - + @@ -366721,7 +382727,9 @@ - + @@ -366743,7 +382751,7 @@ - + @@ -366751,7 +382759,7 @@ - + @@ -366781,7 +382789,7 @@ - + @@ -366811,7 +382819,7 @@ - + @@ -366821,7 +382829,7 @@ - + @@ -366849,7 +382857,7 @@ - + @@ -366881,7 +382889,7 @@ - + @@ -366910,7 +382918,7 @@ - + @@ -366940,7 +382948,7 @@ - + @@ -366949,7 +382957,9 @@ - + @@ -366966,7 +382976,7 @@ - + @@ -367020,7 +383030,7 @@ - + @@ -367028,7 +383038,7 @@ - + @@ -367040,7 +383050,9 @@ - + @@ -367062,7 +383074,7 @@ - + @@ -367070,7 +383082,7 @@ - + @@ -367101,7 +383113,7 @@ - + @@ -367127,7 +383139,7 @@ - + @@ -367153,7 +383165,7 @@ - + @@ -367180,7 +383192,7 @@ - + @@ -367206,7 +383218,7 @@ - + @@ -367260,7 +383272,7 @@ - + @@ -367268,7 +383280,7 @@ - + @@ -367280,7 +383292,9 @@ - + @@ -367302,7 +383316,7 @@ - + @@ -367310,7 +383324,7 @@ - + @@ -367341,7 +383355,7 @@ - + @@ -367384,7 +383398,7 @@ - + @@ -367409,7 +383423,7 @@ - + @@ -367463,7 +383477,7 @@ - + @@ -367471,7 +383485,7 @@ - + @@ -367483,7 +383497,9 @@ - + @@ -367505,7 +383521,7 @@ - + @@ -367513,7 +383529,7 @@ - + @@ -367543,7 +383559,7 @@ - + @@ -367568,7 +383584,7 @@ - + @@ -367593,7 +383609,7 @@ - + @@ -367601,6 +383617,7 @@ + @@ -367608,6 +383625,7 @@ + @@ -367615,6 +383633,7 @@ + @@ -367668,7 +383687,7 @@ - + @@ -367676,7 +383695,7 @@ - + @@ -367688,7 +383707,9 @@ - + @@ -367710,7 +383731,7 @@ - + @@ -367718,7 +383739,7 @@ - + @@ -367748,7 +383769,7 @@ - + @@ -367775,7 +383796,7 @@ - + @@ -367801,7 +383822,7 @@ - + @@ -367827,7 +383848,7 @@ - + @@ -367853,7 +383874,7 @@ - + @@ -367879,7 +383900,7 @@ - + @@ -367903,7 +383924,7 @@ - + @@ -367931,7 +383952,7 @@ - + @@ -367985,7 +384006,7 @@ - + @@ -367993,7 +384014,7 @@ - + @@ -368005,7 +384026,9 @@ - + @@ -368027,7 +384050,7 @@ - + @@ -368035,7 +384058,7 @@ - + @@ -368065,7 +384088,7 @@ - + @@ -368108,7 +384131,7 @@ - + @@ -368132,7 +384155,7 @@ - + @@ -368151,6 +384174,7 @@ + @@ -368161,7 +384185,11 @@ - + @@ -368279,7 +384307,7 @@ - + @@ -368530,7 +384558,9 @@ - + @@ -368557,6 +384587,7 @@ + @@ -368564,6 +384595,7 @@ + @@ -368571,6 +384603,7 @@ + @@ -368775,7 +384808,7 @@ - + @@ -368845,7 +384878,9 @@ - + @@ -368992,6 +385027,7 @@ + @@ -368999,6 +385035,7 @@ + @@ -369006,6 +385043,7 @@ + @@ -369153,7 +385191,7 @@ - + @@ -369171,10 +385209,10 @@ - + - + @@ -369189,7 +385227,7 @@ - + @@ -369223,7 +385261,7 @@ - + @@ -369231,7 +385269,7 @@ - + @@ -369239,7 +385277,7 @@ - + @@ -369247,7 +385285,7 @@ - + @@ -369261,7 +385299,7 @@ - + @@ -369312,7 +385350,7 @@ - + @@ -369338,7 +385376,7 @@ - + @@ -369365,7 +385403,7 @@ - + @@ -369409,7 +385447,7 @@ - + @@ -369466,7 +385504,7 @@ - + @@ -369474,7 +385512,7 @@ - + @@ -369486,7 +385524,9 @@ - + @@ -369507,7 +385547,7 @@ - + @@ -369515,7 +385555,7 @@ - + @@ -369546,7 +385586,7 @@ - + @@ -369571,7 +385611,7 @@ - + @@ -369596,7 +385636,7 @@ - + @@ -369629,7 +385669,7 @@ - + @@ -369639,7 +385679,7 @@ - + @@ -369662,7 +385702,7 @@ - + @@ -369687,7 +385727,7 @@ - + @@ -369720,7 +385760,7 @@ - + @@ -369753,7 +385793,7 @@ - + @@ -369778,7 +385818,7 @@ - + @@ -369803,7 +385843,7 @@ - + @@ -369828,7 +385868,7 @@ - + @@ -369861,7 +385901,7 @@ - + @@ -369915,7 +385955,7 @@ - + @@ -369923,7 +385963,7 @@ - + @@ -369935,7 +385975,9 @@ - + @@ -369957,7 +385999,7 @@ - + @@ -369965,7 +386007,7 @@ - + @@ -369998,7 +386040,7 @@ - + @@ -370027,7 +386069,7 @@ - + @@ -370060,7 +386102,7 @@ - + @@ -370093,7 +386135,7 @@ - + @@ -370126,7 +386168,7 @@ - + @@ -370151,7 +386193,7 @@ - + @@ -370184,7 +386226,7 @@ - + @@ -370217,7 +386259,7 @@ - + @@ -370271,7 +386313,7 @@ - + @@ -370279,7 +386321,7 @@ - + @@ -370291,7 +386333,9 @@ - + @@ -370313,7 +386357,7 @@ - + @@ -370321,7 +386365,7 @@ - + @@ -370354,7 +386398,7 @@ - + @@ -370382,7 +386426,7 @@ - + @@ -370407,7 +386451,7 @@ - + @@ -370440,7 +386484,7 @@ - + @@ -370465,7 +386509,7 @@ - + @@ -370490,7 +386534,7 @@ - + @@ -370515,7 +386559,7 @@ - + @@ -370540,7 +386584,7 @@ - + @@ -370565,7 +386609,7 @@ - + @@ -370619,7 +386663,7 @@ - + @@ -370627,7 +386671,7 @@ - + @@ -370639,7 +386683,9 @@ - + @@ -370661,7 +386707,7 @@ - + @@ -370669,7 +386715,7 @@ - + @@ -370700,7 +386746,7 @@ - + @@ -370725,7 +386771,7 @@ - + @@ -370750,7 +386796,7 @@ - + @@ -370822,7 +386868,7 @@ - + @@ -371212,7 +387258,7 @@ - + @@ -371230,10 +387276,10 @@ - + - + @@ -371248,7 +387294,7 @@ - + @@ -371292,7 +387338,7 @@ - + @@ -371300,7 +387346,7 @@ - + @@ -371308,7 +387354,7 @@ - + @@ -371316,7 +387362,7 @@ - + @@ -371330,7 +387376,7 @@ - + @@ -371389,7 +387435,7 @@ - + @@ -371415,7 +387461,7 @@ - + @@ -371442,7 +387488,7 @@ - + @@ -371486,7 +387532,7 @@ - + @@ -371543,7 +387589,7 @@ - + @@ -371551,7 +387597,7 @@ - + @@ -371563,7 +387609,9 @@ - + @@ -371584,7 +387632,7 @@ - + @@ -371592,7 +387640,7 @@ - + @@ -371623,7 +387671,7 @@ - + @@ -371666,7 +387714,7 @@ - + @@ -371677,7 +387725,7 @@ - + @@ -371713,7 +387761,7 @@ - + @@ -371740,7 +387788,7 @@ - + @@ -371787,7 +387835,7 @@ - + @@ -371830,7 +387878,7 @@ - + @@ -371874,7 +387922,7 @@ - + @@ -371915,7 +387963,7 @@ - + @@ -371973,7 +388021,7 @@ - + @@ -371981,7 +388029,7 @@ - + @@ -371993,7 +388041,9 @@ - + @@ -372015,7 +388065,7 @@ - + @@ -372023,7 +388073,7 @@ - + @@ -372054,7 +388104,7 @@ - + @@ -372097,7 +388147,7 @@ - + @@ -372107,7 +388157,7 @@ - + @@ -372118,7 +388168,8 @@ - + @@ -372136,7 +388187,7 @@ - + @@ -372166,7 +388217,7 @@ - + @@ -372197,7 +388248,7 @@ - + @@ -372230,7 +388281,7 @@ - + @@ -372284,7 +388335,7 @@ - + @@ -372292,7 +388343,7 @@ - + @@ -372304,7 +388355,9 @@ - + @@ -372326,7 +388379,7 @@ - + @@ -372334,7 +388387,7 @@ - + @@ -372365,7 +388418,7 @@ - + @@ -372395,7 +388448,7 @@ - + @@ -372405,7 +388458,7 @@ - + @@ -372433,7 +388486,7 @@ - + @@ -372463,7 +388516,7 @@ - + @@ -372493,7 +388546,7 @@ - + @@ -372523,7 +388576,7 @@ - + @@ -372554,7 +388607,7 @@ - + @@ -372584,7 +388637,7 @@ - + @@ -372614,7 +388667,7 @@ - + @@ -372644,7 +388697,7 @@ - + @@ -372717,7 +388770,7 @@ - + @@ -372925,7 +388978,7 @@ - + @@ -372936,7 +388989,8 @@ - + @@ -373024,7 +389078,7 @@ - + diff --git a/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/profile/profiles-types.xml b/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/profile/profiles-types.xml index 61430bbaf15..a382d442b85 100644 --- a/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/profile/profiles-types.xml +++ b/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/profile/profiles-types.xml @@ -1,7 +1,7 @@ - + @@ -10,7 +10,7 @@ - + @@ -19,10 +19,10 @@ - + - + @@ -31,7 +31,7 @@ - + @@ -67,6 +67,7 @@ + @@ -131,7 +132,7 @@ - + @@ -139,7 +140,7 @@ - + @@ -169,6 +170,7 @@ + @@ -229,7 +231,7 @@ - + @@ -238,10 +240,10 @@ - + - + @@ -250,7 +252,7 @@ - + @@ -286,7 +288,7 @@ - + @@ -351,7 +353,7 @@ - + @@ -359,7 +361,7 @@ - + @@ -371,7 +373,9 @@ - + @@ -393,7 +397,7 @@ - + @@ -401,7 +405,7 @@ - + @@ -433,7 +437,9 @@ - + @@ -462,7 +468,7 @@ - + @@ -471,10 +477,10 @@ - + - + @@ -483,7 +489,7 @@ - + @@ -508,7 +514,7 @@ - + @@ -557,7 +563,7 @@ - + @@ -565,7 +571,7 @@ - + @@ -634,7 +640,7 @@ - + @@ -643,10 +649,10 @@ - + - + @@ -655,7 +661,7 @@ - + @@ -679,7 +685,7 @@ - + @@ -728,7 +734,7 @@ - + @@ -736,7 +742,7 @@ - + @@ -804,7 +810,7 @@ - + @@ -813,10 +819,10 @@ - + - + @@ -825,7 +831,7 @@ - + @@ -850,7 +856,7 @@ - + @@ -900,7 +906,7 @@ - + @@ -908,7 +914,7 @@ - + @@ -976,7 +982,7 @@ - + @@ -985,10 +991,10 @@ - + - + @@ -997,7 +1003,7 @@ - + @@ -1021,7 +1027,7 @@ - + @@ -1071,7 +1077,7 @@ - + @@ -1079,7 +1085,7 @@ - + @@ -1146,7 +1152,7 @@ - + @@ -1155,10 +1161,10 @@ - + - + @@ -1167,7 +1173,7 @@ - + @@ -1191,7 +1197,7 @@ - + @@ -1240,7 +1246,7 @@ - + @@ -1248,7 +1254,7 @@ - + @@ -1316,7 +1322,7 @@ - + @@ -1325,10 +1331,10 @@ - + - + @@ -1337,7 +1343,7 @@ - + @@ -1361,7 +1367,7 @@ - + @@ -1410,7 +1416,7 @@ - + @@ -1418,7 +1424,7 @@ - + @@ -1486,7 +1492,7 @@ - + @@ -1495,10 +1501,10 @@ - + - + @@ -1507,7 +1513,7 @@ - + @@ -1532,7 +1538,7 @@ - + @@ -1581,7 +1587,7 @@ - + @@ -1589,7 +1595,7 @@ - + @@ -1658,7 +1664,7 @@ - + @@ -1667,10 +1673,10 @@ - + - + @@ -1679,7 +1685,7 @@ - + @@ -1704,7 +1710,7 @@ - + @@ -1754,7 +1760,7 @@ - + @@ -1762,7 +1768,7 @@ - + @@ -1830,7 +1836,7 @@ - + @@ -1839,10 +1845,10 @@ - + - + @@ -1851,7 +1857,7 @@ - + @@ -1876,7 +1882,7 @@ - + @@ -1925,7 +1931,7 @@ - + @@ -1933,7 +1939,7 @@ - + @@ -2002,7 +2008,7 @@ - + @@ -2011,10 +2017,10 @@ - + - + @@ -2023,7 +2029,7 @@ - + @@ -2048,7 +2054,7 @@ - + @@ -2097,7 +2103,7 @@ - + @@ -2105,7 +2111,7 @@ - + @@ -2178,7 +2184,7 @@ - + @@ -2187,10 +2193,10 @@ - + - + @@ -2199,7 +2205,7 @@ - + @@ -2224,7 +2230,7 @@ - + @@ -2273,7 +2279,7 @@ - + @@ -2281,7 +2287,7 @@ - + @@ -2308,6 +2314,8 @@ + + @@ -2339,6 +2347,8 @@ + + @@ -2350,7 +2360,7 @@ - + @@ -2359,10 +2369,10 @@ - + - + @@ -2371,7 +2381,7 @@ - + @@ -2396,7 +2406,7 @@ - + @@ -2446,7 +2456,7 @@ - + @@ -2454,7 +2464,7 @@ - + @@ -2522,7 +2532,7 @@ - + @@ -2531,10 +2541,10 @@ - + - + @@ -2543,7 +2553,7 @@ - + @@ -2568,7 +2578,7 @@ - + @@ -2618,7 +2628,7 @@ - + @@ -2626,7 +2636,7 @@ - + @@ -2694,7 +2704,7 @@ - + @@ -2703,10 +2713,10 @@ - + - + @@ -2715,7 +2725,7 @@ - + @@ -2739,7 +2749,7 @@ - + @@ -2789,7 +2799,7 @@ - + @@ -2797,7 +2807,7 @@ - + @@ -2864,7 +2874,7 @@ - + @@ -2873,10 +2883,10 @@ - + - + @@ -2885,7 +2895,7 @@ - + @@ -2910,7 +2920,7 @@ - + @@ -2959,7 +2969,7 @@ - + @@ -2967,7 +2977,7 @@ - + @@ -3038,7 +3048,7 @@ - + @@ -3047,10 +3057,10 @@ - + - + @@ -3059,7 +3069,7 @@ - + @@ -3083,7 +3093,7 @@ - + @@ -3132,7 +3142,7 @@ - + @@ -3140,7 +3150,7 @@ - + @@ -3208,7 +3218,7 @@ - + @@ -3217,10 +3227,10 @@ - + - + @@ -3229,7 +3239,7 @@ - + @@ -3253,7 +3263,7 @@ - + @@ -3303,7 +3313,7 @@ - + @@ -3311,7 +3321,7 @@ - + @@ -3378,7 +3388,7 @@ - + @@ -3387,10 +3397,10 @@ - + - + @@ -3399,7 +3409,7 @@ - + @@ -3424,7 +3434,7 @@ - + @@ -3473,7 +3483,7 @@ - + @@ -3481,7 +3491,7 @@ - + @@ -3550,7 +3560,7 @@ - + @@ -3559,10 +3569,10 @@ - + - + @@ -3571,7 +3581,7 @@ - + @@ -3595,7 +3605,7 @@ - + @@ -3645,7 +3655,7 @@ - + @@ -3653,7 +3663,7 @@ - + @@ -3720,7 +3730,7 @@ - + @@ -3729,10 +3739,10 @@ - + - + @@ -3741,7 +3751,7 @@ - + @@ -3766,7 +3776,7 @@ - + @@ -3816,7 +3826,7 @@ - + @@ -3824,7 +3834,7 @@ - + @@ -3892,7 +3902,7 @@ - + @@ -3901,10 +3911,10 @@ - + - + @@ -3913,7 +3923,7 @@ - + @@ -3937,7 +3947,7 @@ - + @@ -3983,7 +3993,7 @@ - + @@ -3991,7 +4001,7 @@ - + @@ -4057,7 +4067,7 @@ - + @@ -4066,10 +4076,10 @@ - + - + @@ -4079,7 +4089,7 @@ - + @@ -4130,7 +4140,7 @@ - + @@ -4207,7 +4217,7 @@ - + @@ -4215,7 +4225,7 @@ - + @@ -4250,7 +4260,7 @@ - + @@ -4261,7 +4271,7 @@ - + @@ -4301,7 +4311,7 @@ - + @@ -4311,7 +4321,7 @@ - + @@ -4352,7 +4362,7 @@ - + @@ -4394,7 +4404,7 @@ - + @@ -4440,7 +4450,7 @@ - + @@ -4487,7 +4497,7 @@ - + @@ -4522,7 +4532,7 @@ - + @@ -4568,7 +4578,7 @@ - + @@ -4610,7 +4620,7 @@ - + @@ -4659,7 +4669,7 @@ - + @@ -4728,7 +4738,7 @@ - + @@ -4764,7 +4774,7 @@ - + @@ -5027,16 +5037,16 @@ - + - + - + @@ -5045,7 +5055,7 @@ - + @@ -5083,6 +5093,7 @@ + @@ -5090,7 +5101,7 @@ - + @@ -5098,7 +5109,7 @@ - + @@ -5182,7 +5193,7 @@ - + @@ -5190,7 +5201,7 @@ - + @@ -5221,7 +5232,7 @@ - + @@ -5256,7 +5267,7 @@ - + @@ -5267,7 +5278,7 @@ - + @@ -5302,7 +5313,7 @@ - + @@ -5337,7 +5348,7 @@ - + @@ -5372,7 +5383,7 @@ - + @@ -5402,6 +5413,7 @@ + @@ -5429,7 +5441,7 @@ - + @@ -5438,10 +5450,10 @@ - + - + @@ -5450,7 +5462,7 @@ - + @@ -5491,7 +5503,7 @@ - + @@ -5564,7 +5576,7 @@ - + @@ -5572,7 +5584,7 @@ - + @@ -5609,7 +5621,7 @@ - + @@ -5642,7 +5654,7 @@ - + @@ -5675,7 +5687,7 @@ - + @@ -5787,7 +5799,7 @@ - + @@ -5796,10 +5808,10 @@ - + - + @@ -5809,7 +5821,7 @@ - + @@ -5850,6 +5862,7 @@ + @@ -5857,7 +5870,7 @@ - + @@ -5930,7 +5943,7 @@ - + @@ -5938,7 +5951,7 @@ - + @@ -5972,7 +5985,7 @@ - + @@ -5985,7 +5998,7 @@ - + @@ -6021,7 +6034,7 @@ - + @@ -6066,7 +6079,7 @@ - + @@ -6105,7 +6118,7 @@ - + @@ -6140,7 +6153,7 @@ - + @@ -6171,7 +6184,7 @@ - + @@ -6208,7 +6221,7 @@ - + @@ -6238,7 +6251,7 @@ - + @@ -6270,7 +6283,7 @@ - + @@ -6302,7 +6315,7 @@ - + @@ -6335,7 +6348,7 @@ - + @@ -6368,7 +6381,7 @@ - + @@ -6400,7 +6413,7 @@ - + @@ -6426,6 +6439,7 @@ + @@ -6460,7 +6474,7 @@ - + @@ -6716,7 +6730,7 @@ - + @@ -6725,10 +6739,10 @@ - + - + @@ -6737,7 +6751,7 @@ - + @@ -6772,7 +6786,7 @@ - + @@ -6837,7 +6851,7 @@ - + @@ -6845,7 +6859,7 @@ - + @@ -6857,7 +6871,9 @@ - + @@ -6879,7 +6895,7 @@ - + @@ -6887,7 +6903,7 @@ - + @@ -6919,7 +6935,9 @@ - + @@ -6948,7 +6966,7 @@ - + @@ -6957,10 +6975,10 @@ - + - + @@ -6969,7 +6987,7 @@ - + @@ -7002,7 +7020,7 @@ - + @@ -7039,7 +7057,7 @@ - + @@ -7048,10 +7066,10 @@ - + - + @@ -7061,7 +7079,7 @@ - + @@ -7107,7 +7125,7 @@ - + @@ -7184,7 +7202,7 @@ - + @@ -7192,7 +7210,7 @@ - + @@ -7223,7 +7241,7 @@ - + @@ -7265,7 +7283,7 @@ - + @@ -7373,16 +7391,16 @@ - + - + - + @@ -7392,7 +7410,7 @@ - + @@ -7424,7 +7442,7 @@ - + @@ -7489,7 +7507,7 @@ - + @@ -7497,7 +7515,7 @@ - + @@ -7526,7 +7544,7 @@ - + @@ -7555,7 +7573,7 @@ - + @@ -7616,7 +7634,7 @@ - + @@ -7625,10 +7643,10 @@ - + - + @@ -7638,7 +7656,7 @@ - + @@ -7684,7 +7702,7 @@ - + @@ -7761,7 +7779,7 @@ - + @@ -7769,7 +7787,7 @@ - + @@ -7800,7 +7818,7 @@ - + @@ -7838,7 +7856,7 @@ - + @@ -7876,7 +7894,7 @@ - + @@ -7917,7 +7935,7 @@ - + @@ -7956,7 +7974,7 @@ - + @@ -8136,7 +8154,7 @@ - + @@ -8145,10 +8163,10 @@ - + - + @@ -8158,7 +8176,7 @@ - + @@ -8193,7 +8211,7 @@ - + @@ -8258,7 +8276,7 @@ - + @@ -8266,7 +8284,7 @@ - + @@ -8296,7 +8314,7 @@ - + @@ -8321,7 +8339,7 @@ - + @@ -8374,7 +8392,7 @@ - + @@ -8383,10 +8401,10 @@ - + - + @@ -8396,7 +8414,7 @@ - + @@ -8441,6 +8459,7 @@ + @@ -8448,7 +8467,7 @@ - + @@ -8525,7 +8544,7 @@ - + @@ -8533,7 +8552,7 @@ - + @@ -8563,7 +8582,7 @@ - + @@ -8573,7 +8592,7 @@ - + @@ -8610,7 +8629,7 @@ - + @@ -8649,7 +8668,7 @@ - + @@ -8660,7 +8679,7 @@ - + @@ -8696,7 +8715,7 @@ - + @@ -8729,7 +8748,7 @@ - + @@ -8766,6 +8785,7 @@ + @@ -8797,7 +8817,7 @@ - + @@ -8857,7 +8877,7 @@ - + @@ -8925,16 +8945,16 @@ - + - + - + @@ -8944,7 +8964,7 @@ - + @@ -8976,7 +8996,7 @@ - + @@ -9041,7 +9061,7 @@ - + @@ -9049,7 +9069,7 @@ - + @@ -9078,7 +9098,7 @@ - + @@ -9088,7 +9108,7 @@ - + @@ -9111,7 +9131,7 @@ - + @@ -9136,7 +9156,7 @@ - + @@ -9169,7 +9189,7 @@ - + @@ -9204,16 +9224,16 @@ - + - + - + @@ -9223,7 +9243,7 @@ - + @@ -9261,6 +9281,7 @@ + @@ -9268,7 +9289,7 @@ - + @@ -9276,7 +9297,7 @@ - + @@ -9345,7 +9366,7 @@ - + @@ -9353,7 +9374,7 @@ - + @@ -9384,7 +9405,7 @@ - + @@ -9419,7 +9440,7 @@ - + @@ -9430,7 +9451,7 @@ - + @@ -9465,7 +9486,7 @@ - + @@ -9500,7 +9521,7 @@ - + @@ -9535,7 +9556,7 @@ - + @@ -9566,6 +9587,7 @@ + @@ -9586,16 +9608,16 @@ - + - + - + @@ -9604,7 +9626,7 @@ - + @@ -9636,7 +9658,7 @@ - + @@ -9701,7 +9723,7 @@ - + @@ -9709,7 +9731,7 @@ - + @@ -9738,7 +9760,7 @@ - + @@ -9751,7 +9773,7 @@ - + @@ -9775,7 +9797,7 @@ - + @@ -9806,7 +9828,7 @@ - + @@ -9822,7 +9844,9 @@ - + @@ -9839,7 +9863,7 @@ - + @@ -9864,6 +9888,7 @@ + @@ -9871,7 +9896,7 @@ - + @@ -9933,7 +9958,7 @@ - + @@ -9941,7 +9966,7 @@ - + @@ -9971,7 +9996,7 @@ - + @@ -9996,7 +10021,7 @@ - + @@ -10022,7 +10047,7 @@ - + @@ -10047,7 +10072,7 @@ - + @@ -10072,6 +10097,7 @@ + @@ -10079,7 +10105,7 @@ - + @@ -10141,7 +10167,7 @@ - + @@ -10149,7 +10175,7 @@ - + @@ -10179,7 +10205,7 @@ - + @@ -10204,7 +10230,7 @@ - + @@ -10235,7 +10261,7 @@ - + @@ -10262,7 +10288,7 @@ - + @@ -10289,7 +10315,7 @@ - + @@ -10351,7 +10377,7 @@ - + @@ -10359,7 +10385,7 @@ - + @@ -10388,7 +10414,7 @@ - + @@ -10413,7 +10439,7 @@ - + @@ -10423,7 +10449,7 @@ - + @@ -10457,7 +10483,7 @@ - + @@ -10500,7 +10526,9 @@ - + @@ -10523,6 +10551,7 @@ + @@ -10587,6 +10616,7 @@ + @@ -10683,7 +10713,7 @@ - + @@ -10696,7 +10726,7 @@ - + @@ -10705,10 +10735,10 @@ - + - + @@ -10717,7 +10747,7 @@ - + @@ -10753,7 +10783,7 @@ - + @@ -10818,7 +10848,7 @@ - + @@ -10826,7 +10856,7 @@ - + @@ -10864,16 +10894,16 @@ - + - + - + @@ -10882,7 +10912,7 @@ - + @@ -10920,6 +10950,7 @@ + @@ -10927,7 +10958,7 @@ - + @@ -10935,7 +10966,7 @@ - + @@ -11019,7 +11050,7 @@ - + @@ -11027,7 +11058,7 @@ - + @@ -11058,7 +11089,7 @@ - + @@ -11093,7 +11124,7 @@ - + @@ -11104,7 +11135,7 @@ - + @@ -11139,7 +11170,7 @@ - + @@ -11174,7 +11205,7 @@ - + @@ -11209,7 +11240,7 @@ - + @@ -11239,6 +11270,7 @@ + @@ -11266,16 +11298,16 @@ - + - + - + @@ -11284,7 +11316,7 @@ - + @@ -11321,7 +11353,7 @@ - + @@ -11390,7 +11422,7 @@ - + @@ -11398,7 +11430,7 @@ - + @@ -11410,7 +11442,9 @@ - + @@ -11432,7 +11466,7 @@ - + @@ -11440,7 +11474,7 @@ - + @@ -11471,7 +11505,7 @@ - + @@ -11505,7 +11539,7 @@ - + @@ -11540,7 +11574,7 @@ - + @@ -11581,7 +11615,7 @@ - + @@ -11616,7 +11650,7 @@ - + @@ -11649,7 +11683,7 @@ - + @@ -11692,7 +11726,7 @@ - + @@ -11734,7 +11768,7 @@ - + @@ -11777,7 +11811,7 @@ - + @@ -11795,7 +11829,7 @@ - + @@ -11818,7 +11852,7 @@ - + @@ -11826,6 +11860,10 @@ + + + + @@ -11884,7 +11922,7 @@ - + @@ -11892,7 +11930,7 @@ - + @@ -11922,7 +11960,7 @@ - + @@ -11965,7 +12003,7 @@ - + @@ -11982,7 +12020,7 @@ - + @@ -12007,7 +12045,7 @@ - + @@ -12042,7 +12080,7 @@ - + @@ -12078,7 +12116,7 @@ - + @@ -12109,7 +12147,7 @@ - + @@ -12353,7 +12391,7 @@ - + @@ -12370,6 +12408,10 @@ + + + + @@ -12424,7 +12466,7 @@ - + @@ -12514,7 +12556,7 @@ - + @@ -12523,10 +12565,10 @@ - + - + @@ -12535,7 +12577,7 @@ - + @@ -12576,6 +12618,7 @@ + @@ -12583,7 +12626,7 @@ - + @@ -12591,7 +12634,7 @@ - + @@ -12675,7 +12718,7 @@ - + @@ -12683,7 +12726,7 @@ - + @@ -12714,7 +12757,7 @@ - + @@ -12749,7 +12792,7 @@ - + @@ -12760,7 +12803,7 @@ - + @@ -12795,7 +12838,7 @@ - + @@ -12830,7 +12873,7 @@ - + @@ -12865,7 +12908,7 @@ - + @@ -12898,6 +12941,7 @@ + @@ -12925,7 +12969,7 @@ - + @@ -12934,10 +12978,10 @@ - + - + @@ -12946,7 +12990,7 @@ - + @@ -13001,6 +13045,7 @@ + @@ -13008,6 +13053,7 @@ + @@ -13015,6 +13061,7 @@ + @@ -13022,6 +13069,7 @@ + @@ -13029,6 +13077,7 @@ + @@ -13036,6 +13085,7 @@ + @@ -13043,6 +13093,7 @@ + @@ -13050,6 +13101,7 @@ + @@ -13057,6 +13109,7 @@ + @@ -13064,6 +13117,7 @@ + @@ -13071,6 +13125,7 @@ + @@ -13078,6 +13133,7 @@ + @@ -13085,6 +13141,7 @@ + @@ -13092,6 +13149,7 @@ + @@ -13099,7 +13157,7 @@ - + @@ -13180,7 +13238,7 @@ - + @@ -13188,7 +13246,7 @@ - + @@ -13200,7 +13258,9 @@ - + @@ -13222,7 +13282,7 @@ - + @@ -13230,7 +13290,7 @@ - + @@ -13260,7 +13320,7 @@ - + @@ -13298,7 +13358,7 @@ - + @@ -13308,7 +13368,7 @@ - + @@ -13345,7 +13405,7 @@ - + @@ -13387,7 +13447,7 @@ - + @@ -13428,7 +13488,7 @@ - + @@ -13463,7 +13523,7 @@ - + @@ -13513,6 +13573,7 @@ + @@ -13520,7 +13581,7 @@ - + @@ -13590,7 +13651,7 @@ - + @@ -13598,7 +13659,7 @@ - + @@ -13628,7 +13689,7 @@ - + @@ -13698,7 +13759,7 @@ - + @@ -13706,7 +13767,7 @@ - + @@ -13735,7 +13796,7 @@ - + @@ -13745,7 +13806,7 @@ - + @@ -13773,7 +13834,7 @@ - + @@ -13811,7 +13872,7 @@ - + @@ -13842,7 +13903,7 @@ - + @@ -13876,7 +13937,7 @@ - + @@ -13886,7 +13947,7 @@ - + @@ -13921,7 +13982,7 @@ - + @@ -13960,7 +14021,7 @@ - + @@ -14005,7 +14066,7 @@ - + @@ -14050,7 +14111,7 @@ - + @@ -14089,7 +14150,7 @@ - + @@ -14131,7 +14192,7 @@ - + @@ -14166,6 +14227,7 @@ + @@ -14173,7 +14235,7 @@ - + @@ -14211,7 +14273,7 @@ - + @@ -14281,7 +14343,7 @@ - + @@ -14289,7 +14351,7 @@ - + @@ -14318,7 +14380,7 @@ - + @@ -14352,7 +14414,7 @@ - + @@ -14386,7 +14448,7 @@ - + @@ -14421,7 +14483,7 @@ - + @@ -14455,6 +14517,7 @@ + @@ -14462,6 +14525,7 @@ + @@ -14469,7 +14533,7 @@ - + @@ -14551,7 +14615,7 @@ - + @@ -14559,7 +14623,7 @@ - + @@ -14589,7 +14653,7 @@ - + @@ -14641,7 +14705,7 @@ - + @@ -14676,7 +14740,7 @@ - + @@ -14711,7 +14775,7 @@ - + @@ -14721,7 +14785,7 @@ - + @@ -14753,7 +14817,7 @@ - + @@ -14763,7 +14827,7 @@ - + @@ -14774,7 +14838,9 @@ - + @@ -14942,7 +15008,7 @@ - + @@ -14976,7 +15042,7 @@ - + @@ -15006,7 +15072,7 @@ - + @@ -15189,7 +15255,7 @@ - + @@ -15205,7 +15271,17 @@ - + @@ -15376,7 +15452,7 @@ - + @@ -15406,7 +15482,7 @@ - + @@ -15472,7 +15548,7 @@ - + @@ -15480,7 +15556,7 @@ - + @@ -15512,7 +15588,7 @@ - + @@ -15691,7 +15767,7 @@ - + @@ -15756,7 +15832,7 @@ - + @@ -15813,7 +15889,7 @@ - + @@ -15843,7 +15919,7 @@ - + @@ -15880,7 +15956,7 @@ - + @@ -15910,6 +15986,7 @@ + @@ -15917,7 +15994,7 @@ - + @@ -15987,7 +16064,7 @@ - + @@ -15995,7 +16072,7 @@ - + @@ -16025,7 +16102,7 @@ - + @@ -16055,7 +16132,7 @@ - + @@ -16085,7 +16162,7 @@ - + @@ -16095,7 +16172,7 @@ - + @@ -16126,7 +16203,7 @@ - + @@ -16157,7 +16234,7 @@ - + @@ -16191,7 +16268,7 @@ - + @@ -16222,7 +16299,7 @@ - + @@ -16254,7 +16331,7 @@ - + @@ -16290,7 +16367,7 @@ - + @@ -16323,7 +16400,7 @@ - + @@ -16355,7 +16432,7 @@ - + @@ -16393,6 +16470,7 @@ + @@ -16400,7 +16478,7 @@ - + @@ -16478,7 +16556,7 @@ - + @@ -16486,7 +16564,7 @@ - + @@ -16518,7 +16596,7 @@ - + @@ -16531,7 +16609,7 @@ - + @@ -16569,7 +16647,7 @@ - + @@ -16605,7 +16683,7 @@ - + @@ -16648,7 +16726,7 @@ - + @@ -16722,7 +16800,7 @@ - + @@ -16730,7 +16808,7 @@ - + @@ -16759,7 +16837,7 @@ - + @@ -16789,7 +16867,7 @@ - + @@ -16802,7 +16880,7 @@ - + @@ -16830,7 +16908,7 @@ - + @@ -16863,7 +16941,7 @@ - + @@ -16892,6 +16970,7 @@ + @@ -16899,6 +16978,7 @@ + @@ -16906,6 +16986,7 @@ + @@ -16913,6 +16994,7 @@ + @@ -16920,6 +17002,7 @@ + @@ -16927,6 +17010,7 @@ + @@ -16934,6 +17018,7 @@ + @@ -16941,6 +17026,7 @@ + @@ -16948,6 +17034,7 @@ + @@ -16955,6 +17042,7 @@ + @@ -16962,6 +17050,7 @@ + @@ -16969,6 +17058,7 @@ + @@ -16976,6 +17066,7 @@ + @@ -16983,6 +17074,7 @@ + @@ -17041,7 +17133,7 @@ - + @@ -17185,6 +17277,7 @@ + @@ -17232,7 +17325,7 @@ - + @@ -17317,7 +17410,7 @@ - + @@ -17508,6 +17601,7 @@ + @@ -17639,6 +17733,7 @@ + @@ -17646,6 +17741,7 @@ + @@ -17766,7 +17862,7 @@ - + @@ -17794,7 +17890,7 @@ - + @@ -17805,7 +17901,9 @@ - + @@ -18180,7 +18278,17 @@ - + @@ -18694,6 +18802,7 @@ + @@ -18754,7 +18863,7 @@ - + @@ -18935,6 +19044,7 @@ + @@ -18976,7 +19086,7 @@ - + @@ -19103,7 +19213,7 @@ - + @@ -19155,16 +19265,16 @@ - + - + - + @@ -19173,7 +19283,7 @@ - + @@ -19205,7 +19315,7 @@ - + @@ -19213,6 +19323,7 @@ + @@ -19277,7 +19388,7 @@ - + @@ -19285,7 +19396,7 @@ - + @@ -19314,7 +19425,7 @@ - + @@ -19339,7 +19450,7 @@ - + @@ -19364,7 +19475,7 @@ - + @@ -19400,7 +19511,7 @@ - + @@ -19426,7 +19537,7 @@ - + @@ -19448,6 +19559,7 @@ + @@ -19527,7 +19639,7 @@ - + @@ -19536,10 +19648,10 @@ - + - + @@ -19549,7 +19661,7 @@ - + @@ -19584,7 +19696,7 @@ - + @@ -19592,6 +19704,7 @@ + @@ -19660,7 +19773,7 @@ - + @@ -19668,7 +19781,7 @@ - + @@ -19874,7 +19987,7 @@ - + @@ -19903,6 +20016,7 @@ + @@ -20103,7 +20217,7 @@ - + @@ -20112,10 +20226,10 @@ - + - + @@ -20125,7 +20239,7 @@ - + @@ -20171,7 +20285,7 @@ - + @@ -20248,7 +20362,7 @@ - + @@ -20256,7 +20370,7 @@ - + @@ -20287,7 +20401,7 @@ - + @@ -20298,7 +20412,7 @@ - + @@ -20335,7 +20449,7 @@ - + @@ -20370,7 +20484,7 @@ - + @@ -20411,7 +20525,7 @@ - + @@ -20449,7 +20563,7 @@ - + @@ -20487,7 +20601,7 @@ - + @@ -20521,7 +20635,7 @@ - + @@ -20586,7 +20700,7 @@ - + @@ -20752,7 +20866,7 @@ - + @@ -20761,10 +20875,10 @@ - + - + @@ -20774,7 +20888,7 @@ - + @@ -20819,7 +20933,7 @@ - + @@ -20896,7 +21010,7 @@ - + @@ -20904,7 +21018,7 @@ - + @@ -20935,7 +21049,7 @@ - + @@ -20946,7 +21060,7 @@ - + @@ -20979,7 +21093,7 @@ - + @@ -21029,7 +21143,7 @@ - + @@ -21071,7 +21185,7 @@ - + @@ -21108,7 +21222,7 @@ - + @@ -21147,7 +21261,7 @@ - + @@ -21211,7 +21325,7 @@ - + @@ -21369,16 +21483,16 @@ - + - + - + @@ -21387,7 +21501,7 @@ - + @@ -21419,7 +21533,7 @@ - + @@ -21484,7 +21598,7 @@ - + @@ -21492,7 +21606,7 @@ - + @@ -21504,7 +21618,9 @@ - + @@ -21526,7 +21642,7 @@ - + @@ -21534,7 +21650,7 @@ - + @@ -21548,11 +21664,11 @@ - + - + @@ -21564,7 +21680,7 @@ - + @@ -21589,7 +21705,7 @@ - + @@ -21614,7 +21730,7 @@ - + @@ -21623,11 +21739,11 @@ - + - + @@ -21639,7 +21755,7 @@ - + @@ -21664,7 +21780,7 @@ - + @@ -21685,7 +21801,7 @@ - + @@ -21718,7 +21834,7 @@ - + @@ -21746,7 +21862,7 @@ - + @@ -21755,10 +21871,10 @@ - + - + @@ -21767,7 +21883,7 @@ - + @@ -21776,7 +21892,7 @@ - + @@ -21796,14 +21912,13 @@ - - + @@ -21872,7 +21987,7 @@ - + @@ -21880,7 +21995,7 @@ - + @@ -21910,7 +22025,7 @@ - + @@ -21936,7 +22051,7 @@ - + @@ -21945,7 +22060,9 @@ - + @@ -21962,7 +22079,7 @@ - + @@ -21989,7 +22106,7 @@ - + @@ -22015,7 +22132,7 @@ - + @@ -22052,7 +22169,7 @@ - + @@ -22112,7 +22229,9 @@ - + @@ -22186,7 +22305,7 @@ - + @@ -22195,10 +22314,10 @@ - + - + @@ -22207,7 +22326,7 @@ - + @@ -22247,7 +22366,7 @@ - + @@ -22316,7 +22435,7 @@ - + @@ -22324,7 +22443,7 @@ - + @@ -22355,7 +22474,7 @@ - + @@ -22385,7 +22504,7 @@ - + @@ -22398,7 +22517,7 @@ - + @@ -22461,7 +22580,7 @@ - + @@ -22478,7 +22597,7 @@ - + @@ -22487,10 +22606,10 @@ - + - + @@ -22499,7 +22618,7 @@ - + @@ -22534,7 +22653,7 @@ - + @@ -22603,7 +22722,7 @@ - + @@ -22611,7 +22730,7 @@ - + @@ -22640,7 +22759,7 @@ - + @@ -22650,7 +22769,7 @@ - + @@ -22678,7 +22797,7 @@ - + @@ -22686,6 +22805,7 @@ + @@ -22693,6 +22813,7 @@ + @@ -22735,7 +22856,7 @@ - + @@ -22758,6 +22879,7 @@ + @@ -22765,6 +22887,7 @@ + @@ -22781,16 +22904,16 @@ - + - + - + @@ -22799,7 +22922,7 @@ - + @@ -22831,7 +22954,7 @@ - + @@ -22839,6 +22962,7 @@ + @@ -22903,7 +23027,7 @@ - + @@ -22911,7 +23035,7 @@ - + @@ -22923,7 +23047,9 @@ - + @@ -22945,7 +23071,7 @@ - + @@ -22953,7 +23079,7 @@ - + @@ -22983,7 +23109,7 @@ - + @@ -23008,7 +23134,7 @@ - + @@ -23033,7 +23159,7 @@ - + @@ -23058,7 +23184,7 @@ - + @@ -23066,6 +23192,7 @@ + @@ -23090,7 +23217,7 @@ - + @@ -23098,6 +23225,7 @@ + @@ -23159,7 +23287,7 @@ - + @@ -23167,7 +23295,7 @@ - + @@ -23196,7 +23324,7 @@ - + @@ -23204,6 +23332,7 @@ + @@ -23211,6 +23340,7 @@ + @@ -23235,7 +23365,7 @@ - + @@ -23260,7 +23390,7 @@ - + @@ -23282,6 +23412,7 @@ + @@ -23330,6 +23461,7 @@ + @@ -23347,6 +23479,7 @@ + @@ -23365,6 +23498,7 @@ + @@ -23372,6 +23506,7 @@ + @@ -23405,16 +23540,16 @@ - + - + - + @@ -23423,7 +23558,7 @@ - + @@ -23455,7 +23590,7 @@ - + @@ -23520,7 +23655,7 @@ - + @@ -23528,7 +23663,7 @@ - + @@ -23557,7 +23692,7 @@ - + @@ -23582,7 +23717,7 @@ - + @@ -23592,7 +23727,7 @@ - + @@ -23615,7 +23750,7 @@ - + @@ -23640,7 +23775,7 @@ - + @@ -23665,7 +23800,7 @@ - + @@ -23690,7 +23825,7 @@ - + @@ -23703,7 +23838,7 @@ - + @@ -23727,7 +23862,7 @@ - + @@ -23771,7 +23906,7 @@ - + @@ -23826,7 +23961,7 @@ - + @@ -23851,7 +23986,7 @@ - + @@ -23860,10 +23995,10 @@ - + - + @@ -23872,7 +24007,7 @@ - + @@ -23899,7 +24034,9 @@ - + @@ -23913,7 +24050,7 @@ - + @@ -23921,6 +24058,7 @@ + @@ -23993,7 +24131,7 @@ - + @@ -24001,7 +24139,7 @@ - + @@ -24032,7 +24170,7 @@ - + @@ -24068,7 +24206,7 @@ - + @@ -24093,7 +24231,9 @@ - + @@ -24102,6 +24242,7 @@ + @@ -24165,16 +24306,16 @@ - + - + - + @@ -24183,7 +24324,7 @@ - + @@ -24215,7 +24356,7 @@ - + @@ -24280,7 +24421,7 @@ - + @@ -24288,7 +24429,7 @@ - + @@ -24300,7 +24441,9 @@ - + @@ -24322,7 +24465,7 @@ - + @@ -24330,7 +24473,7 @@ - + @@ -24363,7 +24506,7 @@ - + @@ -24388,7 +24531,7 @@ - + @@ -24413,7 +24556,7 @@ - + @@ -24438,7 +24581,7 @@ - + @@ -24512,7 +24655,7 @@ - + @@ -24521,10 +24664,10 @@ - + - + @@ -24533,7 +24676,7 @@ - + @@ -24568,7 +24711,7 @@ - + @@ -24633,7 +24776,7 @@ - + @@ -24641,7 +24784,7 @@ - + @@ -24679,16 +24822,16 @@ - + - + - + @@ -24697,7 +24840,7 @@ - + @@ -24729,7 +24872,7 @@ - + @@ -24794,7 +24937,7 @@ - + @@ -24802,7 +24945,7 @@ - + @@ -24814,7 +24957,9 @@ - + @@ -24836,7 +24981,7 @@ - + @@ -24844,7 +24989,7 @@ - + @@ -24874,7 +25019,7 @@ - + @@ -24899,7 +25044,7 @@ - + @@ -24924,7 +25069,7 @@ - + @@ -24949,7 +25094,7 @@ - + @@ -24974,7 +25119,7 @@ - + @@ -24999,7 +25144,7 @@ - + @@ -25024,7 +25169,7 @@ - + @@ -25049,7 +25194,7 @@ - + @@ -25074,7 +25219,7 @@ - + @@ -25099,7 +25244,7 @@ - + @@ -25124,7 +25269,7 @@ - + @@ -25272,16 +25417,16 @@ - + - + - + @@ -25290,7 +25435,7 @@ - + @@ -25322,7 +25467,7 @@ - + @@ -25387,7 +25532,7 @@ - + @@ -25395,7 +25540,7 @@ - + @@ -25407,7 +25552,9 @@ - + @@ -25429,7 +25576,7 @@ - + @@ -25437,7 +25584,7 @@ - + @@ -25467,7 +25614,7 @@ - + @@ -25492,7 +25639,7 @@ - + @@ -25517,7 +25664,7 @@ - + @@ -25542,7 +25689,7 @@ - + @@ -25613,7 +25760,7 @@ - + @@ -25622,10 +25769,10 @@ - + - + @@ -25635,7 +25782,7 @@ - + @@ -25676,7 +25823,7 @@ - + @@ -25684,6 +25831,7 @@ + @@ -25756,7 +25904,7 @@ - + @@ -25764,7 +25912,7 @@ - + @@ -25795,7 +25943,7 @@ - + @@ -25830,7 +25978,7 @@ - + @@ -25841,7 +25989,7 @@ - + @@ -25876,7 +26024,7 @@ - + @@ -25911,7 +26059,7 @@ - + @@ -25946,7 +26094,7 @@ - + @@ -25980,6 +26128,7 @@ + @@ -26031,7 +26180,7 @@ - + @@ -26117,7 +26266,7 @@ - + @@ -26126,10 +26275,10 @@ - + - + @@ -26139,7 +26288,7 @@ - + @@ -26180,7 +26329,7 @@ - + @@ -26188,6 +26337,7 @@ + @@ -26260,7 +26410,7 @@ - + @@ -26268,7 +26418,7 @@ - + @@ -26299,7 +26449,7 @@ - + @@ -26334,7 +26484,7 @@ - + @@ -26368,6 +26518,7 @@ + @@ -26430,7 +26581,7 @@ - + @@ -26439,10 +26590,10 @@ - + - + @@ -26452,7 +26603,7 @@ - + @@ -26493,7 +26644,7 @@ - + @@ -26501,6 +26652,7 @@ + @@ -26573,7 +26725,7 @@ - + @@ -26581,7 +26733,7 @@ - + @@ -26610,7 +26762,7 @@ - + @@ -26639,7 +26791,7 @@ - + @@ -26669,6 +26821,7 @@ + @@ -26719,7 +26872,7 @@ - + @@ -26728,10 +26881,10 @@ - + - + @@ -26740,7 +26893,7 @@ - + @@ -26776,7 +26929,7 @@ - + @@ -26784,6 +26937,7 @@ + @@ -26852,7 +27006,7 @@ - + @@ -26860,7 +27014,7 @@ - + @@ -26891,7 +27045,7 @@ - + @@ -26903,7 +27057,9 @@ - + @@ -26921,7 +27077,7 @@ - + @@ -26942,7 +27098,13 @@ - + @@ -26959,7 +27121,7 @@ - + @@ -26992,7 +27154,7 @@ - + @@ -27022,6 +27184,7 @@ + @@ -27048,7 +27211,9 @@ - + @@ -27073,7 +27238,13 @@ - + @@ -27114,16 +27285,16 @@ - + - + - + @@ -27133,7 +27304,7 @@ - + @@ -27166,7 +27337,7 @@ - + @@ -27231,7 +27402,7 @@ - + @@ -27239,7 +27410,7 @@ - + @@ -27268,7 +27439,7 @@ - + @@ -27278,7 +27449,7 @@ - + @@ -27301,7 +27472,7 @@ - + @@ -27326,7 +27497,7 @@ - + @@ -27352,7 +27523,7 @@ - + @@ -27378,7 +27549,7 @@ - + @@ -27403,7 +27574,7 @@ - + @@ -27430,7 +27601,7 @@ - + @@ -27464,7 +27635,7 @@ - + @@ -27547,16 +27718,16 @@ - + - + - + @@ -27566,7 +27737,7 @@ - + @@ -27604,7 +27775,7 @@ - + @@ -27677,7 +27848,7 @@ - + @@ -27685,7 +27856,7 @@ - + @@ -27715,7 +27886,7 @@ - + @@ -27745,7 +27916,7 @@ - + @@ -27775,7 +27946,7 @@ - + @@ -27804,7 +27975,7 @@ - + @@ -27833,7 +28004,7 @@ - + @@ -27863,7 +28034,7 @@ - + @@ -27893,7 +28064,7 @@ - + @@ -28042,16 +28213,16 @@ - + - + - + @@ -28061,7 +28232,7 @@ - + @@ -28094,7 +28265,7 @@ - + @@ -28163,7 +28334,7 @@ - + @@ -28171,7 +28342,7 @@ - + @@ -28201,7 +28372,7 @@ - + @@ -28235,7 +28406,7 @@ - + @@ -28267,7 +28438,7 @@ - + @@ -28300,7 +28471,7 @@ - + @@ -28326,7 +28497,7 @@ - + @@ -28339,7 +28510,7 @@ - + @@ -28362,7 +28533,7 @@ - + @@ -28375,7 +28546,7 @@ - + @@ -28399,7 +28570,7 @@ - + @@ -28509,7 +28680,7 @@ - + @@ -28530,7 +28701,7 @@ - + @@ -28554,16 +28725,16 @@ - + - + - + @@ -28572,7 +28743,7 @@ - + @@ -28604,7 +28775,7 @@ - + @@ -28669,7 +28840,7 @@ - + @@ -28677,7 +28848,7 @@ - + @@ -28689,7 +28860,9 @@ - + @@ -28711,7 +28884,7 @@ - + @@ -28719,7 +28892,7 @@ - + @@ -28749,7 +28922,7 @@ - + @@ -28774,7 +28947,7 @@ - + @@ -28799,7 +28972,7 @@ - + @@ -28832,7 +29005,7 @@ - + @@ -28857,7 +29030,7 @@ - + @@ -28919,7 +29092,7 @@ - + @@ -28927,7 +29100,7 @@ - + @@ -28956,7 +29129,7 @@ - + @@ -28981,7 +29154,7 @@ - + @@ -29006,7 +29179,7 @@ - + @@ -29031,7 +29204,7 @@ - + @@ -29056,7 +29229,7 @@ - + @@ -29081,7 +29254,7 @@ - + @@ -29106,7 +29279,7 @@ - + @@ -29168,7 +29341,7 @@ - + @@ -29176,7 +29349,7 @@ - + @@ -29205,7 +29378,7 @@ - + @@ -29230,7 +29403,7 @@ - + @@ -29255,7 +29428,7 @@ - + @@ -29289,7 +29462,7 @@ - + @@ -29314,7 +29487,7 @@ - + @@ -29339,7 +29512,7 @@ - + @@ -29364,7 +29537,7 @@ - + @@ -29426,7 +29599,7 @@ - + @@ -29434,7 +29607,7 @@ - + @@ -29463,7 +29636,7 @@ - + @@ -29488,7 +29661,7 @@ - + @@ -29513,7 +29686,7 @@ - + @@ -29547,7 +29720,7 @@ - + @@ -29572,7 +29745,7 @@ - + @@ -29597,7 +29770,7 @@ - + @@ -29925,16 +30098,16 @@ - + - + - + @@ -29943,7 +30116,7 @@ - + @@ -29975,7 +30148,7 @@ - + @@ -30040,7 +30213,7 @@ - + @@ -30048,7 +30221,7 @@ - + @@ -30060,7 +30233,9 @@ - + @@ -30082,7 +30257,7 @@ - + @@ -30090,7 +30265,7 @@ - + @@ -30126,7 +30301,7 @@ - + @@ -30151,7 +30326,7 @@ - + @@ -30176,7 +30351,7 @@ - + @@ -30201,7 +30376,7 @@ - + @@ -30263,7 +30438,7 @@ - + @@ -30271,7 +30446,7 @@ - + @@ -30300,7 +30475,7 @@ - + @@ -30325,7 +30500,7 @@ - + @@ -30424,7 +30599,7 @@ - + @@ -30433,10 +30608,10 @@ - + - + @@ -30446,7 +30621,7 @@ - + @@ -30473,7 +30648,9 @@ - + @@ -30487,7 +30664,7 @@ - + @@ -30560,7 +30737,7 @@ - + @@ -30568,7 +30745,7 @@ - + @@ -30580,7 +30757,9 @@ - + @@ -30602,7 +30781,7 @@ - + @@ -30610,7 +30789,7 @@ - + @@ -30641,7 +30820,7 @@ - + @@ -30671,7 +30850,7 @@ - + @@ -30679,6 +30858,7 @@ + @@ -30686,6 +30866,7 @@ + @@ -30693,6 +30874,7 @@ + @@ -30700,6 +30882,7 @@ + @@ -30707,6 +30890,7 @@ + @@ -30714,6 +30898,7 @@ + @@ -30721,6 +30906,7 @@ + @@ -30728,6 +30914,7 @@ + @@ -30735,6 +30922,7 @@ + @@ -30800,7 +30988,7 @@ - + @@ -30808,7 +30996,7 @@ - + @@ -30843,7 +31031,7 @@ - + @@ -30874,7 +31062,7 @@ - + @@ -30903,7 +31091,7 @@ - + @@ -30934,7 +31122,7 @@ - + @@ -30965,7 +31153,7 @@ - + @@ -30994,7 +31182,7 @@ - + @@ -31004,7 +31192,7 @@ - + @@ -31032,7 +31220,7 @@ - + @@ -31061,7 +31249,7 @@ - + @@ -31090,7 +31278,7 @@ - + @@ -31119,7 +31307,7 @@ - + @@ -31148,7 +31336,7 @@ - + @@ -31158,7 +31346,7 @@ - + @@ -31186,7 +31374,7 @@ - + @@ -31195,7 +31383,7 @@ - + @@ -31223,7 +31411,7 @@ - + @@ -31254,7 +31442,7 @@ - + @@ -31264,7 +31452,7 @@ - + @@ -31291,7 +31479,7 @@ - + @@ -31321,7 +31509,7 @@ - + @@ -31350,7 +31538,9 @@ - + @@ -31394,6 +31584,7 @@ + @@ -31401,6 +31592,7 @@ + @@ -31408,6 +31600,7 @@ + @@ -31415,6 +31608,7 @@ + @@ -31422,6 +31616,7 @@ + @@ -31429,6 +31624,7 @@ + @@ -31436,6 +31632,7 @@ + @@ -31443,6 +31640,7 @@ + @@ -31450,6 +31648,7 @@ + @@ -31560,7 +31759,7 @@ - + @@ -31644,7 +31843,7 @@ - + @@ -31667,7 +31866,7 @@ - + @@ -31708,7 +31907,7 @@ - + @@ -31764,16 +31963,16 @@ - + - + - + @@ -31782,7 +31981,7 @@ - + @@ -31815,7 +32014,7 @@ - + @@ -31823,6 +32022,7 @@ + @@ -31830,6 +32030,7 @@ + @@ -31837,6 +32038,7 @@ + @@ -31901,7 +32103,7 @@ - + @@ -31909,7 +32111,7 @@ - + @@ -31938,7 +32140,7 @@ - + @@ -31948,7 +32150,7 @@ - + @@ -31972,7 +32174,7 @@ - + @@ -32007,7 +32209,7 @@ - + @@ -32033,7 +32235,7 @@ - + @@ -32060,7 +32262,7 @@ - + @@ -32083,6 +32285,7 @@ + @@ -32090,6 +32293,7 @@ + @@ -32097,6 +32301,7 @@ + @@ -32115,7 +32320,7 @@ - + @@ -32186,16 +32391,16 @@ - + - + - + @@ -32205,7 +32410,7 @@ - + @@ -32237,7 +32442,7 @@ - + @@ -32302,7 +32507,7 @@ - + @@ -32310,7 +32515,7 @@ - + @@ -32339,7 +32544,7 @@ - + @@ -32388,7 +32593,7 @@ - + @@ -32477,7 +32682,7 @@ - + @@ -32486,10 +32691,10 @@ - + - + @@ -32498,7 +32703,7 @@ - + @@ -32533,7 +32738,7 @@ - + @@ -32548,7 +32753,7 @@ - + @@ -32620,7 +32825,7 @@ - + @@ -32628,7 +32833,7 @@ - + @@ -32659,7 +32864,7 @@ - + @@ -32694,7 +32899,7 @@ - + @@ -32705,7 +32910,7 @@ - + @@ -32740,7 +32945,7 @@ - + @@ -32775,7 +32980,7 @@ - + @@ -32810,7 +33015,7 @@ - + @@ -32850,7 +33055,7 @@ - + @@ -32859,10 +33064,10 @@ - + - + @@ -32871,7 +33076,7 @@ - + @@ -32906,7 +33111,7 @@ - + @@ -32914,7 +33119,7 @@ - + @@ -32993,7 +33198,7 @@ - + @@ -33001,7 +33206,7 @@ - + @@ -33032,7 +33237,7 @@ - + @@ -33067,7 +33272,7 @@ - + @@ -33078,7 +33283,7 @@ - + @@ -33113,7 +33318,7 @@ - + @@ -33148,7 +33353,7 @@ - + @@ -33183,7 +33388,7 @@ - + diff --git a/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/valueset/v2-tables.xml b/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/valueset/v2-tables.xml index 7159f188071..ef01ea2a024 100644 --- a/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/valueset/v2-tables.xml +++ b/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/valueset/v2-tables.xml @@ -1,7 +1,7 @@ - + @@ -1096,7 +1096,11 @@ - + @@ -40363,7 +40367,11 @@ - + @@ -40379,7 +40387,8 @@ - + @@ -40419,7 +40428,8 @@ - + @@ -40459,7 +40469,8 @@ - + @@ -40499,7 +40510,8 @@ - + @@ -40571,7 +40583,8 @@ - + @@ -40683,7 +40696,8 @@ - + @@ -40723,7 +40737,8 @@ - + @@ -40795,7 +40810,9 @@ - + @@ -40827,7 +40844,20 @@ - + @@ -40867,7 +40897,10 @@ - + @@ -40931,7 +40964,8 @@ - + @@ -40971,7 +41005,8 @@ - + @@ -41011,7 +41046,9 @@ - + @@ -41043,13 +41080,15 @@ - + - + @@ -41083,7 +41122,8 @@ - + @@ -41155,13 +41195,15 @@ - + - + @@ -41219,7 +41261,13 @@ - + @@ -41387,7 +41435,13 @@ - + @@ -41459,7 +41513,15 @@ - + @@ -41499,7 +41561,8 @@ - + @@ -41531,7 +41594,11 @@ - + @@ -41563,7 +41630,11 @@ - + @@ -41667,13 +41738,15 @@ - + - + @@ -41707,7 +41780,8 @@ - + @@ -44156,7 +44230,8 @@ - + @@ -44180,7 +44255,9 @@ - + @@ -44212,7 +44289,8 @@ - + @@ -44244,7 +44322,20 @@ - + @@ -44276,7 +44367,9 @@ - + @@ -44300,7 +44393,8 @@ - + @@ -44332,7 +44426,9 @@ - + @@ -44396,7 +44492,16 @@ - + @@ -44420,7 +44525,8 @@ - + @@ -44452,7 +44558,8 @@ - + @@ -44476,7 +44583,8 @@ - + @@ -44540,7 +44648,8 @@ - + @@ -44588,7 +44697,43 @@ - + @@ -44624,7 +44769,8 @@ - + @@ -44744,7 +44890,8 @@ - + @@ -44800,7 +44947,8 @@ - + @@ -44832,7 +44980,9 @@ - + @@ -44888,7 +45038,16 @@ - + @@ -44920,7 +45079,14 @@ - + @@ -44944,7 +45110,8 @@ - + @@ -44980,7 +45147,33 @@ - + @@ -45012,7 +45205,10 @@ - + @@ -45068,7 +45264,69 @@ - + @@ -45100,7 +45358,26 @@ - + @@ -45132,7 +45409,28 @@ - + @@ -45164,7 +45462,8 @@ - + @@ -45196,7 +45495,26 @@ - + @@ -45260,7 +45578,8 @@ - + @@ -45364,7 +45683,8 @@ - + @@ -45396,7 +45716,9 @@ - + @@ -45428,7 +45750,9 @@ - + @@ -45460,7 +45784,8 @@ - + @@ -45548,7 +45873,8 @@ - + @@ -55136,7 +55462,8 @@ - + @@ -55168,7 +55495,8 @@ - + @@ -55200,7 +55528,8 @@ - + @@ -55232,7 +55561,8 @@ - + @@ -55264,7 +55594,8 @@ - + @@ -57926,7 +58257,8 @@ - + @@ -58106,7 +58438,9 @@ - + @@ -58138,7 +58472,8 @@ - + @@ -58202,7 +58537,9 @@ - + @@ -58266,7 +58603,8 @@ - + @@ -58422,7 +58760,8 @@ - + @@ -59222,7 +59561,9 @@ - + @@ -59246,7 +59587,9 @@ - + @@ -59270,7 +59613,8 @@ - + @@ -59294,7 +59638,9 @@ - + @@ -59381,7 +59727,8 @@ - + @@ -59501,7 +59848,8 @@ - + @@ -59617,7 +59965,9 @@ - + @@ -59641,7 +59991,8 @@ - + @@ -60077,7 +60428,8 @@ - + @@ -60217,7 +60569,8 @@ - + @@ -60357,7 +60710,8 @@ - + @@ -60437,7 +60791,8 @@ - + @@ -60565,7 +60920,9 @@ - + @@ -60589,7 +60946,8 @@ - + @@ -60613,7 +60971,9 @@ - + @@ -60645,7 +61005,10 @@ - + @@ -60713,7 +61076,8 @@ - + @@ -61053,7 +61417,8 @@ - + @@ -61109,7 +61474,8 @@ - + @@ -61289,7 +61655,9 @@ - + @@ -61401,7 +61769,8 @@ - + @@ -61469,7 +61838,8 @@ - + @@ -62612,7 +62982,9 @@ - + @@ -62756,7 +63128,9 @@ - + @@ -62920,7 +63294,11 @@ - + @@ -79816,7 +80194,8 @@ - + @@ -79840,7 +80219,8 @@ - + @@ -79912,7 +80292,8 @@ - + @@ -79936,7 +80317,8 @@ - + @@ -79960,7 +80342,8 @@ - + @@ -79984,7 +80367,8 @@ - + @@ -80008,7 +80392,8 @@ - + @@ -98426,7 +98811,8 @@ - + @@ -98964,7 +99350,10 @@ - + @@ -100235,7 +100624,8 @@ - + @@ -100258,7 +100648,9 @@ - + @@ -100720,13 +101112,15 @@ - + - + @@ -100782,13 +101176,15 @@ - + - + @@ -100826,7 +101222,8 @@ - + @@ -101185,7 +101582,9 @@ - + @@ -101200,7 +101599,9 @@ - + @@ -101976,13 +102377,21 @@ - + - + @@ -102119,7 +102528,18 @@ - + @@ -102412,7 +102832,8 @@ - + @@ -103020,13 +103441,15 @@ - + - + @@ -103052,13 +103475,15 @@ - + - + @@ -103536,7 +103961,9 @@ - + @@ -103691,7 +104118,10 @@ - + @@ -117688,7 +118118,11 @@ - + @@ -117702,7 +118136,12 @@ - + @@ -122039,7 +122478,9 @@ - + @@ -122920,7 +123361,8 @@ - + @@ -124078,7 +124520,10 @@ - + @@ -126128,7 +126573,8 @@ - + @@ -126149,7 +126595,8 @@ - + @@ -126457,35 +126904,51 @@ - + - + - + - + - + diff --git a/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/valueset/v3-codesystems.xml b/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/valueset/v3-codesystems.xml index cac3132ed8a..19b2b674b0f 100644 --- a/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/valueset/v3-codesystems.xml +++ b/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/valueset/v3-codesystems.xml @@ -1,7 +1,7 @@ - + @@ -82,7 +82,8 @@ - + @@ -128,7 +129,9 @@ - + @@ -174,7 +177,8 @@ - + @@ -262,7 +266,8 @@ - + @@ -480,7 +485,8 @@ - + @@ -844,7 +850,8 @@ - + @@ -886,7 +893,8 @@ - + @@ -932,7 +940,8 @@ - + @@ -1569,7 +1578,8 @@ - + @@ -2105,7 +2115,8 @@ - + @@ -2243,7 +2254,8 @@ - + @@ -2289,7 +2301,8 @@ - + @@ -2381,7 +2394,8 @@ - + @@ -2473,7 +2487,8 @@ - + @@ -2779,7 +2794,8 @@ - + @@ -2821,7 +2837,8 @@ - + @@ -2951,7 +2968,8 @@ - + @@ -3035,7 +3053,8 @@ - + @@ -3077,7 +3096,8 @@ - + @@ -3119,7 +3139,8 @@ - + @@ -3165,7 +3186,10 @@ - + @@ -3299,7 +3323,8 @@ - + @@ -3341,7 +3366,8 @@ - + @@ -3479,7 +3505,8 @@ - + @@ -3571,7 +3598,9 @@ - + @@ -3617,7 +3646,9 @@ - + @@ -3889,7 +3920,9 @@ - + @@ -3931,7 +3964,8 @@ - + @@ -4161,7 +4195,9 @@ - + @@ -4245,7 +4281,8 @@ - + @@ -4333,7 +4370,10 @@ - + @@ -4379,7 +4419,8 @@ - + @@ -4827,7 +4868,8 @@ - + @@ -5187,7 +5229,8 @@ - + @@ -5279,7 +5322,16 @@ - + @@ -5367,7 +5419,8 @@ - + @@ -6083,7 +6136,8 @@ - + @@ -6175,7 +6229,8 @@ - + @@ -6263,7 +6318,8 @@ - + @@ -6371,7 +6427,7 @@ - + @@ -6418,7 +6474,7 @@ - + @@ -6471,7 +6527,7 @@ - + @@ -6534,7 +6590,7 @@ - + @@ -6581,7 +6637,7 @@ - + @@ -6634,7 +6690,7 @@ - + @@ -6681,7 +6737,7 @@ - + @@ -6728,7 +6784,7 @@ - + @@ -6775,7 +6831,7 @@ - + @@ -6822,7 +6878,7 @@ - + @@ -6869,7 +6925,7 @@ - + @@ -6916,7 +6972,7 @@ - + @@ -6969,7 +7025,7 @@ - + @@ -7022,7 +7078,7 @@ - + @@ -7064,7 +7120,7 @@ - + @@ -7111,7 +7167,7 @@ - + @@ -7158,7 +7214,7 @@ - + @@ -7205,7 +7261,7 @@ - + @@ -7252,7 +7308,7 @@ - + @@ -7294,7 +7350,7 @@ - + @@ -7320,7 +7376,12 @@ - + @@ -7341,7 +7402,7 @@ - + @@ -7388,7 +7449,7 @@ - + @@ -7435,7 +7496,7 @@ - + @@ -7482,7 +7543,7 @@ - + @@ -7508,7 +7569,8 @@ - + @@ -7529,7 +7591,7 @@ - + @@ -7576,7 +7638,7 @@ - + @@ -7623,7 +7685,7 @@ - + @@ -7670,7 +7732,7 @@ - + @@ -7717,7 +7779,7 @@ - + @@ -7773,7 +7835,7 @@ - + @@ -7820,7 +7882,7 @@ - + @@ -7876,7 +7938,7 @@ - + @@ -7926,7 +7988,7 @@ - + @@ -7982,7 +8044,7 @@ - + @@ -8038,7 +8100,7 @@ - + @@ -8091,7 +8153,7 @@ - + @@ -8117,7 +8179,9 @@ - + @@ -8142,7 +8206,7 @@ - + @@ -8189,7 +8253,7 @@ - + @@ -8199,7 +8263,7 @@ - + @@ -8245,7 +8309,7 @@ - + @@ -8298,7 +8362,7 @@ - + @@ -8345,7 +8409,7 @@ - + @@ -8398,7 +8462,7 @@ - + @@ -8445,7 +8509,7 @@ - + @@ -8498,7 +8562,7 @@ - + @@ -8551,7 +8615,7 @@ - + @@ -8577,7 +8641,8 @@ - + @@ -8604,7 +8669,7 @@ - + @@ -8660,7 +8725,7 @@ - + @@ -8713,7 +8778,7 @@ - + @@ -8739,7 +8804,8 @@ - + @@ -8766,7 +8832,7 @@ - + @@ -8816,7 +8882,7 @@ - + @@ -8863,7 +8929,7 @@ - + @@ -8889,7 +8955,8 @@ - + @@ -8910,7 +8977,7 @@ - + @@ -8957,7 +9024,7 @@ - + @@ -9004,7 +9071,7 @@ - + @@ -9030,7 +9097,9 @@ - + @@ -9051,7 +9120,7 @@ - + @@ -9077,7 +9146,8 @@ - + @@ -9098,7 +9168,7 @@ - + @@ -9124,7 +9194,8 @@ - + @@ -9145,7 +9216,7 @@ - + @@ -9171,7 +9242,8 @@ - + @@ -9192,7 +9264,7 @@ - + @@ -9239,7 +9311,7 @@ - + @@ -9289,7 +9361,7 @@ - + @@ -9336,7 +9408,7 @@ - + @@ -9362,7 +9434,8 @@ - + @@ -9383,7 +9456,7 @@ - + @@ -9409,7 +9482,9 @@ - + @@ -9430,7 +9505,7 @@ - + @@ -9456,7 +9531,8 @@ - + @@ -9477,7 +9553,7 @@ - + @@ -9533,7 +9609,7 @@ - + @@ -9602,7 +9678,7 @@ - + @@ -9656,7 +9732,7 @@ - + @@ -9682,7 +9758,8 @@ - + @@ -9703,7 +9780,7 @@ - + @@ -9756,7 +9833,7 @@ - + @@ -9816,7 +9893,7 @@ - + @@ -9873,7 +9950,7 @@ - + @@ -9918,7 +9995,7 @@ - + @@ -9971,7 +10048,7 @@ - + @@ -10120,7 +10197,8 @@ - + @@ -10310,7 +10388,9 @@ - + @@ -10324,17 +10404,29 @@ - + - + - + @@ -10392,7 +10484,8 @@ - + @@ -10488,7 +10581,25 @@ - + @@ -10500,15 +10611,43 @@ - + - + - + @@ -10520,11 +10659,17 @@ - + - + @@ -10539,32 +10684,71 @@ - + - + - + - + - + - + @@ -10586,7 +10770,9 @@ - + @@ -10619,29 +10805,64 @@ - + - + - + - + - + @@ -10656,21 +10877,204 @@ - + - + - + - + @@ -10681,7 +11085,10 @@ - + @@ -10701,7 +11108,47 @@ - + @@ -10732,7 +11179,12 @@ - + @@ -10748,7 +11200,12 @@ - + @@ -10761,7 +11218,12 @@ - + @@ -10774,7 +11236,12 @@ - + @@ -10787,7 +11254,12 @@ - + @@ -10800,7 +11272,12 @@ - + @@ -10813,7 +11290,12 @@ - + @@ -10826,7 +11308,8 @@ - + @@ -10838,7 +11321,12 @@ - + @@ -10851,7 +11339,12 @@ - + @@ -10867,12 +11360,27 @@ - + - + @@ -10882,7 +11390,12 @@ - + @@ -11020,7 +11533,50 @@ - + @@ -11030,36 +11586,125 @@ - + - + - + - + - + - + - + @@ -11075,7 +11720,9 @@ - + @@ -11094,7 +11741,20 @@ - + @@ -11113,7 +11773,9 @@ - + @@ -11128,7 +11790,11 @@ - + @@ -11154,7 +11820,9 @@ - + @@ -11333,7 +12001,8 @@ - + @@ -11365,7 +12034,7 @@ - + @@ -11476,22 +12145,50 @@ - + - + - + - + @@ -11543,7 +12240,9 @@ - + @@ -11558,7 +12257,7 @@ - + @@ -11573,7 +12272,9 @@ - + @@ -11625,7 +12326,10 @@ - + @@ -12085,7 +12789,10 @@ - + @@ -12257,7 +12964,10 @@ - + @@ -12282,7 +12992,10 @@ - + @@ -12333,7 +13046,9 @@ - + @@ -12511,12 +13226,12 @@ - + - + @@ -12531,7 +13246,7 @@ - + @@ -12540,21 +13255,32 @@ - + - + - + - + @@ -12565,17 +13291,26 @@ - + - + - + @@ -12584,12 +13319,21 @@ - + - + @@ -12602,7 +13346,10 @@ - + @@ -12649,17 +13396,41 @@ - + - + - + @@ -12689,7 +13460,9 @@ - + @@ -12705,16 +13478,24 @@ - + - + - + @@ -12735,12 +13516,26 @@ - + - + @@ -12751,7 +13546,10 @@ - + @@ -12782,7 +13580,10 @@ - + @@ -12792,12 +13593,18 @@ - + - + @@ -12807,7 +13614,10 @@ - + @@ -13743,7 +14553,9 @@ - + @@ -13751,7 +14563,11 @@ - + @@ -13795,7 +14611,11 @@ - + @@ -13803,27 +14623,49 @@ - + - + - + - + - + @@ -14270,7 +15112,7 @@ - + @@ -14341,7 +15183,10 @@ - + @@ -14470,7 +15315,43 @@ - + @@ -14484,7 +15365,9 @@ - + @@ -14676,11 +15559,34 @@ - + - + @@ -14688,42 +15594,160 @@ - + - + - + - + - + - + - + - + @@ -14745,18 +15769,80 @@ - + - + - + @@ -14764,22 +15850,42 @@ - + - + - + - + @@ -14793,37 +15899,120 @@ - + - + - + - + - + - + - + @@ -15004,7 +16193,16 @@ - + @@ -15012,7 +16210,23 @@ - + @@ -15060,18 +16274,38 @@ - + - + - + @@ -15079,7 +16313,57 @@ - + @@ -15087,64 +16371,164 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -15152,7 +16536,10 @@ - + @@ -15160,117 +16547,206 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -15280,7 +16756,10 @@ - + @@ -15288,48 +16767,75 @@ - + - + - + - + - + - + - + - + - + @@ -15337,83 +16843,131 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -15423,12 +16977,16 @@ - + - + @@ -15445,7 +17003,13 @@ - + @@ -15484,31 +17048,88 @@ - + - + - + - + - + - + @@ -15587,7 +17208,12 @@ - + @@ -15612,7 +17238,10 @@ - + @@ -15622,7 +17251,10 @@ - + @@ -15632,7 +17264,9 @@ - + @@ -15653,7 +17287,18 @@ - + @@ -15661,7 +17306,10 @@ - + @@ -15669,68 +17317,114 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -15738,34 +17432,79 @@ - + - + - + - + - + - + @@ -15809,7 +17548,20 @@ - + @@ -16195,7 +17947,10 @@ - + @@ -16203,7 +17958,10 @@ - + @@ -16423,7 +18181,9 @@ - + @@ -16489,12 +18249,18 @@ - + - + @@ -16504,12 +18270,24 @@ - + - + @@ -16519,12 +18297,21 @@ - + - + @@ -16697,7 +18484,8 @@ - + @@ -16727,7 +18515,10 @@ - + @@ -16752,12 +18543,15 @@ - + - + @@ -16772,7 +18566,8 @@ - + @@ -16898,7 +18693,12 @@ - + @@ -16918,12 +18718,21 @@ - + - + @@ -16973,7 +18782,10 @@ - + @@ -16983,7 +18795,10 @@ - + @@ -17023,7 +18838,10 @@ - + @@ -17260,7 +19078,10 @@ - + @@ -17951,7 +19772,28 @@ - + @@ -17959,41 +19801,117 @@ - + - + - + - + - + - + - + - + @@ -18001,18 +19919,37 @@ - + - + - + @@ -18036,7 +19973,15 @@ - + @@ -18058,7 +20003,10 @@ - + @@ -18352,7 +20300,10 @@ - + @@ -18373,7 +20324,10 @@ - + @@ -18385,7 +20339,10 @@ - + @@ -18403,7 +20360,17 @@ - + @@ -18413,14 +20380,20 @@ - + - + @@ -18440,7 +20413,11 @@ - + @@ -18452,7 +20429,11 @@ - + @@ -18511,16 +20492,34 @@ - + - + - + @@ -18685,7 +20684,8 @@ - + @@ -18748,7 +20748,10 @@ - + @@ -18756,7 +20759,9 @@ - + @@ -18764,7 +20769,9 @@ - + @@ -18780,7 +20787,10 @@ - + @@ -18788,12 +20798,18 @@ - + - + @@ -18808,27 +20824,42 @@ - + - + - + - + - + @@ -18838,7 +20869,10 @@ - + @@ -18862,7 +20896,10 @@ - + @@ -18870,33 +20907,51 @@ - + - + - + - + - + - + @@ -18909,7 +20964,15 @@ - + @@ -18944,12 +21007,31 @@ - + - + @@ -18978,7 +21060,11 @@ - + @@ -19023,7 +21109,10 @@ - + @@ -19169,7 +21258,17 @@ - + @@ -19178,12 +21277,22 @@ - + - + @@ -19331,7 +21440,9 @@ - + @@ -19369,7 +21480,10 @@ - + @@ -19380,7 +21494,9 @@ - + @@ -19388,7 +21504,10 @@ - + @@ -19398,7 +21517,10 @@ - + @@ -19413,7 +21535,10 @@ - + @@ -19448,7 +21573,10 @@ - + @@ -19550,7 +21678,10 @@ - + @@ -19699,7 +21830,10 @@ - + @@ -19801,12 +21935,18 @@ - + - + @@ -19981,7 +22121,10 @@ - + @@ -20205,7 +22348,11 @@ - + @@ -20580,7 +22727,9 @@ - + @@ -20712,7 +22861,10 @@ - + @@ -20741,12 +22893,20 @@ - + - + @@ -20790,7 +22950,10 @@ - + @@ -20860,7 +23023,10 @@ - + @@ -20882,51 +23048,81 @@ - + - + - + - + - + - + - + - + - + - + @@ -20934,7 +23130,10 @@ - + @@ -20947,15 +23146,24 @@ - + - + - + @@ -20963,7 +23171,10 @@ - + @@ -20971,12 +23182,18 @@ - + - + @@ -20984,7 +23201,10 @@ - + @@ -20992,24 +23212,36 @@ - + - + - + - + @@ -21021,7 +23253,10 @@ - + @@ -21035,12 +23270,18 @@ - + - + @@ -21053,7 +23294,10 @@ - + @@ -21066,11 +23310,17 @@ - + - + @@ -21090,7 +23340,10 @@ - + @@ -21098,13 +23351,19 @@ - + - + @@ -21121,7 +23380,10 @@ - + @@ -21131,7 +23393,10 @@ - + @@ -21143,11 +23408,17 @@ - + - + @@ -21155,7 +23426,10 @@ - + @@ -21163,7 +23437,10 @@ - + @@ -21171,7 +23448,10 @@ - + @@ -21184,7 +23464,10 @@ - + @@ -21192,7 +23475,10 @@ - + @@ -21214,7 +23500,16 @@ - + @@ -21228,11 +23523,22 @@ - + - + @@ -21248,7 +23554,11 @@ - + @@ -21269,7 +23579,10 @@ - + @@ -21284,7 +23597,10 @@ - + @@ -21299,7 +23615,10 @@ - + @@ -21362,7 +23681,13 @@ - + @@ -21387,12 +23712,17 @@ - + - + @@ -21437,7 +23767,14 @@ - + @@ -21447,7 +23784,13 @@ - + @@ -21457,7 +23800,11 @@ - + @@ -21503,11 +23850,38 @@ - + - + @@ -21518,7 +23892,18 @@ - + @@ -22011,7 +24396,8 @@ - + @@ -22061,7 +24447,8 @@ - + @@ -22081,7 +24468,10 @@ - + @@ -22093,7 +24483,13 @@ - + @@ -22106,7 +24502,13 @@ - + @@ -22119,7 +24521,13 @@ - + @@ -22132,7 +24540,13 @@ - + @@ -22145,7 +24559,13 @@ - + @@ -22158,7 +24578,16 @@ - + @@ -22204,7 +24633,8 @@ - + @@ -22515,7 +24945,10 @@ - + @@ -22680,7 +25113,10 @@ - + @@ -25081,38 +27517,112 @@ - + - + - + - + - + - + - + @@ -25128,7 +27638,10 @@ - + @@ -25141,7 +27654,10 @@ - + @@ -25154,7 +27670,10 @@ - + @@ -25168,7 +27687,10 @@ - + @@ -25184,7 +27706,10 @@ - + @@ -25197,7 +27722,10 @@ - + @@ -25210,7 +27738,10 @@ - + @@ -25223,7 +27754,10 @@ - + @@ -25237,7 +27771,10 @@ - + @@ -25253,7 +27790,10 @@ - + @@ -25266,7 +27806,10 @@ - + @@ -25279,7 +27822,10 @@ - + @@ -25460,7 +28006,8 @@ - + @@ -27869,7 +30416,10 @@ - + @@ -27969,7 +30519,8 @@ - + @@ -28741,7 +31292,10 @@ - + @@ -28786,7 +31340,12 @@ - + @@ -28852,7 +31411,10 @@ - + @@ -29047,7 +31609,8 @@ - + @@ -29145,62 +31708,176 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -29330,7 +32007,8 @@ - + @@ -29344,7 +32022,10 @@ - + @@ -29354,7 +32035,10 @@ - + @@ -29374,7 +32058,10 @@ - + @@ -29392,62 +32079,176 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -29584,7 +32385,8 @@ - + @@ -29607,7 +32409,10 @@ - + @@ -29726,7 +32531,9 @@ - + @@ -29769,7 +32576,8 @@ - + @@ -30523,7 +33331,8 @@ - + @@ -30793,7 +33602,8 @@ - + @@ -30858,7 +33668,12 @@ - + @@ -30871,7 +33686,12 @@ - + @@ -31044,12 +33864,18 @@ - + - + @@ -31091,7 +33917,8 @@ - + @@ -31186,7 +34013,8 @@ - + @@ -31194,12 +34022,18 @@ - + - + @@ -31209,47 +34043,74 @@ - + - + - + - + - + - + - + - + - + @@ -31264,142 +34125,226 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -31436,7 +34381,8 @@ - + @@ -31444,22 +34390,42 @@ - + - + - + - + @@ -31496,7 +34462,8 @@ - + @@ -31504,52 +34471,102 @@ - + - + - + - + - + - + - + - + - + - + @@ -31586,7 +34603,10 @@ - + @@ -32226,7 +35246,8 @@ - + @@ -32296,7 +35317,8 @@ - + @@ -32585,7 +35607,8 @@ - + @@ -32603,12 +35626,21 @@ - + - + @@ -32695,7 +35727,9 @@ - + @@ -32765,7 +35799,9 @@ - + @@ -33156,7 +36192,9 @@ - + @@ -33188,7 +36226,9 @@ - + @@ -33251,7 +36291,8 @@ - + @@ -33395,7 +36436,12 @@ - + @@ -33410,13 +36456,23 @@ - + - + @@ -33426,7 +36482,14 @@ - + @@ -33638,7 +36701,12 @@ - + @@ -33660,7 +36728,9 @@ - + @@ -33675,7 +36745,9 @@ - + @@ -33689,17 +36761,26 @@ - + - + - + @@ -33712,12 +36793,19 @@ - + - + @@ -33730,7 +36818,12 @@ - + @@ -33752,30 +36845,45 @@ - + - + - + - + - + - + @@ -33802,11 +36910,18 @@ - + - + @@ -33834,7 +36949,9 @@ - + @@ -33852,12 +36969,26 @@ - + - + @@ -33875,37 +37006,74 @@ - + - + - + - + - + - + - + @@ -33919,22 +37087,38 @@ - + - + - + - + @@ -33955,7 +37139,10 @@ - + @@ -33965,7 +37152,9 @@ - + @@ -34005,7 +37194,10 @@ - + @@ -34074,7 +37266,9 @@ - + @@ -34204,22 +37398,34 @@ - + - + - + - + @@ -34855,7 +38061,11 @@ - + @@ -36335,7 +39545,12 @@ - + @@ -36387,7 +39602,8 @@ - + @@ -36474,7 +39690,10 @@ - + @@ -36505,48 +39724,83 @@ - + - + - + - + - + - + - + - + - + @@ -36554,18 +39808,35 @@ - + - + - + @@ -36594,7 +39865,10 @@ - + @@ -36602,7 +39876,10 @@ - + @@ -36651,7 +39928,10 @@ - + @@ -36715,12 +39995,15 @@ - + - + @@ -36733,7 +40016,9 @@ - + @@ -36741,22 +40026,48 @@ - + - + - + - + @@ -36770,22 +40081,32 @@ - + - + - + - + @@ -36799,22 +40120,30 @@ - + - + - + - + @@ -37051,7 +40380,10 @@ - + @@ -37233,7 +40565,8 @@ - + @@ -38373,7 +41706,8 @@ - + @@ -38383,7 +41717,11 @@ - + @@ -38418,7 +41756,12 @@ - + @@ -38478,7 +41821,10 @@ - + @@ -38593,7 +41939,8 @@ - + @@ -38724,7 +42071,24 @@ - + @@ -38759,7 +42123,13 @@ - + @@ -38788,7 +42158,10 @@ - + @@ -38833,7 +42206,13 @@ - + @@ -38848,12 +42227,16 @@ - + - + @@ -38863,7 +42246,10 @@ - + @@ -38898,7 +42284,9 @@ - + @@ -38944,7 +42332,13 @@ - + @@ -38964,7 +42358,10 @@ - + @@ -39644,7 +43041,8 @@ - + @@ -45134,7 +48532,8 @@ - + @@ -45244,7 +48643,16 @@ - + @@ -45298,7 +48706,10 @@ - + @@ -45348,36 +48759,93 @@ - + - + - + - + - + - + - + @@ -45417,7 +48885,10 @@ - + @@ -45438,7 +48909,10 @@ - + @@ -45453,7 +48927,12 @@ - + @@ -45463,7 +48942,26 @@ - + @@ -45473,7 +48971,37 @@ - + @@ -45489,7 +49017,19 @@ - + @@ -45512,20 +49052,44 @@ - + - + - + - + @@ -45577,7 +49141,9 @@ - + @@ -45617,7 +49183,9 @@ - + @@ -45647,16 +49215,37 @@ - + - + - + @@ -45677,7 +49266,9 @@ - + @@ -45727,17 +49318,26 @@ - + - + - + @@ -45788,7 +49388,9 @@ - + @@ -45804,16 +49406,23 @@ - + - + - + @@ -45954,7 +49563,10 @@ - + @@ -46065,7 +49677,10 @@ - + @@ -46078,7 +49693,11 @@ - + @@ -46155,12 +49774,21 @@ - + - + @@ -46258,7 +49886,9 @@ - + @@ -46296,7 +49926,10 @@ - + @@ -46423,7 +50056,10 @@ - + @@ -46436,7 +50072,9 @@ - + @@ -46614,7 +50252,7 @@ - + @@ -46816,16 +50454,16 @@ - + - + - + @@ -46874,7 +50512,9 @@ - + @@ -46908,7 +50548,9 @@ - + @@ -46942,7 +50584,9 @@ - + @@ -47131,7 +50775,10 @@ - + @@ -47158,7 +50805,7 @@ - + @@ -47174,7 +50821,28 @@ - + @@ -47303,7 +50971,13 @@ - + @@ -47319,12 +50993,18 @@ - + - + @@ -47338,17 +51018,26 @@ - + - + - + @@ -47366,7 +51055,10 @@ - + @@ -47396,26 +51088,41 @@ - + - + - + - + - + @@ -48383,7 +52090,8 @@ - + @@ -48461,7 +52169,9 @@ - + @@ -53048,31 +56758,85 @@ - + - + - + - + - + - + @@ -53602,7 +57366,8 @@ - + @@ -53760,7 +57525,16 @@ - + @@ -53797,7 +57571,8 @@ - + @@ -56736,7 +60511,8 @@ - + diff --git a/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/valueset/valuesets.xml b/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/valueset/valuesets.xml index 5e43e47a1de..fc76ddcca8b 100644 --- a/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/valueset/valuesets.xml +++ b/hapi-fhir-validation-resources-r5/src/main/resources/org/hl7/fhir/r5/model/valueset/valuesets.xml @@ -1,7 +1,7 @@ - + @@ -10,7 +10,7 @@ - + @@ -21,7 +21,7 @@ - + @@ -89,7 +89,7 @@ - + @@ -255,7 +255,7 @@ - + @@ -738,13 +738,13 @@ - + - + @@ -788,13 +788,13 @@ - + - + @@ -844,7 +844,7 @@ - + @@ -861,7 +861,7 @@ - + @@ -896,7 +896,7 @@ - + @@ -915,12 +915,12 @@ - + - + @@ -966,7 +966,7 @@ - + @@ -985,12 +985,12 @@ - + - + @@ -1024,7 +1024,7 @@ - + @@ -1035,7 +1035,7 @@ - + @@ -1071,7 +1071,7 @@ - + @@ -1081,12 +1081,12 @@ - + - + @@ -1150,7 +1150,7 @@ - + @@ -1166,12 +1166,12 @@ - + - + @@ -1186,14 +1186,14 @@ - - - + + + - - - + + + @@ -1210,7 +1210,7 @@ - + @@ -1229,12 +1229,12 @@ - + - + @@ -1341,7 +1341,7 @@ - + @@ -1351,12 +1351,12 @@ - + - + @@ -1400,7 +1400,7 @@ - + @@ -1411,7 +1411,7 @@ - + @@ -1463,7 +1463,7 @@ - + @@ -1479,12 +1479,12 @@ - + - + @@ -1513,7 +1513,7 @@ - + @@ -1523,12 +1523,12 @@ - + - + @@ -1712,7 +1712,7 @@ - + @@ -1731,12 +1731,12 @@ - + - + @@ -1866,6 +1866,11 @@ + + + + + @@ -1875,7 +1880,7 @@ - + @@ -1892,7 +1897,7 @@ - + @@ -1927,7 +1932,7 @@ - + @@ -1944,7 +1949,7 @@ - + @@ -1984,7 +1989,7 @@ - + @@ -1994,12 +1999,12 @@ - + - + @@ -2058,7 +2063,7 @@ - + @@ -2074,12 +2079,12 @@ - + - + @@ -2108,7 +2113,7 @@ - + @@ -2125,7 +2130,7 @@ - + @@ -2165,7 +2170,7 @@ - + @@ -2184,12 +2189,12 @@ - + - + @@ -2247,7 +2252,7 @@ - + @@ -2258,7 +2263,7 @@ - + @@ -2308,7 +2313,7 @@ - + @@ -2324,12 +2329,12 @@ - + - + @@ -2358,7 +2363,7 @@ - + @@ -2374,12 +2379,12 @@ - + - + @@ -2468,7 +2473,7 @@ - + @@ -2487,12 +2492,12 @@ - + - + @@ -2551,7 +2556,7 @@ - + @@ -2561,12 +2566,12 @@ - + - + @@ -2616,19 +2621,19 @@ - + - + - + @@ -2673,7 +2678,7 @@ - + @@ -2692,12 +2697,12 @@ - + - + @@ -2747,7 +2752,7 @@ - + @@ -2766,12 +2771,12 @@ - + - + @@ -2816,7 +2821,7 @@ - + @@ -2835,12 +2840,12 @@ - + - + @@ -2900,7 +2905,7 @@ - + @@ -2919,12 +2924,12 @@ - + - + @@ -2974,7 +2979,7 @@ - + @@ -2993,12 +2998,12 @@ - + - + @@ -3038,7 +3043,7 @@ - + @@ -3057,12 +3062,12 @@ - + - + @@ -3122,7 +3127,7 @@ - + @@ -3141,12 +3146,12 @@ - + - + @@ -3190,162 +3195,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -3361,12 +3217,12 @@ - + - + @@ -3501,7 +3357,7 @@ - + @@ -3517,12 +3373,12 @@ - + - + @@ -3596,239 +3452,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -3847,12 +3477,12 @@ - + - + @@ -3936,7 +3566,7 @@ - + @@ -3953,7 +3583,7 @@ - + @@ -3983,7 +3613,7 @@ - + @@ -3999,12 +3629,12 @@ - + - + @@ -4049,7 +3679,7 @@ - + @@ -4065,12 +3695,12 @@ - + - + @@ -4105,7 +3735,7 @@ - + @@ -4121,12 +3751,12 @@ - + - + @@ -4191,7 +3821,7 @@ - + @@ -4207,12 +3837,12 @@ - + - + @@ -4277,7 +3907,7 @@ - + @@ -4293,12 +3923,12 @@ - + - + @@ -4368,7 +3998,7 @@ - + @@ -4384,12 +4014,12 @@ - + - + @@ -4424,7 +4054,7 @@ - + @@ -4440,12 +4070,12 @@ - + - + @@ -4485,7 +4115,7 @@ - + @@ -4504,12 +4134,12 @@ - + - + @@ -4544,7 +4174,7 @@ - + @@ -4563,12 +4193,12 @@ - + - + @@ -4608,7 +4238,7 @@ - + @@ -4627,12 +4257,12 @@ - + - + @@ -4672,7 +4302,7 @@ - + @@ -4691,12 +4321,12 @@ - + - + @@ -4746,7 +4376,7 @@ - + @@ -4765,12 +4395,12 @@ - + - + @@ -4810,7 +4440,7 @@ - + @@ -4829,12 +4459,12 @@ - + - + @@ -4884,19 +4514,19 @@ - + - + - + @@ -4941,7 +4571,7 @@ - + @@ -4957,12 +4587,12 @@ - + - + @@ -5027,7 +4657,7 @@ - + @@ -5043,12 +4673,12 @@ - + - + @@ -5108,7 +4738,7 @@ - + @@ -5124,12 +4754,12 @@ - + - + @@ -5199,19 +4829,19 @@ - + - + - + @@ -5256,19 +4886,19 @@ - + - + - + @@ -5303,19 +4933,19 @@ - + - + - + @@ -5360,7 +4990,7 @@ - + @@ -5376,12 +5006,12 @@ - + - + @@ -5421,7 +5051,7 @@ - + @@ -5438,7 +5068,7 @@ - + @@ -5513,7 +5143,7 @@ - + @@ -5530,7 +5160,7 @@ - + @@ -5580,7 +5210,7 @@ - + @@ -5597,7 +5227,7 @@ - + @@ -5637,7 +5267,7 @@ - + @@ -5653,12 +5283,12 @@ - + - + @@ -5698,7 +5328,7 @@ - + @@ -5714,12 +5344,12 @@ - + - + @@ -5754,7 +5384,7 @@ - + @@ -5770,12 +5400,12 @@ - + - + @@ -5820,7 +5450,7 @@ - + @@ -5836,12 +5466,12 @@ - + - + @@ -5881,7 +5511,7 @@ - + @@ -5898,7 +5528,7 @@ - + @@ -6003,7 +5633,7 @@ - + @@ -6019,12 +5649,12 @@ - + - + @@ -6094,7 +5724,7 @@ - + @@ -6110,12 +5740,12 @@ - + - + @@ -6165,7 +5795,7 @@ - + @@ -6182,7 +5812,7 @@ - + @@ -6217,7 +5847,7 @@ - + @@ -6234,7 +5864,7 @@ - + @@ -6289,7 +5919,7 @@ - + @@ -6305,12 +5935,12 @@ - + - + @@ -6365,7 +5995,7 @@ - + @@ -6381,12 +6011,12 @@ - + - + @@ -6431,7 +6061,7 @@ - + @@ -6447,12 +6077,12 @@ - + - + @@ -6507,7 +6137,7 @@ - + @@ -6523,12 +6153,12 @@ - + - + @@ -6583,7 +6213,7 @@ - + @@ -6602,12 +6232,12 @@ - + - + @@ -6642,7 +6272,7 @@ - + @@ -6661,12 +6291,12 @@ - + - + @@ -6721,7 +6351,7 @@ - + @@ -6740,12 +6370,12 @@ - + - + @@ -6780,7 +6410,7 @@ - + @@ -6799,12 +6429,12 @@ - + - + @@ -6844,7 +6474,7 @@ - + @@ -6863,12 +6493,12 @@ - + - + @@ -6903,7 +6533,7 @@ - + @@ -6922,12 +6552,12 @@ - + - + @@ -6967,19 +6597,19 @@ - + - + - + @@ -7024,7 +6654,7 @@ - + @@ -7043,12 +6673,12 @@ - + - + @@ -7088,19 +6718,19 @@ - + - + - + @@ -7145,7 +6775,7 @@ - + @@ -7164,12 +6794,12 @@ - + - + @@ -7212,7 +6842,7 @@ - + @@ -7231,12 +6861,12 @@ - + - + @@ -7281,7 +6911,7 @@ - + @@ -7300,12 +6930,12 @@ - + - + @@ -7355,7 +6985,7 @@ - + @@ -7371,12 +7001,12 @@ - + - + @@ -7416,7 +7046,7 @@ - + @@ -7432,12 +7062,12 @@ - + - + @@ -7482,7 +7112,7 @@ - + @@ -7498,12 +7128,12 @@ - + - + @@ -7568,7 +7198,7 @@ - + @@ -7584,12 +7214,12 @@ - + - + @@ -7630,6 +7260,11 @@ + + + + + @@ -7644,7 +7279,7 @@ - + @@ -7660,12 +7295,12 @@ - + - + @@ -7720,7 +7355,7 @@ - + @@ -7736,12 +7371,12 @@ - + - + @@ -7796,19 +7431,19 @@ - + - + - + @@ -7848,7 +7483,7 @@ - + @@ -7864,12 +7499,12 @@ - + - + @@ -7909,7 +7544,7 @@ - + @@ -7925,12 +7560,12 @@ - + - + @@ -8075,19 +7710,19 @@ - + - + - + @@ -8127,7 +7762,7 @@ - + @@ -8143,12 +7778,12 @@ - + - + @@ -8188,7 +7823,7 @@ - + @@ -8204,12 +7839,12 @@ - + - + @@ -8259,7 +7894,7 @@ - + @@ -8275,12 +7910,12 @@ - + - + @@ -8315,7 +7950,7 @@ - + @@ -8331,12 +7966,12 @@ - + - + @@ -8371,7 +8006,7 @@ - + @@ -8387,12 +8022,12 @@ - + - + @@ -8461,13 +8096,980 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -8483,12 +9085,12 @@ - + - + @@ -8533,7 +9135,7 @@ - + @@ -8549,12 +9151,12 @@ - + - + @@ -8599,7 +9201,7 @@ - + @@ -8615,12 +9217,12 @@ - + - + @@ -8665,7 +9267,7 @@ - + @@ -8681,12 +9283,12 @@ - + - + @@ -8746,7 +9348,7 @@ - + @@ -8763,7 +9365,7 @@ - + @@ -8804,7 +9406,7 @@ - + @@ -8821,7 +9423,7 @@ - + @@ -8855,7 +9457,7 @@ - + @@ -8866,7 +9468,7 @@ - + @@ -8916,7 +9518,7 @@ - + @@ -8933,7 +9535,7 @@ - + @@ -8993,7 +9595,7 @@ - + @@ -9004,7 +9606,7 @@ - + @@ -9079,7 +9681,7 @@ - + @@ -9096,7 +9698,7 @@ - + @@ -9176,7 +9778,7 @@ - + @@ -9192,12 +9794,12 @@ - + - + @@ -9221,7 +9823,7 @@ - + @@ -9231,7 +9833,7 @@ - + @@ -9242,7 +9844,7 @@ - + @@ -9259,7 +9861,7 @@ - + @@ -9300,7 +9902,7 @@ - + @@ -9316,12 +9918,12 @@ - + - + @@ -9366,7 +9968,7 @@ - + @@ -9382,12 +9984,12 @@ - + - + @@ -9432,7 +10034,7 @@ - + @@ -9448,12 +10050,12 @@ - + - + @@ -9523,7 +10125,7 @@ - + @@ -9534,7 +10136,7 @@ - + @@ -9574,7 +10176,7 @@ - + @@ -9591,7 +10193,7 @@ - + @@ -9641,7 +10243,7 @@ - + @@ -9649,7 +10251,7 @@ - + @@ -9719,7 +10321,7 @@ - + @@ -9730,7 +10332,7 @@ - + @@ -9800,7 +10402,7 @@ - + @@ -9816,12 +10418,12 @@ - + - + @@ -9866,7 +10468,7 @@ - + @@ -9882,12 +10484,12 @@ - + - + @@ -9922,7 +10524,7 @@ - + @@ -9938,12 +10540,12 @@ - + - + @@ -9998,7 +10600,7 @@ - + @@ -10014,12 +10616,12 @@ - + - + @@ -10069,7 +10671,7 @@ - + @@ -10086,7 +10688,7 @@ - + @@ -10136,7 +10738,7 @@ - + @@ -10153,7 +10755,7 @@ - + @@ -10188,7 +10790,7 @@ - + @@ -10205,7 +10807,7 @@ - + @@ -10240,7 +10842,7 @@ - + @@ -10257,7 +10859,7 @@ - + @@ -10306,7 +10908,7 @@ - + @@ -10323,7 +10925,7 @@ - + @@ -10358,7 +10960,7 @@ - + @@ -10375,7 +10977,7 @@ - + @@ -10430,7 +11032,7 @@ - + @@ -10447,7 +11049,7 @@ - + @@ -10497,19 +11099,19 @@ - + - + - + @@ -10584,7 +11186,7 @@ - + @@ -10600,12 +11202,12 @@ - + - + @@ -10650,7 +11252,7 @@ - + @@ -10666,12 +11268,12 @@ - + - + @@ -12426,7 +13028,7 @@ - + @@ -12442,12 +13044,12 @@ - + - + @@ -12487,7 +13089,7 @@ - + @@ -12504,7 +13106,7 @@ - + @@ -12574,7 +13176,7 @@ - + @@ -12590,12 +13192,12 @@ - + - + @@ -12635,7 +13237,7 @@ - + @@ -12652,7 +13254,7 @@ - + @@ -12708,7 +13310,7 @@ - + @@ -12719,7 +13321,7 @@ - + @@ -12774,7 +13376,7 @@ - + @@ -12785,7 +13387,7 @@ - + @@ -12850,7 +13452,7 @@ - + @@ -12866,12 +13468,12 @@ - + - + @@ -12911,7 +13513,7 @@ - + @@ -12928,7 +13530,7 @@ - + @@ -13023,7 +13625,7 @@ - + @@ -13039,12 +13641,12 @@ - + - + @@ -13079,7 +13681,7 @@ - + @@ -13095,12 +13697,12 @@ - + - + @@ -13140,7 +13742,7 @@ - + @@ -13152,12 +13754,12 @@ - + - + - + @@ -13217,7 +13819,7 @@ - + @@ -13234,7 +13836,7 @@ - + @@ -13279,7 +13881,7 @@ - + @@ -13296,7 +13898,7 @@ - + @@ -13331,25 +13933,31 @@ - + - + - + - + + + + + + + - + - - - + + + @@ -13359,9 +13967,9 @@ - + - + @@ -13387,7 +13995,7 @@ - + @@ -13404,7 +14012,7 @@ - + @@ -13444,7 +14052,7 @@ - + @@ -13456,12 +14064,12 @@ - + - + - + @@ -13526,25 +14134,31 @@ - + - + - + - + + + + + + + - + - - - + + + @@ -13554,9 +14168,9 @@ - + - + @@ -13573,11 +14187,6 @@ - - - - - @@ -13587,7 +14196,7 @@ - + @@ -13604,7 +14213,7 @@ - + @@ -13616,7 +14225,7 @@ - + @@ -13734,7 +14343,7 @@ - + @@ -13751,7 +14360,7 @@ - + @@ -13787,6 +14396,11 @@ + + + + + @@ -13796,7 +14410,7 @@ - + @@ -13813,7 +14427,7 @@ - + @@ -13878,7 +14492,7 @@ - + @@ -13895,7 +14509,7 @@ - + @@ -13955,16 +14569,16 @@ - + - + - + - + @@ -13972,14 +14586,14 @@ - + - + - - - + + + @@ -13989,9 +14603,9 @@ - + - + @@ -14008,11 +14622,6 @@ - - - - - @@ -14022,7 +14631,7 @@ - + @@ -14039,7 +14648,7 @@ - + @@ -14129,7 +14738,7 @@ - + @@ -14146,7 +14755,7 @@ - + @@ -14180,13 +14789,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -14203,7 +14874,7 @@ - + @@ -14263,25 +14934,31 @@ - + - + - + - + + + + + + + - + - - - + + + @@ -14291,9 +14968,9 @@ - + - + @@ -14310,11 +14987,6 @@ - - - - - @@ -14324,7 +14996,7 @@ - + @@ -14341,7 +15013,7 @@ - + @@ -14381,7 +15053,7 @@ - + @@ -14398,7 +15070,7 @@ - + @@ -14433,7 +15105,7 @@ - + @@ -14450,7 +15122,7 @@ - + @@ -14505,7 +15177,7 @@ - + @@ -14521,12 +15193,12 @@ - + - + @@ -14560,151 +15232,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -14721,7 +15255,7 @@ - + @@ -14771,7 +15305,7 @@ - + @@ -14782,7 +15316,7 @@ - + @@ -14886,7 +15420,7 @@ - + @@ -14905,12 +15439,12 @@ - + - + @@ -14975,7 +15509,7 @@ - + @@ -14986,7 +15520,7 @@ - + @@ -15056,19 +15590,19 @@ - + - + - + @@ -15198,7 +15732,7 @@ - + @@ -15217,12 +15751,12 @@ - + - + @@ -15267,7 +15801,7 @@ - + @@ -15286,12 +15820,12 @@ - + - + @@ -15471,7 +16005,7 @@ - + @@ -15487,7 +16021,7 @@ - + @@ -18092,7 +18626,7 @@ - + @@ -18109,7 +18643,7 @@ - + @@ -18194,7 +18728,7 @@ - + @@ -18211,7 +18745,7 @@ - + @@ -18266,7 +18800,7 @@ - + @@ -18274,7 +18808,7 @@ - + @@ -18326,7 +18860,7 @@ - + @@ -18334,7 +18868,7 @@ - + @@ -18374,7 +18908,7 @@ - + @@ -18393,12 +18927,12 @@ - + - + @@ -18459,7 +18993,7 @@ - + @@ -18470,7 +19004,7 @@ - + @@ -18510,7 +19044,7 @@ - + @@ -18526,12 +19060,12 @@ - + - + @@ -18581,7 +19115,7 @@ - + @@ -18598,7 +19132,7 @@ - + @@ -18681,7 +19215,7 @@ - + @@ -18698,7 +19232,7 @@ - + @@ -18753,7 +19287,7 @@ - + @@ -18761,7 +19295,7 @@ - + @@ -18806,7 +19340,7 @@ - + @@ -18822,12 +19356,12 @@ - + - + @@ -18947,7 +19481,7 @@ - + @@ -18963,12 +19497,12 @@ - + - + @@ -19028,7 +19562,7 @@ - + @@ -19044,12 +19578,12 @@ - + - + @@ -19084,7 +19618,7 @@ - + @@ -19100,12 +19634,12 @@ - + - + @@ -19155,7 +19689,7 @@ - + @@ -19172,7 +19706,7 @@ - + @@ -19222,7 +19756,7 @@ - + @@ -19236,14 +19770,14 @@ - + - + - + @@ -19308,7 +19842,7 @@ - + @@ -19324,12 +19858,12 @@ - + - + @@ -19379,7 +19913,7 @@ - + @@ -19390,17 +19924,17 @@ - + - + - + - + @@ -19445,7 +19979,7 @@ - + @@ -19461,12 +19995,12 @@ - + - + @@ -19516,7 +20050,7 @@ - + @@ -19533,7 +20067,7 @@ - + @@ -19592,7 +20126,7 @@ - + @@ -19608,12 +20142,12 @@ - + - + @@ -19758,7 +20292,7 @@ - + @@ -19775,7 +20309,7 @@ - + @@ -19800,7 +20334,7 @@ - + @@ -19817,7 +20351,7 @@ - + @@ -19882,7 +20416,7 @@ - + @@ -19898,12 +20432,12 @@ - + - + @@ -19948,7 +20482,7 @@ - + @@ -19964,12 +20498,12 @@ - + - + @@ -20009,7 +20543,7 @@ - + @@ -20026,7 +20560,7 @@ - + @@ -20086,7 +20620,7 @@ - + @@ -20105,12 +20639,12 @@ - + - + @@ -20141,7 +20675,9 @@ - + @@ -20189,7 +20725,7 @@ - + @@ -20205,12 +20741,12 @@ - + - + @@ -20250,7 +20786,7 @@ - + @@ -20266,12 +20802,12 @@ - + - + @@ -20321,7 +20857,7 @@ - + @@ -20337,12 +20873,12 @@ - + - + @@ -20406,7 +20942,8 @@ - + @@ -20417,7 +20954,7 @@ - + @@ -20433,12 +20970,12 @@ - + - + @@ -20483,7 +21020,7 @@ - + @@ -20499,12 +21036,12 @@ - + - + @@ -20544,7 +21081,7 @@ - + @@ -20561,7 +21098,7 @@ - + @@ -20714,7 +21251,7 @@ - + @@ -20730,12 +21267,12 @@ - + - + @@ -20775,7 +21312,7 @@ - + @@ -20791,12 +21328,12 @@ - + - + @@ -20841,7 +21378,7 @@ - + @@ -20857,12 +21394,12 @@ - + - + @@ -20917,7 +21454,7 @@ - + @@ -20934,7 +21471,7 @@ - + @@ -20969,7 +21506,7 @@ - + @@ -20986,7 +21523,7 @@ - + @@ -21082,7 +21619,7 @@ - + @@ -21099,10 +21636,10 @@ - - - - + + + + @@ -21120,19 +21657,15 @@ - - - - - + - + @@ -21144,11 +21677,6 @@ - - - - - @@ -21158,12 +21686,13 @@ - + - + - + + @@ -21174,31 +21703,26 @@ - + - + - - - - + + + + - - - - - - + - + @@ -21229,19 +21753,19 @@ - + - + - + @@ -21270,84 +21794,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -21363,12 +21816,12 @@ - + - + @@ -21408,7 +21861,7 @@ - + @@ -21425,7 +21878,7 @@ - + @@ -21473,13 +21926,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -21498,12 +22129,12 @@ - + - + @@ -21538,7 +22169,7 @@ - + @@ -21557,12 +22188,12 @@ - + - + @@ -21597,7 +22228,7 @@ - + @@ -21613,12 +22244,12 @@ - + - + @@ -21668,7 +22299,7 @@ - + @@ -21687,12 +22318,12 @@ - + - + @@ -21752,7 +22383,7 @@ - + @@ -21768,12 +22399,12 @@ - + - + @@ -21813,7 +22444,7 @@ - + @@ -21830,7 +22461,7 @@ - + @@ -22045,7 +22676,7 @@ - + @@ -22062,7 +22693,7 @@ - + @@ -25067,7 +25698,7 @@ - + @@ -25084,7 +25715,7 @@ - + @@ -25289,7 +25920,7 @@ - + @@ -25306,7 +25937,7 @@ - + @@ -25373,7 +26004,7 @@ - + @@ -25390,7 +26021,7 @@ - + @@ -25477,7 +26108,7 @@ - + @@ -25485,7 +26116,7 @@ - + @@ -25522,7 +26153,7 @@ - + @@ -25539,7 +26170,7 @@ - + @@ -25621,7 +26252,7 @@ - + @@ -25638,7 +26269,7 @@ - + @@ -25680,7 +26311,7 @@ - + @@ -25688,7 +26319,7 @@ - + @@ -25744,7 +26375,7 @@ - + @@ -25752,7 +26383,7 @@ - + @@ -25788,7 +26419,7 @@ - + @@ -25805,7 +26436,7 @@ - + @@ -25851,7 +26482,7 @@ - + @@ -25868,7 +26499,7 @@ - + @@ -25924,7 +26555,7 @@ - + @@ -25932,7 +26563,7 @@ - + @@ -25978,7 +26609,7 @@ - + @@ -25995,7 +26626,7 @@ - + @@ -26226,7 +26857,7 @@ - + @@ -26243,7 +26874,7 @@ - + @@ -26369,7 +27000,7 @@ - + @@ -26385,12 +27016,12 @@ - + - + @@ -26430,7 +27061,7 @@ - + @@ -26447,7 +27078,7 @@ - + @@ -26528,7 +27159,7 @@ - + @@ -26536,7 +27167,7 @@ - + @@ -26577,7 +27208,7 @@ - + @@ -26585,7 +27216,7 @@ - + @@ -26771,7 +27402,7 @@ - + @@ -26788,7 +27419,7 @@ - + @@ -26829,7 +27460,7 @@ - + @@ -26837,7 +27468,7 @@ - + @@ -26868,7 +27499,7 @@ - + @@ -26876,7 +27507,7 @@ - + @@ -26907,7 +27538,7 @@ - + @@ -26924,7 +27555,7 @@ - + @@ -26975,7 +27606,7 @@ - + @@ -26983,7 +27614,7 @@ - + @@ -27019,7 +27650,7 @@ - + @@ -27027,7 +27658,7 @@ - + @@ -27083,7 +27714,7 @@ - + @@ -27100,7 +27731,7 @@ - + @@ -27211,7 +27842,7 @@ - + @@ -27228,7 +27859,7 @@ - + @@ -27264,7 +27895,7 @@ - + @@ -27281,7 +27912,7 @@ - + @@ -27317,7 +27948,7 @@ - + @@ -27334,7 +27965,7 @@ - + @@ -27375,7 +28006,7 @@ - + @@ -27383,7 +28014,7 @@ - + @@ -27419,7 +28050,7 @@ - + @@ -27436,7 +28067,7 @@ - + @@ -27477,7 +28108,7 @@ - + @@ -27494,7 +28125,7 @@ - + @@ -27540,7 +28171,7 @@ - + @@ -27548,7 +28179,7 @@ - + @@ -27589,7 +28220,7 @@ - + @@ -27606,7 +28237,7 @@ - + @@ -27642,7 +28273,7 @@ - + @@ -27659,7 +28290,7 @@ - + @@ -27755,19 +28386,19 @@ - + - + - + @@ -27812,7 +28443,7 @@ - + @@ -27829,7 +28460,7 @@ - + @@ -27875,7 +28506,7 @@ - + @@ -27892,7 +28523,7 @@ - + @@ -27938,7 +28569,7 @@ - + @@ -27955,7 +28586,7 @@ - + @@ -28041,7 +28672,7 @@ - + @@ -28058,7 +28689,7 @@ - + @@ -28104,7 +28735,7 @@ - + @@ -28121,7 +28752,7 @@ - + @@ -28162,7 +28793,7 @@ - + @@ -28179,7 +28810,7 @@ - + @@ -28220,7 +28851,7 @@ - + @@ -28237,7 +28868,7 @@ - + @@ -28273,7 +28904,7 @@ - + @@ -28281,7 +28912,7 @@ - + @@ -28332,7 +28963,7 @@ - + @@ -28340,7 +28971,7 @@ - + @@ -28401,7 +29032,7 @@ - + @@ -28418,7 +29049,7 @@ - + @@ -28484,7 +29115,7 @@ - + @@ -28501,7 +29132,7 @@ - + @@ -28537,7 +29168,7 @@ - + @@ -28554,7 +29185,7 @@ - + @@ -28590,7 +29221,7 @@ - + @@ -28607,7 +29238,7 @@ - + @@ -28773,7 +29404,7 @@ - + @@ -28790,7 +29421,7 @@ - + @@ -28876,7 +29507,7 @@ - + @@ -28893,7 +29524,7 @@ - + @@ -28929,7 +29560,7 @@ - + @@ -28946,7 +29577,7 @@ - + @@ -28982,7 +29613,7 @@ - + @@ -28999,7 +29630,7 @@ - + @@ -29040,19 +29671,19 @@ - + - + - + @@ -29097,7 +29728,7 @@ - + @@ -29114,7 +29745,7 @@ - + @@ -29150,7 +29781,7 @@ - + @@ -29166,12 +29797,12 @@ - + - + @@ -29216,7 +29847,7 @@ - + @@ -29232,12 +29863,12 @@ - + - + @@ -29282,7 +29913,7 @@ - + @@ -29301,12 +29932,12 @@ - + - + @@ -29367,6 +29998,11 @@ + + + + + @@ -29376,7 +30012,7 @@ - + @@ -29395,12 +30031,12 @@ - + - + @@ -29440,7 +30076,7 @@ - + @@ -29459,12 +30095,12 @@ - + - + @@ -29519,7 +30155,7 @@ - + @@ -29535,12 +30171,12 @@ - + - + @@ -29590,7 +30226,7 @@ - + @@ -29606,12 +30242,12 @@ - + - + @@ -29681,7 +30317,7 @@ - + @@ -29697,12 +30333,12 @@ - + - + @@ -29787,7 +30423,7 @@ - + @@ -29803,12 +30439,12 @@ - + - + @@ -29853,7 +30489,7 @@ - + @@ -29870,7 +30506,7 @@ - + @@ -29942,7 +30578,7 @@ - + @@ -29959,7 +30595,7 @@ - + @@ -30000,7 +30636,7 @@ - + @@ -30017,7 +30653,7 @@ - + @@ -30053,7 +30689,7 @@ - + @@ -30069,12 +30705,12 @@ - + - + @@ -30119,7 +30755,7 @@ - + @@ -30135,12 +30771,12 @@ - + - + @@ -30185,7 +30821,7 @@ - + @@ -30201,12 +30837,12 @@ - + - + @@ -30251,7 +30887,7 @@ - + @@ -30267,12 +30903,12 @@ - + - + @@ -30317,7 +30953,7 @@ - + @@ -30333,12 +30969,12 @@ - + - + @@ -30403,7 +31039,7 @@ - + @@ -30419,12 +31055,12 @@ - + - + @@ -30469,7 +31105,7 @@ - + @@ -30486,7 +31122,7 @@ - + @@ -30522,7 +31158,7 @@ - + @@ -30538,12 +31174,12 @@ - + - + @@ -30578,7 +31214,7 @@ - + @@ -30594,12 +31230,12 @@ - + - + @@ -30644,7 +31280,7 @@ - + @@ -30660,12 +31296,12 @@ - + - + @@ -30725,7 +31361,7 @@ - + @@ -30742,7 +31378,7 @@ - + @@ -30787,7 +31423,7 @@ - + @@ -30806,12 +31442,12 @@ - + - + @@ -30856,7 +31492,7 @@ - + @@ -30875,12 +31511,12 @@ - + - + @@ -30920,7 +31556,7 @@ - + @@ -30940,7 +31576,7 @@ - + @@ -30995,7 +31631,7 @@ - + @@ -31014,12 +31650,12 @@ - + - + @@ -31054,7 +31690,7 @@ - + @@ -31070,12 +31706,12 @@ - + - + @@ -31120,7 +31756,7 @@ - + @@ -31136,12 +31772,12 @@ - + - + @@ -31176,7 +31812,7 @@ - + @@ -31192,12 +31828,12 @@ - + - + @@ -31232,7 +31868,7 @@ - + @@ -31248,12 +31884,12 @@ - + - + @@ -31363,7 +31999,7 @@ - + @@ -31379,12 +32015,12 @@ - + - + @@ -31434,7 +32070,7 @@ - + @@ -31450,12 +32086,12 @@ - + - + @@ -31500,7 +32136,7 @@ - + @@ -31516,12 +32152,12 @@ - + - + @@ -31561,7 +32197,7 @@ - + @@ -31578,7 +32214,7 @@ - + @@ -31613,7 +32249,7 @@ - + @@ -31629,12 +32265,12 @@ - + - + @@ -31694,7 +32330,7 @@ - + @@ -31710,12 +32346,12 @@ - + - + @@ -31750,7 +32386,7 @@ - + @@ -31766,12 +32402,12 @@ - + - + @@ -31816,7 +32452,7 @@ - + @@ -31833,7 +32469,7 @@ - + @@ -31868,7 +32504,7 @@ - + @@ -31885,7 +32521,7 @@ - + @@ -32135,7 +32771,7 @@ - + @@ -32151,12 +32787,12 @@ - + - + @@ -32191,7 +32827,7 @@ - + @@ -32207,12 +32843,12 @@ - + - + @@ -32292,7 +32928,7 @@ - + @@ -32308,12 +32944,12 @@ - + - + @@ -32398,7 +33034,7 @@ - + @@ -32415,7 +33051,7 @@ - + @@ -32450,7 +33086,7 @@ - + @@ -32467,7 +33103,7 @@ - + @@ -32512,7 +33148,7 @@ - + @@ -32528,12 +33164,12 @@ - + - + @@ -32593,7 +33229,7 @@ - + @@ -32609,12 +33245,12 @@ - + - + @@ -32654,7 +33290,7 @@ - + @@ -32670,12 +33306,12 @@ - + - + @@ -32725,7 +33361,7 @@ - + @@ -32741,12 +33377,12 @@ - + - + @@ -32786,7 +33422,7 @@ - + @@ -32802,12 +33438,12 @@ - + - + @@ -32857,7 +33493,7 @@ - + @@ -32873,12 +33509,12 @@ - + - + @@ -32928,7 +33564,7 @@ - + @@ -32944,12 +33580,12 @@ - + - + @@ -32984,7 +33620,7 @@ - + @@ -33000,12 +33636,12 @@ - + - + @@ -33045,7 +33681,7 @@ - + @@ -33062,7 +33698,7 @@ - + @@ -33113,7 +33749,7 @@ - + @@ -33130,7 +33766,7 @@ - + @@ -33166,7 +33802,7 @@ - + @@ -33183,7 +33819,7 @@ - + @@ -33219,7 +33855,7 @@ - + @@ -33236,7 +33872,7 @@ - + @@ -33277,7 +33913,7 @@ - + @@ -33288,7 +33924,7 @@ - + @@ -33548,7 +34184,7 @@ - + @@ -33565,7 +34201,7 @@ - + @@ -33601,7 +34237,7 @@ - + @@ -33618,7 +34254,7 @@ - + @@ -33654,7 +34290,7 @@ - + @@ -33671,7 +34307,7 @@ - + @@ -33779,7 +34415,7 @@ - + @@ -33796,7 +34432,7 @@ - + @@ -33849,19 +34485,19 @@ - + - + - + @@ -33906,7 +34542,7 @@ - + @@ -33923,7 +34559,7 @@ - + @@ -34031,7 +34667,7 @@ - + @@ -34048,7 +34684,7 @@ - + @@ -34156,7 +34792,7 @@ - + @@ -34173,7 +34809,7 @@ - + @@ -34211,7 +34847,7 @@ - + @@ -34228,7 +34864,7 @@ - + @@ -34266,7 +34902,7 @@ - + @@ -34283,7 +34919,7 @@ - + @@ -34321,7 +34957,7 @@ - + @@ -34338,7 +34974,7 @@ - + @@ -34376,7 +35012,7 @@ - + @@ -34393,7 +35029,7 @@ - + @@ -34431,7 +35067,7 @@ - + @@ -34448,7 +35084,7 @@ - + @@ -34486,7 +35122,7 @@ - + @@ -34503,7 +35139,7 @@ - + @@ -34541,7 +35177,7 @@ - + @@ -34558,7 +35194,7 @@ - + @@ -34596,7 +35232,7 @@ - + @@ -34613,7 +35249,7 @@ - + @@ -34651,7 +35287,7 @@ - + @@ -34668,7 +35304,7 @@ - + @@ -34706,7 +35342,7 @@ - + @@ -34723,7 +35359,7 @@ - + @@ -34761,7 +35397,7 @@ - + @@ -34778,7 +35414,7 @@ - + @@ -34816,7 +35452,7 @@ - + @@ -34833,7 +35469,7 @@ - + @@ -34871,7 +35507,7 @@ - + @@ -34888,7 +35524,7 @@ - + @@ -34926,7 +35562,7 @@ - + @@ -34943,7 +35579,7 @@ - + @@ -34981,7 +35617,7 @@ - + @@ -34998,7 +35634,7 @@ - + @@ -35081,7 +35717,7 @@ - + @@ -35098,7 +35734,7 @@ - + @@ -35169,7 +35805,7 @@ - + @@ -35186,7 +35822,7 @@ - + @@ -35237,7 +35873,7 @@ - + @@ -35253,12 +35889,12 @@ - + - + @@ -35308,7 +35944,7 @@ - + @@ -35324,12 +35960,12 @@ - + - + @@ -35347,12 +35983,12 @@ - + - + @@ -35364,7 +36000,7 @@ - + @@ -35380,12 +36016,12 @@ - + - + @@ -35430,7 +36066,7 @@ - + @@ -35447,7 +36083,7 @@ - + @@ -35487,7 +36123,7 @@ - + @@ -35504,7 +36140,7 @@ - + @@ -35660,7 +36296,7 @@ - + @@ -35668,7 +36304,7 @@ - + @@ -35719,7 +36355,7 @@ - + @@ -35734,9 +36370,9 @@ - + - + @@ -35771,7 +36407,7 @@ - + @@ -35787,12 +36423,12 @@ - + - + @@ -35837,7 +36473,7 @@ - + @@ -35853,12 +36489,12 @@ - + - + @@ -35928,7 +36564,7 @@ - + @@ -35944,12 +36580,12 @@ - + - + @@ -35994,7 +36630,7 @@ - + @@ -36010,12 +36646,12 @@ - + - + @@ -36065,7 +36701,7 @@ - + @@ -36081,12 +36717,12 @@ - + - + @@ -36121,7 +36757,7 @@ - + @@ -36137,12 +36773,12 @@ - + - + @@ -36187,7 +36823,7 @@ - + @@ -36203,12 +36839,12 @@ - + - + @@ -36243,7 +36879,7 @@ - + @@ -36259,12 +36895,12 @@ - + - + @@ -36304,7 +36940,7 @@ - + @@ -36320,12 +36956,12 @@ - + - + @@ -36370,7 +37006,7 @@ - + @@ -36389,12 +37025,12 @@ - + - + @@ -36454,7 +37090,7 @@ - + @@ -36473,12 +37109,12 @@ - + - + @@ -36528,7 +37164,7 @@ - + @@ -36547,12 +37183,12 @@ - + - + @@ -36597,19 +37233,19 @@ - + - + - + @@ -36654,7 +37290,7 @@ - + @@ -36670,12 +37306,12 @@ - + - + @@ -36725,7 +37361,7 @@ - + @@ -36742,7 +37378,7 @@ - + @@ -36802,7 +37438,7 @@ - + @@ -36818,12 +37454,12 @@ - + - + @@ -36852,7 +37488,7 @@ - + @@ -36868,12 +37504,12 @@ - + - + @@ -36958,19 +37594,19 @@ - + - + - + @@ -37010,7 +37646,7 @@ - + @@ -37026,12 +37662,12 @@ - + - + @@ -37071,7 +37707,7 @@ - + @@ -37087,12 +37723,12 @@ - + - + @@ -37137,7 +37773,7 @@ - + @@ -37153,12 +37789,12 @@ - + - + @@ -37198,7 +37834,7 @@ - + @@ -37214,12 +37850,12 @@ - + - + @@ -37274,7 +37910,7 @@ - + @@ -37290,12 +37926,12 @@ - + - + @@ -37335,7 +37971,7 @@ - + @@ -37351,12 +37987,12 @@ - + - + @@ -37391,7 +38027,7 @@ - + @@ -37407,12 +38043,12 @@ - + - + @@ -37447,7 +38083,7 @@ - + @@ -37463,12 +38099,12 @@ - + - + @@ -37513,7 +38149,7 @@ - + @@ -37529,12 +38165,12 @@ - + - + @@ -37579,7 +38215,7 @@ - + @@ -37595,12 +38231,12 @@ - + - + @@ -37670,7 +38306,7 @@ - + @@ -37686,12 +38322,12 @@ - + - + @@ -37731,7 +38367,7 @@ - + @@ -37747,12 +38383,12 @@ - + - + @@ -37807,7 +38443,7 @@ - + @@ -37823,12 +38459,12 @@ - + - + @@ -37872,7 +38508,8 @@ - + @@ -37908,7 +38545,7 @@ - + @@ -37924,12 +38561,12 @@ - + - + @@ -37994,7 +38631,7 @@ - + @@ -38004,12 +38641,12 @@ - + - + @@ -38049,7 +38686,7 @@ - + @@ -38065,12 +38702,12 @@ - + - + @@ -38115,7 +38752,7 @@ - + @@ -38131,12 +38768,12 @@ - + - + @@ -38201,7 +38838,7 @@ - + @@ -38217,12 +38854,12 @@ - + - + @@ -38256,7 +38893,8 @@ - + @@ -38266,7 +38904,8 @@ - + @@ -38312,7 +38951,7 @@ - + @@ -38326,14 +38965,14 @@ - + - + - + @@ -38368,7 +39007,7 @@ - + @@ -38382,14 +39021,14 @@ - + - + - + @@ -38423,7 +39062,8 @@ - + @@ -38433,7 +39073,8 @@ - + @@ -38479,7 +39120,7 @@ - + @@ -38493,14 +39134,14 @@ - + - + - + @@ -38540,7 +39181,7 @@ - + @@ -38554,14 +39195,14 @@ - + - + - + @@ -38681,7 +39322,7 @@ - + @@ -38697,12 +39338,12 @@ - + - + @@ -38742,7 +39383,7 @@ - + @@ -38758,12 +39399,12 @@ - + - + @@ -38808,7 +39449,7 @@ - + @@ -38824,12 +39465,12 @@ - + - + @@ -38864,7 +39505,7 @@ - + @@ -38880,12 +39521,12 @@ - + - + @@ -38945,7 +39586,7 @@ - + @@ -38961,12 +39602,12 @@ - + - + @@ -39001,7 +39642,7 @@ - + @@ -39017,12 +39658,12 @@ - + - + @@ -39077,7 +39718,7 @@ - + @@ -39093,12 +39734,12 @@ - + - + @@ -39135,19 +39776,19 @@ - + - + - + @@ -39184,7 +39825,7 @@ - + @@ -39200,12 +39841,12 @@ - + - + @@ -39265,7 +39906,7 @@ - + @@ -39281,12 +39922,12 @@ - + - + @@ -39305,17 +39946,20 @@ - + - + - + @@ -39326,7 +39970,7 @@ - + @@ -39342,12 +39986,12 @@ - + - + @@ -39392,7 +40036,7 @@ - + @@ -39408,12 +40052,12 @@ - + - + @@ -39490,7 +40134,7 @@ - + @@ -39506,12 +40150,12 @@ - + - + @@ -39548,7 +40192,7 @@ - + @@ -39564,12 +40208,12 @@ - + - + @@ -39654,7 +40298,7 @@ - + @@ -39663,19 +40307,19 @@ - + - + - + @@ -39710,7 +40354,7 @@ - + @@ -39726,12 +40370,12 @@ - + - + @@ -39771,7 +40415,7 @@ - + @@ -39787,12 +40431,12 @@ - + - + @@ -39842,7 +40486,7 @@ - + @@ -39851,19 +40495,19 @@ - + - + - + @@ -39943,7 +40587,7 @@ - + @@ -39952,19 +40596,19 @@ - + - + - + @@ -40004,7 +40648,7 @@ - + @@ -40020,12 +40664,12 @@ - + - + @@ -40060,7 +40704,7 @@ - + @@ -40076,12 +40720,12 @@ - + - + @@ -40116,7 +40760,7 @@ - + @@ -40132,12 +40776,12 @@ - + - + @@ -40187,7 +40831,7 @@ - + @@ -40203,12 +40847,12 @@ - + - + @@ -40263,7 +40907,7 @@ - + @@ -40280,7 +40924,7 @@ - + @@ -40345,7 +40989,7 @@ - + @@ -40362,7 +41006,7 @@ - + @@ -40417,7 +41061,7 @@ - + @@ -40434,7 +41078,7 @@ - + @@ -40498,7 +41142,7 @@ - + @@ -40509,7 +41153,7 @@ - + @@ -40564,7 +41208,7 @@ - + @@ -40581,7 +41225,7 @@ - + @@ -40651,7 +41295,7 @@ - + @@ -40662,7 +41306,7 @@ - + @@ -40714,7 +41358,7 @@ - + @@ -40731,7 +41375,7 @@ - + @@ -40795,7 +41439,7 @@ - + @@ -40806,7 +41450,7 @@ - + @@ -40862,7 +41506,7 @@ - + @@ -40879,7 +41523,7 @@ - + @@ -40955,7 +41599,7 @@ - + @@ -40966,7 +41610,7 @@ - + @@ -41019,7 +41663,7 @@ - + @@ -41030,7 +41674,7 @@ - + @@ -41082,7 +41726,7 @@ - + @@ -41093,7 +41737,7 @@ - + @@ -41145,7 +41789,7 @@ - + @@ -41162,7 +41806,7 @@ - + @@ -41214,7 +41858,7 @@ - + @@ -41230,12 +41874,12 @@ - + - + @@ -41285,7 +41929,7 @@ - + @@ -41301,12 +41945,12 @@ - + - + @@ -41346,7 +41990,7 @@ - + @@ -41363,7 +42007,7 @@ - + @@ -41403,7 +42047,7 @@ - + @@ -41420,7 +42064,7 @@ - + @@ -41485,7 +42129,7 @@ - + @@ -41502,7 +42146,7 @@ - + @@ -41615,19 +42259,19 @@ - + - + - + @@ -41672,19 +42316,19 @@ - + - + - + @@ -41754,7 +42398,7 @@ - + @@ -41770,12 +42414,12 @@ - + - + @@ -41815,7 +42459,7 @@ - + @@ -41831,12 +42475,12 @@ - + - + @@ -41885,13 +42529,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -41907,12 +42607,12 @@ - + - + @@ -41942,7 +42642,7 @@ - + @@ -41958,12 +42658,12 @@ - + - + @@ -42000,9 +42700,166 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -42013,7 +42870,7 @@ - + @@ -42029,12 +42886,12 @@ - + - + @@ -42050,6 +42907,16 @@ + + + + + + + + + + @@ -42073,13 +42940,266 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -42095,12 +43215,12 @@ - + - + @@ -42140,15 +43260,15 @@ - + - + - + - + @@ -42156,17 +43276,17 @@ - + - + - - - + + + - + @@ -42178,34 +43298,90 @@ - + - + - - - + + + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - - + + + + + + + + @@ -42216,7 +43392,7 @@ - + @@ -42234,12 +43410,12 @@ - + - + @@ -42627,7 +43803,8 @@ - + @@ -42906,6 +44083,19 @@ + + + + + + + + + + + + + @@ -43070,7 +44260,7 @@ - + @@ -43747,7 +44937,7 @@ - + @@ -44172,10 +45362,23 @@ + + + + + + + + + + + + + - + @@ -45093,7 +46296,9 @@ - + @@ -45306,6 +46511,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -45713,6 +46947,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -46036,7 +47299,7 @@ - + @@ -46567,7 +47830,7 @@ - + @@ -46609,6 +47872,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -46938,43 +48251,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -47071,7 +48347,7 @@ - + @@ -47089,12 +48365,12 @@ - + - + @@ -47128,7 +48404,7 @@ - + @@ -47143,12 +48419,12 @@ - + - + @@ -47172,7 +48448,7 @@ - + @@ -47190,12 +48466,12 @@ - + - + @@ -47575,7 +48851,7 @@ - + @@ -47590,7 +48866,7 @@ - + @@ -47694,13 +48970,13 @@ - + - + @@ -47883,7 +49159,7 @@ - + @@ -47895,8 +49171,9 @@ - - + + + @@ -47908,7 +49185,7 @@ - + @@ -47918,6 +49195,11 @@ + + + + + @@ -47957,11 +49239,11 @@ - + - + @@ -48011,7 +49293,7 @@ - + @@ -48091,7 +49373,7 @@ - + @@ -48245,11 +49527,11 @@ - + - + @@ -48334,10 +49616,10 @@ - + - + @@ -48368,7 +49650,7 @@ - + @@ -49564,7 +50846,7 @@ - + @@ -49587,7 +50869,7 @@ - + @@ -49595,7 +50877,7 @@ - + @@ -51475,7 +52757,7 @@ - + @@ -51493,7 +52775,7 @@ - + @@ -51596,7 +52878,7 @@ - + @@ -51649,7 +52931,7 @@ - + @@ -51657,7 +52939,7 @@ - + @@ -51680,7 +52962,7 @@ - + @@ -52239,7 +53521,7 @@ - + @@ -64501,7 +65783,7 @@ - + @@ -65096,7 +66378,7 @@ - + @@ -65104,7 +66386,7 @@ - + @@ -65112,7 +66394,7 @@ - + @@ -65663,7 +66945,7 @@ - + @@ -65675,7 +66957,7 @@ - + @@ -65847,7 +67129,7 @@ - + @@ -65909,7 +67191,7 @@ - + @@ -65960,7 +67242,7 @@ - + @@ -66071,7 +67353,7 @@ - + @@ -66132,19 +67414,19 @@ - + - + - + @@ -66239,19 +67521,19 @@ - + - + - + @@ -66291,19 +67573,19 @@ - + - + - + @@ -66348,19 +67630,19 @@ - + - + - + @@ -66395,19 +67677,19 @@ - + - + - + @@ -66457,19 +67739,19 @@ - + - + - + @@ -66509,19 +67791,19 @@ - + - + - + @@ -66566,19 +67848,19 @@ - + - + - + @@ -66608,7 +67890,7 @@ - + @@ -66616,7 +67898,7 @@ - + @@ -66781,19 +68063,19 @@ - + - + - + @@ -66828,7 +68110,7 @@ - + @@ -66836,7 +68118,7 @@ - + @@ -66876,19 +68158,19 @@ - + - + - + @@ -66938,19 +68220,19 @@ - + - + - + @@ -66985,19 +68267,19 @@ - + - + - + @@ -67042,19 +68324,19 @@ - + - + - + @@ -67199,19 +68481,19 @@ - + - + - + @@ -67240,7 +68522,9 @@ - + @@ -67266,19 +68550,19 @@ - + - + - + @@ -67307,7 +68591,7 @@ - + @@ -67328,7 +68612,7 @@ - + @@ -67336,7 +68620,7 @@ - + @@ -67391,19 +68675,19 @@ - + - + - + @@ -67443,19 +68727,19 @@ - + - + - + @@ -67495,19 +68779,19 @@ - + - + - + @@ -67552,7 +68836,7 @@ - + @@ -67560,7 +68844,7 @@ - + @@ -67605,19 +68889,19 @@ - + - + - + @@ -67667,7 +68951,7 @@ - + @@ -67675,7 +68959,7 @@ - + @@ -67710,7 +68994,7 @@ - + @@ -67718,7 +69002,7 @@ - + @@ -67853,19 +69137,19 @@ - + - + - + @@ -67905,19 +69189,19 @@ - + - + - + @@ -67957,19 +69241,19 @@ - + - + - + @@ -68013,25 +69297,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + @@ -68070,70 +69466,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -68141,7 +69480,7 @@ - + @@ -68201,7 +69540,7 @@ - + @@ -68209,7 +69548,7 @@ - + @@ -68243,7 +69582,7 @@ - + @@ -68254,7 +69593,7 @@ - + @@ -68322,7 +69661,7 @@ - + @@ -68333,7 +69672,7 @@ - + @@ -68374,13 +69713,13 @@ - + - + @@ -68415,14 +69754,14 @@ - + - + @@ -68560,14 +69899,14 @@ - + - + @@ -68792,7 +70131,7 @@ - + @@ -68801,7 +70140,7 @@ - + @@ -74277,13 +75616,13 @@ - + - + @@ -74323,13 +75662,13 @@ - + - + @@ -74373,7 +75712,7 @@ - + @@ -74382,7 +75721,7 @@ - + @@ -74409,13 +75748,13 @@ - + - + @@ -74470,7 +75809,7 @@ - + @@ -74487,12 +75826,12 @@ - + - + @@ -74516,7 +75855,7 @@ - + @@ -74533,12 +75872,12 @@ - + - + @@ -74571,7 +75910,7 @@ - + @@ -74582,12 +75921,12 @@ - + - + @@ -74615,7 +75954,7 @@ - + @@ -74626,12 +75965,12 @@ - + - + @@ -74658,7 +75997,7 @@ - + @@ -74675,12 +76014,12 @@ - + - + @@ -74704,7 +76043,7 @@ - + @@ -74721,12 +76060,12 @@ - + - + @@ -74769,7 +76108,7 @@ - + @@ -74786,12 +76125,12 @@ - + - + @@ -74815,7 +76154,7 @@ - + @@ -74835,12 +76174,12 @@ - + - + @@ -74868,7 +76207,7 @@ - + @@ -74879,12 +76218,12 @@ - + - + @@ -74912,7 +76251,7 @@ - + @@ -74929,12 +76268,12 @@ - + - + @@ -74960,53 +76299,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -75023,12 +76322,12 @@ - + - + @@ -75056,7 +76355,7 @@ - + @@ -75067,12 +76366,12 @@ - + - + @@ -75096,7 +76395,7 @@ - + @@ -75113,12 +76412,12 @@ - + - + @@ -75143,7 +76442,7 @@ - + @@ -75160,12 +76459,12 @@ - + - + @@ -75193,7 +76492,7 @@ - + @@ -75210,12 +76509,12 @@ - + - + @@ -75239,7 +76538,7 @@ - + @@ -75256,12 +76555,12 @@ - + - + @@ -75286,7 +76585,7 @@ - + @@ -75303,12 +76602,12 @@ - + - + @@ -75332,7 +76631,7 @@ - + @@ -75349,12 +76648,12 @@ - + - + @@ -75382,7 +76681,7 @@ - + @@ -75399,12 +76698,12 @@ - + - + @@ -75432,7 +76731,7 @@ - + @@ -75449,12 +76748,12 @@ - + - + @@ -75479,7 +76778,7 @@ - + @@ -75496,12 +76795,12 @@ - + - + @@ -75529,7 +76828,7 @@ - + @@ -75546,12 +76845,12 @@ - + - + @@ -75570,13 +76869,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -75593,12 +76942,12 @@ - + - + @@ -75626,7 +76975,7 @@ - + @@ -75643,12 +76992,12 @@ - + - + @@ -75683,7 +77032,7 @@ - + @@ -75703,12 +77052,12 @@ - + - + @@ -75736,7 +77085,7 @@ - + @@ -75753,12 +77102,12 @@ - + - + @@ -75782,13 +77131,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -75799,12 +77194,12 @@ - + - + @@ -75832,7 +77227,7 @@ - + @@ -75843,12 +77238,12 @@ - + - + @@ -75876,7 +77271,7 @@ - + @@ -75893,12 +77288,12 @@ - + - + @@ -75926,7 +77321,7 @@ - + @@ -75943,12 +77338,12 @@ - + - + @@ -75972,7 +77367,7 @@ - + @@ -75983,12 +77378,12 @@ - + - + @@ -76041,7 +77436,7 @@ - + @@ -76058,12 +77453,12 @@ - + - + @@ -76082,63 +77477,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -76155,12 +77500,12 @@ - + - + @@ -76182,13 +77527,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -76199,12 +77594,12 @@ - + - + @@ -76232,7 +77627,7 @@ - + @@ -76252,12 +77647,12 @@ - + - + @@ -76285,7 +77680,7 @@ - + @@ -76302,12 +77697,12 @@ - + - + @@ -76335,7 +77730,7 @@ - + @@ -76352,12 +77747,12 @@ - + - + @@ -76385,7 +77780,7 @@ - + @@ -76402,12 +77797,12 @@ - + - + @@ -76435,7 +77830,7 @@ - + @@ -76452,12 +77847,12 @@ - + - + @@ -76505,7 +77900,7 @@ - + @@ -76522,12 +77917,12 @@ - + - + @@ -76550,63 +77945,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -76623,12 +77968,12 @@ - + - + @@ -76650,13 +77995,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -76673,12 +78068,12 @@ - + - + @@ -76703,7 +78098,7 @@ - + @@ -76720,12 +78115,12 @@ - + - + @@ -76750,7 +78145,7 @@ - + @@ -76767,12 +78162,12 @@ - + - + @@ -76800,7 +78195,7 @@ - + @@ -76817,12 +78212,12 @@ - + - + @@ -76844,13 +78239,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -76867,12 +78308,12 @@ - + - + @@ -76896,7 +78337,7 @@ - + @@ -76907,12 +78348,12 @@ - + - + @@ -76940,7 +78381,7 @@ - + @@ -76957,12 +78398,12 @@ - + - + @@ -76990,7 +78431,7 @@ - + @@ -77007,12 +78448,12 @@ - + - + @@ -77036,7 +78477,7 @@ - + @@ -77047,12 +78488,12 @@ - + - + @@ -77080,7 +78521,7 @@ - + @@ -77103,12 +78544,12 @@ - + - + @@ -77136,7 +78577,7 @@ - + @@ -77147,12 +78588,12 @@ - + - + @@ -77179,7 +78620,7 @@ - + @@ -77199,12 +78640,12 @@ - + - + @@ -77232,7 +78673,7 @@ - + @@ -77249,12 +78690,12 @@ - + - + @@ -77279,7 +78720,7 @@ - + @@ -77296,12 +78737,12 @@ - + - + @@ -77326,7 +78767,7 @@ - + @@ -77343,12 +78784,12 @@ - + - + @@ -77373,7 +78814,7 @@ - + @@ -77390,12 +78831,12 @@ - + - + @@ -77423,7 +78864,7 @@ - + @@ -77440,12 +78881,12 @@ - + - + @@ -77473,7 +78914,7 @@ - + @@ -77484,12 +78925,12 @@ - + - + @@ -77517,7 +78958,7 @@ - + @@ -77534,12 +78975,12 @@ - + - + @@ -77567,7 +79008,7 @@ - + @@ -77584,12 +79025,12 @@ - + - + @@ -77613,7 +79054,7 @@ - + @@ -77630,12 +79071,12 @@ - + - + @@ -77679,7 +79120,7 @@ - + @@ -77690,12 +79131,12 @@ - + - + @@ -77720,7 +79161,7 @@ - + @@ -77737,12 +79178,12 @@ - + - + @@ -77770,7 +79211,7 @@ - + @@ -77787,12 +79228,12 @@ - + - + @@ -77809,7 +79250,7 @@ - + @@ -77821,7 +79262,7 @@ - + @@ -77838,12 +79279,12 @@ - + - + @@ -77868,7 +79309,7 @@ - + @@ -77885,12 +79326,12 @@ - + - + @@ -77918,7 +79359,7 @@ - + @@ -77935,12 +79376,12 @@ - + - + @@ -77962,13 +79403,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -77979,12 +79487,12 @@ - + - + @@ -78007,7 +79515,7 @@ - + @@ -78018,12 +79526,12 @@ - + - + @@ -78051,7 +79559,7 @@ - + @@ -78068,12 +79576,12 @@ - + - + @@ -78101,7 +79609,7 @@ - + @@ -78112,12 +79620,12 @@ - + - + @@ -103749,7 +105257,7 @@ - + @@ -103760,12 +105268,12 @@ - + - + @@ -103789,7 +105297,7 @@ - + @@ -103806,12 +105314,12 @@ - + - + @@ -103839,7 +105347,7 @@ - + @@ -103850,12 +105358,12 @@ - + - + @@ -103880,7 +105388,7 @@ - + @@ -103897,12 +105405,12 @@ - + - + @@ -103927,7 +105435,7 @@ - + @@ -103944,12 +105452,12 @@ - + - + @@ -103977,7 +105485,7 @@ - + @@ -103994,12 +105502,12 @@ - + - + @@ -104017,53 +105525,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -104080,12 +105548,12 @@ - + - + @@ -104113,7 +105581,7 @@ - + @@ -104136,12 +105604,12 @@ - + - + @@ -104169,7 +105637,7 @@ - + @@ -104180,12 +105648,12 @@ - + - + @@ -104213,7 +105681,7 @@ - + @@ -104233,12 +105701,12 @@ - + - + @@ -104266,7 +105734,7 @@ - + @@ -104277,12 +105745,12 @@ - + - + @@ -104314,7 +105782,7 @@ - + @@ -104331,12 +105799,12 @@ - + - + @@ -104364,7 +105832,7 @@ - + @@ -104381,12 +105849,12 @@ - + - + @@ -104411,7 +105879,7 @@ - + @@ -104426,14 +105894,14 @@ - + - + - + @@ -104461,7 +105929,7 @@ - + @@ -104476,14 +105944,14 @@ - + - + - + @@ -104552,7 +106020,7 @@ - + @@ -104563,12 +106031,12 @@ - + - + @@ -104598,7 +106066,7 @@ - + @@ -104615,12 +106083,12 @@ - + - + @@ -104649,7 +106117,7 @@ - + @@ -104666,12 +106134,12 @@ - + - + @@ -104699,7 +106167,7 @@ - + @@ -104716,12 +106184,12 @@ - + - + @@ -104746,7 +106214,7 @@ - + @@ -104757,12 +106225,12 @@ - + - + @@ -104845,7 +106313,7 @@ - + @@ -104856,12 +106324,12 @@ - + - + @@ -104885,7 +106353,7 @@ - + @@ -104895,19 +106363,19 @@ - + - + - + @@ -104935,7 +106403,7 @@ - + @@ -104952,12 +106420,12 @@ - + - + @@ -105014,7 +106482,7 @@ - + @@ -105031,12 +106499,12 @@ - + - + @@ -105064,7 +106532,7 @@ - + @@ -105081,12 +106549,12 @@ - + - + @@ -105114,7 +106582,7 @@ - + @@ -105125,12 +106593,12 @@ - + - + @@ -105244,7 +106712,7 @@ - + @@ -105261,12 +106729,12 @@ - + - + @@ -105313,7 +106781,7 @@ - + @@ -105324,12 +106792,12 @@ - + - + @@ -105357,7 +106825,7 @@ - + @@ -105377,12 +106845,12 @@ - + - + @@ -105410,7 +106878,7 @@ - + @@ -105427,12 +106895,12 @@ - + - + @@ -105928,7 +107396,7 @@ - + @@ -105948,12 +107416,12 @@ - + - + @@ -105981,7 +107449,7 @@ - + @@ -105998,12 +107466,12 @@ - + - + @@ -106081,7 +107549,7 @@ - + @@ -106098,7 +107566,7 @@ - + @@ -106183,7 +107651,7 @@ - + @@ -106200,12 +107668,12 @@ - + - + @@ -106233,7 +107701,7 @@ - + @@ -106250,7 +107718,7 @@ - + @@ -106283,7 +107751,7 @@ - + @@ -106300,12 +107768,12 @@ - + - + @@ -106333,7 +107801,7 @@ - + @@ -106350,12 +107818,12 @@ - + - + @@ -106383,7 +107851,7 @@ - + @@ -106400,12 +107868,12 @@ - + - + @@ -106433,7 +107901,7 @@ - + @@ -106450,12 +107918,12 @@ - + - + @@ -106480,7 +107948,7 @@ - + @@ -106497,12 +107965,12 @@ - + - + @@ -106550,63 +108018,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -106623,12 +108041,12 @@ - + - + @@ -106656,7 +108074,7 @@ - + @@ -106673,12 +108091,12 @@ - + - + @@ -106706,7 +108124,7 @@ - + @@ -106716,19 +108134,19 @@ - + - + - + @@ -106756,7 +108174,7 @@ - + @@ -106767,12 +108185,12 @@ - + - + @@ -106805,7 +108223,7 @@ - + @@ -106816,12 +108234,12 @@ - + - + @@ -106846,7 +108264,7 @@ - + @@ -106863,7 +108281,7 @@ - + @@ -106892,7 +108310,7 @@ - + @@ -106909,12 +108327,12 @@ - + - + @@ -106943,7 +108361,7 @@ - + @@ -106954,12 +108372,12 @@ - + - + @@ -106987,7 +108405,7 @@ - + @@ -107004,12 +108422,12 @@ - + - + @@ -107037,7 +108455,7 @@ - + @@ -107054,12 +108472,12 @@ - + - + @@ -107095,7 +108513,7 @@ - + @@ -107112,12 +108530,12 @@ - + - + @@ -107140,13 +108558,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -107163,12 +108631,12 @@ - + - + @@ -107197,7 +108665,7 @@ - + @@ -107214,12 +108682,12 @@ - + - + @@ -107247,7 +108715,7 @@ - + @@ -107258,12 +108726,12 @@ - + - + @@ -107287,7 +108755,7 @@ - + @@ -107304,12 +108772,12 @@ - + - + @@ -107337,7 +108805,7 @@ - + @@ -107354,7 +108822,7 @@ - + @@ -107386,7 +108854,7 @@ - + @@ -107403,12 +108871,12 @@ - + - + @@ -107467,7 +108935,7 @@ - + @@ -107478,12 +108946,12 @@ - + - + @@ -107566,7 +109034,7 @@ - + @@ -107583,12 +109051,12 @@ - + - + @@ -107616,7 +109084,7 @@ - + @@ -107633,12 +109101,12 @@ - + - + @@ -107662,7 +109130,7 @@ - + @@ -107677,14 +109145,14 @@ - + - + - + @@ -107708,7 +109176,7 @@ - + @@ -107725,12 +109193,12 @@ - + - + @@ -107754,7 +109222,7 @@ - + @@ -107765,12 +109233,12 @@ - + - + @@ -107798,7 +109266,7 @@ - + @@ -107815,12 +109283,12 @@ - + - + @@ -107844,7 +109312,7 @@ - + @@ -107855,12 +109323,12 @@ - + - + @@ -107892,7 +109360,7 @@ - + @@ -107909,12 +109377,12 @@ - + - + @@ -107938,7 +109406,7 @@ - + @@ -107958,12 +109426,12 @@ - + - + @@ -107991,7 +109459,7 @@ - + @@ -108011,12 +109479,12 @@ - + - + @@ -108044,7 +109512,7 @@ - + @@ -108061,12 +109529,12 @@ - + - + @@ -108281,7 +109749,7 @@ - + @@ -108292,12 +109760,12 @@ - + - + @@ -108325,7 +109793,7 @@ - + @@ -108342,12 +109810,12 @@ - + - + @@ -108542,7 +110010,7 @@ - + @@ -108559,12 +110027,12 @@ - + - + @@ -108589,7 +110057,7 @@ - + @@ -108606,12 +110074,12 @@ - + - + @@ -108636,7 +110104,7 @@ - + @@ -108647,12 +110115,12 @@ - + - + @@ -108681,7 +110149,7 @@ - + @@ -108698,12 +110166,12 @@ - + - + @@ -108727,7 +110195,7 @@ - + @@ -108747,12 +110215,12 @@ - + - + @@ -108857,7 +110325,7 @@ - + @@ -108877,12 +110345,12 @@ - + - + @@ -108910,7 +110378,7 @@ - + @@ -108924,12 +110392,12 @@ - + - + @@ -109005,7 +110473,7 @@ - + @@ -109022,12 +110490,12 @@ - + - + @@ -109075,7 +110543,7 @@ - + @@ -109092,12 +110560,12 @@ - + - + @@ -109125,7 +110593,7 @@ - + @@ -109142,12 +110610,12 @@ - + - + @@ -109171,7 +110639,7 @@ - + @@ -109188,12 +110656,12 @@ - + - + @@ -109248,7 +110716,7 @@ - + @@ -109265,12 +110733,12 @@ - + - + @@ -109292,63 +110760,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -109365,12 +110783,12 @@ - + - + @@ -109444,13 +110862,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -109467,12 +110935,12 @@ - + - + @@ -109500,7 +110968,7 @@ - + @@ -109511,12 +110979,12 @@ - + - + @@ -109541,7 +111009,7 @@ - + @@ -109552,12 +111020,12 @@ - + - + @@ -109580,7 +111048,7 @@ - + @@ -109591,12 +111059,12 @@ - + - + @@ -109624,7 +111092,7 @@ - + @@ -109641,12 +111109,12 @@ - + - + @@ -109674,7 +111142,7 @@ - + @@ -109685,12 +111153,12 @@ - + - + @@ -109714,7 +111182,7 @@ - + @@ -109731,12 +111199,12 @@ - + - + @@ -109764,7 +111232,7 @@ - + @@ -109781,12 +111249,12 @@ - + - + @@ -109811,7 +111279,7 @@ - + @@ -109828,12 +111296,12 @@ - + - + @@ -109861,7 +111329,7 @@ - + @@ -109878,12 +111346,12 @@ - + - + @@ -109912,7 +111380,7 @@ - + @@ -109923,12 +111391,12 @@ - + - + @@ -109953,7 +111421,7 @@ - + @@ -109970,12 +111438,12 @@ - + - + @@ -110003,7 +111471,7 @@ - + @@ -110014,12 +111482,12 @@ - + - + @@ -110043,7 +111511,7 @@ - + @@ -110063,12 +111531,12 @@ - + - + @@ -110096,7 +111564,7 @@ - + @@ -110113,12 +111581,12 @@ - + - + @@ -110142,7 +111610,7 @@ - + @@ -110159,12 +111627,12 @@ - + - + @@ -110188,7 +111656,7 @@ - + @@ -110205,12 +111673,12 @@ - + - + @@ -110234,7 +111702,7 @@ - + @@ -110245,12 +111713,12 @@ - + - + @@ -110273,7 +111741,7 @@ - + @@ -110296,12 +111764,12 @@ - + - + @@ -110329,7 +111797,7 @@ - + @@ -110346,12 +111814,12 @@ - + - + @@ -110379,7 +111847,7 @@ - + @@ -110396,12 +111864,12 @@ - + - + @@ -110426,7 +111894,7 @@ - + @@ -110437,12 +111905,12 @@ - + - + @@ -110495,7 +111963,7 @@ - + @@ -110505,19 +111973,19 @@ - + - + - + @@ -110540,7 +112008,7 @@ - + @@ -110557,12 +112025,12 @@ - + - + @@ -110590,7 +112058,7 @@ - + @@ -110607,12 +112075,12 @@ - + - + @@ -110640,7 +112108,7 @@ - + @@ -110651,12 +112119,12 @@ - + - + @@ -110684,7 +112152,7 @@ - + @@ -110704,12 +112172,12 @@ - + - + @@ -110737,7 +112205,7 @@ - + @@ -110748,12 +112216,12 @@ - + - + @@ -110789,7 +112257,7 @@ - + @@ -110800,12 +112268,12 @@ - + - + @@ -110830,7 +112298,7 @@ - + @@ -110847,12 +112315,12 @@ - + - + @@ -110877,7 +112345,7 @@ - + @@ -110888,12 +112356,12 @@ - + - + @@ -110916,7 +112384,7 @@ - + @@ -110933,12 +112401,12 @@ - + - + @@ -111282,7 +112750,7 @@ - + @@ -111293,12 +112761,12 @@ - + - + @@ -111326,7 +112794,7 @@ - + @@ -111343,12 +112811,12 @@ - + - + @@ -111371,7 +112839,7 @@ - + @@ -111388,12 +112856,12 @@ - + - + @@ -111421,7 +112889,7 @@ - + @@ -111441,12 +112909,12 @@ - + - + @@ -111474,7 +112942,7 @@ - + @@ -111485,12 +112953,12 @@ - + - + @@ -111518,7 +112986,7 @@ - + @@ -111535,12 +113003,12 @@ - + - + @@ -111600,7 +113068,7 @@ - + @@ -111610,19 +113078,19 @@ - + - + - + @@ -111650,7 +113118,7 @@ - + @@ -111667,12 +113135,12 @@ - + - + @@ -111700,7 +113168,7 @@ - + @@ -111720,7 +113188,7 @@ - + @@ -111795,7 +113263,7 @@ - + @@ -111809,12 +113277,12 @@ - + - + @@ -111842,13 +113310,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -111865,12 +113379,12 @@ - + - + @@ -111895,7 +113409,7 @@ - + @@ -111912,12 +113426,12 @@ - + - + @@ -111945,7 +113459,7 @@ - + @@ -111962,7 +113476,7 @@ - + @@ -112050,7 +113564,7 @@ - + @@ -112061,12 +113575,12 @@ - + - + @@ -112091,7 +113605,7 @@ - + @@ -112102,12 +113616,12 @@ - + - + @@ -112131,7 +113645,7 @@ - + @@ -112142,12 +113656,12 @@ - + - + @@ -112193,7 +113707,7 @@ - + @@ -112210,12 +113724,12 @@ - + - + @@ -112243,7 +113757,7 @@ - + @@ -112260,12 +113774,12 @@ - + - + @@ -112293,7 +113807,7 @@ - + @@ -112310,12 +113824,12 @@ - + - + @@ -112340,7 +113854,7 @@ - + @@ -112357,12 +113871,12 @@ - + - + @@ -112387,7 +113901,7 @@ - + @@ -112404,12 +113918,12 @@ - + - + @@ -112437,7 +113951,7 @@ - + @@ -112454,12 +113968,12 @@ - + - + @@ -112487,7 +114001,7 @@ - + @@ -112498,12 +114012,12 @@ - + - + @@ -112531,7 +114045,7 @@ - + @@ -112548,12 +114062,12 @@ - + - + @@ -112577,7 +114091,7 @@ - + @@ -112588,12 +114102,12 @@ - + - + @@ -112621,7 +114135,7 @@ - + @@ -112638,12 +114152,12 @@ - + - + @@ -112670,7 +114184,7 @@ - + @@ -112687,12 +114201,12 @@ - + - + @@ -112720,7 +114234,7 @@ - + @@ -112737,12 +114251,12 @@ - + - + @@ -112770,7 +114284,7 @@ - + @@ -112787,12 +114301,12 @@ - + - + @@ -112800,7 +114314,7 @@ - + @@ -112824,7 +114338,7 @@ - + @@ -112844,7 +114358,7 @@ - + @@ -112879,7 +114393,7 @@ - + @@ -112896,12 +114410,12 @@ - + - + @@ -112929,7 +114443,7 @@ - + @@ -112940,12 +114454,12 @@ - + - + @@ -112968,7 +114482,7 @@ - + @@ -112985,12 +114499,12 @@ - + - + @@ -113015,7 +114529,7 @@ - + @@ -113032,12 +114546,12 @@ - + - + @@ -113065,7 +114579,7 @@ - + @@ -113082,7 +114596,7 @@ - + @@ -113119,7 +114633,7 @@ - + @@ -113136,12 +114650,12 @@ - + - + @@ -113164,13 +114678,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -113187,12 +114751,12 @@ - + - + @@ -113220,7 +114784,7 @@ - + @@ -113237,12 +114801,12 @@ - + - + @@ -113270,7 +114834,7 @@ - + @@ -113287,12 +114851,12 @@ - + - + @@ -113316,7 +114880,7 @@ - + @@ -113333,7 +114897,7 @@ - + @@ -113375,7 +114939,7 @@ - + @@ -113392,12 +114956,12 @@ - + - + @@ -113425,7 +114989,7 @@ - + @@ -113442,12 +115006,12 @@ - + - + @@ -113475,7 +115039,7 @@ - + @@ -113486,12 +115050,12 @@ - + - + @@ -113528,7 +115092,7 @@ - + @@ -113545,12 +115109,12 @@ - + - + @@ -113578,7 +115142,7 @@ - + @@ -113595,7 +115159,7 @@ - + @@ -113628,7 +115192,7 @@ - + @@ -113648,12 +115212,12 @@ - + - + @@ -113675,59 +115239,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -113744,12 +115262,12 @@ - + - + @@ -113790,7 +115308,7 @@ - + @@ -113807,12 +115325,12 @@ - + - + @@ -113840,7 +115358,7 @@ - + @@ -113857,12 +115375,12 @@ - + - + @@ -113886,7 +115404,7 @@ - + @@ -113903,12 +115421,12 @@ - + - + @@ -113936,7 +115454,7 @@ - + @@ -113951,12 +115469,12 @@ - + - + @@ -113980,7 +115498,7 @@ - + @@ -113997,12 +115515,12 @@ - + - + @@ -114028,7 +115546,7 @@ - + @@ -114039,12 +115557,12 @@ - + - + @@ -114067,7 +115585,7 @@ - + @@ -114084,12 +115602,12 @@ - + - + @@ -114117,7 +115635,7 @@ - + @@ -114134,12 +115652,12 @@ - + - + @@ -114164,7 +115682,7 @@ - + @@ -114184,12 +115702,12 @@ - + - + @@ -114217,7 +115735,7 @@ - + @@ -114228,12 +115746,12 @@ - + - + @@ -114261,7 +115779,7 @@ - + @@ -114272,12 +115790,12 @@ - + - + @@ -114329,7 +115847,7 @@ - + @@ -114340,12 +115858,12 @@ - + - + @@ -114370,7 +115888,7 @@ - + @@ -114381,12 +115899,12 @@ - + - + @@ -114410,7 +115928,7 @@ - + @@ -114430,12 +115948,12 @@ - + - + @@ -114463,7 +115981,7 @@ - + @@ -114474,7 +115992,7 @@ - + @@ -114507,7 +116025,7 @@ - + @@ -114524,12 +116042,12 @@ - + - + @@ -114557,7 +116075,7 @@ - + @@ -114572,14 +116090,14 @@ - + - + - + @@ -114607,7 +116125,7 @@ - + @@ -114624,12 +116142,12 @@ - + - + @@ -114654,7 +116172,7 @@ - + @@ -114671,12 +116189,12 @@ - + - + @@ -114720,7 +116238,7 @@ - + @@ -114731,12 +116249,12 @@ - + - + @@ -114764,7 +116282,7 @@ - + @@ -114775,7 +116293,7 @@ - + @@ -114826,63 +116344,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -114893,12 +116361,12 @@ - + - + @@ -115031,13 +116499,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -115048,12 +116566,12 @@ - + - + @@ -115082,7 +116600,7 @@ - + @@ -115099,12 +116617,12 @@ - + - + @@ -115147,7 +116665,7 @@ - + @@ -115164,12 +116682,12 @@ - + - + @@ -115197,7 +116715,7 @@ - + @@ -115214,12 +116732,12 @@ - + - + @@ -115247,7 +116765,7 @@ - + @@ -115264,12 +116782,12 @@ - + - + @@ -115297,7 +116815,7 @@ - + @@ -115314,12 +116832,12 @@ - + - + @@ -115344,7 +116862,7 @@ - + @@ -115361,12 +116879,12 @@ - + - + @@ -115394,7 +116912,7 @@ - + @@ -115405,12 +116923,12 @@ - + - + @@ -115429,13 +116947,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -115458,12 +117026,12 @@ - + - + @@ -115497,7 +117065,7 @@ - + @@ -115515,12 +117083,12 @@ - + - + @@ -115545,7 +117113,7 @@ - + @@ -115556,7 +117124,7 @@ - + @@ -115589,7 +117157,7 @@ - + @@ -115600,7 +117168,7 @@ - + @@ -115633,7 +117201,7 @@ - + @@ -115650,12 +117218,12 @@ - + - + @@ -115683,7 +117251,7 @@ - + @@ -115700,12 +117268,12 @@ - + - + @@ -115733,7 +117301,7 @@ - + @@ -115750,12 +117318,12 @@ - + - + @@ -115779,7 +117347,7 @@ - + @@ -115796,12 +117364,12 @@ - + - + @@ -115826,7 +117394,7 @@ - + @@ -115843,12 +117411,12 @@ - + - + @@ -115898,7 +117466,7 @@ - + @@ -115915,12 +117483,12 @@ - + - + @@ -115984,7 +117552,7 @@ - + @@ -116001,12 +117569,12 @@ - + - + @@ -116035,7 +117603,7 @@ - + @@ -116052,12 +117620,12 @@ - + - + @@ -116082,7 +117650,7 @@ - + @@ -116099,12 +117667,12 @@ - + - + @@ -116168,7 +117736,7 @@ - + @@ -116185,12 +117753,12 @@ - + - + @@ -116218,7 +117786,7 @@ - + @@ -116238,12 +117806,12 @@ - + - + @@ -116271,7 +117839,7 @@ - + @@ -116288,12 +117856,12 @@ - + - + @@ -116321,7 +117889,7 @@ - + @@ -116332,12 +117900,12 @@ - + - + @@ -116373,7 +117941,7 @@ - + @@ -116390,12 +117958,12 @@ - + - + @@ -116420,7 +117988,7 @@ - + @@ -116440,12 +118008,12 @@ - + - + @@ -116473,7 +118041,7 @@ - + @@ -116490,12 +118058,12 @@ - + - + @@ -116523,7 +118091,7 @@ - + @@ -116540,12 +118108,12 @@ - + - + @@ -116564,13 +118132,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -116587,12 +118256,12 @@ - + - + @@ -116620,7 +118289,7 @@ - + @@ -116640,12 +118309,12 @@ - + - + @@ -116673,7 +118342,7 @@ - + @@ -116690,12 +118359,12 @@ - + - + @@ -116732,7 +118401,7 @@ - + @@ -116749,12 +118418,12 @@ - + - + @@ -116782,7 +118451,7 @@ - + @@ -116799,12 +118468,12 @@ - + - + @@ -116832,7 +118501,7 @@ - + @@ -116852,12 +118521,12 @@ - + - + @@ -116880,7 +118549,7 @@ - + @@ -116900,12 +118569,12 @@ - + - + @@ -116934,7 +118603,7 @@ - + @@ -116951,12 +118620,12 @@ - + - + @@ -116984,7 +118653,7 @@ - + @@ -117001,12 +118670,12 @@ - + - + @@ -117034,7 +118703,7 @@ - + @@ -117051,12 +118720,12 @@ - + - + @@ -117084,7 +118753,7 @@ - + @@ -117101,12 +118770,12 @@ - + - + @@ -117134,7 +118803,7 @@ - + @@ -117145,12 +118814,12 @@ - + - + @@ -117180,7 +118849,7 @@ - + @@ -117197,12 +118866,12 @@ - + - + @@ -117227,7 +118896,7 @@ - + @@ -117244,12 +118913,12 @@ - + - + @@ -117272,53 +118941,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -117335,12 +118964,12 @@ - + - + @@ -117368,7 +118997,7 @@ - + @@ -117385,12 +119014,12 @@ - + - + @@ -117414,7 +119043,7 @@ - + @@ -117425,12 +119054,12 @@ - + - + @@ -117458,7 +119087,7 @@ - + @@ -117475,12 +119104,12 @@ - + - + @@ -117508,7 +119137,7 @@ - + @@ -117525,12 +119154,12 @@ - + - + @@ -117558,7 +119187,7 @@ - + @@ -117575,12 +119204,12 @@ - + - + @@ -117591,7 +119220,7 @@ - + @@ -117609,7 +119238,7 @@ - + @@ -117626,12 +119255,12 @@ - + - + @@ -117659,7 +119288,7 @@ - + @@ -117670,12 +119299,12 @@ - + - + @@ -117699,7 +119328,7 @@ - + @@ -117719,12 +119348,12 @@ - + - + @@ -117752,7 +119381,7 @@ - + @@ -117769,12 +119398,12 @@ - + - + @@ -117803,7 +119432,7 @@ - + @@ -117823,12 +119452,12 @@ - + - + @@ -117856,7 +119485,7 @@ - + @@ -117873,12 +119502,12 @@ - + - + @@ -117902,7 +119531,7 @@ - + @@ -117919,12 +119548,12 @@ - + - + @@ -118077,7 +119706,7 @@ - + @@ -118094,12 +119723,12 @@ - + - + @@ -118127,7 +119756,7 @@ - + @@ -118144,12 +119773,12 @@ - + - + @@ -118177,7 +119806,7 @@ - + @@ -118194,12 +119823,12 @@ - + - + @@ -118227,7 +119856,7 @@ - + @@ -118244,12 +119873,12 @@ - + - + @@ -118277,7 +119906,7 @@ - + @@ -118288,7 +119917,7 @@ - + @@ -118321,7 +119950,7 @@ - + @@ -118338,12 +119967,12 @@ - + - + @@ -118371,7 +120000,7 @@ - + @@ -118388,12 +120017,12 @@ - + - + @@ -118421,7 +120050,7 @@ - + @@ -118438,12 +120067,12 @@ - + - + @@ -118468,7 +120097,7 @@ - + @@ -118479,12 +120108,12 @@ - + - + @@ -118511,7 +120140,7 @@ - + @@ -118528,12 +120157,12 @@ - + - + @@ -118561,7 +120190,7 @@ - + @@ -118578,12 +120207,12 @@ - + - + @@ -118607,7 +120236,7 @@ - + @@ -118624,12 +120253,12 @@ - + - + @@ -118834,7 +120463,7 @@ - + @@ -118845,12 +120474,12 @@ - + - + @@ -118881,7 +120510,7 @@ - + @@ -118898,12 +120527,12 @@ - + - + @@ -118941,7 +120570,7 @@ - + @@ -118958,12 +120587,12 @@ - + - + @@ -118992,7 +120621,7 @@ - + @@ -119009,12 +120638,12 @@ - + - + @@ -119042,7 +120671,7 @@ - + @@ -119059,12 +120688,12 @@ - + - + @@ -119111,7 +120740,7 @@ - + @@ -119128,12 +120757,12 @@ - + - + @@ -119169,7 +120798,7 @@ - + @@ -119186,12 +120815,12 @@ - + - + @@ -119216,7 +120845,7 @@ - + @@ -119236,12 +120865,12 @@ - + - + @@ -119269,7 +120898,7 @@ - + @@ -119286,12 +120915,12 @@ - + - + @@ -119316,7 +120945,7 @@ - + @@ -119333,12 +120962,12 @@ - + - + @@ -119378,7 +121007,7 @@ - + @@ -119395,12 +121024,12 @@ - + - + @@ -119424,7 +121053,7 @@ - + @@ -119441,12 +121070,12 @@ - + - + @@ -119458,7 +121087,7 @@ - + @@ -119470,7 +121099,7 @@ - + @@ -119487,12 +121116,12 @@ - + - + @@ -119520,7 +121149,7 @@ - + @@ -119540,12 +121169,12 @@ - + - + @@ -119569,7 +121198,7 @@ - + @@ -119580,12 +121209,12 @@ - + - + @@ -119629,7 +121258,7 @@ - + @@ -119646,12 +121275,12 @@ - + - + @@ -119679,7 +121308,7 @@ - + @@ -119696,12 +121325,12 @@ - + - + @@ -119729,7 +121358,7 @@ - + @@ -119746,12 +121375,12 @@ - + - + @@ -119776,7 +121405,7 @@ - + @@ -119793,12 +121422,12 @@ - + - + @@ -119837,13 +121466,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -119860,12 +121539,12 @@ - + - + @@ -119893,7 +121572,7 @@ - + @@ -119904,12 +121583,12 @@ - + - + @@ -119937,7 +121616,7 @@ - + @@ -119957,12 +121636,12 @@ - + - + @@ -119985,7 +121664,7 @@ - + @@ -120002,12 +121681,12 @@ - + - + @@ -120079,7 +121758,7 @@ - + @@ -120090,12 +121769,12 @@ - + - + @@ -120119,7 +121798,7 @@ - + @@ -120136,12 +121815,12 @@ - + - + @@ -120181,7 +121860,7 @@ - + @@ -120198,12 +121877,12 @@ - + - + @@ -120232,7 +121911,7 @@ - + @@ -120249,12 +121928,12 @@ - + - + @@ -120278,7 +121957,7 @@ - + @@ -120295,12 +121974,12 @@ - + - + @@ -120329,7 +122008,7 @@ - + @@ -120346,12 +122025,12 @@ - + - + @@ -120378,23 +122057,29 @@ - + + + + + + + - + - + @@ -120403,27 +122088,15 @@ + - - - - - - - - - - - - - - - - - - - + + + + + + @@ -120435,7 +122108,7 @@ - + @@ -120452,12 +122125,12 @@ - + - + @@ -120482,7 +122155,7 @@ - + @@ -120499,12 +122172,12 @@ - + - + @@ -120533,7 +122206,7 @@ - + @@ -120544,12 +122217,12 @@ - + - + @@ -120577,7 +122250,7 @@ - + @@ -120594,12 +122267,12 @@ - + - + @@ -120634,7 +122307,7 @@ - + @@ -120654,12 +122327,12 @@ - + - + @@ -120715,7 +122388,7 @@ - + @@ -120732,12 +122405,12 @@ - + - + @@ -120761,7 +122434,7 @@ - + @@ -120778,12 +122451,12 @@ - + - + @@ -120811,7 +122484,7 @@ - + @@ -120831,12 +122504,12 @@ - + - + @@ -120864,7 +122537,7 @@ - + @@ -120875,12 +122548,12 @@ - + - + @@ -130384,7 +132057,7 @@ - + @@ -130401,12 +132074,12 @@ - + - + @@ -130434,7 +132107,7 @@ - + @@ -130445,12 +132118,12 @@ - + - + @@ -130547,7 +132220,7 @@ - + @@ -130558,12 +132231,12 @@ - + - + @@ -130591,7 +132264,7 @@ - + @@ -130602,12 +132275,12 @@ - + - + @@ -130638,7 +132311,7 @@ - + @@ -130655,12 +132328,12 @@ - + - + @@ -130685,7 +132358,7 @@ - + @@ -130699,12 +132372,12 @@ - + - + @@ -130741,7 +132414,7 @@ - + @@ -130752,12 +132425,12 @@ - + - + @@ -130781,7 +132454,7 @@ - + @@ -130801,12 +132474,12 @@ - + - + @@ -130834,7 +132507,7 @@ - + @@ -130854,12 +132527,12 @@ - + - + @@ -130887,7 +132560,7 @@ - + @@ -130907,12 +132580,12 @@ - + - + @@ -130940,7 +132613,7 @@ - + @@ -130951,12 +132624,12 @@ - + - + @@ -131046,7 +132719,7 @@ - + @@ -131063,12 +132736,12 @@ - + - + @@ -131093,7 +132766,7 @@ - + @@ -131104,12 +132777,12 @@ - + - + @@ -131137,7 +132810,7 @@ - + @@ -131157,12 +132830,12 @@ - + - + @@ -131190,7 +132863,7 @@ - + @@ -131207,12 +132880,12 @@ - + - + @@ -131234,13 +132907,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -131251,12 +132974,12 @@ - + - + @@ -131284,7 +133007,7 @@ - + @@ -131301,12 +133024,12 @@ - + - + @@ -131334,7 +133057,7 @@ - + @@ -131346,12 +133069,12 @@ - + - + @@ -131429,7 +133152,7 @@ - + @@ -131446,12 +133169,12 @@ - + - + @@ -131479,7 +133202,7 @@ - + @@ -131496,12 +133219,12 @@ - + - + @@ -131529,7 +133252,7 @@ - + @@ -131546,12 +133269,12 @@ - + - + @@ -131576,7 +133299,7 @@ - + @@ -131593,12 +133316,12 @@ - + - + @@ -131622,7 +133345,7 @@ - + @@ -131642,12 +133365,12 @@ - + - + @@ -131675,7 +133398,7 @@ - + @@ -131692,12 +133415,12 @@ - + - + @@ -131722,7 +133445,7 @@ - + @@ -131739,12 +133462,12 @@ - + - + @@ -131769,7 +133492,7 @@ - + @@ -131786,12 +133509,12 @@ - + - + @@ -131815,7 +133538,7 @@ - + @@ -131832,12 +133555,12 @@ - + - + @@ -131865,7 +133588,7 @@ - + @@ -131882,12 +133605,12 @@ - + - + @@ -131915,7 +133638,7 @@ - + @@ -131932,12 +133655,12 @@ - + - + @@ -131965,7 +133688,7 @@ - + @@ -131982,12 +133705,12 @@ - + - + @@ -132038,7 +133761,7 @@ - + @@ -132049,12 +133772,12 @@ - + - + @@ -132078,7 +133801,7 @@ - + @@ -132098,12 +133821,12 @@ - + - + @@ -132142,7 +133865,7 @@ - + @@ -132159,12 +133882,12 @@ - + - + @@ -132192,7 +133915,7 @@ - + @@ -132209,12 +133932,12 @@ - + - + @@ -132243,7 +133966,7 @@ - + @@ -132255,12 +133978,12 @@ - + - + @@ -132299,7 +134022,7 @@ - + @@ -132316,12 +134039,12 @@ - + - + @@ -132346,7 +134069,7 @@ - + @@ -132363,12 +134086,12 @@ - + - + @@ -132397,7 +134120,7 @@ - + @@ -132414,12 +134137,12 @@ - + - + @@ -132443,7 +134166,7 @@ - + @@ -132460,12 +134183,12 @@ - + - + @@ -132493,7 +134216,7 @@ - + @@ -132504,12 +134227,12 @@ - + - + @@ -132541,7 +134264,7 @@ - + @@ -132561,12 +134284,12 @@ - + - + @@ -132594,7 +134317,7 @@ - + @@ -132611,12 +134334,12 @@ - + - + @@ -132628,7 +134351,7 @@ - + @@ -132640,7 +134363,7 @@ - + @@ -132651,12 +134374,12 @@ - + - + @@ -132678,53 +134401,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -132741,12 +134424,12 @@ - + - + @@ -132774,7 +134457,7 @@ - + @@ -132785,12 +134468,12 @@ - + - + @@ -132814,7 +134497,7 @@ - + @@ -132831,12 +134514,12 @@ - + - + @@ -132861,7 +134544,7 @@ - + @@ -132872,12 +134555,12 @@ - + - + @@ -132899,13 +134582,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -132916,12 +134649,12 @@ - + - + @@ -132946,7 +134679,7 @@ - + @@ -132963,12 +134696,12 @@ - + - + @@ -132992,7 +134725,7 @@ - + @@ -133009,12 +134742,12 @@ - + - + @@ -133042,7 +134775,7 @@ - + @@ -133059,12 +134792,12 @@ - + - + @@ -133092,7 +134825,7 @@ - + @@ -133103,12 +134836,12 @@ - + - + @@ -133132,7 +134865,7 @@ - + @@ -133149,12 +134882,12 @@ - + - + @@ -133182,7 +134915,7 @@ - + @@ -133199,12 +134932,12 @@ - + - + @@ -133228,7 +134961,7 @@ - + @@ -133245,12 +134978,12 @@ - + - + @@ -133279,7 +135012,7 @@ - + @@ -133296,12 +135029,12 @@ - + - + @@ -133325,7 +135058,7 @@ - + @@ -133342,12 +135075,12 @@ - + - + @@ -133372,7 +135105,7 @@ - + @@ -133389,12 +135122,12 @@ - + - + @@ -133418,7 +135151,7 @@ - + @@ -133438,7 +135171,7 @@ - + @@ -133686,7 +135419,7 @@ - + @@ -133697,12 +135430,12 @@ - + - + @@ -133726,7 +135459,7 @@ - + @@ -133743,12 +135476,12 @@ - + - + @@ -133773,7 +135506,7 @@ - + @@ -133790,12 +135523,12 @@ - + - + @@ -133845,7 +135578,7 @@ - + @@ -133862,12 +135595,12 @@ - + - + @@ -133895,7 +135628,7 @@ - + @@ -133909,12 +135642,12 @@ - + - + @@ -133943,7 +135676,7 @@ - + @@ -133954,12 +135687,12 @@ - + - + @@ -133983,7 +135716,7 @@ - + @@ -134000,12 +135733,12 @@ - + - + @@ -134027,13 +135760,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -134050,12 +135879,12 @@ - + - + @@ -134079,7 +135908,7 @@ - + @@ -134096,12 +135925,12 @@ - + - + @@ -134126,7 +135955,7 @@ - + @@ -134143,12 +135972,12 @@ - + - + @@ -134172,7 +136001,7 @@ - + @@ -134192,12 +136021,12 @@ - + - + @@ -134225,7 +136054,7 @@ - + @@ -134242,12 +136071,12 @@ - + - + @@ -134275,7 +136104,7 @@ - + @@ -134292,12 +136121,12 @@ - + - + @@ -134348,7 +136177,7 @@ - + @@ -134365,12 +136194,12 @@ - + - + @@ -134394,7 +136223,7 @@ - + @@ -134405,12 +136234,12 @@ - + - + @@ -134438,7 +136267,7 @@ - + @@ -134455,12 +136284,12 @@ - + - + @@ -134488,7 +136317,7 @@ - + @@ -134505,12 +136334,12 @@ - + - + @@ -134534,7 +136363,7 @@ - + @@ -134551,12 +136380,12 @@ - + - + @@ -134584,7 +136413,7 @@ - + @@ -134601,12 +136430,12 @@ - + - + @@ -134634,7 +136463,7 @@ - + @@ -134645,12 +136474,12 @@ - + - + @@ -134680,7 +136509,7 @@ - + @@ -134697,12 +136526,12 @@ - + - + @@ -134730,7 +136559,7 @@ - + @@ -134747,12 +136576,12 @@ - + - + @@ -134780,7 +136609,7 @@ - + @@ -134791,12 +136620,12 @@ - + - + @@ -134824,7 +136653,7 @@ - + @@ -134841,12 +136670,12 @@ - + - + @@ -134918,7 +136747,7 @@ - + @@ -134929,7 +136758,7 @@ - + @@ -134962,7 +136791,7 @@ - + @@ -134979,12 +136808,12 @@ - + - + @@ -135008,7 +136837,7 @@ - + @@ -135025,12 +136854,12 @@ - + - + @@ -135058,7 +136887,7 @@ - + @@ -135078,12 +136907,12 @@ - + - + @@ -135111,7 +136940,7 @@ - + @@ -135128,12 +136957,12 @@ - + - + @@ -135178,7 +137007,7 @@ - + @@ -135195,12 +137024,12 @@ - + - + @@ -135228,7 +137057,7 @@ - + @@ -135245,12 +137074,12 @@ - + - + @@ -135274,7 +137103,7 @@ - + @@ -135289,14 +137118,14 @@ - + - + - + @@ -135324,7 +137153,7 @@ - + @@ -135341,12 +137170,12 @@ - + - + @@ -135374,7 +137203,7 @@ - + @@ -135394,12 +137223,12 @@ - + - + @@ -135427,7 +137256,7 @@ - + @@ -135444,12 +137273,12 @@ - + - + @@ -135474,7 +137303,7 @@ - + @@ -135494,12 +137323,12 @@ - + - + @@ -135527,7 +137356,7 @@ - + @@ -135544,12 +137373,12 @@ - + - + @@ -135573,7 +137402,7 @@ - + @@ -135593,12 +137422,12 @@ - + - + @@ -135626,7 +137455,7 @@ - + @@ -135643,7 +137472,7 @@ - + @@ -135706,7 +137535,7 @@ - + @@ -135723,12 +137552,12 @@ - + - + @@ -135759,7 +137588,7 @@ - + @@ -135770,12 +137599,12 @@ - + - + @@ -135798,7 +137627,7 @@ - + @@ -135809,12 +137638,12 @@ - + - + @@ -135877,7 +137706,7 @@ - + @@ -135888,12 +137717,12 @@ - + - + @@ -135917,7 +137746,7 @@ - + @@ -135928,12 +137757,12 @@ - + - + @@ -135961,7 +137790,7 @@ - + @@ -135972,12 +137801,12 @@ - + - + @@ -136001,7 +137830,7 @@ - + @@ -136012,12 +137841,12 @@ - + - + @@ -136045,7 +137874,7 @@ - + @@ -136056,12 +137885,12 @@ - + - + @@ -136089,7 +137918,7 @@ - + @@ -136106,12 +137935,12 @@ - + - + @@ -136130,13 +137959,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -136153,12 +138032,12 @@ - + - + @@ -136183,7 +138062,7 @@ - + @@ -136194,12 +138073,12 @@ - + - + @@ -136223,7 +138102,7 @@ - + @@ -136240,12 +138119,12 @@ - + - + @@ -136253,7 +138132,7 @@ - + @@ -136269,7 +138148,7 @@ - + @@ -136286,12 +138165,12 @@ - + - + @@ -136319,7 +138198,7 @@ - + @@ -136330,12 +138209,12 @@ - + - + @@ -136358,7 +138237,7 @@ - + @@ -136369,12 +138248,12 @@ - + - + @@ -136401,13 +138280,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -136424,12 +138353,12 @@ - + - + @@ -136454,7 +138383,7 @@ - + @@ -136474,12 +138403,12 @@ - + - + @@ -136508,7 +138437,7 @@ - + @@ -136525,12 +138454,12 @@ - + - + @@ -136558,7 +138487,7 @@ - + @@ -136578,12 +138507,12 @@ - + - + @@ -136591,7 +138520,11 @@ - + @@ -136606,7 +138539,7 @@ - + @@ -136623,12 +138556,12 @@ - + - + @@ -136653,7 +138586,7 @@ - + @@ -136670,12 +138603,12 @@ - + - + @@ -136704,7 +138637,7 @@ - + @@ -136721,12 +138654,12 @@ - + - + @@ -136754,7 +138687,7 @@ - + @@ -136771,12 +138704,12 @@ - + - + @@ -136804,7 +138737,7 @@ - + @@ -136821,12 +138754,12 @@ - + - + @@ -136854,7 +138787,7 @@ - + @@ -136877,12 +138810,12 @@ - + - + @@ -136959,7 +138892,7 @@ - + @@ -136976,12 +138909,12 @@ - + - + @@ -137062,7 +138995,7 @@ - + @@ -137079,12 +139012,12 @@ - + - + @@ -137112,7 +139045,7 @@ - + @@ -137129,12 +139062,12 @@ - + - + @@ -137159,7 +139092,7 @@ - + @@ -137170,12 +139103,12 @@ - + - + @@ -137200,7 +139133,7 @@ - + @@ -137217,12 +139150,12 @@ - + - + @@ -137250,7 +139183,7 @@ - + @@ -137267,12 +139200,12 @@ - + - + @@ -137357,7 +139290,7 @@ - + @@ -137374,7 +139307,7 @@ - + @@ -137407,7 +139340,7 @@ - + @@ -137427,12 +139360,12 @@ - + - + @@ -137460,7 +139393,7 @@ - + @@ -137477,12 +139410,12 @@ - + - + @@ -137510,7 +139443,7 @@ - + @@ -137527,7 +139460,7 @@ - + @@ -137560,7 +139493,7 @@ - + @@ -137577,12 +139510,12 @@ - + - + @@ -137610,7 +139543,7 @@ - + @@ -137627,24 +139560,20 @@ - - - - + + + + - + - - - - - + @@ -137660,7 +139589,7 @@ - + @@ -137677,12 +139606,12 @@ - + - + @@ -137727,7 +139656,7 @@ - + @@ -137738,12 +139667,12 @@ - + - + @@ -137795,7 +139724,7 @@ - + @@ -137815,12 +139744,12 @@ - + - + @@ -137848,7 +139777,7 @@ - + @@ -137865,12 +139794,12 @@ - + - + @@ -137898,7 +139827,7 @@ - + @@ -137915,12 +139844,12 @@ - + - + @@ -137948,7 +139877,7 @@ - + @@ -137968,12 +139897,12 @@ - + - + @@ -138027,7 +139956,7 @@ - + @@ -138044,12 +139973,12 @@ - + - + @@ -138079,7 +140008,7 @@ - + @@ -138096,12 +140025,12 @@ - + - + @@ -138130,7 +140059,7 @@ - + @@ -138147,12 +140076,12 @@ - + - + @@ -138176,7 +140105,7 @@ - + @@ -138193,12 +140122,12 @@ - + - + @@ -138222,7 +140151,7 @@ - + @@ -138239,12 +140168,12 @@ - + - + @@ -138272,7 +140201,7 @@ - + @@ -138295,12 +140224,12 @@ - + - + @@ -138324,13 +140253,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -138350,12 +140323,12 @@ - + - + @@ -138383,7 +140356,7 @@ - + @@ -138400,12 +140373,12 @@ - + - + @@ -138423,13 +140396,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -138446,12 +140469,12 @@ - + - + @@ -138479,7 +140502,7 @@ - + @@ -138496,12 +140519,12 @@ - + - + @@ -138527,7 +140550,7 @@ - + @@ -138537,19 +140560,19 @@ - + - + - + @@ -138577,7 +140600,7 @@ - + @@ -138588,12 +140611,12 @@ - + - + @@ -138618,7 +140641,7 @@ - + @@ -138635,7 +140658,7 @@ - + @@ -138668,7 +140691,7 @@ - + @@ -138688,12 +140711,12 @@ - + - + @@ -138701,7 +140724,9 @@ - + @@ -138727,7 +140752,7 @@ - + @@ -138744,12 +140769,12 @@ - + - + @@ -138800,7 +140825,7 @@ - + @@ -138817,12 +140842,12 @@ - + - + @@ -138850,7 +140875,7 @@ - + @@ -138861,12 +140886,12 @@ - + - + @@ -138894,7 +140919,7 @@ - + @@ -138914,12 +140939,12 @@ - + - + @@ -138947,7 +140972,7 @@ - + @@ -138958,12 +140983,12 @@ - + - + @@ -138991,7 +141016,7 @@ - + @@ -139008,12 +141033,12 @@ - + - + @@ -139041,7 +141066,7 @@ - + @@ -139058,12 +141083,12 @@ - + - + @@ -139091,7 +141116,7 @@ - + @@ -139102,12 +141127,12 @@ - + - + @@ -139135,7 +141160,7 @@ - + @@ -139155,12 +141180,12 @@ - + - + @@ -139188,7 +141213,7 @@ - + @@ -139205,12 +141230,12 @@ - + - + @@ -139235,7 +141260,7 @@ - + @@ -139246,12 +141271,12 @@ - + - + @@ -139275,7 +141300,7 @@ - + @@ -139292,12 +141317,12 @@ - + - + @@ -139322,7 +141347,7 @@ - + @@ -139339,12 +141364,12 @@ - + - + @@ -139369,7 +141394,7 @@ - + @@ -139384,14 +141409,14 @@ - + - + - + @@ -139419,7 +141444,7 @@ - + @@ -139430,12 +141455,12 @@ - + - + @@ -139463,7 +141488,7 @@ - + @@ -139480,12 +141505,12 @@ - + - + @@ -139509,7 +141534,7 @@ - + @@ -139526,12 +141551,12 @@ - + - + @@ -139559,7 +141584,7 @@ - + @@ -139576,12 +141601,12 @@ - + - + @@ -139609,7 +141634,7 @@ - + @@ -139626,7 +141651,7 @@ - + @@ -139731,7 +141756,7 @@ - + @@ -139748,12 +141773,12 @@ - + - + @@ -139777,7 +141802,7 @@ - + @@ -139794,12 +141819,12 @@ - + - + @@ -139827,7 +141852,7 @@ - + @@ -139838,12 +141863,12 @@ - + - + @@ -139871,7 +141896,7 @@ - + @@ -139882,7 +141907,7 @@ - + @@ -139915,7 +141940,7 @@ - + @@ -139926,12 +141951,12 @@ - + - + @@ -139959,7 +141984,7 @@ - + @@ -139976,12 +142001,12 @@ - + - + @@ -140009,7 +142034,7 @@ - + @@ -140024,14 +142049,14 @@ - + - + - + @@ -140059,7 +142084,7 @@ - + @@ -140076,12 +142101,12 @@ - + - + @@ -140100,13 +142125,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -140123,12 +142244,12 @@ - + - + @@ -140153,7 +142274,7 @@ - + @@ -140170,12 +142291,12 @@ - + - + @@ -140204,7 +142325,7 @@ - + @@ -140221,12 +142342,12 @@ - + - + @@ -140254,7 +142375,7 @@ - + @@ -140271,12 +142392,12 @@ - + - + @@ -140304,7 +142425,7 @@ - + @@ -140315,12 +142436,12 @@ - + - + @@ -140348,7 +142469,7 @@ - + @@ -140365,7 +142486,7 @@ - + @@ -143193,7 +145314,7 @@ - + @@ -143210,12 +145331,12 @@ - + - + @@ -143240,7 +145361,7 @@ - + @@ -143251,12 +145372,12 @@ - + - + @@ -143281,7 +145402,7 @@ - + @@ -143298,12 +145419,12 @@ - + - + @@ -143327,7 +145448,7 @@ - + @@ -143344,12 +145465,12 @@ - + - + @@ -143378,7 +145499,7 @@ - + @@ -143398,12 +145519,12 @@ - + - + @@ -143431,7 +145552,7 @@ - + @@ -143448,7 +145569,7 @@ - + @@ -143487,7 +145608,7 @@ - + @@ -143504,12 +145625,12 @@ - + - + @@ -143534,7 +145655,7 @@ - + @@ -143551,12 +145672,12 @@ - + - + @@ -143585,7 +145706,7 @@ - + @@ -143602,12 +145723,12 @@ - + - + @@ -143635,7 +145756,7 @@ - + @@ -143655,12 +145776,12 @@ - + - + @@ -143688,7 +145809,7 @@ - + @@ -143705,7 +145826,7 @@ - + @@ -143746,13 +145867,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -143769,12 +145940,12 @@ - + - + @@ -143799,7 +145970,7 @@ - + @@ -143819,12 +145990,12 @@ - + - + @@ -143852,7 +146023,7 @@ - + @@ -143869,12 +146040,12 @@ - + - + @@ -143909,7 +146080,7 @@ - + @@ -143920,12 +146091,12 @@ - + - + @@ -143954,7 +146125,7 @@ - + @@ -143971,12 +146142,12 @@ - + - + @@ -144004,7 +146175,7 @@ - + @@ -144019,14 +146190,14 @@ - + - + - + @@ -144095,7 +146266,7 @@ - + @@ -144115,12 +146286,12 @@ - + - + @@ -144148,7 +146319,7 @@ - + @@ -144165,12 +146336,12 @@ - + - + @@ -144198,7 +146369,7 @@ - + @@ -144215,12 +146386,12 @@ - + - + @@ -144248,7 +146419,7 @@ - + @@ -144265,12 +146436,12 @@ - + - + @@ -144298,7 +146469,7 @@ - + @@ -144313,14 +146484,14 @@ - + - + - + @@ -144373,7 +146544,7 @@ - + @@ -144390,12 +146561,12 @@ - + - + @@ -144423,7 +146594,7 @@ - + @@ -144440,12 +146611,12 @@ - + - + @@ -144470,7 +146641,7 @@ - + @@ -144487,12 +146658,12 @@ - + - + @@ -144520,7 +146691,7 @@ - + @@ -144537,12 +146708,12 @@ - + - + @@ -144570,7 +146741,7 @@ - + @@ -144587,12 +146758,12 @@ - + - + @@ -144620,7 +146791,7 @@ - + @@ -144637,12 +146808,12 @@ - + - + @@ -144671,7 +146842,7 @@ - + @@ -144694,12 +146865,12 @@ - + - + @@ -144732,7 +146903,7 @@ - + @@ -144749,12 +146920,12 @@ - + - + @@ -144787,7 +146958,7 @@ - + @@ -144804,12 +146975,12 @@ - + - + @@ -144833,7 +147004,7 @@ - + @@ -144853,12 +147024,12 @@ - + - + @@ -144886,7 +147057,7 @@ - + @@ -144897,12 +147068,12 @@ - + - + @@ -144926,7 +147097,7 @@ - + @@ -144943,12 +147114,12 @@ - + - + @@ -144972,7 +147143,7 @@ - + @@ -144989,12 +147160,12 @@ - + - + @@ -145012,63 +147183,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -145085,12 +147206,12 @@ - + - + @@ -145114,7 +147235,7 @@ - + @@ -145131,12 +147252,12 @@ - + - + @@ -145154,13 +147275,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -145177,12 +147348,12 @@ - + - + @@ -145206,7 +147377,7 @@ - + @@ -145223,12 +147394,12 @@ - + - + @@ -145253,7 +147424,7 @@ - + @@ -145270,12 +147441,12 @@ - + - + @@ -145311,7 +147482,7 @@ - + @@ -145328,12 +147499,12 @@ - + - + @@ -145361,7 +147532,7 @@ - + @@ -145378,12 +147549,12 @@ - + - + @@ -145407,7 +147578,7 @@ - + @@ -145424,12 +147595,12 @@ - + - + @@ -145457,7 +147628,7 @@ - + @@ -145474,12 +147645,12 @@ - + - + @@ -145507,7 +147678,7 @@ - + @@ -145518,12 +147689,12 @@ - + - + @@ -145567,7 +147738,7 @@ - + @@ -145584,12 +147755,12 @@ - + - + @@ -145617,7 +147788,7 @@ - + @@ -145628,12 +147799,12 @@ - + - + @@ -145661,7 +147832,7 @@ - + @@ -145678,12 +147849,12 @@ - + - + @@ -145711,7 +147882,7 @@ - + @@ -145728,12 +147899,12 @@ - + - + @@ -145761,7 +147932,7 @@ - + @@ -145781,12 +147952,12 @@ - + - + @@ -145814,7 +147985,7 @@ - + @@ -145831,12 +148002,12 @@ - + - + @@ -145864,7 +148035,7 @@ - + @@ -145881,12 +148052,12 @@ - + - + @@ -145926,7 +148097,7 @@ - + @@ -145943,12 +148114,12 @@ - + - + @@ -145973,7 +148144,7 @@ - + @@ -145990,12 +148161,12 @@ - + - + @@ -146024,7 +148195,7 @@ - + @@ -146035,12 +148206,12 @@ - + - + @@ -146065,7 +148236,7 @@ - + @@ -146082,12 +148253,12 @@ - + - + @@ -146115,7 +148286,7 @@ - + @@ -146135,12 +148306,12 @@ - + - + @@ -146162,13 +148333,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -146179,12 +148400,12 @@ - + - + @@ -146208,7 +148429,7 @@ - + @@ -146225,12 +148446,12 @@ - + - + @@ -146258,7 +148479,7 @@ - + @@ -146275,12 +148496,12 @@ - + - + @@ -146304,7 +148525,7 @@ - + @@ -146321,12 +148542,12 @@ - + - + @@ -146354,7 +148575,7 @@ - + @@ -146371,12 +148592,12 @@ - + - + @@ -146404,7 +148625,7 @@ - + @@ -146421,7 +148642,7 @@ - + @@ -146456,7 +148677,7 @@ - + @@ -146473,12 +148694,12 @@ - + - + @@ -146506,7 +148727,7 @@ - + @@ -146523,12 +148744,12 @@ - + - + @@ -146572,7 +148793,7 @@ - + @@ -146583,12 +148804,12 @@ - + - + @@ -146616,7 +148837,7 @@ - + @@ -146627,12 +148848,12 @@ - + - + @@ -146660,7 +148881,7 @@ - + @@ -146677,12 +148898,12 @@ - + - + @@ -146706,7 +148927,7 @@ - + @@ -146723,12 +148944,12 @@ - + - + @@ -146752,7 +148973,7 @@ - + @@ -146763,12 +148984,12 @@ - + - + @@ -146833,7 +149054,7 @@ - + @@ -146850,12 +149071,12 @@ - + - + @@ -146880,7 +149101,7 @@ - + @@ -146897,12 +149118,12 @@ - + - + @@ -146920,63 +149141,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -146993,12 +149164,12 @@ - + - + @@ -147022,7 +149193,7 @@ - + @@ -147033,12 +149204,12 @@ - + - + @@ -147080,7 +149251,7 @@ - + @@ -147097,12 +149268,12 @@ - + - + @@ -147130,7 +149301,7 @@ - + @@ -147150,12 +149321,12 @@ - + - + @@ -147270,7 +149441,7 @@ - + @@ -147281,12 +149452,12 @@ - + - + @@ -147314,7 +149485,7 @@ - + @@ -147331,12 +149502,12 @@ - + - + @@ -147364,7 +149535,7 @@ - + @@ -147384,7 +149555,7 @@ - + @@ -147427,7 +149598,7 @@ - + @@ -147447,7 +149618,7 @@ - + @@ -147695,7 +149866,7 @@ - + @@ -147712,12 +149883,12 @@ - + - + @@ -147742,7 +149913,7 @@ - + @@ -147760,12 +149931,12 @@ - + - + @@ -148081,7 +150252,7 @@ - + @@ -148098,12 +150269,12 @@ - + - + @@ -148126,13 +150297,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -148149,12 +150366,12 @@ - + - + @@ -148191,7 +150408,7 @@ - + @@ -148211,12 +150428,12 @@ - + - + @@ -148244,7 +150461,7 @@ - + @@ -148261,12 +150478,12 @@ - + - + @@ -148295,7 +150512,7 @@ - + @@ -148312,12 +150529,12 @@ - + - + @@ -148355,7 +150572,7 @@ - + @@ -148366,12 +150583,12 @@ - + - + @@ -148393,57 +150610,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -148460,12 +150633,12 @@ - + - + @@ -148501,7 +150674,7 @@ - + @@ -148518,12 +150691,12 @@ - + - + @@ -148564,7 +150737,7 @@ - + @@ -148581,12 +150754,12 @@ - + - + @@ -148622,7 +150795,7 @@ - + @@ -148633,12 +150806,12 @@ - + - + @@ -148666,7 +150839,7 @@ - + @@ -148683,12 +150856,12 @@ - + - + @@ -148711,7 +150884,7 @@ - + @@ -148728,12 +150901,12 @@ - + - + @@ -148813,7 +150986,7 @@ - + @@ -148824,12 +150997,12 @@ - + - + @@ -148853,7 +151026,7 @@ - + @@ -148870,12 +151043,12 @@ - + - + @@ -148903,7 +151076,7 @@ - + @@ -148920,12 +151093,12 @@ - + - + @@ -149094,7 +151267,7 @@ - + @@ -149111,12 +151284,12 @@ - + - + @@ -149140,7 +151313,7 @@ - + @@ -149157,12 +151330,12 @@ - + - + @@ -149187,7 +151360,7 @@ - + @@ -149204,12 +151377,12 @@ - + - + @@ -149234,7 +151407,7 @@ - + @@ -149248,12 +151421,12 @@ - + - + @@ -149287,7 +151460,7 @@ - + @@ -149304,12 +151477,12 @@ - + - + @@ -149332,7 +151505,7 @@ - + @@ -149343,12 +151516,12 @@ - + - + @@ -149376,7 +151549,7 @@ - + @@ -149387,12 +151560,12 @@ - + - + @@ -149416,7 +151589,7 @@ - + @@ -149433,12 +151606,12 @@ - + - + @@ -149466,7 +151639,7 @@ - + @@ -149481,14 +151654,14 @@ - + - + - + @@ -149557,7 +151730,7 @@ - + @@ -149568,12 +151741,12 @@ - + - + @@ -149596,7 +151769,7 @@ - + @@ -149613,12 +151786,12 @@ - + - + @@ -149647,7 +151820,7 @@ - + @@ -149667,12 +151840,12 @@ - + - + @@ -149700,7 +151873,7 @@ - + @@ -149711,12 +151884,12 @@ - + - + @@ -149739,7 +151912,7 @@ - + @@ -149756,12 +151929,12 @@ - + - + @@ -149785,7 +151958,7 @@ - + @@ -149802,12 +151975,12 @@ - + - + @@ -149835,7 +152008,7 @@ - + @@ -149852,7 +152025,7 @@ - + @@ -149885,7 +152058,7 @@ - + @@ -149896,12 +152069,12 @@ - + - + @@ -149945,7 +152118,7 @@ - + @@ -149962,12 +152135,12 @@ - + - + @@ -149995,7 +152168,7 @@ - + @@ -150015,12 +152188,12 @@ - + - + @@ -150043,7 +152216,7 @@ - + @@ -150060,12 +152233,12 @@ - + - + @@ -150093,7 +152266,7 @@ - + @@ -150110,12 +152283,12 @@ - + - + @@ -150139,10 +152312,10 @@ - + - + @@ -150174,10 +152347,10 @@ - + - + @@ -150209,11 +152382,11 @@ - + - + @@ -150245,10 +152418,10 @@ - + - + @@ -150315,11 +152488,11 @@ - + - + @@ -151578,11 +153751,11 @@ - + - + @@ -152605,11 +154778,11 @@ - + - + @@ -152641,7 +154814,7 @@ - + @@ -152656,7 +154829,7 @@ - + diff --git a/hapi-fhir-validation/pom.xml b/hapi-fhir-validation/pom.xml index 8fe9898edcb..5845157b6c7 100644 --- a/hapi-fhir-validation/pom.xml +++ b/hapi-fhir-validation/pom.xml @@ -30,6 +30,36 @@ ca.uhn.hapi.fhir org.hl7.fhir.validation ${fhir_core_version} + + + info.cqframework + elm + + + info.cqframework + cql-to-elm + + + info.cqframework + quick + + + info.cqframework + qdm + + + info.cqframework + cql + + + info.cqframework + model + + + io.javalin + javalin + + ca.uhn.hapi.fhir diff --git a/hapi-fhir-validation/src/main/java/org/hl7/fhir/common/hapi/validation/validator/VersionSpecificWorkerContextWrapper.java b/hapi-fhir-validation/src/main/java/org/hl7/fhir/common/hapi/validation/validator/VersionSpecificWorkerContextWrapper.java index c48c6121b82..55121164ae7 100644 --- a/hapi-fhir-validation/src/main/java/org/hl7/fhir/common/hapi/validation/validator/VersionSpecificWorkerContextWrapper.java +++ b/hapi-fhir-validation/src/main/java/org/hl7/fhir/common/hapi/validation/validator/VersionSpecificWorkerContextWrapper.java @@ -28,12 +28,15 @@ import org.hl7.fhir.r5.terminologies.ValueSetExpander; import org.hl7.fhir.r5.utils.INarrativeGenerator; import org.hl7.fhir.r5.utils.IResourceValidator; import org.hl7.fhir.utilities.TranslationServices; +import org.hl7.fhir.utilities.cache.NpmPackage; import org.hl7.fhir.utilities.i18n.I18nBase; import org.hl7.fhir.utilities.validation.ValidationMessage; import org.hl7.fhir.utilities.validation.ValidationOptions; import javax.annotation.Nonnull; import javax.annotation.Nullable; +import java.io.FileNotFoundException; +import java.io.IOException; import java.util.ArrayList; import java.util.List; import java.util.Locale; @@ -111,6 +114,16 @@ class VersionSpecificWorkerContextWrapper extends I18nBase implements IWorkerCon return null; } + @Override + public void loadFromPackage(NpmPackage pi, IContextResourceLoader loader, String[] types) throws FileNotFoundException, IOException, FHIRException { + + } + + @Override + public boolean hasPackage(String id, String ver) { + return false; + } + @Override public void generateSnapshot(StructureDefinition input) throws FHIRException { if (input.hasSnapshot()) { @@ -172,6 +185,16 @@ class VersionSpecificWorkerContextWrapper extends I18nBase implements IWorkerCon throw new UnsupportedOperationException(); } + @Override + public void cacheResourceFromPackage(Resource res, PackageVersion packageDetails) throws FHIRException { + + } + + @Override + public void cachePackage(PackageVersion packageDetails, List dependencies) { + + } + @Nonnull private ValidationResult convertValidationResult(@Nullable IValidationSupport.CodeValidationResult theResult) { ValidationResult retVal = null; @@ -283,6 +306,11 @@ class VersionSpecificWorkerContextWrapper extends I18nBase implements IWorkerCon return retVal; } + @Override + public T fetchResource(Class class_, String uri, CanonicalResource canonicalForSource) { + throw new UnsupportedOperationException(); + } + @Override public List findMapsForSource(String url) { throw new UnsupportedOperationException(); @@ -330,7 +358,7 @@ class VersionSpecificWorkerContextWrapper extends I18nBase implements IWorkerCon @Override public void setOverrideVersionNs(String value) { - + throw new UnsupportedOperationException(); } @Override diff --git a/hapi-fhir-validation/src/test/java/org/hl7/fhir/dstu3/hapi/validation/FhirInstanceValidatorDstu3Test.java b/hapi-fhir-validation/src/test/java/org/hl7/fhir/dstu3/hapi/validation/FhirInstanceValidatorDstu3Test.java index 212f78b1418..7a538ae6e5b 100644 --- a/hapi-fhir-validation/src/test/java/org/hl7/fhir/dstu3/hapi/validation/FhirInstanceValidatorDstu3Test.java +++ b/hapi-fhir-validation/src/test/java/org/hl7/fhir/dstu3/hapi/validation/FhirInstanceValidatorDstu3Test.java @@ -52,6 +52,7 @@ import java.util.Map; import java.util.Optional; import java.util.Set; import java.util.TreeSet; +import java.util.stream.Collectors; import java.util.zip.GZIPInputStream; import static org.hamcrest.Matchers.containsString; @@ -584,6 +585,20 @@ public class FhirInstanceValidatorDstu3Test { ValidationResult output = myVal.validateWithResult(next); List errors = logResultsAndReturnNonInformationalOnes(output); + + errors = errors + .stream() + .filter(t->{ + if (t.getLocationString().contains("example")) { + ourLog.warn("Ignoring error in example path: {}", t); + return false; + } else { + return true; + } + }) + .collect(Collectors.toList());; + + assertThat("Failed to validate " + i.getFullUrl() + " - " + errors, errors, empty()); } @@ -860,7 +875,8 @@ public class FhirInstanceValidatorDstu3Test { ValidationResult output = myVal.validateWithResult(input); List res = logResultsAndReturnNonInformationalOnes(output); - assertEquals(output.toString(), 0, res.size()); + assertEquals(output.toString(), 1, res.size()); + assertEquals("A code with no system has no defined meaning. A system should be provided", output.getMessages().get(0).getMessage()); } /** @@ -1031,7 +1047,7 @@ public class FhirInstanceValidatorDstu3Test { ValidationResult output = myVal.validateWithResult(input); logResultsAndReturnAll(output); assertEquals( - "The value provided (\"notvalidcode\") is not in the value set http://hl7.org/fhir/ValueSet/observation-status (http://hl7.org/fhir/ValueSet/observation-status, and a code is required from this value set) (error message = Unknown code 'notvalidcode')", + "The value provided (\"notvalidcode\") is not in the value set http://hl7.org/fhir/ValueSet/observation-status (http://hl7.org/fhir/ValueSet/observation-status), and a code is required from this value set) (error message = Unknown code 'notvalidcode')", output.getMessages().get(0).getMessage()); } @@ -1128,7 +1144,7 @@ public class FhirInstanceValidatorDstu3Test { assertEquals(1, all.size()); assertEquals("Patient.identifier[0].type", all.get(0).getLocationString()); assertEquals( - "None of the codes provided are in the value set http://hl7.org/fhir/ValueSet/identifier-type (http://hl7.org/fhir/ValueSet/identifier-type, and a code should come from this value set unless it has no suitable code) (codes = http://example.com/foo/bar#bar)", + "None of the codes provided are in the value set http://hl7.org/fhir/ValueSet/identifier-type (http://hl7.org/fhir/ValueSet/identifier-type), and a code should come from this value set unless it has no suitable code) (codes = http://example.com/foo/bar#bar)", all.get(0).getMessage()); assertEquals(ResultSeverityEnum.WARNING, all.get(0).getSeverity()); diff --git a/hapi-fhir-validation/src/test/java/org/hl7/fhir/dstu3/hapi/validation/QuestionnaireResponseValidatorDstu3Test.java b/hapi-fhir-validation/src/test/java/org/hl7/fhir/dstu3/hapi/validation/QuestionnaireResponseValidatorDstu3Test.java index cff953a5bdc..e5de0be7990 100644 --- a/hapi-fhir-validation/src/test/java/org/hl7/fhir/dstu3/hapi/validation/QuestionnaireResponseValidatorDstu3Test.java +++ b/hapi-fhir-validation/src/test/java/org/hl7/fhir/dstu3/hapi/validation/QuestionnaireResponseValidatorDstu3Test.java @@ -364,7 +364,7 @@ public class QuestionnaireResponseValidatorDstu3Test { ValidationResult errors = myVal.validateWithResult(qa); ourLog.info(errors.toString()); - assertThat(errors.toString(), containsString("No response found for required item with id = 'link0'")); + assertThat(errors.toString(), containsString("No response answer found for required item \"link0\"")); } @Test @@ -490,7 +490,7 @@ public class QuestionnaireResponseValidatorDstu3Test { ValidationResult errors = myVal.validateWithResult(qa); ourLog.info(errors.toString()); - assertThat(errors.toString(), containsString("No response found for required item with id = 'link1'")); + assertThat(errors.toString(), containsString(" No response answer found for required item \"link1\"")); } @Test @@ -541,7 +541,7 @@ public class QuestionnaireResponseValidatorDstu3Test { qa.addItem().setLinkId("link0").addAnswer().setValue(new Coding("http://foo", "YES", null)); errors = myVal.validateWithResult(qa); ourLog.info(errors.toString()); - assertThat(errors.toString(), containsString("No response found for required item with id = 'link1'")); + assertThat(errors.toString(), containsString("No response answer found for required item \"link1\"")); } @Test @@ -669,7 +669,7 @@ public class QuestionnaireResponseValidatorDstu3Test { // Without an answer ValidationResult errors = myVal.validateWithResult(qr); - assertThat(errors.toString(), containsString("No response found for required item with id = 'link2'")); + assertThat(errors.toString(), containsString("No response answer found for required item \"link2\"")); // With an answer qr.getItem().get(2).addAnswer().setValue(new StringType("AAA")); @@ -702,6 +702,7 @@ public class QuestionnaireResponseValidatorDstu3Test { public void testAnswerIsValueCodingWithExtensionInside() { Questionnaire q = new Questionnaire(); Coding qcoding = new Coding(); + qcoding.setSystem("http://foo"); qcoding.setCode("1293"); q.addItem().setLinkId("1B").setRequired(true).setType(CHOICE).addOption().setValue(qcoding); q.addItem().setLinkId("2B").setType(BOOLEAN).addEnableWhen().setQuestion("1B").setAnswer(qcoding); @@ -711,6 +712,7 @@ public class QuestionnaireResponseValidatorDstu3Test { qr.getQuestionnaire().setReference(QUESTIONNAIRE_URL); QuestionnaireResponseItemComponent qrItem = qr.addItem().setLinkId("1B"); Coding coding = new Coding(); + coding.setSystem("http://foo"); coding.setCode("1293"); QuestionnaireResponseItemAnswerComponent answer = qrItem.addAnswer(); answer.setValue(coding); @@ -1062,9 +1064,11 @@ public class QuestionnaireResponseValidatorDstu3Test { qa.addItem().setLinkId("link0").addAnswer().setValue(new Coding().setSystem(null).setCode("code1")); errors = myVal.validateWithResult(qa); errors = stripBindingHasNoSourceMessage(errors); - ourLog.info(errors.toString()); - assertThat(errors.toString(), containsString("The value provided (null::code1) is not in the options value set in the questionnaire")); - assertThat(errors.toString(), containsString("QuestionnaireResponse.item[0].answer[0]")); + assertEquals(2, errors.getMessages().size()); + assertThat(errors.getMessages().get(0).getMessage(), containsString("A code with no system has no defined meaning. A system should be provided")); + assertThat(errors.getMessages().get(0).getLocationString(), containsString("QuestionnaireResponse.item[0].answer[0]")); + assertThat(errors.getMessages().get(1).getMessage(), containsString("The value provided (null::code1) is not in the options value set in the questionnaire")); + assertThat(errors.getMessages().get(1).getLocationString(), containsString("QuestionnaireResponse.item[0].answer[0]")); qa = new QuestionnaireResponse(); qa.setStatus(QuestionnaireResponseStatus.COMPLETED); @@ -1073,8 +1077,11 @@ public class QuestionnaireResponseValidatorDstu3Test { errors = myVal.validateWithResult(qa); errors = stripBindingHasNoSourceMessage(errors); ourLog.info(errors.toString()); - assertThat(errors.toString(), containsString("The value provided (null::code1) is not in the options value set in the questionnaire")); - assertThat(errors.toString(), containsString("QuestionnaireResponse.item[0].answer[0]")); + assertEquals(2, errors.getMessages().size()); + assertThat(errors.getMessages().get(0).getMessage(), containsString("A code with no system has no defined meaning. A system should be provided")); + assertThat(errors.getMessages().get(0).getLocationString(), containsString("QuestionnaireResponse.item[0].answer[0]")); + assertThat(errors.getMessages().get(1).getMessage(), containsString("The value provided (null::code1) is not in the options value set in the questionnaire")); + assertThat(errors.getMessages().get(1).getLocationString(), containsString("QuestionnaireResponse.item[0].answer[0]")); qa = new QuestionnaireResponse(); qa.setStatus(QuestionnaireResponseStatus.COMPLETED); @@ -1114,7 +1121,7 @@ public class QuestionnaireResponseValidatorDstu3Test { qa.addItem().setLinkId("link0").addAnswer().setValue(new Coding().setDisplay("")); errors = myVal.validateWithResult(qa); ourLog.info(errors.toString()); - assertThat(errors.toString(), containsString("No response found for required item with id = 'link0'")); + assertThat(errors.toString(), containsString("No response answer found for required item \"link0\"")); } @Test diff --git a/hapi-fhir-validation/src/test/java/org/hl7/fhir/dstu3/hapi/validation/QuestionnaireValidatorDstu3Test.java b/hapi-fhir-validation/src/test/java/org/hl7/fhir/dstu3/hapi/validation/QuestionnaireValidatorDstu3Test.java index 825b8963fc2..eda9684c3ef 100644 --- a/hapi-fhir-validation/src/test/java/org/hl7/fhir/dstu3/hapi/validation/QuestionnaireValidatorDstu3Test.java +++ b/hapi-fhir-validation/src/test/java/org/hl7/fhir/dstu3/hapi/validation/QuestionnaireValidatorDstu3Test.java @@ -10,12 +10,13 @@ import ca.uhn.fhir.validation.ValidationResult; import org.hamcrest.Matchers; import org.hl7.fhir.common.hapi.validation.support.InMemoryTerminologyServerValidationSupport; import org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain; +import org.hl7.fhir.common.hapi.validation.validator.FhirInstanceValidator; +import org.hl7.fhir.dstu3.model.CodeType; import org.hl7.fhir.dstu3.model.CodeableConcept; import org.hl7.fhir.dstu3.model.Coding; import org.hl7.fhir.dstu3.model.Enumerations.PublicationStatus; import org.hl7.fhir.dstu3.model.Questionnaire; import org.hl7.fhir.dstu3.model.Questionnaire.QuestionnaireItemType; -import org.hl7.fhir.common.hapi.validation.validator.FhirInstanceValidator; import org.junit.AfterClass; import org.junit.Before; import org.junit.Test; @@ -74,7 +75,7 @@ public class QuestionnaireValidatorDstu3Test { .setType(QuestionnaireItemType.STRING) .addExtension() .setUrl(extensionDomainToTest) - .setValue(new Coding(null, "text-box", null)); + .setValue(new CodeType("text-box")); ValidationResult errors = myVal.validateWithResult(q); ourLog.info(errors.toString()); @@ -131,7 +132,7 @@ public class QuestionnaireValidatorDstu3Test { .setType(QuestionnaireItemType.STRING) .addExtension() .setUrl(extensionUrl + "questionnaire-itemControl") - .setValue(new Coding(null, "text-box", null)); + .setValue(new CodeType("text-box")); ValidationResult errors = myVal.validateWithResult(q); diff --git a/hapi-fhir-validation/src/test/java/org/hl7/fhir/dstu3/hapi/validation/ResourceValidatorDstu3Test.java b/hapi-fhir-validation/src/test/java/org/hl7/fhir/dstu3/hapi/validation/ResourceValidatorDstu3Test.java index 967315b17bf..b707c1926d0 100644 --- a/hapi-fhir-validation/src/test/java/org/hl7/fhir/dstu3/hapi/validation/ResourceValidatorDstu3Test.java +++ b/hapi-fhir-validation/src/test/java/org/hl7/fhir/dstu3/hapi/validation/ResourceValidatorDstu3Test.java @@ -165,7 +165,7 @@ public class ResourceValidatorDstu3Test { ValidationResult output = val.validateWithResult(p); List all = logResultsAndReturnNonInformationalOnes(output); - assertEquals("None of the codes provided are in the value set http://hl7.org/fhir/ValueSet/marital-status (http://hl7.org/fhir/ValueSet/marital-status, and a code should come from this value set unless it has no suitable code) (codes = http://hl7.org/fhir/v3/MaritalStatus#FOO)", output.getMessages().get(0).getMessage()); + assertEquals("None of the codes provided are in the value set http://hl7.org/fhir/ValueSet/marital-status (http://hl7.org/fhir/ValueSet/marital-status), and a code should come from this value set unless it has no suitable code) (codes = http://hl7.org/fhir/v3/MaritalStatus#FOO)", output.getMessages().get(0).getMessage()); assertEquals(ResultSeverityEnum.WARNING, output.getMessages().get(0).getSeverity()); } diff --git a/hapi-fhir-validation/src/test/java/org/hl7/fhir/r4/validation/FhirInstanceValidatorR4Test.java b/hapi-fhir-validation/src/test/java/org/hl7/fhir/r4/validation/FhirInstanceValidatorR4Test.java index 90c42ffa47d..dc52ff10050 100644 --- a/hapi-fhir-validation/src/test/java/org/hl7/fhir/r4/validation/FhirInstanceValidatorR4Test.java +++ b/hapi-fhir-validation/src/test/java/org/hl7/fhir/r4/validation/FhirInstanceValidatorR4Test.java @@ -605,7 +605,7 @@ public class FhirInstanceValidatorR4Test extends BaseTest { ValidationResult output = myVal.validateWithResult(input); List errors = logResultsAndReturnAll(output); assertEquals(1, errors.size()); - assertEquals("None of the codes provided are in the value set http://hl7.org/fhir/ValueSet/report-codes (http://hl7.org/fhir/ValueSet/report-codes, and a code is recommended to come from this value set) (codes = http://loinc.org#1-8)", errors.get(0).getMessage()); + assertEquals("None of the codes provided are in the value set http://hl7.org/fhir/ValueSet/report-codes (http://hl7.org/fhir/ValueSet/report-codes), and a code is recommended to come from this value set) (codes = http://loinc.org#1-8)", errors.get(0).getMessage()); } @Test @@ -1006,7 +1006,8 @@ public class FhirInstanceValidatorR4Test extends BaseTest { ValidationResult output = myVal.validateWithResult(input); List res = logResultsAndReturnNonInformationalOnes(output); - assertEquals(output.toString(), 0, res.size()); + assertEquals(output.toString(), 1, res.size()); + assertEquals("A code with no system has no defined meaning. A system should be provided", output.getMessages().get(0).getMessage()); } /** @@ -1178,7 +1179,7 @@ public class FhirInstanceValidatorR4Test extends BaseTest { ValidationResult output = myVal.validateWithResult(input); logResultsAndReturnAll(output); assertEquals( - "The value provided (\"notvalidcode\") is not in the value set http://hl7.org/fhir/ValueSet/observation-status|4.0.1 (http://hl7.org/fhir/ValueSet/observation-status, and a code is required from this value set) (error message = Unknown code 'notvalidcode')", + "The value provided (\"notvalidcode\") is not in the value set http://hl7.org/fhir/ValueSet/observation-status|4.0.1 (http://hl7.org/fhir/ValueSet/observation-status), and a code is required from this value set) (error message = Unknown code 'notvalidcode')", output.getMessages().get(0).getMessage()); } diff --git a/hapi-fhir-validation/src/test/java/org/hl7/fhir/r4/validation/QuestionnaireResponseValidatorR4Test.java b/hapi-fhir-validation/src/test/java/org/hl7/fhir/r4/validation/QuestionnaireResponseValidatorR4Test.java index 2d8d8815c24..414d49d7e30 100644 --- a/hapi-fhir-validation/src/test/java/org/hl7/fhir/r4/validation/QuestionnaireResponseValidatorR4Test.java +++ b/hapi-fhir-validation/src/test/java/org/hl7/fhir/r4/validation/QuestionnaireResponseValidatorR4Test.java @@ -41,7 +41,7 @@ import static org.mockito.Mockito.mock; import static org.mockito.Mockito.when; public class QuestionnaireResponseValidatorR4Test { - public static final String ID_ICC_QUESTIONNAIRE_SETUP = "Questionnaire/profile"; + public static final String ID_ICC_QUESTIONNAIRE_SETUP = "http://example.com/Questionnaire/profile"; private static final org.slf4j.Logger ourLog = org.slf4j.LoggerFactory.getLogger(QuestionnaireResponseValidatorR4Test.class); private static final String CODE_ICC_SCHOOLTYPE_PT = "PT"; private static final String ID_VS_SCHOOLTYPE = "ValueSet/schooltype"; @@ -318,7 +318,7 @@ public class QuestionnaireResponseValidatorR4Test { ValidationResult errors = myVal.validateWithResult(qa); ourLog.info(errors.toString()); - assertThat(errors.toString(), containsString("No response found for required item with id = 'link0'")); + assertThat(errors.toString(), containsString("No response answer found for required item \"link0\"")); } @Test @@ -640,7 +640,7 @@ public class QuestionnaireResponseValidatorR4Test { qa.addItem().setLinkId("link0").addAnswer().setValue(new Coding().setDisplay("")); errors = myVal.validateWithResult(qa); ourLog.info(errors.toString()); - assertThat(errors.toString(), containsString("No response found for required item with id = 'link0'")); + assertThat(errors.toString(), containsString("No response answer found for required item \"link0\"")); } diff --git a/hapi-fhir-validation/src/test/java/org/hl7/fhir/r4/validation/QuestionnaireValidatorR4Test.java b/hapi-fhir-validation/src/test/java/org/hl7/fhir/r4/validation/QuestionnaireValidatorR4Test.java index a184502f615..7ed6efeb579 100644 --- a/hapi-fhir-validation/src/test/java/org/hl7/fhir/r4/validation/QuestionnaireValidatorR4Test.java +++ b/hapi-fhir-validation/src/test/java/org/hl7/fhir/r4/validation/QuestionnaireValidatorR4Test.java @@ -11,6 +11,7 @@ import org.hamcrest.Matchers; import org.hl7.fhir.common.hapi.validation.support.InMemoryTerminologyServerValidationSupport; import org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain; import org.hl7.fhir.common.hapi.validation.validator.FhirInstanceValidator; +import org.hl7.fhir.r4.model.CodeType; import org.hl7.fhir.r4.model.CodeableConcept; import org.hl7.fhir.r4.model.Coding; import org.hl7.fhir.r4.model.Enumerations.PublicationStatus; @@ -55,7 +56,7 @@ public class QuestionnaireValidatorR4Test { @Test public void testQuestionnaireWithPredefinedExtensionDomainsForCoding() { - String[] extensionDomainsToTest = new String[] { + String[] extensionDomainsToTest = new String[]{ "http://example.org/questionnaire-color-control-1", "https://example.org/questionnaire-color-control-2", "http://acme.com/questionnaire-color-control-3", @@ -72,18 +73,18 @@ public class QuestionnaireValidatorR4Test { .setType(QuestionnaireItemType.STRING) .addExtension() .setUrl(extensionDomainToTest) - .setValue(new Coding(null, "text-box", null)); + .setValue(new CodeType("text-box")); ValidationResult errors = myVal.validateWithResult(q); ourLog.info(errors.toString()); assertThat(errors.isSuccessful(), Matchers.is(true)); - assertThat(errors.getMessages().stream().filter(t->t.getSeverity().ordinal() > ResultSeverityEnum.INFORMATION.ordinal()).collect(Collectors.toList()), Matchers.empty()); + assertThat(errors.getMessages().stream().filter(t -> t.getSeverity().ordinal() > ResultSeverityEnum.INFORMATION.ordinal()).collect(Collectors.toList()), Matchers.empty()); } } @Test public void testQuestionnaireWithPredefinedExtensionDomainsForCodeableConcept() { - String[] extensionDomainsToTest = new String[] { + String[] extensionDomainsToTest = new String[]{ "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", }; for (String extensionDomainToTest : extensionDomainsToTest) { @@ -111,7 +112,7 @@ public class QuestionnaireValidatorR4Test { .setType(QuestionnaireItemType.STRING) .addExtension() .setUrl(extensionUrl + "questionnaire-itemControl") - .setValue(new Coding(null, "text-box", null)); + .setValue(new CodeType("text-box")); ValidationResult errors = myVal.validateWithResult(q); diff --git a/hapi-fhir-validation/src/test/java/org/hl7/fhir/r5/validation/FhirInstanceValidatorR5Test.java b/hapi-fhir-validation/src/test/java/org/hl7/fhir/r5/validation/FhirInstanceValidatorR5Test.java index df5b855c627..3fb3cc53822 100644 --- a/hapi-fhir-validation/src/test/java/org/hl7/fhir/r5/validation/FhirInstanceValidatorR5Test.java +++ b/hapi-fhir-validation/src/test/java/org/hl7/fhir/r5/validation/FhirInstanceValidatorR5Test.java @@ -621,8 +621,8 @@ public class FhirInstanceValidatorR5Test { List messages = logResultsAndReturnNonInformationalOnes(output); assertEquals(output.toString(), 3, messages.size()); assertThat(messages.get(0).getMessage(), containsString("Element must have some content")); - assertThat(messages.get(1).getMessage(), containsString("ele-1: All FHIR elements must have a @value or children [hasValue() or (children().count() > id.count())]")); - assertThat(messages.get(2).getMessage(), containsString("Primitive types must have a value or must have child extensions")); + assertThat(messages.get(1).getMessage(), containsString("Primitive types must have a value or must have child extensions")); + assertThat(messages.get(2).getMessage(), containsString("ele-1: All FHIR elements must have a @value or children [hasValue() or (children().count() > id.count())]")); } @Test @@ -657,7 +657,8 @@ public class FhirInstanceValidatorR5Test { ValidationResult output = myVal.validateWithResult(input); List res = logResultsAndReturnNonInformationalOnes(output); - assertEquals(output.toString(), 0, res.size()); + assertEquals(output.toString(), 1, res.size()); + assertEquals("A code with no system has no defined meaning. A system should be provided", output.getMessages().get(0).getMessage()); } @Test @@ -849,7 +850,7 @@ public class FhirInstanceValidatorR5Test { ValidationResult output = myVal.validateWithResult(input); logResultsAndReturnAll(output); assertEquals( - "The value provided (\"notvalidcode\") is not in the value set http://hl7.org/fhir/ValueSet/observation-status|4.2.0 (http://hl7.org/fhir/ValueSet/observation-status, and a code is required from this value set) (error message = Unknown code 'notvalidcode')", + "The value provided (\"notvalidcode\") is not in the value set http://hl7.org/fhir/ValueSet/observation-status|4.4.0 (http://hl7.org/fhir/ValueSet/observation-status), and a code is required from this value set) (error message = Unknown code 'notvalidcode')", output.getMessages().get(0).getMessage()); } @@ -952,7 +953,7 @@ public class FhirInstanceValidatorR5Test { assertEquals(1, all.size()); assertEquals("Patient.identifier[0].type", all.get(0).getLocationString()); assertEquals( - "None of the codes provided are in the value set http://hl7.org/fhir/ValueSet/identifier-type (http://hl7.org/fhir/ValueSet/identifier-type, and a code should come from this value set unless it has no suitable code) (codes = http://example.com/foo/bar#bar)", + "None of the codes provided are in the value set http://hl7.org/fhir/ValueSet/identifier-type (http://hl7.org/fhir/ValueSet/identifier-type), and a code should come from this value set unless it has no suitable code) (codes = http://example.com/foo/bar#bar)", all.get(0).getMessage()); assertEquals(ResultSeverityEnum.WARNING, all.get(0).getSeverity()); diff --git a/hapi-fhir-validation/src/test/java/org/hl7/fhir/r5/validation/QuestionnaireResponseValidatorR5Test.java b/hapi-fhir-validation/src/test/java/org/hl7/fhir/r5/validation/QuestionnaireResponseValidatorR5Test.java index d4090b0cc9f..9e04031b11e 100644 --- a/hapi-fhir-validation/src/test/java/org/hl7/fhir/r5/validation/QuestionnaireResponseValidatorR5Test.java +++ b/hapi-fhir-validation/src/test/java/org/hl7/fhir/r5/validation/QuestionnaireResponseValidatorR5Test.java @@ -42,7 +42,7 @@ import static org.mockito.Mockito.mock; import static org.mockito.Mockito.when; public class QuestionnaireResponseValidatorR5Test { - public static final String ID_ICC_QUESTIONNAIRE_SETUP = "Questionnaire/profile"; + public static final String ID_ICC_QUESTIONNAIRE_SETUP = "http://example.com/Questionnaire/profile"; private static final org.slf4j.Logger ourLog = org.slf4j.LoggerFactory.getLogger(QuestionnaireResponseValidatorR5Test.class); private static final String CODE_ICC_SCHOOLTYPE_PT = "PT"; private static final String ID_VS_SCHOOLTYPE = "ValueSet/schooltype"; @@ -322,7 +322,7 @@ public class QuestionnaireResponseValidatorR5Test { ValidationResult errors = myVal.validateWithResult(qa); ourLog.info(errors.toString()); - assertThat(errors.toString(), containsString("No response found for required item with id = 'link0'")); + assertThat(errors.toString(), containsString("No response answer found for required item \"link0\"")); } @Test @@ -583,7 +583,7 @@ public class QuestionnaireResponseValidatorR5Test { qa.addItem().setLinkId("link0").addAnswer().setValue(new Coding().setDisplay("")); errors = myVal.validateWithResult(qa); ourLog.info(errors.toString()); - assertThat(errors.toString(), containsString("No response found for required item with id = 'link0'")); + assertThat(errors.toString(), containsString("No response answer found for required item \"link0\"")); } diff --git a/hapi-fhir-validation/src/test/resources/dstu3/fmc03-questionnaireresponse.json b/hapi-fhir-validation/src/test/resources/dstu3/fmc03-questionnaireresponse.json index 23c8eb1ec55..8ae246c3d07 100644 --- a/hapi-fhir-validation/src/test/resources/dstu3/fmc03-questionnaireresponse.json +++ b/hapi-fhir-validation/src/test/resources/dstu3/fmc03-questionnaireresponse.json @@ -19,129 +19,126 @@ "author": { "reference": "Practitioner/PRLoginID" }, - "item": [{ - "linkId": "Binder Optimization Assessment Test", - "text": "Binder Optimization Assessment Test", - "item": [{ - "linkId": "BINDER OPTIMIZATION ASSESSMENT TEST", - "text": "BINDER OPTIMIZATION ASSESSMENT TEST", - "item": [{ - "linkId": "Home Medications", - "text": "Home Medications", - "item": [{ - "linkId": "BO_ConsPharm", - "text": "Pharmacist consult", - "answer": [{ - "valueCoding": { - "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", - "code": "Yes", - "display": "Yes" - } - }] - }, - { - "linkId": "BO_ConsTxt", - "text": "Pharmacy consult notes", - "answer": [{ - "valueString": "Pharmacy consult notes comes here" - }] - }, - { - "linkId": "BO_RecNotCons", - "text": "Recommendation not consistent with binder optimization guidelines", - "answer": [{ - "valueCoding": { - "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", - "code": "Yes", - "display": "Yes" - } - }], - "item": [{ - "linkId": "BO_NotConsDrop", - "text": "Recommendation not consistent with binder optimization guidelines", - "answer": [{ - "valueString": "Chewing difficulty,Other" - }], - "item": [{ - "linkId": "BO_OtherTxt", - "text": "Other", - "answer": [{ - "valueString": "Other difficulty" - }] - }] - }, - { - "linkId": "BO_Recommend", - "text": "What is your recommendation", - "answer": [{ - "valueCoding": { - "system": "http://fkcfhir.org/fhir/cs/FMCBinderRecommendation", - "code": "Renvela", - "display": "Renvela" - } - }] - } - ] - } - ] - }, + "item": [ + { + "linkId": "Binder Optimization Assessment Test", + "text": "Binder Optimization Assessment Test", + "item": [ { - "linkId": "Plan", - "text": "Plan", - "item": [{ - "linkId": "BO_CommPres", - "text": "Binder recommendation communicated to prescriber", - "answer": [{ - "valueCoding": { - "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", - "code": "No", - "display": "No" - } - }] - }, + "linkId": "BINDER OPTIMIZATION ASSESSMENT TEST", + "text": "BINDER OPTIMIZATION ASSESSMENT TEST", + "item": [ { - "linkId": "BO_ComAssmt", - "text": "Referred to MSW for expressed co-pay concerns", - "answer": [{ - "valueCoding": { - "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", - "code": "No", - "display": "No" + "linkId": "Home Medications", + "text": "Home Medications", + "item": [ + { + "linkId": "BO_ConsPharm", + "text": "Pharmacist consult", + "answer": [ + { + "valueCoding": { + "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", + "code": "Yes", + "display": "Yes" + } + } + ] + }, + { + "linkId": "BO_ConsTxt", + "text": "Pharmacy consult notes", + "answer": [ + { + "valueString": "Pharmacy consult notes comes here" + } + ] + }, + { + "linkId": "BO_RecNotCons", + "text": "Recommendation not consistent with binder optimization guidelines", + "answer": [ + { + "valueCoding": { + "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", + "code": "Yes", + "display": "Yes" + } + } + ] } - }] + ] }, { - "linkId": "BO_RefMSW", - "text": "Referred to MSW for potential medication adherence issues", - "answer": [{ - "valueCoding": { - "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", - "code": "No", - "display": "No" + "linkId": "Plan", + "text": "Plan", + "item": [ + { + "linkId": "BO_CommPres", + "text": "Binder recommendation communicated to prescriber", + "answer": [ + { + "valueCoding": { + "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", + "code": "No", + "display": "No" + } + } + ] + }, + { + "linkId": "BO_ComAssmt", + "text": "Referred to MSW for expressed co-pay concerns", + "answer": [ + { + "valueCoding": { + "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", + "code": "No", + "display": "No" + } + } + ] + }, + { + "linkId": "BO_RefMSW", + "text": "Referred to MSW for potential medication adherence issues", + "answer": [ + { + "valueCoding": { + "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", + "code": "No", + "display": "No" + } + } + ] + }, + { + "linkId": "BO_AdjHyp", + "text": "Continue adjustments per CMAB Hyperphosphatemia Algorithm", + "answer": [ + { + "valueCoding": { + "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", + "code": "No", + "display": "No" + } + } + ] + }, + { + "linkId": "BO_AdjTxt", + "text": "Adjustment Text", + "answer": [ + { + "valueString": "Adjustment Text comes here" + } + ] } - }] - }, - { - "linkId": "BO_AdjHyp", - "text": "Continue adjustments per CMAB Hyperphosphatemia Algorithm", - "answer": [{ - "valueCoding": { - "system": "http://fkcfhir.org/fhir/cs/FMCYesNoUnk", - "code": "No", - "display": "No" - } - }] - }, - { - "linkId": "BO_AdjTxt", - "text": "Adjustment Text", - "answer": [{ - "valueString": "Adjustment Text comes here" - }] + ] } ] } ] - }] - }] + } + ] } diff --git a/pom.xml b/pom.xml index 883cc081e21..94506f53617 100644 --- a/pom.xml +++ b/pom.xml @@ -644,7 +644,7 @@ - 4.2.10-SNAPSHOT + 4.2.29-SNAPSHOT 1.0.2 -Dfile.encoding=UTF-8 -Xmx2048m