Uses of Class
com.ibm.fhir.model.type.code.ResponseType
-
Packages that use ResponseType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of ResponseType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ResponseType Modifier and Type Method Description ResponseTypeMessageHeader.Response. getCode()Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not.Methods in com.ibm.fhir.model.resource with parameters of type ResponseType Modifier and Type Method Description MessageHeader.Response.BuilderMessageHeader.Response.Builder. code(ResponseType code)Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not. -
Uses of ResponseType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ResponseType Modifier and Type Field Description static ResponseTypeResponseType. FATAL_ERRORFatal Errorstatic ResponseTypeResponseType. OKOKstatic ResponseTypeResponseType. TRANSIENT_ERRORTransient ErrorMethods in com.ibm.fhir.model.type.code that return ResponseType Modifier and Type Method Description ResponseTypeResponseType.Builder. build()static ResponseTypeResponseType. of(ResponseType.ValueSet value)Factory method for creating ResponseType objects from a passed enum value.static ResponseTypeResponseType. of(String value)Factory method for creating ResponseType objects from a passed string value.
-