Uses of Class
org.hl7.fhir.r4b.model.DeviceDefinition.DeviceDefinitionMaterialComponent
-
Packages that use DeviceDefinition.DeviceDefinitionMaterialComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of DeviceDefinition.DeviceDefinitionMaterialComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return DeviceDefinition.DeviceDefinitionMaterialComponent Modifier and Type Method Description protected DeviceDefinition.DeviceDefinitionMaterialComponentJsonParser. parseDeviceDefinitionMaterialComponent(com.google.gson.JsonObject json)protected DeviceDefinition.DeviceDefinitionMaterialComponentXmlParser. parseDeviceDefinitionMaterialComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of DeviceDefinition.DeviceDefinitionMaterialComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type DeviceDefinition.DeviceDefinitionMaterialComponent Modifier and Type Field Description protected List<DeviceDefinition.DeviceDefinitionMaterialComponent>DeviceDefinition. materialA substance used to create the material(s) of which the device is made.Methods in org.hl7.fhir.r4b.model that return types with arguments of type DeviceDefinition.DeviceDefinitionMaterialComponent Modifier and Type Method Description List<DeviceDefinition.DeviceDefinitionMaterialComponent>DeviceDefinition. getMaterial()Methods in org.hl7.fhir.r4b.model with parameters of type DeviceDefinition.DeviceDefinitionMaterialComponent Modifier and Type Method Description DeviceDefinitionDeviceDefinition. addMaterial(DeviceDefinition.DeviceDefinitionMaterialComponent t)voidDeviceDefinition.DeviceDefinitionMaterialComponent. copyValues(DeviceDefinition.DeviceDefinitionMaterialComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type DeviceDefinition.DeviceDefinitionMaterialComponent Modifier and Type Method Description DeviceDefinitionDeviceDefinition. setMaterial(List<DeviceDefinition.DeviceDefinitionMaterialComponent> theMaterial)
-