Uses of Class
org.hl7.fhir.r4.model.DeviceRequest.DeviceRequestParameterComponent
Packages that use DeviceRequest.DeviceRequestParameterComponent
-
Uses of DeviceRequest.DeviceRequestParameterComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DeviceRequest.DeviceRequestParameterComponentModifier and TypeMethodDescriptionJsonParser.parseDeviceRequestDeviceRequestParameterComponent(com.google.gson.JsonObject json, DeviceRequest owner)XmlParser.parseDeviceRequestDeviceRequestParameterComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceRequest owner)Methods in org.hl7.fhir.r4.formats with parameters of type DeviceRequest.DeviceRequestParameterComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDeviceRequestDeviceRequestParameterComponent(String name, DeviceRequest.DeviceRequestParameterComponent element)protected voidRdfParser.composeDeviceRequestDeviceRequestParameterComponent(Turtle.Complex parent, String parentType, String name, DeviceRequest.DeviceRequestParameterComponent element, int index)protected voidXmlParser.composeDeviceRequestDeviceRequestParameterComponent(String name, DeviceRequest.DeviceRequestParameterComponent element)protected voidXmlParser.composeDeviceRequestDeviceRequestParameterComponentElements(DeviceRequest.DeviceRequestParameterComponent element)protected voidJsonParser.composeDeviceRequestDeviceRequestParameterComponentInner(DeviceRequest.DeviceRequestParameterComponent element)protected booleanXmlParser.parseDeviceRequestDeviceRequestParameterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceRequest owner, DeviceRequest.DeviceRequestParameterComponent res)protected voidJsonParser.parseDeviceRequestDeviceRequestParameterComponentProperties(com.google.gson.JsonObject json, DeviceRequest owner, DeviceRequest.DeviceRequestParameterComponent res) -
Uses of DeviceRequest.DeviceRequestParameterComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DeviceRequest.DeviceRequestParameterComponentModifier and TypeFieldDescriptionDeviceRequest.parameterSpecific parameters for the ordered item.Methods in org.hl7.fhir.r4.model that return DeviceRequest.DeviceRequestParameterComponentModifier and TypeMethodDescriptionDeviceRequest.addParameter()DeviceRequest.DeviceRequestParameterComponent.copy()DeviceRequest.getParameterFirstRep()DeviceRequest.DeviceRequestParameterComponent.setCode(CodeableConcept value)Methods in org.hl7.fhir.r4.model that return types with arguments of type DeviceRequest.DeviceRequestParameterComponentMethods in org.hl7.fhir.r4.model with parameters of type DeviceRequest.DeviceRequestParameterComponentModifier and TypeMethodDescriptionDeviceRequest.addParameter(DeviceRequest.DeviceRequestParameterComponent t)voidDeviceRequest.DeviceRequestParameterComponent.copyValues(DeviceRequest.DeviceRequestParameterComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type DeviceRequest.DeviceRequestParameterComponentModifier and TypeMethodDescriptionDeviceRequest.setParameter(List<DeviceRequest.DeviceRequestParameterComponent> theParameter)