Add R4B support to FHIRVersions
This commit is contained in:
parent
3d312a1863
commit
5e391eeace
|
@ -6824,6 +6824,10 @@ public String toCode(int len) {
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return toCode();
|
return toCode();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean isR4B() {
|
||||||
|
return toCode().startsWith("4.0");
|
||||||
|
}
|
||||||
// end addition
|
// end addition
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue