Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionLinkComponent
-
Packages that use DeviceDefinition.DeviceDefinitionLinkComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of DeviceDefinition.DeviceDefinitionLinkComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DeviceDefinition.DeviceDefinitionLinkComponent Modifier and Type Method Description protected DeviceDefinition.DeviceDefinitionLinkComponentJsonParser. parseDeviceDefinitionLinkComponent(com.google.gson.JsonObject json)protected DeviceDefinition.DeviceDefinitionLinkComponentXmlParser. parseDeviceDefinitionLinkComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of DeviceDefinition.DeviceDefinitionLinkComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DeviceDefinition.DeviceDefinitionLinkComponent Modifier and Type Field Description protected List<DeviceDefinition.DeviceDefinitionLinkComponent>DeviceDefinition. 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.DeviceDefinitionLinkComponent Modifier and Type Method Description DeviceDefinition.DeviceDefinitionLinkComponentDeviceDefinition. addLink()DeviceDefinition.DeviceDefinitionLinkComponentDeviceDefinition.DeviceDefinitionLinkComponent. copy()DeviceDefinition.DeviceDefinitionLinkComponentDeviceDefinition. getLinkFirstRep()DeviceDefinition.DeviceDefinitionLinkComponentDeviceDefinition.DeviceDefinitionLinkComponent. setRelatedDevice(CodeableReference value)DeviceDefinition.DeviceDefinitionLinkComponentDeviceDefinition.DeviceDefinitionLinkComponent. setRelation(Coding value)Methods in org.hl7.fhir.r5.model that return types with arguments of type DeviceDefinition.DeviceDefinitionLinkComponent Modifier and Type Method Description List<DeviceDefinition.DeviceDefinitionLinkComponent>DeviceDefinition. getLink()Methods in org.hl7.fhir.r5.model with parameters of type DeviceDefinition.DeviceDefinitionLinkComponent Modifier and Type Method Description DeviceDefinitionDeviceDefinition. addLink(DeviceDefinition.DeviceDefinitionLinkComponent t)voidDeviceDefinition.DeviceDefinitionLinkComponent. copyValues(DeviceDefinition.DeviceDefinitionLinkComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type DeviceDefinition.DeviceDefinitionLinkComponent Modifier and Type Method Description DeviceDefinitionDeviceDefinition. setLink(List<DeviceDefinition.DeviceDefinitionLinkComponent> theLink)
-