Class VersionConvertor_10_30

java.lang.Object
org.hl7.fhir.convertors.conv10_30.VersionConvertor_10_30

public class VersionConvertor_10_30 extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.hl7.fhir.dstu3.model.Resource
    convertResource(org.hl7.fhir.dstu2.model.Resource src)
     
    org.hl7.fhir.dstu2.model.Resource
    convertResource(org.hl7.fhir.dstu3.model.Resource src)
     
    org.hl7.fhir.dstu3.model.Type
    convertType(org.hl7.fhir.dstu2.model.Type src)
     
    org.hl7.fhir.dstu2.model.Type
    convertType(org.hl7.fhir.dstu3.model.Type src)
     
    void
    copyBackboneElement(org.hl7.fhir.dstu2.model.BackboneElement src, org.hl7.fhir.dstu3.model.BackboneElement tgt, String... var)
     
    void
    copyBackboneElement(org.hl7.fhir.dstu3.model.BackboneElement src, org.hl7.fhir.dstu2.model.BackboneElement tgt, String... var)
     
    void
    copyDomainResource(org.hl7.fhir.dstu2.model.DomainResource src, org.hl7.fhir.dstu3.model.DomainResource tgt, String... extensionUrlsToIgnore)
     
    void
    copyDomainResource(org.hl7.fhir.dstu3.model.DomainResource src, org.hl7.fhir.dstu2.model.DomainResource tgt, String... extensionUrlsToIgnore)
     
    void
    copyElement(org.hl7.fhir.dstu2.model.Element src, org.hl7.fhir.dstu3.model.Element tgt, String... extensionUrlsToIgnore)
     
    void
    copyElement(org.hl7.fhir.dstu3.model.DomainResource src, org.hl7.fhir.dstu2.model.Element tgt, String... var)
     
    void
    copyElement(org.hl7.fhir.dstu3.model.Element src, org.hl7.fhir.dstu2.model.Element tgt, String... extensionUrlsToIgnore)
     
    void
    copyResource(org.hl7.fhir.dstu2.model.Resource src, org.hl7.fhir.dstu3.model.Resource tgt)
     
    void
    copyResource(org.hl7.fhir.dstu3.model.Resource src, org.hl7.fhir.dstu2.model.Resource tgt)
     
    static boolean
    isJurisdiction(org.hl7.fhir.dstu2.model.CodeableConcept t)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • isJurisdiction

      public static boolean isJurisdiction(@Nonnull org.hl7.fhir.dstu2.model.CodeableConcept t)
    • advisor

    • copyResource

      public void copyResource(@Nonnull org.hl7.fhir.dstu2.model.Resource src, @Nonnull org.hl7.fhir.dstu3.model.Resource tgt) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • copyResource

      public void copyResource(@Nonnull org.hl7.fhir.dstu3.model.Resource src, @Nonnull org.hl7.fhir.dstu2.model.Resource tgt) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertResource

      public org.hl7.fhir.dstu3.model.Resource convertResource(@Nonnull org.hl7.fhir.dstu2.model.Resource src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertResource

      public org.hl7.fhir.dstu2.model.Resource convertResource(@Nonnull org.hl7.fhir.dstu3.model.Resource src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertType

      public org.hl7.fhir.dstu3.model.Type convertType(@Nonnull org.hl7.fhir.dstu2.model.Type src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertType

      public org.hl7.fhir.dstu2.model.Type convertType(@Nonnull org.hl7.fhir.dstu3.model.Type src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • copyDomainResource

      public void copyDomainResource(@Nonnull org.hl7.fhir.dstu2.model.DomainResource src, @Nonnull org.hl7.fhir.dstu3.model.DomainResource tgt, String... extensionUrlsToIgnore) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • copyDomainResource

      public void copyDomainResource(@Nonnull org.hl7.fhir.dstu3.model.DomainResource src, @Nonnull org.hl7.fhir.dstu2.model.DomainResource tgt, String... extensionUrlsToIgnore) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • copyElement

      public void copyElement(@Nonnull org.hl7.fhir.dstu2.model.Element src, @Nonnull org.hl7.fhir.dstu3.model.Element tgt, String... extensionUrlsToIgnore) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • copyElement

      public void copyElement(@Nonnull org.hl7.fhir.dstu3.model.Element src, @Nonnull org.hl7.fhir.dstu2.model.Element tgt, String... extensionUrlsToIgnore) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • copyElement

      public void copyElement(@Nonnull org.hl7.fhir.dstu3.model.DomainResource src, @Nonnull org.hl7.fhir.dstu2.model.Element tgt, String... var) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • copyBackboneElement

      public void copyBackboneElement(@Nonnull org.hl7.fhir.dstu3.model.BackboneElement src, @Nonnull org.hl7.fhir.dstu2.model.BackboneElement tgt, String... var) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • copyBackboneElement

      public void copyBackboneElement(@Nonnull org.hl7.fhir.dstu2.model.BackboneElement src, @Nonnull org.hl7.fhir.dstu3.model.BackboneElement tgt, String... var) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException