Uses of Class
org.hl7.fhir.r4b.model.SupplyRequest
-
Packages that use SupplyRequest Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of SupplyRequest in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return SupplyRequest Modifier and Type Method Description protected SupplyRequestJsonParser. parseSupplyRequest(com.google.gson.JsonObject json)protected SupplyRequestXmlParser. parseSupplyRequest(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type SupplyRequest Modifier and Type Method Description protected voidJsonParser. composeSupplyRequest(String name, SupplyRequest element)protected voidRdfParser. composeSupplyRequest(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, SupplyRequest element, int index)protected voidXmlParser. composeSupplyRequest(String name, SupplyRequest element)protected voidXmlParser. composeSupplyRequestElements(SupplyRequest element)protected voidJsonParser. composeSupplyRequestProperties(SupplyRequest element)protected booleanXmlParser. parseSupplyRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyRequest res)protected voidJsonParser. parseSupplyRequestProperties(com.google.gson.JsonObject json, SupplyRequest res) -
Uses of SupplyRequest in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type SupplyRequest Modifier and Type Method Description voidSupplyRequest. copyValues(SupplyRequest dst)
-