
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ProcedureRequest
Packages that use ProcedureRequest
-
Uses of ProcedureRequest in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ProcedureRequestModifier and TypeMethodDescriptionProcedureRequest.addBodySite(CodeableConceptDt theValue) Adds a given new value for bodySite ()ProcedureRequest.addIdentifier(IdentifierDt theValue) Adds a given new value for identifier (id)ProcedureRequest.addNotes(AnnotationDt theValue) Adds a given new value for notes ()ProcedureRequest.setAsNeeded(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for asNeeded[x] ()ProcedureRequest.setBodySite(List<CodeableConceptDt> theValue) Sets the value(s) for bodySite ()ProcedureRequest.setCode(CodeableConceptDt theValue) Sets the value(s) for code (class)ProcedureRequest.setEncounter(ResourceReferenceDt theValue) Sets the value(s) for encounter (context)ProcedureRequest.setIdentifier(List<IdentifierDt> theValue) Sets the value(s) for identifier (id)ProcedureRequest.setNotes(List<AnnotationDt> theValue) Sets the value(s) for notes ()ProcedureRequest.setOrderedOn(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for orderedOn (when.recorded)ProcedureRequest.setOrderedOn(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for orderedOn (when.recorded)ProcedureRequest.setOrderedOnWithSecondsPrecision(Date theDate) Sets the value for orderedOn (when.recorded)ProcedureRequest.setOrderer(ResourceReferenceDt theValue) Sets the value(s) for orderer (who.author)ProcedureRequest.setPerformer(ResourceReferenceDt theValue) Sets the value(s) for performer (who.actor)ProcedureRequest.setPriority(ProcedureRequestPriorityEnum theValue) Sets the value(s) for priority (grade)ProcedureRequest.setPriority(ca.uhn.fhir.model.primitive.BoundCodeDt<ProcedureRequestPriorityEnum> theValue) Sets the value(s) for priority (grade)ProcedureRequest.setReason(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for reason[x] ()ProcedureRequest.setScheduled(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for scheduled[x] (when.planned)ProcedureRequest.setStatus(ProcedureRequestStatusEnum theValue) Sets the value(s) for status (status)ProcedureRequest.setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<ProcedureRequestStatusEnum> theValue) Sets the value(s) for status (status)ProcedureRequest.setSubject(ResourceReferenceDt theValue) Sets the value(s) for subject (who.focus)