Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionVersionComponent
-
Uses of DeviceDefinition.DeviceDefinitionVersionComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseDeviceDefinitionVersionComponent
(com.google.gson.JsonObject json) XmlParser.parseDeviceDefinitionVersionComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDeviceDefinitionVersionComponent
(String name, DeviceDefinition.DeviceDefinitionVersionComponent element) protected void
RdfParser.composeDeviceDefinitionVersionComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceDefinition.DeviceDefinitionVersionComponent element, int index) protected void
XmlParser.composeDeviceDefinitionVersionComponent
(String name, DeviceDefinition.DeviceDefinitionVersionComponent element) protected void
XmlParser.composeDeviceDefinitionVersionComponentElements
(DeviceDefinition.DeviceDefinitionVersionComponent element) protected void
JsonParser.composeDeviceDefinitionVersionComponentProperties
(DeviceDefinition.DeviceDefinitionVersionComponent element) protected boolean
XmlParser.parseDeviceDefinitionVersionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition.DeviceDefinitionVersionComponent res) protected void
JsonParser.parseDeviceDefinitionVersionComponentProperties
(com.google.gson.JsonObject json, DeviceDefinition.DeviceDefinitionVersionComponent res) -
Uses of DeviceDefinition.DeviceDefinitionVersionComponent in org.hl7.fhir.r5.model
Modifier and TypeMethodDescriptionDeviceDefinition.addVersion()
DeviceDefinition.DeviceDefinitionVersionComponent.copy()
DeviceDefinition.getVersionFirstRep()
DeviceDefinition.DeviceDefinitionVersionComponent.setComponent
(Identifier value) DeviceDefinition.DeviceDefinitionVersionComponent.setType
(CodeableConcept value) DeviceDefinition.DeviceDefinitionVersionComponent.setValueElement
(StringType value) Modifier and TypeMethodDescriptionDeviceDefinition.addVersion
(DeviceDefinition.DeviceDefinitionVersionComponent t) void
DeviceDefinition.DeviceDefinitionVersionComponent.copyValues
(DeviceDefinition.DeviceDefinitionVersionComponent dst) Modifier and TypeMethodDescriptionDeviceDefinition.setVersion
(List<DeviceDefinition.DeviceDefinitionVersionComponent> theVersion)