
Uses of Class
org.hl7.fhir.r5.model.ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent
Packages that use ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent
-
Uses of ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponentModifier and TypeMethodDescriptionJsonParser.parseManufacturedItemDefinitionComponentConstituentComponent(com.google.gson.JsonObject json) XmlParser.parseManufacturedItemDefinitionComponentConstituentComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeManufacturedItemDefinitionComponentConstituentComponent(String name, ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent element) protected voidRdfParser.composeManufacturedItemDefinitionComponentConstituentComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent element, int index) protected voidXmlParser.composeManufacturedItemDefinitionComponentConstituentComponent(String name, ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent element) protected voidXmlParser.composeManufacturedItemDefinitionComponentConstituentComponentElements(ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent element) protected voidJsonParser.composeManufacturedItemDefinitionComponentConstituentComponentProperties(ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent element) protected booleanXmlParser.parseManufacturedItemDefinitionComponentConstituentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent res) protected voidJsonParser.parseManufacturedItemDefinitionComponentConstituentComponentProperties(com.google.gson.JsonObject json, ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent res) -
Uses of ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponentModifier and TypeFieldDescriptionManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.constituentA reference to a constituent of the manufactured item as a whole, linked here so that its component location within the item can be indicated.Methods in org.hl7.fhir.r5.model that return ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponentModifier and TypeMethodDescriptionManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.getConstituent()Methods in org.hl7.fhir.r5.model with parameters of type ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponentModifier and TypeMethodDescriptionManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.addConstituent(ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent t) voidManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.copyValues(ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponentModifier and TypeMethodDescriptionManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.setConstituent(List<ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent> theConstituent)