Uses of Class
org.linuxforhealth.fhir.model.resource.Procedure.FocalDevice
- 
Packages that use Procedure.FocalDevice Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of Procedure.FocalDevice in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Procedure.FocalDevice Modifier and Type Method Description Procedure.FocalDeviceProcedure.FocalDevice.Builder. build()Build theProcedure.FocalDeviceMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Procedure.FocalDevice Modifier and Type Method Description java.util.List<Procedure.FocalDevice>Procedure. getFocalDevice()A device that is implanted, removed or otherwise manipulated (calibration, battery replacement, fitting a prosthesis, attaching a wound-vac, etc.) as a focal portion of the Procedure.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Procedure.FocalDevice Modifier and Type Method Description Procedure.BuilderProcedure.Builder. focalDevice(Procedure.FocalDevice... focalDevice)A device that is implanted, removed or otherwise manipulated (calibration, battery replacement, fitting a prosthesis, attaching a wound-vac, etc.) as a focal portion of the Procedure.protected Procedure.FocalDevice.BuilderProcedure.FocalDevice.Builder. from(Procedure.FocalDevice focalDevice)protected voidProcedure.FocalDevice.Builder. validate(Procedure.FocalDevice focalDevice)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Procedure.FocalDevice Modifier and Type Method Description Procedure.BuilderProcedure.Builder. focalDevice(java.util.Collection<Procedure.FocalDevice> focalDevice)A device that is implanted, removed or otherwise manipulated (calibration, battery replacement, fitting a prosthesis, attaching a wound-vac, etc.) as a focal portion of the Procedure. 
 -