Uses of Class
org.hl7.fhir.dstu2.model.ProcessRequest.ActionList
-
Packages that use ProcessRequest.ActionList Package Description org.hl7.fhir.dstu2.model -
-
Uses of ProcessRequest.ActionList in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ProcessRequest.ActionList Modifier and Type Field Description protected Enumeration<ProcessRequest.ActionList>ProcessRequest. actionThe type of processing action being requested, for example Reversal, Readjudication, StatusRequest,PendedRequest.Methods in org.hl7.fhir.dstu2.model that return ProcessRequest.ActionList Modifier and Type Method Description static ProcessRequest.ActionListProcessRequest.ActionList. fromCode(String codeString)ProcessRequest.ActionListProcessRequest.ActionListEnumFactory. fromCode(String codeString)ProcessRequest.ActionListProcessRequest. getAction()static ProcessRequest.ActionListProcessRequest.ActionList. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessRequest.ActionList[]ProcessRequest.ActionList. 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 ProcessRequest.ActionList Modifier and Type Method Description Enumeration<ProcessRequest.ActionList>ProcessRequest.ActionListEnumFactory. fromType(Base code)Enumeration<ProcessRequest.ActionList>ProcessRequest. getActionElement()Methods in org.hl7.fhir.dstu2.model with parameters of type ProcessRequest.ActionList Modifier and Type Method Description ProcessRequestProcessRequest. setAction(ProcessRequest.ActionList value)StringProcessRequest.ActionListEnumFactory. toCode(ProcessRequest.ActionList code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type ProcessRequest.ActionList Modifier and Type Method Description ProcessRequestProcessRequest. setActionElement(Enumeration<ProcessRequest.ActionList> value)Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type ProcessRequest.ActionList Constructor Description ProcessRequest(Enumeration<ProcessRequest.ActionList> action)
-