
Uses of Class
org.hl7.fhir.r5.model.Device.DeviceConformsToComponent
Packages that use Device.DeviceConformsToComponent
-
Uses of Device.DeviceConformsToComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Device.DeviceConformsToComponentModifier and TypeMethodDescriptionprotected Device.DeviceConformsToComponentJsonParser.parseDeviceConformsToComponent(com.google.gson.JsonObject json) protected Device.DeviceConformsToComponentXmlParser.parseDeviceConformsToComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Device.DeviceConformsToComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDeviceConformsToComponent(String name, Device.DeviceConformsToComponent element) protected voidRdfParser.composeDeviceConformsToComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Device.DeviceConformsToComponent element, int index) protected voidXmlParser.composeDeviceConformsToComponent(String name, Device.DeviceConformsToComponent element) protected voidXmlParser.composeDeviceConformsToComponentElements(Device.DeviceConformsToComponent element) protected voidJsonParser.composeDeviceConformsToComponentProperties(Device.DeviceConformsToComponent element) protected booleanXmlParser.parseDeviceConformsToComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device.DeviceConformsToComponent res) protected voidJsonParser.parseDeviceConformsToComponentProperties(com.google.gson.JsonObject json, Device.DeviceConformsToComponent res) -
Uses of Device.DeviceConformsToComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Device.DeviceConformsToComponentModifier and TypeFieldDescriptionprotected List<Device.DeviceConformsToComponent> Device.conformsToIdentifies the standards, specifications, or formal guidances for the capabilities supported by the device.Methods in org.hl7.fhir.r5.model that return Device.DeviceConformsToComponentModifier and TypeMethodDescriptionDevice.addConformsTo()Device.DeviceConformsToComponent.copy()Device.getConformsToFirstRep()Device.DeviceConformsToComponent.setCategory(CodeableConcept value) Device.DeviceConformsToComponent.setSpecification(CodeableConcept value) Device.DeviceConformsToComponent.setVersion(String value) Device.DeviceConformsToComponent.setVersionElement(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Device.DeviceConformsToComponentMethods in org.hl7.fhir.r5.model with parameters of type Device.DeviceConformsToComponentModifier and TypeMethodDescriptionvoidDevice.DeviceConformsToComponent.copyValues(Device.DeviceConformsToComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Device.DeviceConformsToComponentModifier and TypeMethodDescriptionDevice.setConformsTo(List<Device.DeviceConformsToComponent> theConformsTo)