| Package | Description |
|---|---|
| org.hl7.fhir.dstu2016may.metamodel | |
| org.hl7.fhir.dstu2016may.validation |
| 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 |
|---|---|
void |
InstanceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
InputStream stream,
Manager.FhirFormat format) |
void |
IResourceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
InputStream stream,
Manager.FhirFormat format)
Validate suite
you can validate one of the following representations of resources:
stream - provide a format
a native resource
a metamodel resource
a DOM element or Document
a Json Object
|
void |
InstanceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
InputStream stream,
Manager.FhirFormat format,
String profile) |
void |
IResourceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
InputStream stream,
Manager.FhirFormat format,
String profile) |
void |
InstanceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
InputStream stream,
Manager.FhirFormat format,
StructureDefinition profile) |
void |
IResourceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
InputStream stream,
Manager.FhirFormat format,
StructureDefinition profile) |
Copyright © 2014–2018 University Health Network. All rights reserved.