Skip to content

Commit 05912d0

Browse files
author
Daniel Schröder
committed
removed volume oct
1 parent 467eb7b commit 05912d0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/oct-data.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export enum MacularMap {
1111
OuterNasal = "Macular grid.outer nasal subfield thickness by OCT",
1212
OuterInf = "Macular grid.outer inferior subfield thickness by OCT",
1313
OuterTemp = "Macular grid.outer temporal subfield thickness by OCT",
14-
TotalVol = "Macular grid.total volume by OCT",
1514
}
1615

1716
export enum RNFLMap {

src/oct-to-fhir.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const MacularMap2Fhir = {
1717
[MacularMap.OuterNasal]: [loinc("57115-8", "Macular grid.outer nasal subfield thickness by OCT")],
1818
[MacularMap.OuterInf]: [loinc("57116-6", "Macular grid.outer inferior subfield thickness by OCT")],
1919
[MacularMap.OuterTemp]: [loinc("57117-4", "Macular grid.outer temporal subfield thickness by OCT")],
20-
[MacularMap.TotalVol]: [loinc("57118-2", "Macular grid.total volume by OCT")],
2120
};
2221

2322
const RNFLMap2Fhir = {

0 commit comments

Comments
 (0)