Uses of Class
org.hl7.fhir.r4.model.SupplyRequest
-
Packages that use SupplyRequest Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of SupplyRequest in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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) -
Uses of SupplyRequest in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type SupplyRequest Modifier and Type Field Description protected List<SupplyRequest>SupplyDelivery. basedOnTargetThe actual objects that are the target of the reference (A plan, proposal or order that is fulfilled in whole or in part by this event.)Methods in org.hl7.fhir.r4.model that return types with arguments of type SupplyRequest Modifier and Type Method Description List<SupplyRequest>SupplyDelivery. getBasedOnTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type SupplyRequest Modifier and Type Method Description voidSupplyRequest. copyValues(SupplyRequest dst)
-