public interface IResourceValidator
| Modifier and Type | Interface and Description |
|---|---|
static class |
IResourceValidator.BestPracticeWarningLevel |
static class |
IResourceValidator.CheckDisplayOption |
static class |
IResourceValidator.IdStatus |
| Modifier and Type | Method and Description |
|---|---|
IResourceValidator.BestPracticeWarningLevel |
getBasePracticeWarningLevel()
whether the validator should enforce best practice guidelines
as defined by various HL7 committees
|
IResourceValidator.CheckDisplayOption |
getCheckDisplay()
how much to check displays for coded elements
|
IResourceValidator.IdStatus |
getResourceIdRule()
whether the resource must have an id or not (depends on context)
|
void |
setBestPracticeWarningLevel(IResourceValidator.BestPracticeWarningLevel value) |
void |
setCheckDisplay(IResourceValidator.CheckDisplayOption checkDisplay) |
void |
setResourceIdRule(IResourceValidator.IdStatus resourceIdRule) |
void |
validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Document document) |
void |
validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Document document,
String profile) |
void |
validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Document document,
StructureDefinition profile) |
void |
validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Element element) |
void |
validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Element element) |
void |
validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Element element,
String profile) |
void |
validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Element element,
String profile) |
void |
validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Element element,
StructureDefinition profile) |
void |
validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Element element,
StructureDefinition profile) |
void |
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 |
validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
InputStream stream,
Manager.FhirFormat format,
String profile) |
void |
validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
InputStream stream,
Manager.FhirFormat format,
StructureDefinition profile) |
void |
validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
com.google.gson.JsonObject object) |
void |
validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
com.google.gson.JsonObject object,
String profile) |
void |
validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
com.google.gson.JsonObject object,
StructureDefinition profile) |
void |
validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Resource resource) |
void |
validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Resource resource,
String profile) |
void |
validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Resource resource,
StructureDefinition profile) |
IResourceValidator.CheckDisplayOption getCheckDisplay()
void setCheckDisplay(IResourceValidator.CheckDisplayOption checkDisplay)
IResourceValidator.IdStatus getResourceIdRule()
void setResourceIdRule(IResourceValidator.IdStatus resourceIdRule)
IResourceValidator.BestPracticeWarningLevel getBasePracticeWarningLevel()
void setBestPracticeWarningLevel(IResourceValidator.BestPracticeWarningLevel value)
void validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, InputStream stream, Manager.FhirFormat format) throws Exception
Exceptionvoid validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, InputStream stream, Manager.FhirFormat format, String profile) throws Exception
Exceptionvoid validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, InputStream stream, Manager.FhirFormat format, StructureDefinition profile) throws Exception
Exceptionvoid validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Resource resource) throws Exception
Exceptionvoid validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Resource resource, String profile) throws Exception
Exceptionvoid validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Resource resource, StructureDefinition profile) throws Exception
Exceptionvoid validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Element element) throws Exception
Exceptionvoid validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Element element, String profile) throws Exception
Exceptionvoid validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Element element, StructureDefinition profile) throws Exception
Exceptionvoid validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Element element) throws Exception
Exceptionvoid validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Element element, String profile) throws Exception
Exceptionvoid validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Element element, StructureDefinition profile) throws Exception
Exceptionvoid validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Document document) throws Exception
Exceptionvoid validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Document document, String profile) throws Exception
Exceptionvoid validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Document document, StructureDefinition profile) throws Exception
Exceptionvoid validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, com.google.gson.JsonObject object) throws Exception
Exceptionvoid validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, com.google.gson.JsonObject object, String profile) throws Exception
Exceptionvoid validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, com.google.gson.JsonObject object, StructureDefinition profile) throws Exception
ExceptionCopyright © 2014–2018 University Health Network. All rights reserved.