Skip to content

Commit

Permalink
NOJIRA-public_expand_value_set (#467)
Browse files Browse the repository at this point in the history
* make expandValueSet public

* remove return for expandValueSet

* make expandValueSet public for r5 and dstu3

---------

Co-authored-by: Ivan Baisi <[email protected]>
  • Loading branch information
ibaisi and ibaisismile committed May 30, 2024
1 parent ae83f71 commit 1cb69aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public void handleValueSetReferenceExtensions(
});
}

protected void expandValueSet(
public void expandValueSet(
ValueSet valueSet, Parameters expansionParameters, Optional<Endpoint> terminologyEndpoint) {
// Gather the Terminology Service from the valueSet's authoritativeSourceUrl.
Extension authoritativeSource = valueSet.getExtensionByUrl(Constants.AUTHORITATIVE_SOURCE_URL);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public void handleValueSetReferenceExtensions(
});
}

protected void expandValueSet(
public void expandValueSet(
ValueSet valueSet, Parameters expansionParameters, Optional<Endpoint> terminologyEndpoint) {
// Gather the Terminology Service from the valueSet's authoritativeSourceUrl.
Extension authoritativeSource = valueSet.getExtensionByUrl(Constants.AUTHORITATIVE_SOURCE_URL);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public void handleValueSetReferenceExtensions(
});
}

protected void expandValueSet(
public void expandValueSet(
ValueSet valueSet, Parameters expansionParameters, Optional<Endpoint> terminologyEndpoint) {
// Gather the Terminology Service from the valueSet's authoritativeSourceUrl.
Extension authoritativeSource = valueSet.getExtensionByUrl(Constants.AUTHORITATIVE_SOURCE_URL);
Expand Down

0 comments on commit 1cb69aa

Please sign in to comment.