openchs-models 1.31.14 → 1.31.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -133,8 +133,6 @@ class DraftEncounter extends _BaseEntity.default {
|
|
|
133
133
|
draftEncounter.cancelObservations = _ObservationsHolder.default.clone(encounter.cancelObservations);
|
|
134
134
|
draftEncounter.cancelLocation = encounter.cancelLocation;
|
|
135
135
|
draftEncounter.voided = encounter.voided;
|
|
136
|
-
draftEncounter.registrationLocation = encounter.registrationLocation;
|
|
137
|
-
draftEncounter.updatedOn = new Date();
|
|
138
136
|
return draftEncounter;
|
|
139
137
|
}
|
|
140
138
|
|
|
@@ -153,7 +151,6 @@ class DraftEncounter extends _BaseEntity.default {
|
|
|
153
151
|
encounter.cancelObservations = _ObservationsHolder.default.clone(this.cancelObservations);
|
|
154
152
|
encounter.cancelLocation = this.cancelLocation;
|
|
155
153
|
encounter.voided = this.voided;
|
|
156
|
-
encounter.registrationLocation = this.registrationLocation;
|
|
157
154
|
encounter.approvalStatuses = [];
|
|
158
155
|
return encounter;
|
|
159
156
|
}
|