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 voidJsonParser.composeDeviceRequestParameterComponent(String name, DeviceRequest.DeviceRequestParameterComponent element)protected voidRdfParser.composeDeviceRequestParameterComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceRequest.DeviceRequestParameterComponent element, int index)protected voidXmlParser.composeDeviceRequestParameterComponent(String name, DeviceRequest.DeviceRequestParameterComponent element)protected voidXmlParser.composeDeviceRequestParameterComponentElements(DeviceRequest.DeviceRequestParameterComponent element)protected voidJsonParser.composeDeviceRequestParameterComponentProperties(DeviceRequest.DeviceRequestParameterComponent element)protected booleanXmlParser.parseDeviceRequestParameterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceRequest.DeviceRequestParameterComponent res)protected voidJsonParser.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.parameterSpecific 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)voidDeviceRequest.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)