Uses of Class
ca.uhn.fhir.model.dstu2.composite.AnnotationDt
-
Uses of AnnotationDt in ca.uhn.fhir.model.dstu2.composite
Modifier and TypeMethodDescriptionAnnotationDt.setAuthor
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for author[x] ()AnnotationDt.setText
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for text ()Sets the value for text ()AnnotationDt.setTime
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for time ()Sets the value for time ()AnnotationDt.setTimeWithSecondsPrecision
(Date theDate) Sets the value for time () -
Uses of AnnotationDt in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionDevice.addNote()
Adds and returns a new value for note ()DiagnosticOrder.addNote()
Adds and returns a new value for note ()Goal.addNote()
Adds and returns a new value for note ()Immunization.addNote()
Adds and returns a new value for note ()Procedure.addNotes()
Adds and returns a new value for notes ()ProcedureRequest.addNotes()
Adds and returns a new value for notes ()CarePlan.Activity.addProgress()
Adds and returns a new value for progress ()AllergyIntolerance.getNote()
Gets the value(s) for note ().AllergyIntolerance.Reaction.getNote()
Gets the value(s) for note ().CarePlan.getNote()
Gets the value(s) for note ().FamilyMemberHistory.Condition.getNote()
Gets the value(s) for note ().FamilyMemberHistory.getNote()
Gets the value(s) for note ().Device.getNoteFirstRep()
Gets the first repetition for note (), creating it if it does not already exist.DiagnosticOrder.getNoteFirstRep()
Gets the first repetition for note (), creating it if it does not already exist.Goal.getNoteFirstRep()
Gets the first repetition for note (), creating it if it does not already exist.Immunization.getNoteFirstRep()
Gets the first repetition for note (), creating it if it does not already exist.Procedure.getNotesFirstRep()
Gets the first repetition for notes (), creating it if it does not already exist.ProcedureRequest.getNotesFirstRep()
Gets the first repetition for notes (), creating it if it does not already exist.CarePlan.Activity.getProgressFirstRep()
Gets the first repetition for progress (), creating it if it does not already exist.Modifier and TypeMethodDescriptionDevice.getNote()
Gets the value(s) for note ().DiagnosticOrder.getNote()
Gets the value(s) for note ().Goal.getNote()
Gets the value(s) for note ().Immunization.getNote()
Gets the value(s) for note ().Procedure.getNotes()
Gets the value(s) for notes ().ProcedureRequest.getNotes()
Gets the value(s) for notes ().CarePlan.Activity.getProgress()
Gets the value(s) for progress ().Modifier and TypeMethodDescriptionDevice.addNote
(AnnotationDt theValue) Adds a given new value for note ()DiagnosticOrder.addNote
(AnnotationDt theValue) Adds a given new value for note ()Goal.addNote
(AnnotationDt theValue) Adds a given new value for note ()Immunization.addNote
(AnnotationDt theValue) Adds a given new value for note ()Procedure.addNotes
(AnnotationDt theValue) Adds a given new value for notes ()ProcedureRequest.addNotes
(AnnotationDt theValue) Adds a given new value for notes ()CarePlan.Activity.addProgress
(AnnotationDt theValue) Adds a given new value for progress ()AllergyIntolerance.Reaction.setNote
(AnnotationDt theValue) Sets the value(s) for note ()AllergyIntolerance.setNote
(AnnotationDt theValue) Sets the value(s) for note ()CarePlan.setNote
(AnnotationDt theValue) Sets the value(s) for note ()FamilyMemberHistory.Condition.setNote
(AnnotationDt theValue) Sets the value(s) for note ()FamilyMemberHistory.setNote
(AnnotationDt theValue) Sets the value(s) for note ()Modifier and TypeMethodDescriptionDevice.setNote
(List<AnnotationDt> theValue) Sets the value(s) for note ()DiagnosticOrder.setNote
(List<AnnotationDt> theValue) Sets the value(s) for note ()Goal.setNote
(List<AnnotationDt> theValue) Sets the value(s) for note ()Immunization.setNote
(List<AnnotationDt> theValue) Sets the value(s) for note ()Procedure.setNotes
(List<AnnotationDt> theValue) Sets the value(s) for notes ()ProcedureRequest.setNotes
(List<AnnotationDt> theValue) Sets the value(s) for notes ()CarePlan.Activity.setProgress
(List<AnnotationDt> theValue) Sets the value(s) for progress ()