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