Uses of Class
org.hl7.fhir.dstu3.model.DeviceRequest.DeviceRequestRequesterComponent
-
Packages that use DeviceRequest.DeviceRequestRequesterComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of DeviceRequest.DeviceRequestRequesterComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return DeviceRequest.DeviceRequestRequesterComponent Modifier and Type Method Description protected DeviceRequest.DeviceRequestRequesterComponentJsonParser. parseDeviceRequestDeviceRequestRequesterComponent(com.google.gson.JsonObject json, DeviceRequest owner)protected DeviceRequest.DeviceRequestRequesterComponentXmlParser. parseDeviceRequestDeviceRequestRequesterComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceRequest owner) -
Uses of DeviceRequest.DeviceRequestRequesterComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as DeviceRequest.DeviceRequestRequesterComponent Modifier and Type Field Description protected DeviceRequest.DeviceRequestRequesterComponentDeviceRequest. requesterThe individual who initiated the request and has responsibility for its activation.Methods in org.hl7.fhir.dstu3.model that return DeviceRequest.DeviceRequestRequesterComponent Modifier and Type Method Description DeviceRequest.DeviceRequestRequesterComponentDeviceRequest.DeviceRequestRequesterComponent. copy()DeviceRequest.DeviceRequestRequesterComponentDeviceRequest. getRequester()DeviceRequest.DeviceRequestRequesterComponentDeviceRequest.DeviceRequestRequesterComponent. setAgent(Reference value)DeviceRequest.DeviceRequestRequesterComponentDeviceRequest.DeviceRequestRequesterComponent. setAgentTarget(Resource value)DeviceRequest.DeviceRequestRequesterComponentDeviceRequest.DeviceRequestRequesterComponent. setOnBehalfOf(Reference value)DeviceRequest.DeviceRequestRequesterComponentDeviceRequest.DeviceRequestRequesterComponent. setOnBehalfOfTarget(Organization value)Methods in org.hl7.fhir.dstu3.model with parameters of type DeviceRequest.DeviceRequestRequesterComponent Modifier and Type Method Description DeviceRequestDeviceRequest. setRequester(DeviceRequest.DeviceRequestRequesterComponent value)
-