Skip to content

Commit

Permalink
fix: fix ghm and cim10 no data message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi-BOUYAHIA committed Dec 18, 2024
1 parent ed2d387 commit 0ac2d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mappers/pmsi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ export function mapToLabel(type: ResourceType) {

export const mapToLabelSingular = (tabId: PMSIResourceTypes) => {
const mapToLabel = {
[ResourceType.CONDITION]: 'GHM',
[ResourceType.CONDITION]: 'diagnostic CIM10',
[ResourceType.PROCEDURE]: 'acte',
[ResourceType.CLAIM]: 'diagnostic'
[ResourceType.CLAIM]: 'GHM'
}

return mapToLabel[tabId]
Expand Down

0 comments on commit 0ac2d4b

Please sign in to comment.