public static class MessageHeader.Response extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Information about the message that this message is a response to. Only present if this message is a response.
| Constructor and Description |
|---|
Response() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getCode()
Gets the value(s) for code ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<ResponseTypeEnum> |
getCodeElement()
Gets the value(s) for code ().
|
ResourceReferenceDt |
getDetails()
Gets the value(s) for details ().
|
String |
getIdentifier()
Gets the value(s) for identifier ().
|
ca.uhn.fhir.model.primitive.IdDt |
getIdentifierElement()
Gets the value(s) for identifier ().
|
boolean |
isEmpty() |
MessageHeader.Response |
setCode(ca.uhn.fhir.model.primitive.BoundCodeDt<ResponseTypeEnum> theValue)
Sets the value(s) for code ()
|
MessageHeader.Response |
setCode(ResponseTypeEnum theValue)
Sets the value(s) for code ()
|
MessageHeader.Response |
setDetails(ResourceReferenceDt theValue)
Sets the value(s) for details ()
|
MessageHeader.Response |
setIdentifier(ca.uhn.fhir.model.primitive.IdDt theValue)
Sets the value(s) for identifier ()
|
MessageHeader.Response |
setIdentifier(String theId)
Sets the value for identifier ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Response()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.IdDt getIdentifierElement()
null.
Definition: The id of the message that this message is a response to
public String getIdentifier()
null.
Definition: The id of the message that this message is a response to
public MessageHeader.Response setIdentifier(ca.uhn.fhir.model.primitive.IdDt theValue)
Definition: The id of the message that this message is a response to
public MessageHeader.Response setIdentifier(String theId)
Definition: The id of the message that this message is a response to
public ca.uhn.fhir.model.primitive.BoundCodeDt<ResponseTypeEnum> getCodeElement()
null.
Definition: Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not
public String getCode()
null.
Definition: Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not
public MessageHeader.Response setCode(ca.uhn.fhir.model.primitive.BoundCodeDt<ResponseTypeEnum> theValue)
Definition: Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not
public MessageHeader.Response setCode(ResponseTypeEnum theValue)
Definition: Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not
public ResourceReferenceDt getDetails()
null.
Definition: Full details of any issues found in the message
public MessageHeader.Response setDetails(ResourceReferenceDt theValue)
Definition: Full details of any issues found in the message
Copyright © 2014–2018 University Health Network. All rights reserved.