Uses of Class
com.ibm.fhir.model.resource.Device.Version
-
Packages that use Device.Version Package Description com.ibm.fhir.model.resource -
-
Uses of Device.Version in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Device.Version Modifier and Type Method Description Device.VersionDevice.Version.Builder. build()Build theDevice.VersionMethods in com.ibm.fhir.model.resource that return types with arguments of type Device.Version Modifier and Type Method Description List<Device.Version>Device. getVersion()The actual design of the device or software version running on the device.Methods in com.ibm.fhir.model.resource with parameters of type Device.Version Modifier and Type Method Description protected Device.Version.BuilderDevice.Version.Builder. from(Device.Version version)protected voidDevice.Version.Builder. validate(Device.Version version)Device.BuilderDevice.Builder. version(Device.Version... version)The actual design of the device or software version running on the device.Method parameters in com.ibm.fhir.model.resource with type arguments of type Device.Version Modifier and Type Method Description Device.BuilderDevice.Builder. version(Collection<Device.Version> version)The actual design of the device or software version running on the device.
-