
Uses of Class
org.hl7.fhir.r5.model.Device.DeviceVersionComponent
Packages that use Device.DeviceVersionComponent
-
Uses of Device.DeviceVersionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Device.DeviceVersionComponentModifier and TypeMethodDescriptionprotected Device.DeviceVersionComponentJsonParser.parseDeviceVersionComponent(com.google.gson.JsonObject json) protected Device.DeviceVersionComponentXmlParser.parseDeviceVersionComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Device.DeviceVersionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDeviceVersionComponent(String name, Device.DeviceVersionComponent element) protected voidRdfParser.composeDeviceVersionComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Device.DeviceVersionComponent element, int index) protected voidXmlParser.composeDeviceVersionComponent(String name, Device.DeviceVersionComponent element) protected voidXmlParser.composeDeviceVersionComponentElements(Device.DeviceVersionComponent element) protected voidJsonParser.composeDeviceVersionComponentProperties(Device.DeviceVersionComponent element) protected booleanXmlParser.parseDeviceVersionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device.DeviceVersionComponent res) protected voidJsonParser.parseDeviceVersionComponentProperties(com.google.gson.JsonObject json, Device.DeviceVersionComponent res) -
Uses of Device.DeviceVersionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Device.DeviceVersionComponentModifier and TypeFieldDescriptionprotected List<Device.DeviceVersionComponent> Device.versionThe actual design of the device or software version running on the device.Methods in org.hl7.fhir.r5.model that return Device.DeviceVersionComponentModifier and TypeMethodDescriptionDevice.addVersion()Device.DeviceVersionComponent.copy()Device.getVersionFirstRep()Device.DeviceVersionComponent.setComponent(Identifier value) Device.DeviceVersionComponent.setInstallDate(Date value) Device.DeviceVersionComponent.setInstallDateElement(DateTimeType value) Device.DeviceVersionComponent.setType(CodeableConcept value) Device.DeviceVersionComponent.setValueElement(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Device.DeviceVersionComponentMethods in org.hl7.fhir.r5.model with parameters of type Device.DeviceVersionComponentModifier and TypeMethodDescriptionDevice.addVersion(Device.DeviceVersionComponent t) voidDevice.DeviceVersionComponent.copyValues(Device.DeviceVersionComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Device.DeviceVersionComponentModifier and TypeMethodDescriptionDevice.setVersion(List<Device.DeviceVersionComponent> theVersion)