
Class BodySite30_40
- java.lang.Object
-
- org.hl7.fhir.convertors.conv30_40.BodySite30_40
-
public class BodySite30_40 extends Object
-
-
Constructor Summary
Constructors Constructor Description BodySite30_40()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.hl7.fhir.r4.model.BodyStructure
convertBodySite(org.hl7.fhir.dstu3.model.BodySite src)
static org.hl7.fhir.dstu3.model.BodySite
convertBodySite(org.hl7.fhir.r4.model.BodyStructure src)
-
-
-
Constructor Detail
-
BodySite30_40
public BodySite30_40()
-
-
Method Detail
-
convertBodySite
public static org.hl7.fhir.dstu3.model.BodySite convertBodySite(org.hl7.fhir.r4.model.BodyStructure src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertBodySite
public static org.hl7.fhir.r4.model.BodyStructure convertBodySite(org.hl7.fhir.dstu3.model.BodySite src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
-