
Uses of Class
org.hl7.fhir.dstu3.model.SupplyRequest
Package | Description |
---|---|
org.hl7.fhir.dstu3.formats | |
org.hl7.fhir.dstu3.model |
-
Uses of SupplyRequest in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return SupplyRequest Modifier and Type Method Description protected SupplyRequest
JsonParser. parseSupplyRequest(com.google.gson.JsonObject json)
protected SupplyRequest
XmlParser. parseSupplyRequest(org.xmlpull.v1.XmlPullParser xpp)
-
Uses of SupplyRequest in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type SupplyRequest Modifier and Type Field Description protected List<SupplyRequest>
SupplyDelivery. basedOnTarget
The 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.dstu3.model that return types with arguments of type SupplyRequest Modifier and Type Method Description List<SupplyRequest>
SupplyDelivery. getBasedOnTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead