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