Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionLinkComponent
-
Uses of DeviceDefinition.DeviceDefinitionLinkComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseDeviceDefinitionLinkComponent
(com.google.gson.JsonObject json) XmlParser.parseDeviceDefinitionLinkComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier and TypeFieldDescriptionDeviceDefinition.link
An associated device, attached to, used with, communicating with or linking a previous or new device model to the focal device.Modifier and TypeMethodDescriptionDeviceDefinition.addLink()
DeviceDefinition.DeviceDefinitionLinkComponent.copy()
DeviceDefinition.getLinkFirstRep()
DeviceDefinition.DeviceDefinitionLinkComponent.setRelatedDevice
(CodeableReference value) DeviceDefinition.DeviceDefinitionLinkComponent.setRelation
(Coding value) Modifier and TypeMethodDescriptionDeviceDefinition.addLink
(DeviceDefinition.DeviceDefinitionLinkComponent t) void
DeviceDefinition.DeviceDefinitionLinkComponent.copyValues
(DeviceDefinition.DeviceDefinitionLinkComponent dst) Modifier and TypeMethodDescriptionDeviceDefinition.setLink
(List<DeviceDefinition.DeviceDefinitionLinkComponent> theLink)