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
93702882
Commit
93702882
authored
Jul 24, 2019
by
Raphael
Browse files
fixed javadoc errors
parent
3bb63d81
Changes
2
Hide whitespace changes
Inline
Side-by-side
cda-server/src/main/java/org/aktin/cda/CDAProcessor.java
View file @
93702882
...
...
@@ -12,6 +12,8 @@ public interface CDAProcessor {
* @param document CDA DOM document
* @param documentId document id, changes with new version of the document
* @param templateId template id
* @param patientId patient id root+ext
* @param encounterId encounter id root+ext
* @return status
* @throws CDAException processing error
* @throws UnsupportedTemplateException template not supported
...
...
cda-server/src/main/java/org/aktin/cda/etl/fhir/SimplifiedOperationOutcome.java
View file @
93702882
...
...
@@ -166,7 +166,7 @@ public class SimplifiedOperationOutcome {
* E.g. if the limit is {@code error} then warning and information messages are removed.
* Limit of {@code information} has no effect, since no messages are below.}
* To remove all issues, use {@link #removeAllIssues()}
* @param severity
. {@code null}
* @param
limit
severity
below which issues will be removed
*/
public
void
removeIssuesBelowSeverity
(
Severity
limit
)
{
Iterator
<
Issue
>
i
=
issues
.
iterator
();
...
...
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