
Uses of Class
org.hl7.fhir.r5.model.ServiceRequest.ServiceRequestOrderDetailParameterComponent
Packages that use ServiceRequest.ServiceRequestOrderDetailParameterComponent
- 
Uses of ServiceRequest.ServiceRequestOrderDetailParameterComponent in org.hl7.fhir.r5.formatsMethods in org.hl7.fhir.r5.formats that return ServiceRequest.ServiceRequestOrderDetailParameterComponentModifier and TypeMethodDescriptionJsonParser.parseServiceRequestOrderDetailParameterComponent(com.google.gson.JsonObject json) XmlParser.parseServiceRequestOrderDetailParameterComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ServiceRequest.ServiceRequestOrderDetailParameterComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeServiceRequestOrderDetailParameterComponent(String name, ServiceRequest.ServiceRequestOrderDetailParameterComponent element) protected voidRdfParser.composeServiceRequestOrderDetailParameterComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ServiceRequest.ServiceRequestOrderDetailParameterComponent element, int index) protected voidXmlParser.composeServiceRequestOrderDetailParameterComponent(String name, ServiceRequest.ServiceRequestOrderDetailParameterComponent element) protected voidXmlParser.composeServiceRequestOrderDetailParameterComponentElements(ServiceRequest.ServiceRequestOrderDetailParameterComponent element) protected voidJsonParser.composeServiceRequestOrderDetailParameterComponentProperties(ServiceRequest.ServiceRequestOrderDetailParameterComponent element) protected booleanXmlParser.parseServiceRequestOrderDetailParameterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ServiceRequest.ServiceRequestOrderDetailParameterComponent res) protected voidJsonParser.parseServiceRequestOrderDetailParameterComponentProperties(com.google.gson.JsonObject json, ServiceRequest.ServiceRequestOrderDetailParameterComponent res) 
- 
Uses of ServiceRequest.ServiceRequestOrderDetailParameterComponent in org.hl7.fhir.r5.modelFields in org.hl7.fhir.r5.model with type parameters of type ServiceRequest.ServiceRequestOrderDetailParameterComponentModifier and TypeFieldDescriptionServiceRequest.ServiceRequestOrderDetailComponent.parameterThe parameter details for the service being requested.Methods in org.hl7.fhir.r5.model that return ServiceRequest.ServiceRequestOrderDetailParameterComponentModifier and TypeMethodDescriptionServiceRequest.ServiceRequestOrderDetailComponent.addParameter()ServiceRequest.ServiceRequestOrderDetailParameterComponent.copy()ServiceRequest.ServiceRequestOrderDetailComponent.getParameterFirstRep()ServiceRequest.ServiceRequestOrderDetailParameterComponent.setCode(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ServiceRequest.ServiceRequestOrderDetailParameterComponentModifier and TypeMethodDescriptionServiceRequest.ServiceRequestOrderDetailComponent.getParameter()Methods in org.hl7.fhir.r5.model with parameters of type ServiceRequest.ServiceRequestOrderDetailParameterComponentModifier and TypeMethodDescriptionServiceRequest.ServiceRequestOrderDetailComponent.addParameter(ServiceRequest.ServiceRequestOrderDetailParameterComponent t) voidServiceRequest.ServiceRequestOrderDetailParameterComponent.copyValues(ServiceRequest.ServiceRequestOrderDetailParameterComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ServiceRequest.ServiceRequestOrderDetailParameterComponentModifier and TypeMethodDescriptionServiceRequest.ServiceRequestOrderDetailComponent.setParameter(List<ServiceRequest.ServiceRequestOrderDetailParameterComponent> theParameter) Constructors in org.hl7.fhir.r5.model with parameters of type ServiceRequest.ServiceRequestOrderDetailParameterComponentModifierConstructorDescriptionServiceRequestOrderDetailComponent(ServiceRequest.ServiceRequestOrderDetailParameterComponent parameter) Constructor