
Uses of Class
org.hl7.fhir.r5.model.Transport.TransportOutputComponent
Packages that use Transport.TransportOutputComponent
-
Uses of Transport.TransportOutputComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Transport.TransportOutputComponentModifier and TypeMethodDescriptionprotected Transport.TransportOutputComponent
JsonParser.parseTransportOutputComponent
(com.google.gson.JsonObject json) protected Transport.TransportOutputComponent
XmlParser.parseTransportOutputComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Transport.TransportOutputComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeTransportOutputComponent
(String name, Transport.TransportOutputComponent element) protected void
RdfParser.composeTransportOutputComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Transport.TransportOutputComponent element, int index) protected void
XmlParser.composeTransportOutputComponent
(String name, Transport.TransportOutputComponent element) protected void
XmlParser.composeTransportOutputComponentElements
(Transport.TransportOutputComponent element) protected void
JsonParser.composeTransportOutputComponentProperties
(Transport.TransportOutputComponent element) protected boolean
XmlParser.parseTransportOutputComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Transport.TransportOutputComponent res) protected void
JsonParser.parseTransportOutputComponentProperties
(com.google.gson.JsonObject json, Transport.TransportOutputComponent res) -
Uses of Transport.TransportOutputComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Transport.TransportOutputComponentModifier and TypeFieldDescriptionprotected List
<Transport.TransportOutputComponent> Transport.output
Outputs produced by the Transport.Methods in org.hl7.fhir.r5.model that return Transport.TransportOutputComponentModifier and TypeMethodDescriptionTransport.addOutput()
Transport.TransportOutputComponent.copy()
Transport.getOutputFirstRep()
Transport.TransportOutputComponent.setType
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Transport.TransportOutputComponentMethods in org.hl7.fhir.r5.model with parameters of type Transport.TransportOutputComponentModifier and TypeMethodDescriptionTransport.addOutput
(Transport.TransportOutputComponent t) void
Transport.TransportOutputComponent.copyValues
(Transport.TransportOutputComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Transport.TransportOutputComponentModifier and TypeMethodDescriptionTransport.setOutput
(List<Transport.TransportOutputComponent> theOutput)