
Uses of Class
org.hl7.fhir.r5.model.InventoryItem.InventoryItemCharacteristicComponent
Packages that use InventoryItem.InventoryItemCharacteristicComponent
-
Uses of InventoryItem.InventoryItemCharacteristicComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return InventoryItem.InventoryItemCharacteristicComponentModifier and TypeMethodDescriptionJsonParser.parseInventoryItemCharacteristicComponent
(com.google.gson.JsonObject json) XmlParser.parseInventoryItemCharacteristicComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type InventoryItem.InventoryItemCharacteristicComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeInventoryItemCharacteristicComponent
(String name, InventoryItem.InventoryItemCharacteristicComponent element) protected void
RdfParser.composeInventoryItemCharacteristicComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, InventoryItem.InventoryItemCharacteristicComponent element, int index) protected void
XmlParser.composeInventoryItemCharacteristicComponent
(String name, InventoryItem.InventoryItemCharacteristicComponent element) protected void
XmlParser.composeInventoryItemCharacteristicComponentElements
(InventoryItem.InventoryItemCharacteristicComponent element) protected void
JsonParser.composeInventoryItemCharacteristicComponentProperties
(InventoryItem.InventoryItemCharacteristicComponent element) protected boolean
XmlParser.parseInventoryItemCharacteristicComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, InventoryItem.InventoryItemCharacteristicComponent res) protected void
JsonParser.parseInventoryItemCharacteristicComponentProperties
(com.google.gson.JsonObject json, InventoryItem.InventoryItemCharacteristicComponent res) -
Uses of InventoryItem.InventoryItemCharacteristicComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type InventoryItem.InventoryItemCharacteristicComponentModifier and TypeFieldDescriptionInventoryItem.characteristic
The descriptive or identifying characteristics of the item.Methods in org.hl7.fhir.r5.model that return InventoryItem.InventoryItemCharacteristicComponentModifier and TypeMethodDescriptionInventoryItem.addCharacteristic()
InventoryItem.InventoryItemCharacteristicComponent.copy()
InventoryItem.getCharacteristicFirstRep()
InventoryItem.InventoryItemCharacteristicComponent.setCharacteristicType
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type InventoryItem.InventoryItemCharacteristicComponentMethods in org.hl7.fhir.r5.model with parameters of type InventoryItem.InventoryItemCharacteristicComponentModifier and TypeMethodDescriptionInventoryItem.addCharacteristic
(InventoryItem.InventoryItemCharacteristicComponent t) void
InventoryItem.InventoryItemCharacteristicComponent.copyValues
(InventoryItem.InventoryItemCharacteristicComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type InventoryItem.InventoryItemCharacteristicComponentModifier and TypeMethodDescriptionInventoryItem.setCharacteristic
(List<InventoryItem.InventoryItemCharacteristicComponent> theCharacteristic)