
Uses of Enum
org.hl7.fhir.dstu2.model.CommunicationRequest.CommunicationRequestStatus
Packages that use CommunicationRequest.CommunicationRequestStatus
-
Uses of CommunicationRequest.CommunicationRequestStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type CommunicationRequest.CommunicationRequestStatusModifier and TypeFieldDescriptionCommunicationRequest.status
The status of the proposal or order.Methods in org.hl7.fhir.dstu2.model that return CommunicationRequest.CommunicationRequestStatusModifier and TypeMethodDescriptionCommunicationRequest.getStatus()
Returns the enum constant of this type with the specified name.CommunicationRequest.CommunicationRequestStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type CommunicationRequest.CommunicationRequestStatusMethods in org.hl7.fhir.dstu2.model with parameters of type CommunicationRequest.CommunicationRequestStatusModifier and TypeMethodDescriptionCommunicationRequest.setStatus
(CommunicationRequest.CommunicationRequestStatus value) CommunicationRequest.CommunicationRequestStatusEnumFactory.toCode
(CommunicationRequest.CommunicationRequestStatus code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type CommunicationRequest.CommunicationRequestStatusModifier and TypeMethodDescriptionCommunicationRequest.setStatusElement
(Enumeration<CommunicationRequest.CommunicationRequestStatus> value)