Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.PackagingDistributorComponent
-
Uses of DeviceDefinition.PackagingDistributorComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseDeviceDefinitionPackagingDistributorComponent
(com.google.gson.JsonObject json) XmlParser.parseDeviceDefinitionPackagingDistributorComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier and TypeFieldDescriptionDeviceDefinition.DeviceDefinitionPackagingComponent.distributor
An organization that distributes the packaged device.Modifier 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) Modifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionPackagingComponent.getDistributor()
Modifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionPackagingComponent.addDistributor
(DeviceDefinition.PackagingDistributorComponent t) void
DeviceDefinition.PackagingDistributorComponent.copyValues
(DeviceDefinition.PackagingDistributorComponent dst) Modifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionPackagingComponent.setDistributor
(List<DeviceDefinition.PackagingDistributorComponent> theDistributor)