Uses of Class
ca.uhn.fhir.model.dstu2.composite.AnnotationDt
-
Packages that use AnnotationDt Package Description ca.uhn.fhir.model.dstu2.composite ca.uhn.fhir.model.dstu2.resource -
-
Uses of AnnotationDt in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return AnnotationDt Modifier and Type Method Description AnnotationDtAnnotationDt. setAuthor(ca.uhn.fhir.model.api.IDatatype theValue)Sets the value(s) for author[x] ()AnnotationDtAnnotationDt. setText(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for text ()AnnotationDtAnnotationDt. setText(String theString)Sets the value for text ()AnnotationDtAnnotationDt. setTime(ca.uhn.fhir.model.primitive.DateTimeDt theValue)Sets the value(s) for time ()AnnotationDtAnnotationDt. setTime(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for time ()AnnotationDtAnnotationDt. setTimeWithSecondsPrecision(Date theDate)Sets the value for time () -
Uses of AnnotationDt in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return AnnotationDt Modifier and Type Method Description AnnotationDtDevice. addNote()Adds and returns a new value for note ()AnnotationDtDiagnosticOrder. addNote()Adds and returns a new value for note ()AnnotationDtGoal. addNote()Adds and returns a new value for note ()AnnotationDtImmunization. addNote()Adds and returns a new value for note ()AnnotationDtProcedure. addNotes()Adds and returns a new value for notes ()AnnotationDtProcedureRequest. addNotes()Adds and returns a new value for notes ()AnnotationDtCarePlan.Activity. addProgress()Adds and returns a new value for progress ()AnnotationDtAllergyIntolerance. getNote()Gets the value(s) for note ().AnnotationDtAllergyIntolerance.Reaction. getNote()Gets the value(s) for note ().AnnotationDtCarePlan. getNote()Gets the value(s) for note ().AnnotationDtFamilyMemberHistory.Condition. getNote()Gets the value(s) for note ().AnnotationDtFamilyMemberHistory. getNote()Gets the value(s) for note ().AnnotationDtDevice. getNoteFirstRep()Gets the first repetition for note (), creating it if it does not already exist.AnnotationDtDiagnosticOrder. getNoteFirstRep()Gets the first repetition for note (), creating it if it does not already exist.AnnotationDtGoal. getNoteFirstRep()Gets the first repetition for note (), creating it if it does not already exist.AnnotationDtImmunization. getNoteFirstRep()Gets the first repetition for note (), creating it if it does not already exist.AnnotationDtProcedure. getNotesFirstRep()Gets the first repetition for notes (), creating it if it does not already exist.AnnotationDtProcedureRequest. getNotesFirstRep()Gets the first repetition for notes (), creating it if it does not already exist.AnnotationDtCarePlan.Activity. getProgressFirstRep()Gets the first repetition for progress (), creating it if it does not already exist.Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type AnnotationDt Modifier and Type Method Description List<AnnotationDt>Device. getNote()Gets the value(s) for note ().List<AnnotationDt>DiagnosticOrder. getNote()Gets the value(s) for note ().List<AnnotationDt>Goal. getNote()Gets the value(s) for note ().List<AnnotationDt>Immunization. getNote()Gets the value(s) for note ().List<AnnotationDt>Procedure. getNotes()Gets the value(s) for notes ().List<AnnotationDt>ProcedureRequest. getNotes()Gets the value(s) for notes ().List<AnnotationDt>CarePlan.Activity. getProgress()Gets the value(s) for progress ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type AnnotationDt Modifier and Type Method Description DeviceDevice. addNote(AnnotationDt theValue)Adds a given new value for note ()DiagnosticOrderDiagnosticOrder. addNote(AnnotationDt theValue)Adds a given new value for note ()GoalGoal. addNote(AnnotationDt theValue)Adds a given new value for note ()ImmunizationImmunization. addNote(AnnotationDt theValue)Adds a given new value for note ()ProcedureProcedure. addNotes(AnnotationDt theValue)Adds a given new value for notes ()ProcedureRequestProcedureRequest. addNotes(AnnotationDt theValue)Adds a given new value for notes ()CarePlan.ActivityCarePlan.Activity. addProgress(AnnotationDt theValue)Adds a given new value for progress ()AllergyIntolerance.ReactionAllergyIntolerance.Reaction. setNote(AnnotationDt theValue)Sets the value(s) for note ()AllergyIntoleranceAllergyIntolerance. setNote(AnnotationDt theValue)Sets the value(s) for note ()CarePlanCarePlan. setNote(AnnotationDt theValue)Sets the value(s) for note ()FamilyMemberHistory.ConditionFamilyMemberHistory.Condition. setNote(AnnotationDt theValue)Sets the value(s) for note ()FamilyMemberHistoryFamilyMemberHistory. setNote(AnnotationDt theValue)Sets the value(s) for note ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type AnnotationDt Modifier and Type Method Description DeviceDevice. setNote(List<AnnotationDt> theValue)Sets the value(s) for note ()DiagnosticOrderDiagnosticOrder. setNote(List<AnnotationDt> theValue)Sets the value(s) for note ()GoalGoal. setNote(List<AnnotationDt> theValue)Sets the value(s) for note ()ImmunizationImmunization. setNote(List<AnnotationDt> theValue)Sets the value(s) for note ()ProcedureProcedure. setNotes(List<AnnotationDt> theValue)Sets the value(s) for notes ()ProcedureRequestProcedureRequest. setNotes(List<AnnotationDt> theValue)Sets the value(s) for notes ()CarePlan.ActivityCarePlan.Activity. setProgress(List<AnnotationDt> theValue)Sets the value(s) for progress ()
-