Uses of Class
org.hl7.fhir.r4.model.DeviceDefinition.DeviceDefinitionMaterialComponent
-
Uses of DeviceDefinition.DeviceDefinitionMaterialComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseDeviceDefinitionDeviceDefinitionMaterialComponent
(com.google.gson.JsonObject json, DeviceDefinition owner) XmlParser.parseDeviceDefinitionDeviceDefinitionMaterialComponent
(org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDeviceDefinitionDeviceDefinitionMaterialComponent
(String name, DeviceDefinition.DeviceDefinitionMaterialComponent element) protected void
RdfParser.composeDeviceDefinitionDeviceDefinitionMaterialComponent
(Turtle.Complex parent, String parentType, String name, DeviceDefinition.DeviceDefinitionMaterialComponent element, int index) protected void
XmlParser.composeDeviceDefinitionDeviceDefinitionMaterialComponent
(String name, DeviceDefinition.DeviceDefinitionMaterialComponent element) protected void
XmlParser.composeDeviceDefinitionDeviceDefinitionMaterialComponentElements
(DeviceDefinition.DeviceDefinitionMaterialComponent element) protected void
JsonParser.composeDeviceDefinitionDeviceDefinitionMaterialComponentInner
(DeviceDefinition.DeviceDefinitionMaterialComponent element) protected boolean
XmlParser.parseDeviceDefinitionDeviceDefinitionMaterialComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionMaterialComponent res) protected void
JsonParser.parseDeviceDefinitionDeviceDefinitionMaterialComponentProperties
(com.google.gson.JsonObject json, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionMaterialComponent res) -
Uses of DeviceDefinition.DeviceDefinitionMaterialComponent in org.hl7.fhir.r4.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)