Uses of Class
org.linuxforhealth.fhir.model.resource.Device.Specialization
-
Packages that use Device.Specialization Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Device.Specialization in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Device.Specialization Modifier and Type Method Description Device.Specialization
Device.Specialization.Builder. build()
Build theDevice.Specialization
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Device.Specialization Modifier and Type Method Description java.util.List<Device.Specialization>
Device. getSpecialization()
The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Device.Specialization Modifier and Type Method Description protected Device.Specialization.Builder
Device.Specialization.Builder. from(Device.Specialization specialization)
Device.Builder
Device.Builder. specialization(Device.Specialization... specialization)
The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication.protected void
Device.Specialization.Builder. validate(Device.Specialization specialization)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Device.Specialization Modifier and Type Method Description Device.Builder
Device.Builder. specialization(java.util.Collection<Device.Specialization> specialization)
The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication.
-