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