Get FhirFormat from shc code
This commit is contained in:
parent
119bfcba4e
commit
8709e946d9
|
@ -83,6 +83,8 @@ public class Manager {
|
|||
return TEXT;
|
||||
case "hl7":
|
||||
return VBAR;
|
||||
case "shc":
|
||||
return SHC;
|
||||
case "fml":
|
||||
return FML;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue