Uses of Class
com.ibm.fhir.model.resource.Procedure.FocalDevice
-
Packages that use Procedure.FocalDevice Package Description com.ibm.fhir.model.resource -
-
Uses of Procedure.FocalDevice in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Procedure.FocalDevice Modifier and Type Method Description Procedure.FocalDeviceProcedure.FocalDevice.Builder. build()Build theProcedure.FocalDeviceMethods in com.ibm.fhir.model.resource that return types with arguments of type Procedure.FocalDevice Modifier and Type Method Description 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 com.ibm.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 com.ibm.fhir.model.resource with type arguments of type Procedure.FocalDevice Modifier and Type Method Description Procedure.BuilderProcedure.Builder. focalDevice(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.
-