Uses of Class
org.hl7.fhir.r4.model.MessageHeader.MessageDestinationComponent
-
Uses of MessageHeader.MessageDestinationComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseMessageHeaderMessageDestinationComponent
(com.google.gson.JsonObject json, MessageHeader owner) XmlParser.parseMessageHeaderMessageDestinationComponent
(org.xmlpull.v1.XmlPullParser xpp, MessageHeader owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMessageHeaderMessageDestinationComponent
(String name, MessageHeader.MessageDestinationComponent element) protected void
RdfParser.composeMessageHeaderMessageDestinationComponent
(Turtle.Complex parent, String parentType, String name, MessageHeader.MessageDestinationComponent element, int index) protected void
XmlParser.composeMessageHeaderMessageDestinationComponent
(String name, MessageHeader.MessageDestinationComponent element) protected void
XmlParser.composeMessageHeaderMessageDestinationComponentElements
(MessageHeader.MessageDestinationComponent element) protected void
JsonParser.composeMessageHeaderMessageDestinationComponentInner
(MessageHeader.MessageDestinationComponent element) protected boolean
XmlParser.parseMessageHeaderMessageDestinationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MessageHeader owner, MessageHeader.MessageDestinationComponent res) protected void
JsonParser.parseMessageHeaderMessageDestinationComponentProperties
(com.google.gson.JsonObject json, MessageHeader owner, MessageHeader.MessageDestinationComponent res) -
Uses of MessageHeader.MessageDestinationComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<MessageHeader.MessageDestinationComponent> MessageHeader.destination
The destination application which the message is intended for.Modifier and TypeMethodDescriptionMessageHeader.addDestination()
MessageHeader.MessageDestinationComponent.copy()
MessageHeader.getDestinationFirstRep()
MessageHeader.MessageDestinationComponent.setEndpoint
(String value) MessageHeader.MessageDestinationComponent.setEndpointElement
(UrlType value) MessageHeader.MessageDestinationComponent.setNameElement
(StringType value) MessageHeader.MessageDestinationComponent.setReceiver
(Reference value) MessageHeader.MessageDestinationComponent.setReceiverTarget
(Resource value) MessageHeader.MessageDestinationComponent.setTargetTarget
(Device value) Modifier and TypeMethodDescriptionMessageHeader.addDestination
(MessageHeader.MessageDestinationComponent t) void
MessageHeader.MessageDestinationComponent.copyValues
(MessageHeader.MessageDestinationComponent dst) Modifier and TypeMethodDescriptionMessageHeader.setDestination
(List<MessageHeader.MessageDestinationComponent> theDestination)