Uses of Class
com.ibm.fhir.model.resource.Device.Property
-
Packages that use Device.Property Package Description com.ibm.fhir.model.resource -
-
Uses of Device.Property in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Device.Property Modifier and Type Method Description Device.PropertyDevice.Property.Builder. build()Build theDevice.PropertyMethods in com.ibm.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 com.ibm.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 com.ibm.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.
-