Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Raphael
histream
Commits
bf90a70c
Commit
bf90a70c
authored
Oct 18, 2017
by
R.W.Majeed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
QName ROOT_ELEMENT constant added
parent
ed75c165
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
histream-core/src/main/java/de/sekmi/histream/io/GroupedXMLReader.java
.../src/main/java/de/sekmi/histream/io/GroupedXMLReader.java
+2
-0
No files found.
histream-core/src/main/java/de/sekmi/histream/io/GroupedXMLReader.java
View file @
bf90a70c
...
...
@@ -11,6 +11,7 @@ import java.util.Map;
import
javax.xml.bind.JAXBContext
;
import
javax.xml.bind.JAXBException
;
import
javax.xml.bind.Unmarshaller
;
import
javax.xml.namespace.QName
;
import
javax.xml.stream.FactoryConfigurationError
;
import
javax.xml.stream.XMLInputFactory
;
import
javax.xml.stream.XMLStreamConstants
;
...
...
@@ -44,6 +45,7 @@ public class GroupedXMLReader implements ObservationSupplier {
static
final
String
PATIENT_ELEMENT
=
"patient"
;
static
final
String
ENCOUNTER_ELEMENT
=
"encounter"
;
static
final
String
FACT_ELEMENT
=
"fact"
;
public
static
final
QName
ROOT_ELEMENT
=
new
QName
(
GroupedXMLWriter
.
NAMESPACE
,
DOCUMENT_ROOT
);
private
ObservationFactory
factory
;
private
ExtensionAccessor
<
Patient
>
patientAccessor
;
...
...
Write
Preview
Markdown
is supported
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