| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected 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 Type | Method and Description |
|---|---|
static MessageHeader.ResponseType |
MessageHeader.ResponseType.fromCode(String codeString) |
MessageHeader.ResponseType |
MessageHeader.ResponseTypeEnumFactory.fromCode(String codeString) |
MessageHeader.ResponseType |
MessageHeader.MessageHeaderResponseComponent.getCode() |
static MessageHeader.ResponseType |
MessageHeader.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.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<MessageHeader.ResponseType> |
MessageHeader.ResponseTypeEnumFactory.fromType(Base code) |
Enumeration<MessageHeader.ResponseType> |
MessageHeader.MessageHeaderResponseComponent.getCodeElement() |
| Modifier and Type | Method and Description |
|---|---|
MessageHeader.MessageHeaderResponseComponent |
MessageHeader.MessageHeaderResponseComponent.setCode(MessageHeader.ResponseType value) |
String |
MessageHeader.ResponseTypeEnumFactory.toCode(MessageHeader.ResponseType code) |
String |
MessageHeader.ResponseTypeEnumFactory.toSystem(MessageHeader.ResponseType code) |
| Modifier and Type | Method and Description |
|---|---|
MessageHeader.MessageHeaderResponseComponent |
MessageHeader.MessageHeaderResponseComponent.setCodeElement(Enumeration<MessageHeader.ResponseType> value) |
| Constructor and Description |
|---|
MessageHeaderResponseComponent(IdType identifier,
Enumeration<MessageHeader.ResponseType> code)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.