Uses of Class
org.hl7.fhir.r4.model.MessageHeader.ResponseType
-
Packages that use MessageHeader.ResponseType Package Description org.hl7.fhir.r4.model -
-
Uses of MessageHeader.ResponseType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MessageHeader.ResponseType Modifier and Type Field Description protected 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.r4.model that return MessageHeader.ResponseType Modifier and Type Method Description static MessageHeader.ResponseTypeMessageHeader.ResponseType. fromCode(String codeString)MessageHeader.ResponseTypeMessageHeader.ResponseTypeEnumFactory. fromCode(String codeString)MessageHeader.ResponseTypeMessageHeader.MessageHeaderResponseComponent. getCode()static MessageHeader.ResponseTypeMessageHeader.ResponseType. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type MessageHeader.ResponseType Modifier and Type Method Description Enumeration<MessageHeader.ResponseType>MessageHeader.ResponseTypeEnumFactory. fromType(Base code)Enumeration<MessageHeader.ResponseType>MessageHeader.MessageHeaderResponseComponent. getCodeElement()Methods in org.hl7.fhir.r4.model with parameters of type MessageHeader.ResponseType Modifier and Type Method Description MessageHeader.MessageHeaderResponseComponentMessageHeader.MessageHeaderResponseComponent. setCode(MessageHeader.ResponseType value)StringMessageHeader.ResponseTypeEnumFactory. toCode(MessageHeader.ResponseType code)StringMessageHeader.ResponseTypeEnumFactory. toSystem(MessageHeader.ResponseType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type MessageHeader.ResponseType Modifier and Type Method Description MessageHeader.MessageHeaderResponseComponentMessageHeader.MessageHeaderResponseComponent. setCodeElement(Enumeration<MessageHeader.ResponseType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type MessageHeader.ResponseType Constructor Description MessageHeaderResponseComponent(IdType identifier, Enumeration<MessageHeader.ResponseType> code)Constructor
-