
Uses of Class
org.hl7.fhir.r4.model.Device.DevicePropertyComponent
Packages that use Device.DevicePropertyComponent
-
Uses of Device.DevicePropertyComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Device.DevicePropertyComponentModifier and TypeMethodDescriptionprotected Device.DevicePropertyComponentJsonParser.parseDeviceDevicePropertyComponent(com.google.gson.JsonObject json, Device owner) protected Device.DevicePropertyComponentXmlParser.parseDeviceDevicePropertyComponent(org.xmlpull.v1.XmlPullParser xpp, Device owner) Methods in org.hl7.fhir.r4.formats with parameters of type Device.DevicePropertyComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDeviceDevicePropertyComponent(String name, Device.DevicePropertyComponent element) protected voidRdfParser.composeDeviceDevicePropertyComponent(Turtle.Complex parent, String parentType, String name, Device.DevicePropertyComponent element, int index) protected voidXmlParser.composeDeviceDevicePropertyComponent(String name, Device.DevicePropertyComponent element) protected voidXmlParser.composeDeviceDevicePropertyComponentElements(Device.DevicePropertyComponent element) protected voidJsonParser.composeDeviceDevicePropertyComponentInner(Device.DevicePropertyComponent element) protected booleanXmlParser.parseDeviceDevicePropertyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device owner, Device.DevicePropertyComponent res) protected voidJsonParser.parseDeviceDevicePropertyComponentProperties(com.google.gson.JsonObject json, Device owner, Device.DevicePropertyComponent res) -
Uses of Device.DevicePropertyComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Device.DevicePropertyComponentModifier and TypeFieldDescriptionprotected List<Device.DevicePropertyComponent> Device.propertyThe actual configuration settings of a device as it actually operates, e.g., regulation status, time properties.Methods in org.hl7.fhir.r4.model that return Device.DevicePropertyComponentModifier and TypeMethodDescriptionDevice.addProperty()Device.DevicePropertyComponent.addValueCode(CodeableConcept t) Device.DevicePropertyComponent.addValueQuantity(Quantity t) Device.DevicePropertyComponent.copy()Device.getPropertyFirstRep()Device.DevicePropertyComponent.setType(CodeableConcept value) Device.DevicePropertyComponent.setValueCode(List<CodeableConcept> theValueCode) Device.DevicePropertyComponent.setValueQuantity(List<Quantity> theValueQuantity) Methods in org.hl7.fhir.r4.model that return types with arguments of type Device.DevicePropertyComponentMethods in org.hl7.fhir.r4.model with parameters of type Device.DevicePropertyComponentModifier and TypeMethodDescriptionDevice.addProperty(Device.DevicePropertyComponent t) voidDevice.DevicePropertyComponent.copyValues(Device.DevicePropertyComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type Device.DevicePropertyComponentModifier and TypeMethodDescriptionDevice.setProperty(List<Device.DevicePropertyComponent> theProperty)