openchs-models 1.32.51 → 1.32.53

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.
@@ -243,6 +243,12 @@ class AbstractEncounter extends _BaseEntity.default {
243
243
  encounter.encounterLocation = _lodash.default.isNil(this.encounterLocation) ? null : this.encounterLocation.clone();
244
244
  encounter.cancelLocation = _lodash.default.isNil(this.cancelLocation) ? null : this.cancelLocation.clone();
245
245
  encounter.approvalStatuses = this.approvalStatuses;
246
+ encounter.createdBy = this.createdBy;
247
+ encounter.createdByUUID = this.createdByUUID;
248
+ encounter.lastModifiedBy = this.lastModifiedBy;
249
+ encounter.lastModifiedByUUID = this.lastModifiedByUUID;
250
+ encounter.filledBy = this.filledBy;
251
+ encounter.filledByUUID = this.filledByUUID;
246
252
  return encounter;
247
253
  }
248
254
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "openchs-models",
3
3
  "description": "OpenCHS data model to be used by front end clients",
4
- "version": "1.32.51",
4
+ "version": "1.32.53",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",