
Uses of Class
org.hl7.fhir.r5.model.FamilyMemberHistory.FamilyMemberHistoryParticipantComponent
Packages that use FamilyMemberHistory.FamilyMemberHistoryParticipantComponent
-
Uses of FamilyMemberHistory.FamilyMemberHistoryParticipantComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return FamilyMemberHistory.FamilyMemberHistoryParticipantComponentModifier and TypeMethodDescriptionJsonParser.parseFamilyMemberHistoryParticipantComponent
(com.google.gson.JsonObject json) XmlParser.parseFamilyMemberHistoryParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type FamilyMemberHistory.FamilyMemberHistoryParticipantComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeFamilyMemberHistoryParticipantComponent
(String name, FamilyMemberHistory.FamilyMemberHistoryParticipantComponent element) protected void
RdfParser.composeFamilyMemberHistoryParticipantComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, FamilyMemberHistory.FamilyMemberHistoryParticipantComponent element, int index) protected void
XmlParser.composeFamilyMemberHistoryParticipantComponent
(String name, FamilyMemberHistory.FamilyMemberHistoryParticipantComponent element) protected void
XmlParser.composeFamilyMemberHistoryParticipantComponentElements
(FamilyMemberHistory.FamilyMemberHistoryParticipantComponent element) protected void
JsonParser.composeFamilyMemberHistoryParticipantComponentProperties
(FamilyMemberHistory.FamilyMemberHistoryParticipantComponent element) protected boolean
XmlParser.parseFamilyMemberHistoryParticipantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, FamilyMemberHistory.FamilyMemberHistoryParticipantComponent res) protected void
JsonParser.parseFamilyMemberHistoryParticipantComponentProperties
(com.google.gson.JsonObject json, FamilyMemberHistory.FamilyMemberHistoryParticipantComponent res) -
Uses of FamilyMemberHistory.FamilyMemberHistoryParticipantComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type FamilyMemberHistory.FamilyMemberHistoryParticipantComponentModifier and TypeFieldDescriptionFamilyMemberHistory.participant
Indicates who or what participated in the activities related to the family member history and how they were involved.Methods in org.hl7.fhir.r5.model that return FamilyMemberHistory.FamilyMemberHistoryParticipantComponentModifier and TypeMethodDescriptionFamilyMemberHistory.addParticipant()
FamilyMemberHistory.FamilyMemberHistoryParticipantComponent.copy()
FamilyMemberHistory.getParticipantFirstRep()
FamilyMemberHistory.FamilyMemberHistoryParticipantComponent.setFunction
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type FamilyMemberHistory.FamilyMemberHistoryParticipantComponentMethods in org.hl7.fhir.r5.model with parameters of type FamilyMemberHistory.FamilyMemberHistoryParticipantComponentModifier and TypeMethodDescriptionFamilyMemberHistory.addParticipant
(FamilyMemberHistory.FamilyMemberHistoryParticipantComponent t) void
FamilyMemberHistory.FamilyMemberHistoryParticipantComponent.copyValues
(FamilyMemberHistory.FamilyMemberHistoryParticipantComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type FamilyMemberHistory.FamilyMemberHistoryParticipantComponentModifier and TypeMethodDescriptionFamilyMemberHistory.setParticipant
(List<FamilyMemberHistory.FamilyMemberHistoryParticipantComponent> theParticipant)