Skip to content

Commit

Permalink
Complete R3 merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed Apr 19, 2017
1 parent 64fb9cf commit 1542457
Showing 1 changed file with 6 additions and 26 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<<<<<<< HEAD
package org.hl7.fhir.convertors;

/*-
Expand Down Expand Up @@ -27,32 +26,13 @@
import org.hl7.fhir.exceptions.FHIRException;

public interface VersionConvertorAdvisor {
boolean ignoreEntry(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent src);
boolean ignoreEntry(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent src);

// called ?
org.hl7.fhir.instance.model.Resource convert(org.hl7.fhir.dstu3.model.Resource resource) throws FHIRException;
// called ?
org.hl7.fhir.instance.model.Resource convert(org.hl7.fhir.dstu3.model.Resource resource) throws FHIRException;

// called when an r2 value set has a codeSystem in it
void handleCodeSystem(CodeSystem tgtcs, ValueSet source);
// called when an r2 value set has a codeSystem in it
void handleCodeSystem(CodeSystem tgtcs, ValueSet source);

CodeSystem getCodeSystem(ValueSet src);
CodeSystem getCodeSystem(ValueSet src);
}
=======
package org.hl7.fhir.convertors;

import org.hl7.fhir.dstu3.model.CodeSystem;
import org.hl7.fhir.dstu3.model.ValueSet;
import org.hl7.fhir.exceptions.FHIRException;

public interface VersionConvertorAdvisor {
boolean ignoreEntry(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent src);

// called ?
org.hl7.fhir.instance.model.Resource convert(org.hl7.fhir.dstu3.model.Resource resource) throws FHIRException;

// called when an r2 value set has a codeSystem in it
void handleCodeSystem(CodeSystem tgtcs, ValueSet source);

CodeSystem getCodeSystem(ValueSet src);
}
>>>>>>> dstu3_latest_structs

0 comments on commit 1542457

Please sign in to comment.