Uses of Class
org.hl7.fhir.r5.model.InventoryItem.InventoryItemAssociationComponent
-
Uses of InventoryItem.InventoryItemAssociationComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseInventoryItemAssociationComponent
(com.google.gson.JsonObject json) XmlParser.parseInventoryItemAssociationComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier and TypeFieldDescriptionInventoryItem.association
Association with other items or products.Modifier and TypeMethodDescriptionInventoryItem.addAssociation()
InventoryItem.InventoryItemAssociationComponent.copy()
InventoryItem.getAssociationFirstRep()
InventoryItem.InventoryItemAssociationComponent.setAssociationType
(CodeableConcept value) InventoryItem.InventoryItemAssociationComponent.setQuantity
(Ratio value) InventoryItem.InventoryItemAssociationComponent.setRelatedItem
(Reference value) Modifier and TypeMethodDescriptionInventoryItem.addAssociation
(InventoryItem.InventoryItemAssociationComponent t) void
InventoryItem.InventoryItemAssociationComponent.copyValues
(InventoryItem.InventoryItemAssociationComponent dst) Modifier and TypeMethodDescriptionInventoryItem.setAssociation
(List<InventoryItem.InventoryItemAssociationComponent> theAssociation)