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