
Uses of Enum Class
org.hl7.fhir.dstu3.model.MessageHeader.ResponseType
Packages that use MessageHeader.ResponseType
-
Uses of MessageHeader.ResponseType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type MessageHeader.ResponseTypeModifier and TypeFieldDescriptionprotected Enumeration
<MessageHeader.ResponseType> MessageHeader.MessageHeaderResponseComponent.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.Methods in org.hl7.fhir.dstu3.model that return MessageHeader.ResponseTypeModifier and TypeMethodDescriptionstatic MessageHeader.ResponseType
MessageHeader.MessageHeaderResponseComponent.getCode()
static MessageHeader.ResponseType
Returns the enum constant of this class with the specified name.static MessageHeader.ResponseType[]
MessageHeader.ResponseType.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 MessageHeader.ResponseTypeModifier and TypeMethodDescriptionMessageHeader.ResponseTypeEnumFactory.fromType
(PrimitiveType<?> code) MessageHeader.MessageHeaderResponseComponent.getCodeElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type MessageHeader.ResponseTypeModifier and TypeMethodDescriptionMessageHeader.MessageHeaderResponseComponent.setCode
(MessageHeader.ResponseType value) MessageHeader.ResponseTypeEnumFactory.toCode
(MessageHeader.ResponseType code) MessageHeader.ResponseTypeEnumFactory.toSystem
(MessageHeader.ResponseType code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type MessageHeader.ResponseTypeModifier and TypeMethodDescriptionMessageHeader.MessageHeaderResponseComponent.setCodeElement
(Enumeration<MessageHeader.ResponseType> value) Constructor parameters in org.hl7.fhir.dstu3.model with type arguments of type MessageHeader.ResponseTypeModifierConstructorDescriptionMessageHeaderResponseComponent
(IdType identifier, Enumeration<MessageHeader.ResponseType> code) Constructor