
Uses of Class
org.hl7.fhir.dstu3.model.DeviceRequest.DeviceRequestRequesterComponent
Packages that use DeviceRequest.DeviceRequestRequesterComponent
-
Uses of DeviceRequest.DeviceRequestRequesterComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return DeviceRequest.DeviceRequestRequesterComponentModifier and TypeMethodDescriptionJsonParser.parseDeviceRequestDeviceRequestRequesterComponent(com.google.gson.JsonObject json, DeviceRequest owner) XmlParser.parseDeviceRequestDeviceRequestRequesterComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceRequest owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type DeviceRequest.DeviceRequestRequesterComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDeviceRequestDeviceRequestRequesterComponent(String name, DeviceRequest.DeviceRequestRequesterComponent element) protected voidRdfParser.composeDeviceRequestDeviceRequestRequesterComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceRequest.DeviceRequestRequesterComponent element, int index) protected voidXmlParser.composeDeviceRequestDeviceRequestRequesterComponent(String name, DeviceRequest.DeviceRequestRequesterComponent element) protected voidXmlParser.composeDeviceRequestDeviceRequestRequesterComponentElements(DeviceRequest.DeviceRequestRequesterComponent element) protected voidJsonParser.composeDeviceRequestDeviceRequestRequesterComponentInner(DeviceRequest.DeviceRequestRequesterComponent element) protected booleanXmlParser.parseDeviceRequestDeviceRequestRequesterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceRequest owner, DeviceRequest.DeviceRequestRequesterComponent res) protected voidJsonParser.parseDeviceRequestDeviceRequestRequesterComponentProperties(com.google.gson.JsonObject json, DeviceRequest owner, DeviceRequest.DeviceRequestRequesterComponent res) -
Uses of DeviceRequest.DeviceRequestRequesterComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as DeviceRequest.DeviceRequestRequesterComponentModifier and TypeFieldDescriptionDeviceRequest.requesterThe individual who initiated the request and has responsibility for its activation.Methods in org.hl7.fhir.dstu3.model that return DeviceRequest.DeviceRequestRequesterComponentModifier and TypeMethodDescriptionDeviceRequest.DeviceRequestRequesterComponent.copy()DeviceRequest.getRequester()DeviceRequest.DeviceRequestRequesterComponent.setAgentTarget(Resource value) DeviceRequest.DeviceRequestRequesterComponent.setOnBehalfOf(Reference value) DeviceRequest.DeviceRequestRequesterComponent.setOnBehalfOfTarget(Organization value) Methods in org.hl7.fhir.dstu3.model with parameters of type DeviceRequest.DeviceRequestRequesterComponentModifier and TypeMethodDescriptionDeviceRequest.setRequester(DeviceRequest.DeviceRequestRequesterComponent value)