
Uses of Class
org.hl7.fhir.r5.model.ServiceRequest.ServiceRequestOrderDetailParameterComponent
Packages that use ServiceRequest.ServiceRequestOrderDetailParameterComponent
-
Uses of ServiceRequest.ServiceRequestOrderDetailParameterComponent in org.hl7.fhir.r5.formats
Methods 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 void
JsonParser.composeServiceRequestOrderDetailParameterComponent
(String name, ServiceRequest.ServiceRequestOrderDetailParameterComponent element) protected void
RdfParser.composeServiceRequestOrderDetailParameterComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ServiceRequest.ServiceRequestOrderDetailParameterComponent element, int index) protected void
XmlParser.composeServiceRequestOrderDetailParameterComponent
(String name, ServiceRequest.ServiceRequestOrderDetailParameterComponent element) protected void
XmlParser.composeServiceRequestOrderDetailParameterComponentElements
(ServiceRequest.ServiceRequestOrderDetailParameterComponent element) protected void
JsonParser.composeServiceRequestOrderDetailParameterComponentProperties
(ServiceRequest.ServiceRequestOrderDetailParameterComponent element) protected boolean
XmlParser.parseServiceRequestOrderDetailParameterComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ServiceRequest.ServiceRequestOrderDetailParameterComponent res) protected void
JsonParser.parseServiceRequestOrderDetailParameterComponentProperties
(com.google.gson.JsonObject json, ServiceRequest.ServiceRequestOrderDetailParameterComponent res) -
Uses of ServiceRequest.ServiceRequestOrderDetailParameterComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ServiceRequest.ServiceRequestOrderDetailParameterComponentModifier and TypeFieldDescriptionServiceRequest.ServiceRequestOrderDetailComponent.parameter
The 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) void
ServiceRequest.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