| Package | Description |
|---|---|
| org.hl7.fhir.r4.elementmodel | |
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.utils |
| Modifier and Type | Method and Description |
|---|---|
static Manager.FhirFormat |
Manager.FhirFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Manager.FhirFormat[] |
Manager.FhirFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Manager.compose(IWorkerContext context,
Element e,
OutputStream destination,
Manager.FhirFormat outputFormat,
IParser.OutputStyle style,
String base) |
static ParserBase |
Manager.makeParser(IWorkerContext context,
Manager.FhirFormat format) |
static Element |
Manager.parse(IWorkerContext context,
InputStream source,
Manager.FhirFormat inputFormat) |
| Modifier and Type | Method and Description |
|---|---|
static Manager.FhirFormat |
FormatUtilities.determineFormat(byte[] source) |
static Manager.FhirFormat |
FormatUtilities.determineFormat(byte[] source,
int scanLength) |
| Modifier and Type | Method and Description |
|---|---|
static ParserBase |
FormatUtilities.makeParser(Manager.FhirFormat format) |
static IParser |
ParserFactory.parser(Manager.FhirFormat format) |
static IParser |
ParserFactory.parser(Manager.FhirFormat format,
IParser.OutputStyle style) |
| Modifier and Type | Method and Description |
|---|---|
Element |
IResourceValidator.validate(Object Context,
List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
InputStream stream,
Manager.FhirFormat format) |
Element |
IResourceValidator.validate(Object Context,
List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
InputStream stream,
Manager.FhirFormat format,
String profile) |
Element |
IResourceValidator.validate(Object Context,
List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
InputStream stream,
Manager.FhirFormat format,
StructureDefinition profile) |
Element |
IResourceValidator.validate(Object Context,
List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
InputStream stream,
Manager.FhirFormat format,
ValidationProfileSet profiles) |
Copyright © 2014–2021 Health Level 7. All rights reserved.