
Uses of Enum Class
org.hl7.fhir.dstu3.model.ProcessRequest.ActionList
Packages that use ProcessRequest.ActionList
-
Uses of ProcessRequest.ActionList in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ProcessRequest.ActionListModifier and TypeFieldDescriptionprotected Enumeration<ProcessRequest.ActionList> ProcessRequest.actionThe type of processing action being requested, for example Reversal, Readjudication, StatusRequest,PendedRequest.Methods in org.hl7.fhir.dstu3.model that return ProcessRequest.ActionListModifier and TypeMethodDescriptionstatic ProcessRequest.ActionListProcessRequest.getAction()static ProcessRequest.ActionListReturns the enum constant of this class with the specified name.static ProcessRequest.ActionList[]ProcessRequest.ActionList.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ProcessRequest.ActionListModifier and TypeMethodDescriptionProcessRequest.ActionListEnumFactory.fromType(PrimitiveType<?> code) ProcessRequest.getActionElement()Methods in org.hl7.fhir.dstu3.model with parameters of type ProcessRequest.ActionListModifier and TypeMethodDescriptionProcessRequest.setAction(ProcessRequest.ActionList value) ProcessRequest.ActionListEnumFactory.toCode(ProcessRequest.ActionList code) ProcessRequest.ActionListEnumFactory.toSystem(ProcessRequest.ActionList code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ProcessRequest.ActionListModifier and TypeMethodDescriptionProcessRequest.setActionElement(Enumeration<ProcessRequest.ActionList> value)