Uses of Class
org.hl7.fhir.r4.model.DeviceRequest.DeviceRequestParameterComponent
-
Packages that use DeviceRequest.DeviceRequestParameterComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of DeviceRequest.DeviceRequestParameterComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DeviceRequest.DeviceRequestParameterComponent Modifier and Type Method Description protected DeviceRequest.DeviceRequestParameterComponentJsonParser. parseDeviceRequestDeviceRequestParameterComponent(com.google.gson.JsonObject json, DeviceRequest owner)protected DeviceRequest.DeviceRequestParameterComponentXmlParser. parseDeviceRequestDeviceRequestParameterComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceRequest owner) -
Uses of DeviceRequest.DeviceRequestParameterComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DeviceRequest.DeviceRequestParameterComponent Modifier and Type Field Description protected List<DeviceRequest.DeviceRequestParameterComponent>DeviceRequest. parameterSpecific parameters for the ordered item.Methods in org.hl7.fhir.r4.model that return DeviceRequest.DeviceRequestParameterComponent Modifier and Type Method Description DeviceRequest.DeviceRequestParameterComponentDeviceRequest. addParameter()DeviceRequest.DeviceRequestParameterComponentDeviceRequest.DeviceRequestParameterComponent. copy()DeviceRequest.DeviceRequestParameterComponentDeviceRequest. getParameterFirstRep()DeviceRequest.DeviceRequestParameterComponentDeviceRequest.DeviceRequestParameterComponent. setCode(CodeableConcept value)DeviceRequest.DeviceRequestParameterComponentDeviceRequest.DeviceRequestParameterComponent. setValue(Type value)Methods in org.hl7.fhir.r4.model that return types with arguments of type DeviceRequest.DeviceRequestParameterComponent Modifier and Type Method Description List<DeviceRequest.DeviceRequestParameterComponent>DeviceRequest. getParameter()Methods in org.hl7.fhir.r4.model with parameters of type DeviceRequest.DeviceRequestParameterComponent Modifier and Type Method Description DeviceRequestDeviceRequest. addParameter(DeviceRequest.DeviceRequestParameterComponent t)voidDeviceRequest.DeviceRequestParameterComponent. copyValues(DeviceRequest.DeviceRequestParameterComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type DeviceRequest.DeviceRequestParameterComponent Modifier and Type Method Description DeviceRequestDeviceRequest. setParameter(List<DeviceRequest.DeviceRequestParameterComponent> theParameter)
-