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.FocalDevice
Procedure.FocalDevice.Builder. build()
Build theProcedure.FocalDevice
Methods in com.ibm.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 com.ibm.fhir.model.resource with parameters of type Procedure.FocalDevice Modifier and Type Method Description Procedure.Builder
Procedure.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.Builder
Procedure.FocalDevice.Builder. from(Procedure.FocalDevice focalDevice)
protected void
Procedure.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.Builder
Procedure.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.
-