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