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.Version
Device.Version.Builder. build()
Build theDevice.Version
Methods 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.Builder
Device.Version.Builder. from(Device.Version version)
protected void
Device.Version.Builder. validate(Device.Version version)
Device.Builder
Device.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.Builder
Device.Builder. version(Collection<Device.Version> version)
The actual design of the device or software version running on the device.
-