
Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionConformsToComponent
Packages that use DeviceDefinition.DeviceDefinitionConformsToComponent
-
Uses of DeviceDefinition.DeviceDefinitionConformsToComponent in org.hl7.fhir.r5.formats
Methods 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 void
JsonParser.composeDeviceDefinitionConformsToComponent
(String name, DeviceDefinition.DeviceDefinitionConformsToComponent element) protected void
RdfParser.composeDeviceDefinitionConformsToComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceDefinition.DeviceDefinitionConformsToComponent element, int index) protected void
XmlParser.composeDeviceDefinitionConformsToComponent
(String name, DeviceDefinition.DeviceDefinitionConformsToComponent element) protected void
XmlParser.composeDeviceDefinitionConformsToComponentElements
(DeviceDefinition.DeviceDefinitionConformsToComponent element) protected void
JsonParser.composeDeviceDefinitionConformsToComponentProperties
(DeviceDefinition.DeviceDefinitionConformsToComponent element) protected boolean
XmlParser.parseDeviceDefinitionConformsToComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition.DeviceDefinitionConformsToComponent res) protected void
JsonParser.parseDeviceDefinitionConformsToComponentProperties
(com.google.gson.JsonObject json, DeviceDefinition.DeviceDefinitionConformsToComponent res) -
Uses of DeviceDefinition.DeviceDefinitionConformsToComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DeviceDefinition.DeviceDefinitionConformsToComponentModifier and TypeFieldDescriptionDeviceDefinition.conformsTo
Identifies 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) void
DeviceDefinition.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)