Uses of Class
ca.uhn.fhir.model.dstu2.resource.Procedure
-
Uses of Procedure in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionProcedure.addBodySite
(CodeableConceptDt theValue) Adds a given new value for bodySite ()Procedure.addComplication
(CodeableConceptDt theValue) Adds a given new value for complication ()Procedure.addFocalDevice
(Procedure.FocalDevice theValue) Adds a given new value for focalDevice ()Procedure.addFollowUp
(CodeableConceptDt theValue) Adds a given new value for followUp ()Procedure.addIdentifier
(IdentifierDt theValue) Adds a given new value for identifier (id)Procedure.addNotes
(AnnotationDt theValue) Adds a given new value for notes ()Procedure.addPerformer
(Procedure.Performer theValue) Adds a given new value for performer ()Procedure.addReasonNotPerformed
(CodeableConceptDt theValue) Adds a given new value for reasonNotPerformed ()Procedure.setBodySite
(List<CodeableConceptDt> theValue) Sets the value(s) for bodySite ()Procedure.setCategory
(CodeableConceptDt theValue) Sets the value(s) for category ()Procedure.setCode
(CodeableConceptDt theValue) Sets the value(s) for code (class)Procedure.setComplication
(List<CodeableConceptDt> theValue) Sets the value(s) for complication ()Procedure.setEncounter
(ResourceReferenceDt theValue) Sets the value(s) for encounter (context)Procedure.setFocalDevice
(List<Procedure.FocalDevice> theValue) Sets the value(s) for focalDevice ()Procedure.setFollowUp
(List<CodeableConceptDt> theValue) Sets the value(s) for followUp ()Procedure.setIdentifier
(List<IdentifierDt> theValue) Sets the value(s) for identifier (id)Procedure.setLocation
(ResourceReferenceDt theValue) Sets the value(s) for location (where)Procedure.setNotes
(List<AnnotationDt> theValue) Sets the value(s) for notes ()Procedure.setNotPerformed
(boolean theBoolean) Sets the value for notPerformed ()Procedure.setNotPerformed
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for notPerformed ()Procedure.setOutcome
(CodeableConceptDt theValue) Sets the value(s) for outcome ()Procedure.setPerformed
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for performed[x] (when.done)Procedure.setPerformer
(List<Procedure.Performer> theValue) Sets the value(s) for performer ()Procedure.setReason
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for reason[x] ()Procedure.setReasonNotPerformed
(List<CodeableConceptDt> theValue) Sets the value(s) for reasonNotPerformed ()Procedure.setReport
(List<ResourceReferenceDt> theValue) Sets the value(s) for report ()Procedure.setRequest
(ResourceReferenceDt theValue) Sets the value(s) for request ()Procedure.setStatus
(ProcedureStatusEnum theValue) Sets the value(s) for status ()Procedure.setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<ProcedureStatusEnum> theValue) Sets the value(s) for status ()Procedure.setSubject
(ResourceReferenceDt theValue) Sets the value(s) for subject (who.focus)Procedure.setUsed
(List<ResourceReferenceDt> theValue) Sets the value(s) for used ()