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