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.FocalDevice
Procedure.FocalDevice.Builder. build()
Build theProcedure.FocalDevice
Methods 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.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 org.linuxforhealth.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.
-