Uses of Class
org.hl7.fhir.r5.model.InventoryItem
-
Uses of InventoryItem in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected InventoryItem
JsonParser.parseInventoryItem
(com.google.gson.JsonObject json) protected InventoryItem
XmlParser.parseInventoryItem
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeInventoryItem
(String name, InventoryItem element) protected void
RdfParser.composeInventoryItem
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, InventoryItem element, int index) protected void
XmlParser.composeInventoryItem
(String name, InventoryItem element) protected void
XmlParser.composeInventoryItemElements
(InventoryItem element) protected void
JsonParser.composeInventoryItemProperties
(InventoryItem element) protected boolean
XmlParser.parseInventoryItemContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, InventoryItem res) protected void
JsonParser.parseInventoryItemProperties
(com.google.gson.JsonObject json, InventoryItem res) -
Uses of InventoryItem in org.hl7.fhir.r5.model
Modifier and TypeMethodDescriptionInventoryItem.addAssociation
(InventoryItem.InventoryItemAssociationComponent t) InventoryItem.addCategory
(CodeableConcept t) InventoryItem.addCharacteristic
(InventoryItem.InventoryItemCharacteristicComponent t) InventoryItem.addCode
(CodeableConcept t) InventoryItem.addIdentifier
(Identifier t) InventoryItem.addInventoryStatus
(CodeableConcept t) InventoryItem.addName
(InventoryItem.InventoryItemNameComponent t) InventoryItem.addResponsibleOrganization
(InventoryItem.InventoryItemResponsibleOrganizationComponent t) InventoryItem.copy()
InventoryItem.setAssociation
(List<InventoryItem.InventoryItemAssociationComponent> theAssociation) InventoryItem.setBaseUnit
(CodeableConcept value) InventoryItem.setCategory
(List<CodeableConcept> theCategory) InventoryItem.setCharacteristic
(List<InventoryItem.InventoryItemCharacteristicComponent> theCharacteristic) InventoryItem.setCode
(List<CodeableConcept> theCode) InventoryItem.setDescription
(InventoryItem.InventoryItemDescriptionComponent value) InventoryItem.setIdentifier
(List<Identifier> theIdentifier) InventoryItem.setInstance
(InventoryItem.InventoryItemInstanceComponent value) InventoryItem.setInventoryStatus
(List<CodeableConcept> theInventoryStatus) InventoryItem.setName
(List<InventoryItem.InventoryItemNameComponent> theName) InventoryItem.setNetContent
(Quantity value) InventoryItem.setProductReference
(Reference value) InventoryItem.setResponsibleOrganization
(List<InventoryItem.InventoryItemResponsibleOrganizationComponent> theResponsibleOrganization) InventoryItem.setStatus
(InventoryItem.InventoryItemStatusCodes value) InventoryItem.setStatusElement
(Enumeration<InventoryItem.InventoryItemStatusCodes> value) protected InventoryItem
InventoryItem.typedCopy()