
Class ValidationPostProcessingRuleJson
java.lang.Object
ca.uhn.fhir.rest.server.interceptor.validation.ValidationPostProcessingRuleJson
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IModelJson
public class ValidationPostProcessingRuleJson
extends Object
implements ca.uhn.fhir.model.api.IModelJson
Specification of ValidationResult matching parameters and severity to be applied in case of match
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME
-
Constructor Summary
ConstructorsConstructorDescriptionValidationPostProcessingRuleJson
(String theMsgId, String themsgIdRegex, Collection<ca.uhn.fhir.validation.ResultSeverityEnum> theOldSeverities, Collection<String> theExtraMessageFragments, ca.uhn.fhir.validation.ResultSeverityEnum theNewSeverity) -
Method Summary
Modifier and TypeMethodDescriptiongetMsgId()
ca.uhn.fhir.validation.ResultSeverityEnum
Collection
<ca.uhn.fhir.validation.ResultSeverityEnum>
-
Constructor Details
-
ValidationPostProcessingRuleJson
public ValidationPostProcessingRuleJson(String theMsgId, String themsgIdRegex, Collection<ca.uhn.fhir.validation.ResultSeverityEnum> theOldSeverities, Collection<String> theExtraMessageFragments, ca.uhn.fhir.validation.ResultSeverityEnum theNewSeverity)
-
-
Method Details
-
getMsgId
-
getNewSeverity
-
getOldSeverities
-
getMessageFragments
-
getMsgIdRegexPattern
-