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