
Interface IResourceValidator
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.how much to check displays for coded elementsDeprecated.whether the resource must have an id or not (depends on context)void
Deprecated.void
setCheckDisplay
(CheckDisplayOption checkDisplay) Deprecated.how much to check displays for coded elementsvoid
setResourceIdRule
(IdStatus resourceIdRule) Deprecated.List
<org.hl7.fhir.utilities.validation.ValidationMessage> validate
(com.google.gson.JsonObject object) Deprecated.Given a DOM element, return a list of errors in the resource @- if the underlying infrastructure fails (not if the resource is invalid)List
<org.hl7.fhir.utilities.validation.ValidationMessage> Deprecated.Given a DOM element, return a list of errors in the resource with regard to the specified profile (by logical identifier) @- if the underlying infrastructure fails, or the profile can't be found (not if the resource is invalid)List
<org.hl7.fhir.utilities.validation.ValidationMessage> validate
(com.google.gson.JsonObject object, StructureDefinition profile) Deprecated.Given a DOM element, return a list of errors in the resource with regard to the specified profile (by logical identifier) @- if the underlying infrastructure fails, or the profile can't be found (not if the resource is invalid)void
validate
(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, com.google.gson.JsonObject object) Deprecated.Given a JSON Object, return a list of errors in the resource @- if the underlying infrastructure fails (not if the resource is invalid)void
validate
(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, com.google.gson.JsonObject object, String profile) Deprecated.Given a DOM element, return a list of errors in the resource with regard to the specified profile @- if the underlying infrastructure fails (not if the resource is invalid)void
validate
(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, com.google.gson.JsonObject object, StructureDefinition profile) Deprecated.Given a DOM element, return a list of errors in the resource with regard to the specified profile @- if the underlying infrastructure fails (not if the resource is invalid)void
Deprecated.Given a DOM document, return a list of errors in the resource @- if the underlying infrastructure fails (not if the resource is invalid)void
validate
(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Document document, String profile) Deprecated.Given a DOM document, return a list of errors in the resource with regard to the specified profile (by logical identifier) @- if the underlying infrastructure fails, or the profile can't be found (not if the resource is invalid)void
validate
(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Document document, StructureDefinition profile) Deprecated.Given a DOM document, return a list of errors in the resource with regard to the specified profile @- if the underlying infrastructure fails (not if the resource is invalid)void
Deprecated.Given a DOM element, return a list of errors in the resource @- if the underlying infrastructure fails (not if the resource is invalid)void
validate
(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Element element, String profile) Deprecated.Given a DOM element, return a list of errors in the resource with regard to the specified profile (by logical identifier) @- if the underlying infrastructure fails, or the profile can't be found (not if the resource is invalid)void
validate
(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Element element, StructureDefinition profile) Deprecated.Given a DOM element, return a list of errors in the resource with regard to the specified profile @- if the underlying infrastructure fails (not if the resource is invalid)List
<org.hl7.fhir.utilities.validation.ValidationMessage> Deprecated.Given a DOM document, return a list of errors in the resource @- if the underlying infrastructure fails (not if the resource is invalid)List
<org.hl7.fhir.utilities.validation.ValidationMessage> Deprecated.Given a DOM document, return a list of errors in the resource with regard to the specified profile (by logical identifier) @- if the underlying infrastructure fails, or the profile can't be found (not if the resource is invalid)List
<org.hl7.fhir.utilities.validation.ValidationMessage> validate
(Document document, StructureDefinition profile) Deprecated.Given a DOM document, return a list of errors in the resource with regard to the specified profile @- if the underlying infrastructure fails (not if the resource is invalid)List
<org.hl7.fhir.utilities.validation.ValidationMessage> Deprecated.Given a DOM element, return a list of errors in the resource @- if the underlying infrastructure fails (not if the resource is invalid)List
<org.hl7.fhir.utilities.validation.ValidationMessage> Deprecated.Given a DOM element, return a list of errors in the resource with regard to the specified profile (by logical identifier) @- if the underlying infrastructure fails, or the profile can't be found (not if the resource is invalid)List
<org.hl7.fhir.utilities.validation.ValidationMessage> validate
(Element element, StructureDefinition profile) Deprecated.Given a DOM element, return a list of errors in the resource with regard to the specified profile @- if the underlying infrastructure fails (not if the resource is invalid)
-
Method Details
-
getCheckDisplay
Deprecated.how much to check displays for coded elements- Returns:
-
setCheckDisplay
Deprecated.how much to check displays for coded elements -
getResourceIdRule
Deprecated.whether the resource must have an id or not (depends on context)- Returns:
-
setResourceIdRule
Deprecated. -
getBasePracticeWarningLevel
Deprecated. -
setBestPracticeWarningLevel
Deprecated. -
validate
void validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Element element) throws Exception Deprecated.Given a DOM element, return a list of errors in the resource @- if the underlying infrastructure fails (not if the resource is invalid)- Throws:
Exception
-
validate
void validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, com.google.gson.JsonObject object) throws Exception Deprecated.Given a JSON Object, return a list of errors in the resource @- if the underlying infrastructure fails (not if the resource is invalid)- Throws:
Exception
-
validate
List<org.hl7.fhir.utilities.validation.ValidationMessage> validate(Element element) throws Exception Deprecated.Given a DOM element, return a list of errors in the resource @- if the underlying infrastructure fails (not if the resource is invalid)- Throws:
Exception
-
validate
List<org.hl7.fhir.utilities.validation.ValidationMessage> validate(com.google.gson.JsonObject object) throws Exception Deprecated.Given a DOM element, return a list of errors in the resource @- if the underlying infrastructure fails (not if the resource is invalid)- Throws:
Exception
-
validate
void validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Element element, String profile) throws Exception Deprecated.Given a DOM element, return a list of errors in the resource with regard to the specified profile (by logical identifier) @- if the underlying infrastructure fails, or the profile can't be found (not if the resource is invalid)- Throws:
Exception
-
validate
List<org.hl7.fhir.utilities.validation.ValidationMessage> validate(Element element, String profile) throws Exception Deprecated.Given a DOM element, return a list of errors in the resource with regard to the specified profile (by logical identifier) @- if the underlying infrastructure fails, or the profile can't be found (not if the resource is invalid)- Throws:
Exception
-
validate
List<org.hl7.fhir.utilities.validation.ValidationMessage> validate(com.google.gson.JsonObject object, StructureDefinition profile) throws Exception Deprecated.Given a DOM element, return a list of errors in the resource with regard to the specified profile (by logical identifier) @- if the underlying infrastructure fails, or the profile can't be found (not if the resource is invalid)- Throws:
Exception
-
validate
List<org.hl7.fhir.utilities.validation.ValidationMessage> validate(com.google.gson.JsonObject object, String profile) throws Exception Deprecated.Given a DOM element, return a list of errors in the resource with regard to the specified profile (by logical identifier) @- if the underlying infrastructure fails, or the profile can't be found (not if the resource is invalid)- Throws:
Exception
-
validate
void validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Element element, StructureDefinition profile) throws Exception Deprecated.Given a DOM element, return a list of errors in the resource with regard to the specified profile @- if the underlying infrastructure fails (not if the resource is invalid)- Throws:
Exception
-
validate
void validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, com.google.gson.JsonObject object, StructureDefinition profile) throws Exception Deprecated.Given a DOM element, return a list of errors in the resource with regard to the specified profile @- if the underlying infrastructure fails (not if the resource is invalid)- Throws:
Exception
-
validate
void validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, com.google.gson.JsonObject object, String profile) throws Exception Deprecated.Given a DOM element, return a list of errors in the resource with regard to the specified profile @- if the underlying infrastructure fails (not if the resource is invalid)- Throws:
Exception
-
validate
List<org.hl7.fhir.utilities.validation.ValidationMessage> validate(Element element, StructureDefinition profile) throws Exception Deprecated.Given a DOM element, return a list of errors in the resource with regard to the specified profile @- if the underlying infrastructure fails (not if the resource is invalid)- Throws:
Exception
-
validate
void validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Document document) throws Exception Deprecated.Given a DOM document, return a list of errors in the resource @- if the underlying infrastructure fails (not if the resource is invalid)- Throws:
Exception
-
validate
List<org.hl7.fhir.utilities.validation.ValidationMessage> validate(Document document) throws Exception Deprecated.Given a DOM document, return a list of errors in the resource @- if the underlying infrastructure fails (not if the resource is invalid)- Throws:
Exception
-
validate
void validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Document document, String profile) throws Exception Deprecated.Given a DOM document, return a list of errors in the resource with regard to the specified profile (by logical identifier) @- if the underlying infrastructure fails, or the profile can't be found (not if the resource is invalid)- Throws:
Exception
-
validate
List<org.hl7.fhir.utilities.validation.ValidationMessage> validate(Document document, String profile) throws Exception Deprecated.Given a DOM document, return a list of errors in the resource with regard to the specified profile (by logical identifier) @- if the underlying infrastructure fails, or the profile can't be found (not if the resource is invalid)- Throws:
Exception
-
validate
void validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Document document, StructureDefinition profile) throws Exception Deprecated.Given a DOM document, return a list of errors in the resource with regard to the specified profile @- if the underlying infrastructure fails (not if the resource is invalid)- Throws:
Exception
-
validate
List<org.hl7.fhir.utilities.validation.ValidationMessage> validate(Document document, StructureDefinition profile) throws Exception Deprecated.Given a DOM document, return a list of errors in the resource with regard to the specified profile @- if the underlying infrastructure fails (not if the resource is invalid)- Throws:
Exception
-