Uses of Class
org.hl7.fhir.dstu2.model.Annotation
-
Packages that use Annotation Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Annotation in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Annotation Modifier and Type Method Description protected AnnotationJsonParser. parseAnnotation(com.google.gson.JsonObject json)protected AnnotationXmlParser. parseAnnotation(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type Annotation Modifier and Type Method Description protected voidJsonParser. composeAnnotation(String name, Annotation element)protected voidXmlParser. composeAnnotation(String name, Annotation element)protected voidJsonParser. composeAnnotationInner(Annotation element) -
Uses of Annotation in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as Annotation Modifier and Type Field Description protected AnnotationAllergyIntolerance.AllergyIntoleranceReactionComponent. noteAdditional text about the adverse reaction event not captured in other fields.protected AnnotationAllergyIntolerance. noteAdditional narrative about the propensity for the Adverse Reaction, not captured in other fields.protected AnnotationCarePlan. noteGeneral notes about the care plan not covered elsewhere.protected AnnotationFamilyMemberHistory.FamilyMemberHistoryConditionComponent. noteAn area where general notes can be placed about this specific condition.protected AnnotationFamilyMemberHistory. noteThis property allows a non condition-specific note to the made about the related person.Fields in org.hl7.fhir.dstu2.model with type parameters of type Annotation Modifier and Type Field Description protected List<Annotation>Device. noteDescriptive information, usage information or implantation information that is not captured in an existing element.protected List<Annotation>DiagnosticOrder. noteAny other notes associated with this patient, specimen or order (e.g.protected List<Annotation>Goal. noteAny comments related to the goal.protected List<Annotation>Immunization. noteExtra information about the immunization that is not conveyed by the other attributes.protected List<Annotation>Procedure. notesAny other notes about the procedure.protected List<Annotation>ProcedureRequest. notesAny other notes associated with this proposal or order - e.g.protected List<Annotation>CarePlan.CarePlanActivityComponent. progressNotes about the adherence/status/progress of the activity.Methods in org.hl7.fhir.dstu2.model that return Annotation Modifier and Type Method Description AnnotationDevice. addNote()AnnotationDiagnosticOrder. addNote()AnnotationGoal. addNote()AnnotationImmunization. addNote()AnnotationProcedure. addNotes()AnnotationProcedureRequest. addNotes()AnnotationCarePlan.CarePlanActivityComponent. addProgress()AnnotationBase. castToAnnotation(Base b)AnnotationAnnotation. copy()AnnotationAllergyIntolerance.AllergyIntoleranceReactionComponent. getNote()AnnotationAllergyIntolerance. getNote()AnnotationCarePlan. getNote()AnnotationFamilyMemberHistory.FamilyMemberHistoryConditionComponent. getNote()AnnotationFamilyMemberHistory. getNote()AnnotationAnnotation. setAuthor(Type value)AnnotationAnnotation. setText(String value)AnnotationAnnotation. setTextElement(StringType value)AnnotationAnnotation. setTime(Date value)AnnotationAnnotation. setTimeElement(DateTimeType value)protected AnnotationAnnotation. typedCopy()Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>Device. getNote()List<Annotation>DiagnosticOrder. getNote()List<Annotation>Goal. getNote()List<Annotation>Immunization. getNote()List<Annotation>Procedure. getNotes()List<Annotation>ProcedureRequest. getNotes()List<Annotation>CarePlan.CarePlanActivityComponent. getProgress()Methods in org.hl7.fhir.dstu2.model with parameters of type Annotation Modifier and Type Method Description DeviceDevice. addNote(Annotation t)DiagnosticOrderDiagnosticOrder. addNote(Annotation t)GoalGoal. addNote(Annotation t)ImmunizationImmunization. addNote(Annotation t)ProcedureProcedure. addNotes(Annotation t)ProcedureRequestProcedureRequest. addNotes(Annotation t)CarePlan.CarePlanActivityComponentCarePlan.CarePlanActivityComponent. addProgress(Annotation t)AllergyIntolerance.AllergyIntoleranceReactionComponentAllergyIntolerance.AllergyIntoleranceReactionComponent. setNote(Annotation value)AllergyIntoleranceAllergyIntolerance. setNote(Annotation value)CarePlanCarePlan. setNote(Annotation value)FamilyMemberHistory.FamilyMemberHistoryConditionComponentFamilyMemberHistory.FamilyMemberHistoryConditionComponent. setNote(Annotation value)FamilyMemberHistoryFamilyMemberHistory. setNote(Annotation value)
-