Get FhirFormat from shc code

This commit is contained in:
dotasek 2023-08-30 16:32:15 -04:00
parent 119bfcba4e
commit 8709e946d9
1 changed files with 30 additions and 28 deletions

View File

@ -83,6 +83,8 @@ public class Manager {
return TEXT;
case "hl7":
return VBAR;
case "shc":
return SHC;
case "fml":
return FML;
}