| Modifier and Type | Class and Description |
|---|---|
static class |
Manager.FhirFormat |
| Constructor and Description |
|---|
Manager() |
| Modifier and Type | Method and Description |
|---|---|
static Element |
build(IWorkerContext context,
StructureDefinition sd) |
static void |
compose(IWorkerContext context,
Element e,
OutputStream destination,
Manager.FhirFormat outputFormat,
IParser.OutputStyle style,
String base) |
static ParserBase |
makeParser(IWorkerContext context,
Manager.FhirFormat format) |
static Element |
parse(IWorkerContext context,
InputStream source,
Manager.FhirFormat inputFormat) |
public Manager()
public static Element parse(IWorkerContext context, InputStream source, Manager.FhirFormat inputFormat) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, IOException, org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRFormatErrororg.hl7.fhir.exceptions.DefinitionExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRExceptionpublic static void compose(IWorkerContext context, Element e, OutputStream destination, Manager.FhirFormat outputFormat, IParser.OutputStyle style, String base) throws org.hl7.fhir.exceptions.FHIRException, IOException
org.hl7.fhir.exceptions.FHIRExceptionIOExceptionpublic static ParserBase makeParser(IWorkerContext context, Manager.FhirFormat format)
public static Element build(IWorkerContext context, StructureDefinition sd)
Copyright © 2014–2021 Health Level 7. All rights reserved.