
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 CodeableConceptreadAsCodeableConcept(Element element) static CodingreadAsCoding(Element item) static IdentifierreadAsIdentifier(Element item) static QuantityreadAsQuantity(Element item) static ReferencereadAsReference(Element item)
-
Constructor Details
-
ObjectConverter
-
-
Method Details
-
convert
- Throws:
IOExceptionorg.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
-