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 voidJsonParser.composeDeviceDefinitionLinkComponent(String name, DeviceDefinition.DeviceDefinitionLinkComponent element)protected voidRdfParser.composeDeviceDefinitionLinkComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceDefinition.DeviceDefinitionLinkComponent element, int index)protected voidXmlParser.composeDeviceDefinitionLinkComponent(String name, DeviceDefinition.DeviceDefinitionLinkComponent element)protected voidXmlParser.composeDeviceDefinitionLinkComponentElements(DeviceDefinition.DeviceDefinitionLinkComponent element)protected voidJsonParser.composeDeviceDefinitionLinkComponentProperties(DeviceDefinition.DeviceDefinitionLinkComponent element)protected booleanXmlParser.parseDeviceDefinitionLinkComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition.DeviceDefinitionLinkComponent res)protected voidJsonParser.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.linkAn 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)voidDeviceDefinition.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)