File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " openchs-models" ,
33 "description" : " OpenCHS data model to be used by front end clients" ,
4- "version" : " 1.32.51 " ,
4+ "version" : " 1.32.52 " ,
55 "private" : false ,
66 "repository" : {
77 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -234,6 +234,15 @@ class AbstractEncounter extends BaseEntity {
234234 : this . encounterLocation . clone ( ) ;
235235 encounter . cancelLocation = _ . isNil ( this . cancelLocation ) ? null : this . cancelLocation . clone ( ) ;
236236 encounter . approvalStatuses = this . approvalStatuses ;
237+
238+ encounter . createdBy = this . createdBy ;
239+ encounter . createdByUUID = this . createdByUUID ;
240+ encounter . lastModifiedBy = this . lastModifiedBy ;
241+ encounter . lastModifiedByUUID = this . lastModifiedByUUID ;
242+
243+ encounter . filledBy = this . filledBy ;
244+ encounter . filledByUUID = this . filledByUUID ;
245+
237246 return encounter ;
238247 }
239248
You can’t perform that action at this time.
0 commit comments