Uses of Class
org.hl7.fhir.dstu3.model.DeviceRequest.DeviceRequestRequesterComponent
-
Uses of DeviceRequest.DeviceRequestRequesterComponent in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionJsonParser.parseDeviceRequestDeviceRequestRequesterComponent
(com.google.gson.JsonObject json, DeviceRequest owner) XmlParser.parseDeviceRequestDeviceRequestRequesterComponent
(org.xmlpull.v1.XmlPullParser xpp, DeviceRequest owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDeviceRequestDeviceRequestRequesterComponent
(String name, DeviceRequest.DeviceRequestRequesterComponent element) protected void
RdfParser.composeDeviceRequestDeviceRequestRequesterComponent
(Turtle.Complex parent, String parentType, String name, DeviceRequest.DeviceRequestRequesterComponent element, int index) protected void
XmlParser.composeDeviceRequestDeviceRequestRequesterComponent
(String name, DeviceRequest.DeviceRequestRequesterComponent element) protected void
XmlParser.composeDeviceRequestDeviceRequestRequesterComponentElements
(DeviceRequest.DeviceRequestRequesterComponent element) protected void
JsonParser.composeDeviceRequestDeviceRequestRequesterComponentInner
(DeviceRequest.DeviceRequestRequesterComponent element) protected boolean
XmlParser.parseDeviceRequestDeviceRequestRequesterComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceRequest owner, DeviceRequest.DeviceRequestRequesterComponent res) protected void
JsonParser.parseDeviceRequestDeviceRequestRequesterComponentProperties
(com.google.gson.JsonObject json, DeviceRequest owner, DeviceRequest.DeviceRequestRequesterComponent res) -
Uses of DeviceRequest.DeviceRequestRequesterComponent in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionDeviceRequest.requester
The individual who initiated the request and has responsibility for its activation.Modifier and TypeMethodDescriptionDeviceRequest.DeviceRequestRequesterComponent.copy()
DeviceRequest.getRequester()
DeviceRequest.DeviceRequestRequesterComponent.setAgentTarget
(Resource value) DeviceRequest.DeviceRequestRequesterComponent.setOnBehalfOf
(Reference value) DeviceRequest.DeviceRequestRequesterComponent.setOnBehalfOfTarget
(Organization value) Modifier and TypeMethodDescriptionDeviceRequest.setRequester
(DeviceRequest.DeviceRequestRequesterComponent value)