Skip to content

Commit

Permalink
Merge branch 'task/returnDltdResources' of https://github.com/kanikas…
Browse files Browse the repository at this point in the history
  • Loading branch information
kanikasharma97 committed Apr 25, 2024
2 parents a3ba8fa + 1d5cd5c commit 481c8d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/sap/fhir/model/r4/FHIRModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -815,11 +815,11 @@ sap.ui.define([
};

/**
* Retrieves an array of resources that have been removed from the FHIR model.
* Iterates through the removed resources,
* retrieves corresponding resources from the model, and returns them.
* @returns {Array<object>} An array containing the removed resources.
*/
* Retrieves an array of resources that have been removed from the FHIR model.
* Iterates through the removed resources,
* retrieves corresponding resources from the model, and returns them.
* @returns {Array<object>} An array containing the removed resources.
*/
FHIRModel.prototype.getRemovedResourcesObject = function () {
var resources = [];
for (var type in this.mRemovedResources) {
Expand Down

0 comments on commit 481c8d8

Please sign in to comment.