Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Raphael
histream
Commits
f6f0cb5d
Commit
f6f0cb5d
authored
Aug 25, 2015
by
R.W.Majeed
Browse files
fixed bug: clone overwrites encounterId with conceptId
parent
ac86335e
Changes
1
Hide whitespace changes
Inline
Side-by-side
histream-core/src/main/java/de/sekmi/histream/impl/ObservationImpl.java
View file @
f6f0cb5d
...
@@ -309,7 +309,7 @@ public class ObservationImpl implements Observation, Cloneable{
...
@@ -309,7 +309,7 @@ public class ObservationImpl implements Observation, Cloneable{
public
ObservationImpl
clone
(){
public
ObservationImpl
clone
(){
ObservationImpl
clone
=
new
ObservationImpl
(
this
.
factory
);
ObservationImpl
clone
=
new
ObservationImpl
(
this
.
factory
);
clone
.
conceptId
=
this
.
conceptId
;
clone
.
conceptId
=
this
.
conceptId
;
clone
.
encounterId
=
this
.
concept
Id
;
clone
.
encounterId
=
this
.
encounter
Id
;
clone
.
endTime
=
this
.
endTime
;
clone
.
endTime
=
this
.
endTime
;
clone
.
locationId
=
this
.
locationId
;
clone
.
locationId
=
this
.
locationId
;
clone
.
patientId
=
this
.
patientId
;
clone
.
patientId
=
this
.
patientId
;
...
...
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