Uses of Enum Class
org.hl7.fhir.r5.model.MessageHeader.ResponseType
Packages that use MessageHeader.ResponseType
-
Uses of MessageHeader.ResponseType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type MessageHeader.ResponseTypeModifier and TypeFieldDescriptionprotected Enumeration<MessageHeader.ResponseType>MessageHeader.MessageHeaderResponseComponent.codeCode 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.r5.model that return MessageHeader.ResponseTypeModifier and TypeMethodDescriptionstatic MessageHeader.ResponseTypeMessageHeader.MessageHeaderResponseComponent.getCode()static MessageHeader.ResponseTypeReturns 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.r5.model that return types with arguments of type MessageHeader.ResponseTypeModifier and TypeMethodDescriptionMessageHeader.ResponseTypeEnumFactory.fromType(PrimitiveType<?> code) MessageHeader.MessageHeaderResponseComponent.getCodeElement()Methods in org.hl7.fhir.r5.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.r5.model with type arguments of type MessageHeader.ResponseTypeModifier and TypeMethodDescriptionMessageHeader.MessageHeaderResponseComponent.setCodeElement(Enumeration<MessageHeader.ResponseType> value) Constructors in org.hl7.fhir.r5.model with parameters of type MessageHeader.ResponseTypeModifierConstructorDescriptionMessageHeaderResponseComponent(Identifier identifier, MessageHeader.ResponseType code) Constructor