Uses of Class
org.hl7.fhir.r4.model.DeviceRequest.DeviceRequestParameterComponent
-
Uses of DeviceRequest.DeviceRequestParameterComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseDeviceRequestDeviceRequestParameterComponent
(com.google.gson.JsonObject json, DeviceRequest owner) XmlParser.parseDeviceRequestDeviceRequestParameterComponent
(org.xmlpull.v1.XmlPullParser xpp, DeviceRequest owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDeviceRequestDeviceRequestParameterComponent
(String name, DeviceRequest.DeviceRequestParameterComponent element) protected void
RdfParser.composeDeviceRequestDeviceRequestParameterComponent
(Turtle.Complex parent, String parentType, String name, DeviceRequest.DeviceRequestParameterComponent element, int index) protected void
XmlParser.composeDeviceRequestDeviceRequestParameterComponent
(String name, DeviceRequest.DeviceRequestParameterComponent element) protected void
XmlParser.composeDeviceRequestDeviceRequestParameterComponentElements
(DeviceRequest.DeviceRequestParameterComponent element) protected void
JsonParser.composeDeviceRequestDeviceRequestParameterComponentInner
(DeviceRequest.DeviceRequestParameterComponent element) protected boolean
XmlParser.parseDeviceRequestDeviceRequestParameterComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceRequest owner, DeviceRequest.DeviceRequestParameterComponent res) protected void
JsonParser.parseDeviceRequestDeviceRequestParameterComponentProperties
(com.google.gson.JsonObject json, DeviceRequest owner, DeviceRequest.DeviceRequestParameterComponent res) -
Uses of DeviceRequest.DeviceRequestParameterComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionDeviceRequest.parameter
Specific parameters for the ordered item.Modifier and TypeMethodDescriptionDeviceRequest.addParameter()
DeviceRequest.DeviceRequestParameterComponent.copy()
DeviceRequest.getParameterFirstRep()
DeviceRequest.DeviceRequestParameterComponent.setCode
(CodeableConcept value) Modifier and TypeMethodDescriptionDeviceRequest.addParameter
(DeviceRequest.DeviceRequestParameterComponent t) void
DeviceRequest.DeviceRequestParameterComponent.copyValues
(DeviceRequest.DeviceRequestParameterComponent dst) Modifier and TypeMethodDescriptionDeviceRequest.setParameter
(List<DeviceRequest.DeviceRequestParameterComponent> theParameter)