
Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionLinkComponent
Packages that use DeviceDefinition.DeviceDefinitionLinkComponent
-
Uses of DeviceDefinition.DeviceDefinitionLinkComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DeviceDefinition.DeviceDefinitionLinkComponentModifier and TypeMethodDescriptionJsonParser.parseDeviceDefinitionLinkComponent
(com.google.gson.JsonObject json) XmlParser.parseDeviceDefinitionLinkComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type DeviceDefinition.DeviceDefinitionLinkComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeDeviceDefinitionLinkComponent
(String name, DeviceDefinition.DeviceDefinitionLinkComponent element) protected void
RdfParser.composeDeviceDefinitionLinkComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceDefinition.DeviceDefinitionLinkComponent element, int index) protected void
XmlParser.composeDeviceDefinitionLinkComponent
(String name, DeviceDefinition.DeviceDefinitionLinkComponent element) protected void
XmlParser.composeDeviceDefinitionLinkComponentElements
(DeviceDefinition.DeviceDefinitionLinkComponent element) protected void
JsonParser.composeDeviceDefinitionLinkComponentProperties
(DeviceDefinition.DeviceDefinitionLinkComponent element) protected boolean
XmlParser.parseDeviceDefinitionLinkComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition.DeviceDefinitionLinkComponent res) protected void
JsonParser.parseDeviceDefinitionLinkComponentProperties
(com.google.gson.JsonObject json, DeviceDefinition.DeviceDefinitionLinkComponent res) -
Uses of DeviceDefinition.DeviceDefinitionLinkComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DeviceDefinition.DeviceDefinitionLinkComponentModifier and TypeFieldDescriptionDeviceDefinition.link
An associated device, attached to, used with, communicating with or linking a previous or new device model to the focal device.Methods in org.hl7.fhir.r5.model that return DeviceDefinition.DeviceDefinitionLinkComponentModifier and TypeMethodDescriptionDeviceDefinition.addLink()
DeviceDefinition.DeviceDefinitionLinkComponent.copy()
DeviceDefinition.getLinkFirstRep()
DeviceDefinition.DeviceDefinitionLinkComponent.setRelatedDevice
(CodeableReference value) DeviceDefinition.DeviceDefinitionLinkComponent.setRelation
(Coding value) Methods in org.hl7.fhir.r5.model that return types with arguments of type DeviceDefinition.DeviceDefinitionLinkComponentMethods in org.hl7.fhir.r5.model with parameters of type DeviceDefinition.DeviceDefinitionLinkComponentModifier and TypeMethodDescriptionDeviceDefinition.addLink
(DeviceDefinition.DeviceDefinitionLinkComponent t) void
DeviceDefinition.DeviceDefinitionLinkComponent.copyValues
(DeviceDefinition.DeviceDefinitionLinkComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type DeviceDefinition.DeviceDefinitionLinkComponentModifier and TypeMethodDescriptionDeviceDefinition.setLink
(List<DeviceDefinition.DeviceDefinitionLinkComponent> theLink)