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