Uses of Class
org.hl7.fhir.dstu3.model.SupplyRequest.SupplyRequestOrderedItemComponent
-
Packages that use SupplyRequest.SupplyRequestOrderedItemComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of SupplyRequest.SupplyRequestOrderedItemComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return SupplyRequest.SupplyRequestOrderedItemComponent Modifier and Type Method Description protected SupplyRequest.SupplyRequestOrderedItemComponentJsonParser. parseSupplyRequestSupplyRequestOrderedItemComponent(com.google.gson.JsonObject json, SupplyRequest owner)protected SupplyRequest.SupplyRequestOrderedItemComponentXmlParser. parseSupplyRequestSupplyRequestOrderedItemComponent(org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner) -
Uses of SupplyRequest.SupplyRequestOrderedItemComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as SupplyRequest.SupplyRequestOrderedItemComponent Modifier and Type Field Description protected SupplyRequest.SupplyRequestOrderedItemComponentSupplyRequest. orderedItemThe item being requested.Methods in org.hl7.fhir.dstu3.model that return SupplyRequest.SupplyRequestOrderedItemComponent Modifier and Type Method Description SupplyRequest.SupplyRequestOrderedItemComponentSupplyRequest.SupplyRequestOrderedItemComponent. copy()SupplyRequest.SupplyRequestOrderedItemComponentSupplyRequest. getOrderedItem()SupplyRequest.SupplyRequestOrderedItemComponentSupplyRequest.SupplyRequestOrderedItemComponent. setItem(Type value)SupplyRequest.SupplyRequestOrderedItemComponentSupplyRequest.SupplyRequestOrderedItemComponent. setQuantity(Quantity value)Methods in org.hl7.fhir.dstu3.model with parameters of type SupplyRequest.SupplyRequestOrderedItemComponent Modifier and Type Method Description SupplyRequestSupplyRequest. setOrderedItem(SupplyRequest.SupplyRequestOrderedItemComponent value)
-