Uses of Enum
org.hl7.fhir.dstu3.model.MessageHeader.ResponseType
-
Uses of MessageHeader.ResponseType in org.hl7.fhir.dstu3.model
Modifier 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.Modifier and TypeMethodDescriptionstatic MessageHeader.ResponseType
MessageHeader.MessageHeaderResponseComponent.getCode()
static MessageHeader.ResponseType
Returns the enum constant of this type with the specified name.static MessageHeader.ResponseType[]
MessageHeader.ResponseType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionMessageHeader.ResponseTypeEnumFactory.fromType
(PrimitiveType<?> code) MessageHeader.MessageHeaderResponseComponent.getCodeElement()
Modifier and TypeMethodDescriptionMessageHeader.MessageHeaderResponseComponent.setCode
(MessageHeader.ResponseType value) MessageHeader.ResponseTypeEnumFactory.toCode
(MessageHeader.ResponseType code) MessageHeader.ResponseTypeEnumFactory.toSystem
(MessageHeader.ResponseType code) Modifier and TypeMethodDescriptionMessageHeader.MessageHeaderResponseComponent.setCodeElement
(Enumeration<MessageHeader.ResponseType> value) ModifierConstructorDescriptionMessageHeaderResponseComponent
(IdType identifier, Enumeration<MessageHeader.ResponseType> code) Constructor