Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionVersionComponent
-
Packages that use DeviceDefinition.DeviceDefinitionVersionComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of DeviceDefinition.DeviceDefinitionVersionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DeviceDefinition.DeviceDefinitionVersionComponent Modifier and Type Method Description protected DeviceDefinition.DeviceDefinitionVersionComponentJsonParser. parseDeviceDefinitionVersionComponent(com.google.gson.JsonObject json)protected DeviceDefinition.DeviceDefinitionVersionComponentXmlParser. parseDeviceDefinitionVersionComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of DeviceDefinition.DeviceDefinitionVersionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DeviceDefinition.DeviceDefinitionVersionComponent Modifier and Type Field Description protected List<DeviceDefinition.DeviceDefinitionVersionComponent>DeviceDefinition. versionThe version of the device or software.Methods in org.hl7.fhir.r5.model that return DeviceDefinition.DeviceDefinitionVersionComponent Modifier and Type Method Description DeviceDefinition.DeviceDefinitionVersionComponentDeviceDefinition. addVersion()DeviceDefinition.DeviceDefinitionVersionComponentDeviceDefinition.DeviceDefinitionVersionComponent. copy()DeviceDefinition.DeviceDefinitionVersionComponentDeviceDefinition. getVersionFirstRep()DeviceDefinition.DeviceDefinitionVersionComponentDeviceDefinition.DeviceDefinitionVersionComponent. setComponent(Identifier value)DeviceDefinition.DeviceDefinitionVersionComponentDeviceDefinition.DeviceDefinitionVersionComponent. setType(CodeableConcept value)DeviceDefinition.DeviceDefinitionVersionComponentDeviceDefinition.DeviceDefinitionVersionComponent. setValue(String value)DeviceDefinition.DeviceDefinitionVersionComponentDeviceDefinition.DeviceDefinitionVersionComponent. setValueElement(StringType value)Methods in org.hl7.fhir.r5.model that return types with arguments of type DeviceDefinition.DeviceDefinitionVersionComponent Modifier and Type Method Description List<DeviceDefinition.DeviceDefinitionVersionComponent>DeviceDefinition. getVersion()Methods in org.hl7.fhir.r5.model with parameters of type DeviceDefinition.DeviceDefinitionVersionComponent Modifier and Type Method Description DeviceDefinitionDeviceDefinition. addVersion(DeviceDefinition.DeviceDefinitionVersionComponent t)voidDeviceDefinition.DeviceDefinitionVersionComponent. copyValues(DeviceDefinition.DeviceDefinitionVersionComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type DeviceDefinition.DeviceDefinitionVersionComponent Modifier and Type Method Description DeviceDefinitionDeviceDefinition. setVersion(List<DeviceDefinition.DeviceDefinitionVersionComponent> theVersion)
-