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.Property
Device.Property.Builder. build()
Build theDevice.Property
Methods in com.ibm.fhir.model.resource that return types with arguments of type Device.Property Modifier and Type Method Description 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.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 com.ibm.fhir.model.resource with type arguments of type Device.Property Modifier and Type Method Description Device.Builder
Device.Builder. property(Collection<Device.Property> property)
The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties.
-