Uses of Class
org.hl7.fhir.r4.model.MessageHeader.MessageDestinationComponent
-
Packages that use MessageHeader.MessageDestinationComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of MessageHeader.MessageDestinationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MessageHeader.MessageDestinationComponent Modifier and Type Method Description protected MessageHeader.MessageDestinationComponentJsonParser. parseMessageHeaderMessageDestinationComponent(com.google.gson.JsonObject json, MessageHeader owner)protected MessageHeader.MessageDestinationComponentXmlParser. parseMessageHeaderMessageDestinationComponent(org.xmlpull.v1.XmlPullParser xpp, MessageHeader owner) -
Uses of MessageHeader.MessageDestinationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MessageHeader.MessageDestinationComponent Modifier and Type Field Description protected List<MessageHeader.MessageDestinationComponent>MessageHeader. destinationThe destination application which the message is intended for.Methods in org.hl7.fhir.r4.model that return types with arguments of type MessageHeader.MessageDestinationComponent Modifier and Type Method Description List<MessageHeader.MessageDestinationComponent>MessageHeader. getDestination()Methods in org.hl7.fhir.r4.model with parameters of type MessageHeader.MessageDestinationComponent Modifier and Type Method Description MessageHeaderMessageHeader. addDestination(MessageHeader.MessageDestinationComponent t)voidMessageHeader.MessageDestinationComponent. copyValues(MessageHeader.MessageDestinationComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type MessageHeader.MessageDestinationComponent Modifier and Type Method Description MessageHeaderMessageHeader. setDestination(List<MessageHeader.MessageDestinationComponent> theDestination)
-