Skip to content

Commit

Permalink
Update fhir.js to fix an issue with fetchAllWithReferences
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Schwertner committed Feb 19, 2016
1 parent e810963 commit 8d7f800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jqFhir.js
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ return /******/ (function(modules) { // webpackBootstrap
function fetchAllWithReferences (searchParams, resolveParams) {
var ret = adapter.defer();

fhirAPI.fetchAll(searchParams) // TODO: THIS IS NOT CORRECT
fhirAPI.search(searchParams) // TODO: THIS IS NOT CORRECT (need fetchAll, but it does not return a bundle yet)
.then(function(results){

var resolvedReferences = {};
Expand Down

0 comments on commit 8d7f800

Please sign in to comment.