Uses of Class
org.hl7.fhir.dstu3.model.SupplyRequest.SupplyRequestOrderedItemComponent
Packages that use SupplyRequest.SupplyRequestOrderedItemComponent
-
Uses of SupplyRequest.SupplyRequestOrderedItemComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return SupplyRequest.SupplyRequestOrderedItemComponentModifier and TypeMethodDescriptionJsonParser.parseSupplyRequestSupplyRequestOrderedItemComponent(com.google.gson.JsonObject json, SupplyRequest owner)XmlParser.parseSupplyRequestSupplyRequestOrderedItemComponent(org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner)Methods in org.hl7.fhir.dstu3.formats with parameters of type SupplyRequest.SupplyRequestOrderedItemComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeSupplyRequestSupplyRequestOrderedItemComponent(String name, SupplyRequest.SupplyRequestOrderedItemComponent element)protected voidRdfParser.composeSupplyRequestSupplyRequestOrderedItemComponent(Turtle.Complex parent, String parentType, String name, SupplyRequest.SupplyRequestOrderedItemComponent element, int index)protected voidXmlParser.composeSupplyRequestSupplyRequestOrderedItemComponent(String name, SupplyRequest.SupplyRequestOrderedItemComponent element)protected voidXmlParser.composeSupplyRequestSupplyRequestOrderedItemComponentElements(SupplyRequest.SupplyRequestOrderedItemComponent element)protected voidJsonParser.composeSupplyRequestSupplyRequestOrderedItemComponentInner(SupplyRequest.SupplyRequestOrderedItemComponent element)protected booleanXmlParser.parseSupplyRequestSupplyRequestOrderedItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner, SupplyRequest.SupplyRequestOrderedItemComponent res)protected voidJsonParser.parseSupplyRequestSupplyRequestOrderedItemComponentProperties(com.google.gson.JsonObject json, SupplyRequest owner, SupplyRequest.SupplyRequestOrderedItemComponent res) -
Uses of SupplyRequest.SupplyRequestOrderedItemComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as SupplyRequest.SupplyRequestOrderedItemComponentMethods in org.hl7.fhir.dstu3.model that return SupplyRequest.SupplyRequestOrderedItemComponentModifier and TypeMethodDescriptionSupplyRequest.SupplyRequestOrderedItemComponent.copy()SupplyRequest.getOrderedItem()SupplyRequest.SupplyRequestOrderedItemComponent.setQuantity(Quantity value)Methods in org.hl7.fhir.dstu3.model with parameters of type SupplyRequest.SupplyRequestOrderedItemComponentModifier and TypeMethodDescriptionSupplyRequest.setOrderedItem(SupplyRequest.SupplyRequestOrderedItemComponent value)