
Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionConformsToComponent
Packages that use DeviceDefinition.DeviceDefinitionConformsToComponent
- 
Uses of DeviceDefinition.DeviceDefinitionConformsToComponent in org.hl7.fhir.r5.formatsMethods in org.hl7.fhir.r5.formats that return DeviceDefinition.DeviceDefinitionConformsToComponentModifier and TypeMethodDescriptionJsonParser.parseDeviceDefinitionConformsToComponent(com.google.gson.JsonObject json) XmlParser.parseDeviceDefinitionConformsToComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type DeviceDefinition.DeviceDefinitionConformsToComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDeviceDefinitionConformsToComponent(String name, DeviceDefinition.DeviceDefinitionConformsToComponent element) protected voidRdfParser.composeDeviceDefinitionConformsToComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceDefinition.DeviceDefinitionConformsToComponent element, int index) protected voidXmlParser.composeDeviceDefinitionConformsToComponent(String name, DeviceDefinition.DeviceDefinitionConformsToComponent element) protected voidXmlParser.composeDeviceDefinitionConformsToComponentElements(DeviceDefinition.DeviceDefinitionConformsToComponent element) protected voidJsonParser.composeDeviceDefinitionConformsToComponentProperties(DeviceDefinition.DeviceDefinitionConformsToComponent element) protected booleanXmlParser.parseDeviceDefinitionConformsToComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition.DeviceDefinitionConformsToComponent res) protected voidJsonParser.parseDeviceDefinitionConformsToComponentProperties(com.google.gson.JsonObject json, DeviceDefinition.DeviceDefinitionConformsToComponent res) 
- 
Uses of DeviceDefinition.DeviceDefinitionConformsToComponent in org.hl7.fhir.r5.modelFields in org.hl7.fhir.r5.model with type parameters of type DeviceDefinition.DeviceDefinitionConformsToComponentModifier and TypeFieldDescriptionDeviceDefinition.conformsToIdentifies the standards, specifications, or formal guidances for the capabilities supported by the device.Methods in org.hl7.fhir.r5.model that return DeviceDefinition.DeviceDefinitionConformsToComponentModifier and TypeMethodDescriptionDeviceDefinition.addConformsTo()DeviceDefinition.DeviceDefinitionConformsToComponent.addSource(RelatedArtifact t) DeviceDefinition.DeviceDefinitionConformsToComponent.addVersion(String value) DeviceDefinition.DeviceDefinitionConformsToComponent.copy()DeviceDefinition.getConformsToFirstRep()DeviceDefinition.DeviceDefinitionConformsToComponent.setCategory(CodeableConcept value) DeviceDefinition.DeviceDefinitionConformsToComponent.setSource(List<RelatedArtifact> theSource) DeviceDefinition.DeviceDefinitionConformsToComponent.setSpecification(CodeableConcept value) DeviceDefinition.DeviceDefinitionConformsToComponent.setVersion(List<StringType> theVersion) Methods in org.hl7.fhir.r5.model that return types with arguments of type DeviceDefinition.DeviceDefinitionConformsToComponentMethods in org.hl7.fhir.r5.model with parameters of type DeviceDefinition.DeviceDefinitionConformsToComponentModifier and TypeMethodDescriptionDeviceDefinition.addConformsTo(DeviceDefinition.DeviceDefinitionConformsToComponent t) voidDeviceDefinition.DeviceDefinitionConformsToComponent.copyValues(DeviceDefinition.DeviceDefinitionConformsToComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type DeviceDefinition.DeviceDefinitionConformsToComponentModifier and TypeMethodDescriptionDeviceDefinition.setConformsTo(List<DeviceDefinition.DeviceDefinitionConformsToComponent> theConformsTo)