Uses of Class
org.hl7.fhir.r4.model.codesystems.ClaimSubtype
-
Packages that use ClaimSubtype Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of ClaimSubtype in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return ClaimSubtype Modifier and Type Method Description static ClaimSubtypeClaimSubtype. fromCode(String codeString)ClaimSubtypeClaimSubtypeEnumFactory. fromCode(String codeString)static ClaimSubtypeClaimSubtype. valueOf(String name)Returns the enum constant of this type with the specified name.static ClaimSubtype[]ClaimSubtype. 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 ClaimSubtype Modifier and Type Method Description StringClaimSubtypeEnumFactory. toCode(ClaimSubtype code)StringClaimSubtypeEnumFactory. toSystem(ClaimSubtype code)
-