Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionConformsToComponent
-
Uses of DeviceDefinition.DeviceDefinitionConformsToComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseDeviceDefinitionConformsToComponent
(com.google.gson.JsonObject json) XmlParser.parseDeviceDefinitionConformsToComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier and TypeFieldDescriptionDeviceDefinition.conformsTo
Identifies the standards, specifications, or formal guidances for the capabilities supported by the device.Modifier 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) Modifier and TypeMethodDescriptionDeviceDefinition.addConformsTo
(DeviceDefinition.DeviceDefinitionConformsToComponent t) void
DeviceDefinition.DeviceDefinitionConformsToComponent.copyValues
(DeviceDefinition.DeviceDefinitionConformsToComponent dst) Modifier and TypeMethodDescriptionDeviceDefinition.setConformsTo
(List<DeviceDefinition.DeviceDefinitionConformsToComponent> theConformsTo)