Uses of Class
org.hl7.fhir.r5.model.ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent
-
Uses of ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseManufacturedItemDefinitionComponentConstituentComponent
(com.google.gson.JsonObject json) XmlParser.parseManufacturedItemDefinitionComponentConstituentComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeManufacturedItemDefinitionComponentConstituentComponent
(String name, ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent element) protected void
RdfParser.composeManufacturedItemDefinitionComponentConstituentComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent element, int index) protected void
XmlParser.composeManufacturedItemDefinitionComponentConstituentComponent
(String name, ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent element) protected void
XmlParser.composeManufacturedItemDefinitionComponentConstituentComponentElements
(ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent element) protected void
JsonParser.composeManufacturedItemDefinitionComponentConstituentComponentProperties
(ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent element) protected boolean
XmlParser.parseManufacturedItemDefinitionComponentConstituentComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent res) protected void
JsonParser.parseManufacturedItemDefinitionComponentConstituentComponentProperties
(com.google.gson.JsonObject json, ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent res) -
Uses of ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.constituent
A reference to a constituent of the manufactured item as a whole, linked here so that its component location within the item can be indicated.Modifier and TypeMethodDescriptionManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.addAmount
(Quantity t) ManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.addConstituent()
ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.addFunction
(CodeableConcept t) ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.addHasIngredient
(CodeableReference t) ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.addLocation
(CodeableConcept t) ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.copy()
ManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.getConstituentFirstRep()
ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.setAmount
(List<Quantity> theAmount) ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.setFunction
(List<CodeableConcept> theFunction) ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.setHasIngredient
(List<CodeableReference> theHasIngredient) ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.setLocation
(List<CodeableConcept> theLocation) Modifier and TypeMethodDescriptionManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.getConstituent()
Modifier and TypeMethodDescriptionManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.addConstituent
(ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent t) void
ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.copyValues
(ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent dst) Modifier and TypeMethodDescriptionManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.setConstituent
(List<ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent> theConstituent)