Skip to content

Commit

Permalink
fix: fixed anabio filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ManelleG authored and Mehdi-BOUYAHIA committed Nov 20, 2024
1 parent cef9bd3 commit e72f8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/aphp/serviceBiology.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { fetchValueSet } from './callApi'

export const fetchAnabioCodes = async (text: string, noStar = false, signal?: AbortSignal) => {
const response = await fetchValueSet(
getConfig().features.observation.valueSets.biologyHierarchyLoinc.url,
getConfig().features.observation.valueSets.biologyHierarchyAnabio.url,
{ joinDisplayWithCode: false, search: text, noStar: noStar },
signal
)
Expand Down

0 comments on commit e72f8ba

Please sign in to comment.