Uses of Class
org.hl7.fhir.r4.model.codesystems.BundleType
-
Packages that use BundleType Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of BundleType in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return BundleType Modifier and Type Method Description static BundleTypeBundleType. fromCode(String codeString)BundleTypeBundleTypeEnumFactory. fromCode(String codeString)static BundleTypeBundleType. valueOf(String name)Returns the enum constant of this type with the specified name.static BundleType[]BundleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model.codesystems with parameters of type BundleType Modifier and Type Method Description StringBundleTypeEnumFactory. toCode(BundleType code)StringBundleTypeEnumFactory. toSystem(BundleType code)
-