
Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionVersionComponent
Packages that use DeviceDefinition.DeviceDefinitionVersionComponent
-
Uses of DeviceDefinition.DeviceDefinitionVersionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DeviceDefinition.DeviceDefinitionVersionComponentModifier and TypeMethodDescriptionJsonParser.parseDeviceDefinitionVersionComponent(com.google.gson.JsonObject json) XmlParser.parseDeviceDefinitionVersionComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type DeviceDefinition.DeviceDefinitionVersionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDeviceDefinitionVersionComponent(String name, DeviceDefinition.DeviceDefinitionVersionComponent element) protected voidRdfParser.composeDeviceDefinitionVersionComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceDefinition.DeviceDefinitionVersionComponent element, int index) protected voidXmlParser.composeDeviceDefinitionVersionComponent(String name, DeviceDefinition.DeviceDefinitionVersionComponent element) protected voidXmlParser.composeDeviceDefinitionVersionComponentElements(DeviceDefinition.DeviceDefinitionVersionComponent element) protected voidJsonParser.composeDeviceDefinitionVersionComponentProperties(DeviceDefinition.DeviceDefinitionVersionComponent element) protected booleanXmlParser.parseDeviceDefinitionVersionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition.DeviceDefinitionVersionComponent res) protected voidJsonParser.parseDeviceDefinitionVersionComponentProperties(com.google.gson.JsonObject json, DeviceDefinition.DeviceDefinitionVersionComponent res) -
Uses of DeviceDefinition.DeviceDefinitionVersionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DeviceDefinition.DeviceDefinitionVersionComponentMethods in org.hl7.fhir.r5.model that return DeviceDefinition.DeviceDefinitionVersionComponentModifier and TypeMethodDescriptionDeviceDefinition.addVersion()DeviceDefinition.DeviceDefinitionVersionComponent.copy()DeviceDefinition.getVersionFirstRep()DeviceDefinition.DeviceDefinitionVersionComponent.setComponent(Identifier value) DeviceDefinition.DeviceDefinitionVersionComponent.setType(CodeableConcept value) DeviceDefinition.DeviceDefinitionVersionComponent.setValueElement(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type DeviceDefinition.DeviceDefinitionVersionComponentMethods in org.hl7.fhir.r5.model with parameters of type DeviceDefinition.DeviceDefinitionVersionComponentModifier and TypeMethodDescriptionDeviceDefinition.addVersion(DeviceDefinition.DeviceDefinitionVersionComponent t) voidDeviceDefinition.DeviceDefinitionVersionComponent.copyValues(DeviceDefinition.DeviceDefinitionVersionComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type DeviceDefinition.DeviceDefinitionVersionComponentModifier and TypeMethodDescriptionDeviceDefinition.setVersion(List<DeviceDefinition.DeviceDefinitionVersionComponent> theVersion)