Uses of Class
ca.uhn.fhir.model.dstu2.resource.Procedure.FocalDevice
-
Packages that use Procedure.FocalDevice Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Procedure.FocalDevice in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Procedure.FocalDevice Modifier and Type Method Description Procedure.FocalDeviceProcedure. addFocalDevice()Adds and returns a new value for focalDevice ()Procedure.FocalDeviceProcedure. getFocalDeviceFirstRep()Gets the first repetition for focalDevice (), creating it if it does not already exist.Procedure.FocalDeviceProcedure.FocalDevice. setAction(CodeableConceptDt theValue)Sets the value(s) for action ()Procedure.FocalDeviceProcedure.FocalDevice. setManipulated(ResourceReferenceDt theValue)Sets the value(s) for manipulated ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Procedure.FocalDevice Modifier and Type Method Description List<Procedure.FocalDevice>Procedure. getFocalDevice()Gets the value(s) for focalDevice ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Procedure.FocalDevice Modifier and Type Method Description ProcedureProcedure. addFocalDevice(Procedure.FocalDevice theValue)Adds a given new value for focalDevice ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Procedure.FocalDevice Modifier and Type Method Description ProcedureProcedure. setFocalDevice(List<Procedure.FocalDevice> theValue)Sets the value(s) for focalDevice ()
-