
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 voidRdfParser.composeDeviceDefinitionPackagingDistributorComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceDefinition.PackagingDistributorComponent element, int index) protected voidXmlParser.composeDeviceDefinitionPackagingDistributorComponent(String name, DeviceDefinition.PackagingDistributorComponent element) protected voidXmlParser.composeDeviceDefinitionPackagingDistributorComponentElements(DeviceDefinition.PackagingDistributorComponent element) protected voidJsonParser.composePackagingDistributorComponent(String name, DeviceDefinition.PackagingDistributorComponent element) protected voidJsonParser.composePackagingDistributorComponentProperties(DeviceDefinition.PackagingDistributorComponent element) protected booleanXmlParser.parseDeviceDefinitionPackagingDistributorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition.PackagingDistributorComponent res) protected voidJsonParser.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.distributorAn 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) voidDeviceDefinition.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)