Uses of Class
org.hl7.fhir.r5.model.ResearchStudy.ResearchStudyAssociatedPartyComponent
-
Packages that use ResearchStudy.ResearchStudyAssociatedPartyComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ResearchStudy.ResearchStudyAssociatedPartyComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ResearchStudy.ResearchStudyAssociatedPartyComponent Modifier and Type Method Description protected ResearchStudy.ResearchStudyAssociatedPartyComponentJsonParser. parseResearchStudyAssociatedPartyComponent(com.google.gson.JsonObject json)protected ResearchStudy.ResearchStudyAssociatedPartyComponentXmlParser. parseResearchStudyAssociatedPartyComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ResearchStudy.ResearchStudyAssociatedPartyComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ResearchStudy.ResearchStudyAssociatedPartyComponent Modifier and Type Field Description protected List<ResearchStudy.ResearchStudyAssociatedPartyComponent>ResearchStudy. associatedPartySponsors, collaborators, and other parties.Methods in org.hl7.fhir.r5.model that return types with arguments of type ResearchStudy.ResearchStudyAssociatedPartyComponent Modifier and Type Method Description List<ResearchStudy.ResearchStudyAssociatedPartyComponent>ResearchStudy. getAssociatedParty()Methods in org.hl7.fhir.r5.model with parameters of type ResearchStudy.ResearchStudyAssociatedPartyComponent Modifier and Type Method Description ResearchStudyResearchStudy. addAssociatedParty(ResearchStudy.ResearchStudyAssociatedPartyComponent t)voidResearchStudy.ResearchStudyAssociatedPartyComponent. copyValues(ResearchStudy.ResearchStudyAssociatedPartyComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type ResearchStudy.ResearchStudyAssociatedPartyComponent Modifier and Type Method Description ResearchStudyResearchStudy. setAssociatedParty(List<ResearchStudy.ResearchStudyAssociatedPartyComponent> theAssociatedParty)
-