mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-02 09:29:13 +00:00
Add lenient-display-validation param
This commit is contained in:
parent
60fe0fd0f8
commit
10c50a14f0
@ -1296,6 +1296,11 @@ public abstract class BaseWorkerContext extends I18nBase implements IWorkerConte
|
|||||||
throw new Error(formatMessage(I18nConstants.NO_EXPANSIONPROFILE_PROVIDED));
|
throw new Error(formatMessage(I18nConstants.NO_EXPANSIONPROFILE_PROVIDED));
|
||||||
}
|
}
|
||||||
pin.addParameter().setName("profile").setResource(expParameters);
|
pin.addParameter().setName("profile").setResource(expParameters);
|
||||||
|
|
||||||
|
if (options.isDisplayWarningMode()) {
|
||||||
|
pin.addParameter("mode","lenient-display-validation");
|
||||||
|
}
|
||||||
|
|
||||||
if (txLog != null) {
|
if (txLog != null) {
|
||||||
txLog.clearLastId();
|
txLog.clearLastId();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user