
Package org.hl7.fhir.r5.elementmodel
Class ObjectConverter
java.lang.Object
org.hl7.fhir.r5.elementmodel.ObjectConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToType
(Element element) static CodeableConcept
readAsCodeableConcept
(Element element) static Coding
readAsCoding
(Element item) static Identifier
readAsIdentifier
(Element item) static Quantity
readAsQuantity
(Element item) static Reference
readAsReference
(Element item)
-
Constructor Details
-
ObjectConverter
-
-
Method Details
-
convert
- Throws:
IOException
org.hl7.fhir.exceptions.FHIRException
-
convert
public Element convert(Property property, DataType type) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertToType
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convert
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
readAsCodeableConcept
-
readAsCoding
-
readAsQuantity
-
readAsIdentifier
-
readAsReference
-