Uses of Class
org.linuxforhealth.fhir.model.resource.Device.Property
- 
Packages that use Device.Property Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of Device.Property in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Device.Property Modifier and Type Method Description Device.PropertyDevice.Property.Builder. build()Build theDevice.PropertyMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Device.Property Modifier and Type Method Description java.util.List<Device.Property>Device. getProperty()The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Device.Property Modifier and Type Method Description protected Device.Property.BuilderDevice.Property.Builder. from(Device.Property property)Device.BuilderDevice.Builder. property(Device.Property... property)The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties.protected voidDevice.Property.Builder. validate(Device.Property property)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Device.Property Modifier and Type Method Description Device.BuilderDevice.Builder. property(java.util.Collection<Device.Property> property)The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties. 
 -