
Uses of Class
org.hl7.fhir.r5.model.DeviceRequest.DeviceRequestParameterComponent
Packages that use DeviceRequest.DeviceRequestParameterComponent
-
Uses of DeviceRequest.DeviceRequestParameterComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DeviceRequest.DeviceRequestParameterComponentModifier and TypeMethodDescriptionJsonParser.parseDeviceRequestParameterComponent
(com.google.gson.JsonObject json) XmlParser.parseDeviceRequestParameterComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type DeviceRequest.DeviceRequestParameterComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeDeviceRequestParameterComponent
(String name, DeviceRequest.DeviceRequestParameterComponent element) protected void
RdfParser.composeDeviceRequestParameterComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceRequest.DeviceRequestParameterComponent element, int index) protected void
XmlParser.composeDeviceRequestParameterComponent
(String name, DeviceRequest.DeviceRequestParameterComponent element) protected void
XmlParser.composeDeviceRequestParameterComponentElements
(DeviceRequest.DeviceRequestParameterComponent element) protected void
JsonParser.composeDeviceRequestParameterComponentProperties
(DeviceRequest.DeviceRequestParameterComponent element) protected boolean
XmlParser.parseDeviceRequestParameterComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceRequest.DeviceRequestParameterComponent res) protected void
JsonParser.parseDeviceRequestParameterComponentProperties
(com.google.gson.JsonObject json, DeviceRequest.DeviceRequestParameterComponent res) -
Uses of DeviceRequest.DeviceRequestParameterComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DeviceRequest.DeviceRequestParameterComponentModifier and TypeFieldDescriptionDeviceRequest.parameter
Specific parameters for the ordered item.Methods in org.hl7.fhir.r5.model that return DeviceRequest.DeviceRequestParameterComponentModifier and TypeMethodDescriptionDeviceRequest.addParameter()
DeviceRequest.DeviceRequestParameterComponent.copy()
DeviceRequest.getParameterFirstRep()
DeviceRequest.DeviceRequestParameterComponent.setCode
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type DeviceRequest.DeviceRequestParameterComponentMethods in org.hl7.fhir.r5.model with parameters of type DeviceRequest.DeviceRequestParameterComponentModifier and TypeMethodDescriptionDeviceRequest.addParameter
(DeviceRequest.DeviceRequestParameterComponent t) void
DeviceRequest.DeviceRequestParameterComponent.copyValues
(DeviceRequest.DeviceRequestParameterComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type DeviceRequest.DeviceRequestParameterComponentModifier and TypeMethodDescriptionDeviceRequest.setParameter
(List<DeviceRequest.DeviceRequestParameterComponent> theParameter)