Uses of Class
org.hl7.fhir.r5.model.ResearchStudy.ResearchStudyRecruitmentComponent
Packages that use ResearchStudy.ResearchStudyRecruitmentComponent
-
Uses of ResearchStudy.ResearchStudyRecruitmentComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ResearchStudy.ResearchStudyRecruitmentComponentModifier and TypeMethodDescriptionJsonParser.parseResearchStudyRecruitmentComponent(com.google.gson.JsonObject json)XmlParser.parseResearchStudyRecruitmentComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type ResearchStudy.ResearchStudyRecruitmentComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeResearchStudyRecruitmentComponent(String name, ResearchStudy.ResearchStudyRecruitmentComponent element)protected voidRdfParser.composeResearchStudyRecruitmentComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ResearchStudy.ResearchStudyRecruitmentComponent element, int index)protected voidXmlParser.composeResearchStudyRecruitmentComponent(String name, ResearchStudy.ResearchStudyRecruitmentComponent element)protected voidXmlParser.composeResearchStudyRecruitmentComponentElements(ResearchStudy.ResearchStudyRecruitmentComponent element)protected voidJsonParser.composeResearchStudyRecruitmentComponentProperties(ResearchStudy.ResearchStudyRecruitmentComponent element)protected booleanXmlParser.parseResearchStudyRecruitmentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy.ResearchStudyRecruitmentComponent res)protected voidJsonParser.parseResearchStudyRecruitmentComponentProperties(com.google.gson.JsonObject json, ResearchStudy.ResearchStudyRecruitmentComponent res) -
Uses of ResearchStudy.ResearchStudyRecruitmentComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as ResearchStudy.ResearchStudyRecruitmentComponentModifier and TypeFieldDescriptionResearchStudy.recruitmentTarget or actual group of participants enrolled in study.Methods in org.hl7.fhir.r5.model that return ResearchStudy.ResearchStudyRecruitmentComponentModifier and TypeMethodDescriptionResearchStudy.ResearchStudyRecruitmentComponent.copy()ResearchStudy.getRecruitment()ResearchStudy.ResearchStudyRecruitmentComponent.setActualGroup(Reference value)ResearchStudy.ResearchStudyRecruitmentComponent.setActualNumber(int value)ResearchStudy.ResearchStudyRecruitmentComponent.setActualNumberElement(UnsignedIntType value)ResearchStudy.ResearchStudyRecruitmentComponent.setEligibility(Reference value)ResearchStudy.ResearchStudyRecruitmentComponent.setTargetNumber(int value)ResearchStudy.ResearchStudyRecruitmentComponent.setTargetNumberElement(UnsignedIntType value)Methods in org.hl7.fhir.r5.model with parameters of type ResearchStudy.ResearchStudyRecruitmentComponentModifier and TypeMethodDescriptionvoidResearchStudy.ResearchStudyRecruitmentComponent.copyValues(ResearchStudy.ResearchStudyRecruitmentComponent dst)ResearchStudy.setRecruitment(ResearchStudy.ResearchStudyRecruitmentComponent value)