Uses of Class
org.hl7.fhir.r5.model.ServiceRequest
-
Packages that use ServiceRequest Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ServiceRequest in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ServiceRequest Modifier and Type Method Description protected ServiceRequestJsonParser. parseServiceRequest(com.google.gson.JsonObject json)protected ServiceRequestXmlParser. parseServiceRequest(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type ServiceRequest Modifier and Type Method Description protected voidJsonParser. composeServiceRequest(String name, ServiceRequest element)protected voidRdfParser. composeServiceRequest(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ServiceRequest element, int index)protected voidXmlParser. composeServiceRequest(String name, ServiceRequest element)protected voidXmlParser. composeServiceRequestElements(ServiceRequest element)protected voidJsonParser. composeServiceRequestProperties(ServiceRequest element)protected booleanXmlParser. parseServiceRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ServiceRequest res)protected voidJsonParser. parseServiceRequestProperties(com.google.gson.JsonObject json, ServiceRequest res) -
Uses of ServiceRequest in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type ServiceRequest Modifier and Type Method Description voidServiceRequest. copyValues(ServiceRequest dst)
-