
Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.PackagingDistributorComponent
Packages that use DeviceDefinition.PackagingDistributorComponent
-
Uses of DeviceDefinition.PackagingDistributorComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DeviceDefinition.PackagingDistributorComponentModifier and TypeMethodDescriptionJsonParser.parseDeviceDefinitionPackagingDistributorComponent
(com.google.gson.JsonObject json) XmlParser.parseDeviceDefinitionPackagingDistributorComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type DeviceDefinition.PackagingDistributorComponentModifier and TypeMethodDescriptionprotected void
RdfParser.composeDeviceDefinitionPackagingDistributorComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceDefinition.PackagingDistributorComponent element, int index) protected void
XmlParser.composeDeviceDefinitionPackagingDistributorComponent
(String name, DeviceDefinition.PackagingDistributorComponent element) protected void
XmlParser.composeDeviceDefinitionPackagingDistributorComponentElements
(DeviceDefinition.PackagingDistributorComponent element) protected void
JsonParser.composePackagingDistributorComponent
(String name, DeviceDefinition.PackagingDistributorComponent element) protected void
JsonParser.composePackagingDistributorComponentProperties
(DeviceDefinition.PackagingDistributorComponent element) protected boolean
XmlParser.parseDeviceDefinitionPackagingDistributorComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition.PackagingDistributorComponent res) protected void
JsonParser.parseDeviceDefinitionPackagingDistributorComponentProperties
(com.google.gson.JsonObject json, DeviceDefinition.PackagingDistributorComponent res) -
Uses of DeviceDefinition.PackagingDistributorComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DeviceDefinition.PackagingDistributorComponentModifier and TypeFieldDescriptionDeviceDefinition.DeviceDefinitionPackagingComponent.distributor
An organization that distributes the packaged device.Methods in org.hl7.fhir.r5.model that return DeviceDefinition.PackagingDistributorComponentModifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionPackagingComponent.addDistributor()
DeviceDefinition.PackagingDistributorComponent.addOrganizationReference
(Reference t) DeviceDefinition.PackagingDistributorComponent.copy()
DeviceDefinition.DeviceDefinitionPackagingComponent.getDistributorFirstRep()
DeviceDefinition.PackagingDistributorComponent.setNameElement
(StringType value) DeviceDefinition.PackagingDistributorComponent.setOrganizationReference
(List<Reference> theOrganizationReference) Methods in org.hl7.fhir.r5.model that return types with arguments of type DeviceDefinition.PackagingDistributorComponentModifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionPackagingComponent.getDistributor()
Methods in org.hl7.fhir.r5.model with parameters of type DeviceDefinition.PackagingDistributorComponentModifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionPackagingComponent.addDistributor
(DeviceDefinition.PackagingDistributorComponent t) void
DeviceDefinition.PackagingDistributorComponent.copyValues
(DeviceDefinition.PackagingDistributorComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type DeviceDefinition.PackagingDistributorComponentModifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionPackagingComponent.setDistributor
(List<DeviceDefinition.PackagingDistributorComponent> theDistributor)