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