public class ObjectConverter extends Object
| Constructor and Description |
|---|
ObjectConverter(IWorkerContext context) |
| Modifier and Type | Method and Description |
|---|---|
Resource |
convert(Element element) |
Element |
convert(Property property,
Type type) |
Element |
convert(Resource ig) |
Type |
convertToType(Element element) |
static CodeableConcept |
readAsCodeableConcept(Element element) |
static Coding |
readAsCoding(Element item) |
static Identifier |
readAsIdentifier(Element item) |
static Reference |
readAsReference(Element item) |
public ObjectConverter(IWorkerContext context)
public Element convert(Resource ig) throws IOException, org.hl7.fhir.exceptions.FHIRException
IOExceptionorg.hl7.fhir.exceptions.FHIRExceptionpublic Element convert(Property property, Type type) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic Type convertToType(Element element) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic Resource convert(Element element) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic static CodeableConcept readAsCodeableConcept(Element element)
public static Coding readAsCoding(Element item)
public static Identifier readAsIdentifier(Element item)
public static Reference readAsReference(Element item)
Copyright © 2014–2021 Health Level 7. All rights reserved.