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.Property
Device.Property.Builder. build()
Build theDevice.Property
Methods 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.Builder
Device.Property.Builder. from(Device.Property property)
Device.Builder
Device.Builder. property(Device.Property... property)
The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties.protected void
Device.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.Builder
Device.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.
-