Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
drbgfc committed Jan 28, 2022
1 parent e15dde6 commit def12da
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
31 changes: 16 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,23 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<code.validator.version>latestVersion</code.validator.version>
<content.validator.version>latestVersion</content.validator.version>
<!-- MDHT SITE properties -->
<!-- MDHT SITE properties -->
<mdht.models.groupid>mdht.openhealthtools.mdht.cda</mdht.models.groupid>
<mdht.models.version>3.0.0.20220126</mdht.models.version>
<ds4pcontent.group>mdht.hl7.ds4p</ds4pcontent.group>
<ds4pcontent.groupId>mdht.hl7.ds4p</ds4pcontent.groupId>
<ds4pcontent.version>${mdht.models.version}</ds4pcontent.version>
<mdht.plugins.group>mdht.eclipse.mdht</mdht.plugins.group>
<mdht.plugins.groupId>mdht.eclipse.mdht</mdht.plugins.groupId>
<mdht.plugins.version>3.0.0.202201250600</mdht.plugins.version>

<!-- MDHT SNAPSHOT properties uncomment for local test-->
<!-- <mdht.models.groupid>org.openhealthtools.mdht.cda</mdht.models.groupid>

<!-- MDHT SNAPSHOT properties: Uncomment for local test -->
<!--
<mdht.models.groupid>org.openhealthtools.mdht.cda</mdht.models.groupid>
<mdht.models.version>3.0.0-SNAPSHOT</mdht.models.version>
<ds4pcontent.group>org.hl7.security.ds4p</ds4pcontent.group>
<ds4pcontent.groupId>org.hl7.security.ds4p</ds4pcontent.groupId>
<ds4pcontent.version>${mdht.models.version}</ds4pcontent.version>
<mdht.plugins.group>org.eclipse.mdht</mdht.plugins.group>
<mdht.plugins.version>3.0.0-SNAPSHOT</mdht.plugins.version> -->

<mdht.plugins.groupId>org.eclipse.mdht</mdht.plugins.groupId>
<mdht.plugins.version>3.0.0-SNAPSHOT</mdht.plugins.version>
-->
</properties>

<repositories>
Expand Down Expand Up @@ -57,28 +58,28 @@
<version>${mdht.models.version}</version>
</dependency>
<dependency>
<groupId>${ds4pcontent.group}</groupId>
<groupId>${ds4pcontent.groupId}</groupId>
<artifactId>org.hl7.security.ds4p.contentprofile</artifactId>
<version>${ds4pcontent.version}</version>
</dependency>
<!-- 1st party MDHT - PLUGINS from http://git.eclipse.org/c/mdht/org.eclipse.mdht.git -->
<dependency>
<groupId>${mdht.plugins.group}</groupId>
<groupId>${mdht.plugins.groupId}</groupId>
<artifactId>org.eclipse.mdht.emf.runtime</artifactId>
<version>${mdht.plugins.version}</version>
</dependency>
<dependency>
<groupId>${mdht.plugins.group}</groupId>
<groupId>${mdht.plugins.groupId}</groupId>
<artifactId>org.eclipse.mdht.uml.cda</artifactId>
<version>${mdht.plugins.version}</version>
</dependency>
<dependency>
<groupId>${mdht.plugins.group}</groupId>
<groupId>${mdht.plugins.groupId}</groupId>
<artifactId>org.eclipse.mdht.uml.hl7.datatypes</artifactId>
<version>${mdht.plugins.version}</version>
</dependency>
<dependency>
<groupId>${mdht.plugins.group}</groupId>
<groupId>${mdht.plugins.groupId}</groupId>
<artifactId>org.eclipse.mdht.uml.hl7.rim</artifactId>
<version>${mdht.plugins.version}</version>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class RefCCDATest extends ReferenceValidationTester implements Validation
SUB_PROCEDURES_WITH_DEVICE_IDENTIFIER_OBSERVATION_BAD_VALUE_ROOT_SITE_3218 = 17,
DS4P_REFRAIN_OBSERVATION = 18, IVL_REAL_EXAMPLE = 19, IVL_REAL_EXAMPLE2 = 20, REFERRAL_NOTE = 21,
REFERRAL_NOTE2 = 22, SDTCTEST = 23, CONSOLNOTEACTIVITY = 24, MEDICATION_SECTION_CODE_INVALID = 25,
MARITALSTATUS = 26, MARITALSTATUS2 = 27,LOTORBATCH=28;
MARITALSTATUS = 26, MARITALSTATUS2 = 27, LOTORBATCH = 28;


// Feel free to add docs to the end but don't alter existing data
Expand Down Expand Up @@ -962,7 +962,6 @@ public void parseSDTCExtensionsTest() throws IOException, Exception {
assertNotNull("Organizer.getSTDCText",sdtcTestDocument.getSections().get(0).getEntries().get(1).getOrganizer().getSTDCText());
assertNotNull("Organizer.getPerformers.getSDTCFunctionCode",sdtcTestDocument.getSections().get(0).getEntries().get(1).getOrganizer().getPerformers().get(0).getSDTCFunctionCode());
assertNotNull("Organizer.component.getPriorityNumber",sdtcTestDocument.getSections().get(0).getEntries().get(1).getOrganizer().getComponents().get(0).getPriorityNumber());

}


Expand Down

0 comments on commit def12da

Please sign in to comment.