Uses of Class
org.linuxforhealth.fhir.model.resource.Device.Version
-
Packages that use Device.Version Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Device.Version in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Device.Version Modifier and Type Method Description Device.Version
Device.Version.Builder. build()
Build theDevice.Version
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Device.Version Modifier and Type Method Description java.util.List<Device.Version>
Device. getVersion()
The actual design of the device or software version running on the device.Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type Device.Version Modifier and Type Method Description Device.Builder
Device.Builder. version(java.util.Collection<Device.Version> version)
The actual design of the device or software version running on the device.
-