
Uses of Class
org.hl7.fhir.r5.model.InventoryItem.InventoryItemAssociationComponent
Packages that use InventoryItem.InventoryItemAssociationComponent
-
Uses of InventoryItem.InventoryItemAssociationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return InventoryItem.InventoryItemAssociationComponentModifier and TypeMethodDescriptionJsonParser.parseInventoryItemAssociationComponent
(com.google.gson.JsonObject json) XmlParser.parseInventoryItemAssociationComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type InventoryItem.InventoryItemAssociationComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeInventoryItemAssociationComponent
(String name, InventoryItem.InventoryItemAssociationComponent element) protected void
RdfParser.composeInventoryItemAssociationComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, InventoryItem.InventoryItemAssociationComponent element, int index) protected void
XmlParser.composeInventoryItemAssociationComponent
(String name, InventoryItem.InventoryItemAssociationComponent element) protected void
XmlParser.composeInventoryItemAssociationComponentElements
(InventoryItem.InventoryItemAssociationComponent element) protected void
JsonParser.composeInventoryItemAssociationComponentProperties
(InventoryItem.InventoryItemAssociationComponent element) protected boolean
XmlParser.parseInventoryItemAssociationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, InventoryItem.InventoryItemAssociationComponent res) protected void
JsonParser.parseInventoryItemAssociationComponentProperties
(com.google.gson.JsonObject json, InventoryItem.InventoryItemAssociationComponent res) -
Uses of InventoryItem.InventoryItemAssociationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type InventoryItem.InventoryItemAssociationComponentModifier and TypeFieldDescriptionInventoryItem.association
Association with other items or products.Methods in org.hl7.fhir.r5.model that return InventoryItem.InventoryItemAssociationComponentModifier and TypeMethodDescriptionInventoryItem.addAssociation()
InventoryItem.InventoryItemAssociationComponent.copy()
InventoryItem.getAssociationFirstRep()
InventoryItem.InventoryItemAssociationComponent.setAssociationType
(CodeableConcept value) InventoryItem.InventoryItemAssociationComponent.setQuantity
(Ratio value) InventoryItem.InventoryItemAssociationComponent.setRelatedItem
(Reference value) Methods in org.hl7.fhir.r5.model that return types with arguments of type InventoryItem.InventoryItemAssociationComponentMethods in org.hl7.fhir.r5.model with parameters of type InventoryItem.InventoryItemAssociationComponentModifier and TypeMethodDescriptionInventoryItem.addAssociation
(InventoryItem.InventoryItemAssociationComponent t) void
InventoryItem.InventoryItemAssociationComponent.copyValues
(InventoryItem.InventoryItemAssociationComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type InventoryItem.InventoryItemAssociationComponentModifier and TypeMethodDescriptionInventoryItem.setAssociation
(List<InventoryItem.InventoryItemAssociationComponent> theAssociation)