
Uses of Class
org.hl7.fhir.r5.model.Transport.TransportRestrictionComponent
Packages that use Transport.TransportRestrictionComponent
-
Uses of Transport.TransportRestrictionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Transport.TransportRestrictionComponentModifier and TypeMethodDescriptionprotected Transport.TransportRestrictionComponent
JsonParser.parseTransportRestrictionComponent
(com.google.gson.JsonObject json) protected Transport.TransportRestrictionComponent
XmlParser.parseTransportRestrictionComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Transport.TransportRestrictionComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeTransportRestrictionComponent
(String name, Transport.TransportRestrictionComponent element) protected void
RdfParser.composeTransportRestrictionComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Transport.TransportRestrictionComponent element, int index) protected void
XmlParser.composeTransportRestrictionComponent
(String name, Transport.TransportRestrictionComponent element) protected void
XmlParser.composeTransportRestrictionComponentElements
(Transport.TransportRestrictionComponent element) protected void
JsonParser.composeTransportRestrictionComponentProperties
(Transport.TransportRestrictionComponent element) protected boolean
XmlParser.parseTransportRestrictionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Transport.TransportRestrictionComponent res) protected void
JsonParser.parseTransportRestrictionComponentProperties
(com.google.gson.JsonObject json, Transport.TransportRestrictionComponent res) -
Uses of Transport.TransportRestrictionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as Transport.TransportRestrictionComponentModifier and TypeFieldDescriptionprotected Transport.TransportRestrictionComponent
Transport.restriction
If the Transport.focus is a request resource and the transport is seeking fulfillment (i.e.Methods in org.hl7.fhir.r5.model that return Transport.TransportRestrictionComponentModifier and TypeMethodDescriptionTransport.TransportRestrictionComponent.addRecipient
(Reference t) Transport.TransportRestrictionComponent.copy()
Transport.getRestriction()
Transport.TransportRestrictionComponent.setRecipient
(List<Reference> theRecipient) Transport.TransportRestrictionComponent.setRepetitions
(int value) Transport.TransportRestrictionComponent.setRepetitionsElement
(PositiveIntType value) Methods in org.hl7.fhir.r5.model with parameters of type Transport.TransportRestrictionComponentModifier and TypeMethodDescriptionvoid
Transport.TransportRestrictionComponent.copyValues
(Transport.TransportRestrictionComponent dst) Transport.setRestriction
(Transport.TransportRestrictionComponent value)