Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AKTIN
dwh-import
Commits
02ac2810
Commit
02ac2810
authored
Apr 17, 2019
by
R.W.Majeed
Browse files
apply outcome filtering in create
parent
d519ef92
Changes
1
Hide whitespace changes
Inline
Side-by-side
cda-server/src/main/java/org/aktin/cda/etl/fhir/Binary.java
View file @
02ac2810
...
...
@@ -141,7 +141,7 @@ public class Binary implements ExternalInterface{
return
;
// nothing to do
}
switch
(
filter
)
{
case
"info"
:
case
"info"
:
// info is currently same as all. has no effect, since there are no levels below info
outcome
.
removeIssuesBelowSeverity
(
Severity
.
information
);
break
;
case
"warning"
:
...
...
@@ -244,6 +244,7 @@ public class Binary implements ExternalInterface{
if
(
cda
!=
null
){
tryDebugProcessing
(
cda
,
outcome
);
}
filterOutcome
(
outcome
);
try
{
return
response
.
entity
(
outcomeToXML
(
outcome
)).
build
();
}
catch
(
XMLStreamException
e
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment