
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 voidJsonParser.composeServiceRequestOrderDetailComponent(String name, ServiceRequest.ServiceRequestOrderDetailComponent element) protected voidRdfParser.composeServiceRequestOrderDetailComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ServiceRequest.ServiceRequestOrderDetailComponent element, int index) protected voidXmlParser.composeServiceRequestOrderDetailComponent(String name, ServiceRequest.ServiceRequestOrderDetailComponent element) protected voidXmlParser.composeServiceRequestOrderDetailComponentElements(ServiceRequest.ServiceRequestOrderDetailComponent element) protected voidJsonParser.composeServiceRequestOrderDetailComponentProperties(ServiceRequest.ServiceRequestOrderDetailComponent element) protected booleanXmlParser.parseServiceRequestOrderDetailComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ServiceRequest.ServiceRequestOrderDetailComponent res) protected voidJsonParser.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.orderDetailAdditional 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) voidServiceRequest.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)