Package org.hl7.fhir.dstu3.elementmodel
Class ObjectConverter
java.lang.Object
org.hl7.fhir.dstu3.elementmodel.ObjectConverter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvertToType
(Element element) static CodeableConcept
readAsCodeableConcept
(Element element) static Coding
readAsCoding
(Element item) static Identifier
readAsIdentifier
(Element item) static Reference
readAsReference
(Element item)
-
Constructor Details
-
ObjectConverter
-
-
Method Details
-
convert
public Element convert(Resource ig) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException - Throws:
IOException
org.hl7.fhir.exceptions.FHIRFormatError
org.hl7.fhir.exceptions.DefinitionException
-
convert
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertToType
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convert
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
readAsCodeableConcept
-
readAsCoding
-
readAsIdentifier
-
readAsReference
-