Uses of Class
org.hl7.fhir.r5.model.Device.DeviceLinkComponent
-
Packages that use Device.DeviceLinkComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Device.DeviceLinkComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Device.DeviceLinkComponent Modifier and Type Method Description protected 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.DeviceLinkComponent Modifier and Type Method Description protected 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.DeviceLinkComponent Modifier and Type Field Description protected 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.DeviceLinkComponent Modifier and Type Method Description Device.DeviceLinkComponentDevice. addLink()Device.DeviceLinkComponentDevice.DeviceLinkComponent. copy()Device.DeviceLinkComponentDevice. getLinkFirstRep()Device.DeviceLinkComponentDevice.DeviceLinkComponent. setRelatedDevice(CodeableReference value)Device.DeviceLinkComponentDevice.DeviceLinkComponent. setRelation(Coding value)Methods in org.hl7.fhir.r5.model that return types with arguments of type Device.DeviceLinkComponent Modifier and Type Method Description List<Device.DeviceLinkComponent>Device. getLink()Methods in org.hl7.fhir.r5.model with parameters of type Device.DeviceLinkComponent Modifier and Type Method Description DeviceDevice. 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 Modifier and Type Method Description DeviceDevice. setLink(List<Device.DeviceLinkComponent> theLink)
-