
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.TransportRestrictionComponentJsonParser.parseTransportRestrictionComponent(com.google.gson.JsonObject json) protected Transport.TransportRestrictionComponentXmlParser.parseTransportRestrictionComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Transport.TransportRestrictionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTransportRestrictionComponent(String name, Transport.TransportRestrictionComponent element) protected voidRdfParser.composeTransportRestrictionComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Transport.TransportRestrictionComponent element, int index) protected voidXmlParser.composeTransportRestrictionComponent(String name, Transport.TransportRestrictionComponent element) protected voidXmlParser.composeTransportRestrictionComponentElements(Transport.TransportRestrictionComponent element) protected voidJsonParser.composeTransportRestrictionComponentProperties(Transport.TransportRestrictionComponent element) protected booleanXmlParser.parseTransportRestrictionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Transport.TransportRestrictionComponent res) protected voidJsonParser.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.TransportRestrictionComponentTransport.restrictionIf the Transport.focus is a request resource and the transport is seeking fulfillment (i.e. is asking for the request to be actioned), this element identifies any limitations on what parts of the referenced request should be actioned.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 TypeMethodDescriptionvoidTransport.TransportRestrictionComponent.copyValues(Transport.TransportRestrictionComponent dst) Transport.setRestriction(Transport.TransportRestrictionComponent value)