Uses of Class
org.hl7.fhir.r4b.model.MessageHeader.MessageDestinationComponent
-
Packages that use MessageHeader.MessageDestinationComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of MessageHeader.MessageDestinationComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return MessageHeader.MessageDestinationComponent Modifier and Type Method Description protected MessageHeader.MessageDestinationComponentJsonParser. parseMessageHeaderMessageDestinationComponent(com.google.gson.JsonObject json)protected MessageHeader.MessageDestinationComponentXmlParser. parseMessageHeaderMessageDestinationComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of MessageHeader.MessageDestinationComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.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.r4b.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.r4b.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.r4b.model with type arguments of type MessageHeader.MessageDestinationComponent Modifier and Type Method Description MessageHeaderMessageHeader. setDestination(List<MessageHeader.MessageDestinationComponent> theDestination)
-