
Package org.hl7.fhir.converter
Class NullVersionConverterAdvisor30
- java.lang.Object
-
- org.hl7.fhir.converter.NullVersionConverterAdvisor30
-
- All Implemented Interfaces:
VersionConvertorAdvisor30
public class NullVersionConverterAdvisor30 extends Object implements VersionConvertorAdvisor30
-
-
Constructor Summary
Constructors Constructor Description NullVersionConverterAdvisor30()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hl7.fhir.dstu2.model.Resource
convert(org.hl7.fhir.dstu3.model.Resource theResource)
org.hl7.fhir.dstu3.model.CodeSystem
getCodeSystem(org.hl7.fhir.dstu3.model.ValueSet theSrc)
void
handleCodeSystem(org.hl7.fhir.dstu3.model.CodeSystem theTgtcs, org.hl7.fhir.dstu3.model.ValueSet theSource)
boolean
ignoreEntry(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theSrc)
-
-
-
Constructor Detail
-
NullVersionConverterAdvisor30
public NullVersionConverterAdvisor30()
-
-
Method Detail
-
ignoreEntry
public boolean ignoreEntry(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theSrc)
- Specified by:
ignoreEntry
in interfaceVersionConvertorAdvisor30
-
convert
public org.hl7.fhir.dstu2.model.Resource convert(org.hl7.fhir.dstu3.model.Resource theResource) throws org.hl7.fhir.exceptions.FHIRException
- Specified by:
convert
in interfaceVersionConvertorAdvisor30
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
handleCodeSystem
public void handleCodeSystem(org.hl7.fhir.dstu3.model.CodeSystem theTgtcs, org.hl7.fhir.dstu3.model.ValueSet theSource)
- Specified by:
handleCodeSystem
in interfaceVersionConvertorAdvisor30
-
getCodeSystem
public org.hl7.fhir.dstu3.model.CodeSystem getCodeSystem(org.hl7.fhir.dstu3.model.ValueSet theSrc)
- Specified by:
getCodeSystem
in interfaceVersionConvertorAdvisor30
-
-