Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierMarketDistributionComponent
-
Packages that use DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierMarketDistributionComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierMarketDistributionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierMarketDistributionComponent Modifier and Type Method Description protected DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierMarketDistributionComponentJsonParser. parseDeviceDefinitionUdiDeviceIdentifierMarketDistributionComponent(com.google.gson.JsonObject json)protected DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierMarketDistributionComponentXmlParser. parseDeviceDefinitionUdiDeviceIdentifierMarketDistributionComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierMarketDistributionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierMarketDistributionComponent Modifier and Type Field Description protected List<DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierMarketDistributionComponent>DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent. marketDistributionThe organization that assigns the identifier algorithm.Methods in org.hl7.fhir.r5.model that return types with arguments of type DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierMarketDistributionComponent Modifier and Type Method Description List<DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierMarketDistributionComponent>DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent. getMarketDistribution()Methods in org.hl7.fhir.r5.model with parameters of type DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierMarketDistributionComponent Modifier and Type Method Description DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponentDeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent. addMarketDistribution(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierMarketDistributionComponent t)voidDeviceDefinition.DeviceDefinitionUdiDeviceIdentifierMarketDistributionComponent. copyValues(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierMarketDistributionComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierMarketDistributionComponent Modifier and Type Method Description DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponentDeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent. setMarketDistribution(List<DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierMarketDistributionComponent> theMarketDistribution)
-