
Uses of Class
org.hl7.fhir.r4.model.DeviceRequest
Packages that use DeviceRequest
- 
Uses of DeviceRequest in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DeviceRequestModifier and TypeMethodDescriptionprotected DeviceRequestJsonParser.parseDeviceRequest(com.google.gson.JsonObject json) protected DeviceRequestXmlParser.parseDeviceRequest(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type DeviceRequestModifier and TypeMethodDescriptionprotected voidJsonParser.composeDeviceRequest(String name, DeviceRequest element) protected voidRdfParser.composeDeviceRequest(Turtle.Complex parent, String parentType, String name, DeviceRequest element, int index) protected voidXmlParser.composeDeviceRequest(String name, DeviceRequest element) protected voidXmlParser.composeDeviceRequestElements(DeviceRequest element) protected voidJsonParser.composeDeviceRequestInner(DeviceRequest element) protected booleanXmlParser.parseDeviceRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceRequest res) JsonParser.parseDeviceRequestDeviceRequestParameterComponent(com.google.gson.JsonObject json, DeviceRequest owner) XmlParser.parseDeviceRequestDeviceRequestParameterComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceRequest owner) 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) protected voidJsonParser.parseDeviceRequestProperties(com.google.gson.JsonObject json, DeviceRequest res)  - 
Uses of DeviceRequest in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return DeviceRequestModifier and TypeMethodDescriptionDeviceRequest.addBasedOn(Reference t) DeviceRequest.addIdentifier(Identifier t) DeviceRequest.addInstantiatesCanonical(String value) DeviceRequest.addInstantiatesUri(String value) DeviceRequest.addInsurance(Reference t) DeviceRequest.addNote(Annotation t) DeviceRequest.addParameter(DeviceRequest.DeviceRequestParameterComponent t) DeviceRequest.addPriorRequest(Reference t) DeviceRequest.addReasonCode(CodeableConcept t) DeviceRequest.addReasonReference(Reference t) DeviceRequest.addRelevantHistory(Reference t) DeviceRequest.addSupportingInfo(Reference t) DeviceRequest.copy()DeviceRequest.setAuthoredOn(Date value) DeviceRequest.setAuthoredOnElement(DateTimeType value) DeviceRequest.setBasedOn(List<Reference> theBasedOn) DeviceRequest.setEncounter(Reference value) DeviceRequest.setEncounterTarget(Encounter value) DeviceRequest.setGroupIdentifier(Identifier value) DeviceRequest.setIdentifier(List<Identifier> theIdentifier) DeviceRequest.setInstantiatesCanonical(List<CanonicalType> theInstantiatesCanonical) DeviceRequest.setInstantiatesUri(List<UriType> theInstantiatesUri) DeviceRequest.setInsurance(List<Reference> theInsurance) DeviceRequest.setIntent(DeviceRequest.RequestIntent value) DeviceRequest.setIntentElement(Enumeration<DeviceRequest.RequestIntent> value) DeviceRequest.setNote(List<Annotation> theNote) DeviceRequest.setOccurrence(Type value) DeviceRequest.setParameter(List<DeviceRequest.DeviceRequestParameterComponent> theParameter) DeviceRequest.setPerformer(Reference value) DeviceRequest.setPerformerTarget(Resource value) DeviceRequest.setPerformerType(CodeableConcept value) DeviceRequest.setPriority(DeviceRequest.RequestPriority value) DeviceRequest.setPriorityElement(Enumeration<DeviceRequest.RequestPriority> value) DeviceRequest.setPriorRequest(List<Reference> thePriorRequest) DeviceRequest.setReasonCode(List<CodeableConcept> theReasonCode) DeviceRequest.setReasonReference(List<Reference> theReasonReference) DeviceRequest.setRelevantHistory(List<Reference> theRelevantHistory) DeviceRequest.setRequester(Reference value) DeviceRequest.setRequesterTarget(Resource value) DeviceRequest.setStatus(DeviceRequest.DeviceRequestStatus value) DeviceRequest.setStatusElement(Enumeration<DeviceRequest.DeviceRequestStatus> value) DeviceRequest.setSubject(Reference value) DeviceRequest.setSubjectTarget(Resource value) DeviceRequest.setSupportingInfo(List<Reference> theSupportingInfo) protected DeviceRequestDeviceRequest.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type DeviceRequest