Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionMaterialComponent
-
Uses of DeviceDefinition.DeviceDefinitionMaterialComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseDeviceDefinitionMaterialComponent
(com.google.gson.JsonObject json) XmlParser.parseDeviceDefinitionMaterialComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDeviceDefinitionMaterialComponent
(String name, DeviceDefinition.DeviceDefinitionMaterialComponent element) protected void
RdfParser.composeDeviceDefinitionMaterialComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceDefinition.DeviceDefinitionMaterialComponent element, int index) protected void
XmlParser.composeDeviceDefinitionMaterialComponent
(String name, DeviceDefinition.DeviceDefinitionMaterialComponent element) protected void
XmlParser.composeDeviceDefinitionMaterialComponentElements
(DeviceDefinition.DeviceDefinitionMaterialComponent element) protected void
JsonParser.composeDeviceDefinitionMaterialComponentProperties
(DeviceDefinition.DeviceDefinitionMaterialComponent element) protected boolean
XmlParser.parseDeviceDefinitionMaterialComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition.DeviceDefinitionMaterialComponent res) protected void
JsonParser.parseDeviceDefinitionMaterialComponentProperties
(com.google.gson.JsonObject json, DeviceDefinition.DeviceDefinitionMaterialComponent res) -
Uses of DeviceDefinition.DeviceDefinitionMaterialComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionDeviceDefinition.material
A substance used to create the material(s) of which the device is made.Modifier and TypeMethodDescriptionDeviceDefinition.addMaterial()
DeviceDefinition.DeviceDefinitionMaterialComponent.copy()
DeviceDefinition.getMaterialFirstRep()
DeviceDefinition.DeviceDefinitionMaterialComponent.setAllergenicIndicator
(boolean value) DeviceDefinition.DeviceDefinitionMaterialComponent.setAllergenicIndicatorElement
(BooleanType value) DeviceDefinition.DeviceDefinitionMaterialComponent.setAlternate
(boolean value) DeviceDefinition.DeviceDefinitionMaterialComponent.setAlternateElement
(BooleanType value) DeviceDefinition.DeviceDefinitionMaterialComponent.setSubstance
(CodeableConcept value) Modifier and TypeMethodDescriptionDeviceDefinition.addMaterial
(DeviceDefinition.DeviceDefinitionMaterialComponent t) void
DeviceDefinition.DeviceDefinitionMaterialComponent.copyValues
(DeviceDefinition.DeviceDefinitionMaterialComponent dst) Modifier and TypeMethodDescriptionDeviceDefinition.setMaterial
(List<DeviceDefinition.DeviceDefinitionMaterialComponent> theMaterial)