
Uses of Class
org.hl7.fhir.dstu2.model.Annotation
Packages that use Annotation
-
Uses of Annotation in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return AnnotationModifier and TypeMethodDescriptionprotected 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 AnnotationModifier and TypeMethodDescriptionprotected 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 AnnotationModifier and TypeFieldDescriptionprotected 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 AnnotationModifier and TypeFieldDescriptionprotected 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. provider instructions.protected List<Annotation> CarePlan.CarePlanActivityComponent.progressNotes about the adherence/status/progress of the activity.Methods in org.hl7.fhir.dstu2.model that return AnnotationModifier and TypeMethodDescriptionDevice.addNote()DiagnosticOrder.addNote()Goal.addNote()Immunization.addNote()Procedure.addNotes()ProcedureRequest.addNotes()CarePlan.CarePlanActivityComponent.addProgress()Base.castToAnnotation(Base b) Annotation.copy()AllergyIntolerance.AllergyIntoleranceReactionComponent.getNote()AllergyIntolerance.getNote()CarePlan.getNote()FamilyMemberHistory.FamilyMemberHistoryConditionComponent.getNote()FamilyMemberHistory.getNote()Annotation.setTextElement(StringType value) Annotation.setTimeElement(DateTimeType value) protected AnnotationAnnotation.typedCopy()Methods in org.hl7.fhir.dstu2.model that return types with arguments of type AnnotationModifier and TypeMethodDescriptionDevice.getNote()DiagnosticOrder.getNote()Goal.getNote()Immunization.getNote()Procedure.getNotes()ProcedureRequest.getNotes()CarePlan.CarePlanActivityComponent.getProgress()Methods in org.hl7.fhir.dstu2.model with parameters of type AnnotationModifier and TypeMethodDescriptionDevice.addNote(Annotation t) DiagnosticOrder.addNote(Annotation t) Goal.addNote(Annotation t) Immunization.addNote(Annotation t) Procedure.addNotes(Annotation t) ProcedureRequest.addNotes(Annotation t) CarePlan.CarePlanActivityComponent.addProgress(Annotation t) AllergyIntolerance.AllergyIntoleranceReactionComponent.setNote(Annotation value) AllergyIntolerance.setNote(Annotation value) CarePlan.setNote(Annotation value) FamilyMemberHistory.FamilyMemberHistoryConditionComponent.setNote(Annotation value) FamilyMemberHistory.setNote(Annotation value)