Uses of Class
org.hl7.fhir.r5.model.Device.DeviceLinkComponent
Packages that use Device.DeviceLinkComponent
-
Uses of Device.DeviceLinkComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Device.DeviceLinkComponentModifier and TypeMethodDescriptionprotected Device.DeviceLinkComponentJsonParser.parseDeviceLinkComponent(com.google.gson.JsonObject json) protected Device.DeviceLinkComponentXmlParser.parseDeviceLinkComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Device.DeviceLinkComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDeviceLinkComponent(String name, Device.DeviceLinkComponent element) protected voidRdfParser.composeDeviceLinkComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Device.DeviceLinkComponent element, int index) protected voidXmlParser.composeDeviceLinkComponent(String name, Device.DeviceLinkComponent element) protected voidXmlParser.composeDeviceLinkComponentElements(Device.DeviceLinkComponent element) protected voidJsonParser.composeDeviceLinkComponentProperties(Device.DeviceLinkComponent element) protected booleanXmlParser.parseDeviceLinkComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device.DeviceLinkComponent res) protected voidJsonParser.parseDeviceLinkComponentProperties(com.google.gson.JsonObject json, Device.DeviceLinkComponent res) -
Uses of Device.DeviceLinkComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Device.DeviceLinkComponentModifier and TypeFieldDescriptionprotected List<Device.DeviceLinkComponent>Device.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 Device.DeviceLinkComponentModifier and TypeMethodDescriptionDevice.addLink()Device.DeviceLinkComponent.copy()Device.getLinkFirstRep()Device.DeviceLinkComponent.setRelatedDevice(CodeableReference value) Device.DeviceLinkComponent.setRelation(Coding value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Device.DeviceLinkComponentMethods in org.hl7.fhir.r5.model with parameters of type Device.DeviceLinkComponentModifier and TypeMethodDescriptionDevice.addLink(Device.DeviceLinkComponent t) voidDevice.DeviceLinkComponent.copyValues(Device.DeviceLinkComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Device.DeviceLinkComponent