Uses of Class
org.linuxforhealth.fhir.model.resource.DeviceDefinition.Capability
-
Packages that use DeviceDefinition.Capability Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of DeviceDefinition.Capability in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return DeviceDefinition.Capability Modifier and Type Method Description DeviceDefinition.Capability
DeviceDefinition.Capability.Builder. build()
Build theDeviceDefinition.Capability
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type DeviceDefinition.Capability Modifier and Type Method Description java.util.List<DeviceDefinition.Capability>
DeviceDefinition. getCapability()
Device capabilities.Methods in org.linuxforhealth.fhir.model.resource with parameters of type DeviceDefinition.Capability Modifier and Type Method Description DeviceDefinition.Builder
DeviceDefinition.Builder. capability(DeviceDefinition.Capability... capability)
Device capabilities.protected DeviceDefinition.Capability.Builder
DeviceDefinition.Capability.Builder. from(DeviceDefinition.Capability capability)
protected void
DeviceDefinition.Capability.Builder. validate(DeviceDefinition.Capability capability)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type DeviceDefinition.Capability Modifier and Type Method Description DeviceDefinition.Builder
DeviceDefinition.Builder. capability(java.util.Collection<DeviceDefinition.Capability> capability)
Device capabilities.
-