Uses of Class
org.linuxforhealth.fhir.model.resource.MessageHeader.Response
-
Packages that use MessageHeader.Response Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of MessageHeader.Response in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return MessageHeader.Response Modifier and Type Method Description MessageHeader.Response
MessageHeader.Response.Builder. build()
Build theMessageHeader.Response
MessageHeader.Response
MessageHeader. getResponse()
Information about the message that this message is a response to.Methods in org.linuxforhealth.fhir.model.resource with parameters of type MessageHeader.Response Modifier and Type Method Description protected MessageHeader.Response.Builder
MessageHeader.Response.Builder. from(MessageHeader.Response response)
MessageHeader.Builder
MessageHeader.Builder. response(MessageHeader.Response response)
Information about the message that this message is a response to.protected void
MessageHeader.Response.Builder. validate(MessageHeader.Response response)
-