
Uses of Class
org.hl7.fhir.r5.model.ServiceRequest.ServiceRequestOrderDetailComponent
Packages that use ServiceRequest.ServiceRequestOrderDetailComponent
-
Uses of ServiceRequest.ServiceRequestOrderDetailComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ServiceRequest.ServiceRequestOrderDetailComponentModifier and TypeMethodDescriptionJsonParser.parseServiceRequestOrderDetailComponent
(com.google.gson.JsonObject json) XmlParser.parseServiceRequestOrderDetailComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ServiceRequest.ServiceRequestOrderDetailComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeServiceRequestOrderDetailComponent
(String name, ServiceRequest.ServiceRequestOrderDetailComponent element) protected void
RdfParser.composeServiceRequestOrderDetailComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ServiceRequest.ServiceRequestOrderDetailComponent element, int index) protected void
XmlParser.composeServiceRequestOrderDetailComponent
(String name, ServiceRequest.ServiceRequestOrderDetailComponent element) protected void
XmlParser.composeServiceRequestOrderDetailComponentElements
(ServiceRequest.ServiceRequestOrderDetailComponent element) protected void
JsonParser.composeServiceRequestOrderDetailComponentProperties
(ServiceRequest.ServiceRequestOrderDetailComponent element) protected boolean
XmlParser.parseServiceRequestOrderDetailComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ServiceRequest.ServiceRequestOrderDetailComponent res) protected void
JsonParser.parseServiceRequestOrderDetailComponentProperties
(com.google.gson.JsonObject json, ServiceRequest.ServiceRequestOrderDetailComponent res) -
Uses of ServiceRequest.ServiceRequestOrderDetailComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ServiceRequest.ServiceRequestOrderDetailComponentModifier and TypeFieldDescriptionServiceRequest.orderDetail
Additional details and instructions about the how the services are to be delivered.Methods in org.hl7.fhir.r5.model that return ServiceRequest.ServiceRequestOrderDetailComponentModifier and TypeMethodDescriptionServiceRequest.addOrderDetail()
ServiceRequest.ServiceRequestOrderDetailComponent.addParameter
(ServiceRequest.ServiceRequestOrderDetailParameterComponent t) ServiceRequest.ServiceRequestOrderDetailComponent.copy()
ServiceRequest.getOrderDetailFirstRep()
ServiceRequest.ServiceRequestOrderDetailComponent.setParameter
(List<ServiceRequest.ServiceRequestOrderDetailParameterComponent> theParameter) ServiceRequest.ServiceRequestOrderDetailComponent.setParameterFocus
(CodeableReference value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ServiceRequest.ServiceRequestOrderDetailComponentMethods in org.hl7.fhir.r5.model with parameters of type ServiceRequest.ServiceRequestOrderDetailComponentModifier and TypeMethodDescriptionServiceRequest.addOrderDetail
(ServiceRequest.ServiceRequestOrderDetailComponent t) void
ServiceRequest.ServiceRequestOrderDetailComponent.copyValues
(ServiceRequest.ServiceRequestOrderDetailComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ServiceRequest.ServiceRequestOrderDetailComponentModifier and TypeMethodDescriptionServiceRequest.setOrderDetail
(List<ServiceRequest.ServiceRequestOrderDetailComponent> theOrderDetail)