Uses of Class
org.hl7.fhir.r4.model.DeviceDefinition.DeviceDefinitionMaterialComponent
-
Packages that use DeviceDefinition.DeviceDefinitionMaterialComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of DeviceDefinition.DeviceDefinitionMaterialComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DeviceDefinition.DeviceDefinitionMaterialComponent Modifier and Type Method Description protected DeviceDefinition.DeviceDefinitionMaterialComponentJsonParser. parseDeviceDefinitionDeviceDefinitionMaterialComponent(com.google.gson.JsonObject json, DeviceDefinition owner)protected DeviceDefinition.DeviceDefinitionMaterialComponentXmlParser. parseDeviceDefinitionDeviceDefinitionMaterialComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner) -
Uses of DeviceDefinition.DeviceDefinitionMaterialComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.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.r4.model with type arguments of type DeviceDefinition.DeviceDefinitionMaterialComponent Modifier and Type Method Description DeviceDefinitionDeviceDefinition. setMaterial(List<DeviceDefinition.DeviceDefinitionMaterialComponent> theMaterial)
-