Uses of Class
org.hl7.fhir.r5.model.ResearchStudy.ResearchStudyClassificationComponent
-
Packages that use ResearchStudy.ResearchStudyClassificationComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ResearchStudy.ResearchStudyClassificationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ResearchStudy.ResearchStudyClassificationComponent Modifier and Type Method Description protected ResearchStudy.ResearchStudyClassificationComponentJsonParser. parseResearchStudyClassificationComponent(com.google.gson.JsonObject json)protected ResearchStudy.ResearchStudyClassificationComponentXmlParser. parseResearchStudyClassificationComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ResearchStudy.ResearchStudyClassificationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ResearchStudy.ResearchStudyClassificationComponent Modifier and Type Field Description protected List<ResearchStudy.ResearchStudyClassificationComponent>ResearchStudy. classificationClassification for the study.Methods in org.hl7.fhir.r5.model that return ResearchStudy.ResearchStudyClassificationComponent Modifier and Type Method Description ResearchStudy.ResearchStudyClassificationComponentResearchStudy. addClassification()ResearchStudy.ResearchStudyClassificationComponentResearchStudy.ResearchStudyClassificationComponent. addClassifier(CodeableConcept t)ResearchStudy.ResearchStudyClassificationComponentResearchStudy.ResearchStudyClassificationComponent. copy()ResearchStudy.ResearchStudyClassificationComponentResearchStudy. getClassificationFirstRep()ResearchStudy.ResearchStudyClassificationComponentResearchStudy.ResearchStudyClassificationComponent. setClassifier(List<CodeableConcept> theClassifier)ResearchStudy.ResearchStudyClassificationComponentResearchStudy.ResearchStudyClassificationComponent. setType(CodeableConcept value)Methods in org.hl7.fhir.r5.model that return types with arguments of type ResearchStudy.ResearchStudyClassificationComponent Modifier and Type Method Description List<ResearchStudy.ResearchStudyClassificationComponent>ResearchStudy. getClassification()Methods in org.hl7.fhir.r5.model with parameters of type ResearchStudy.ResearchStudyClassificationComponent Modifier and Type Method Description ResearchStudyResearchStudy. addClassification(ResearchStudy.ResearchStudyClassificationComponent t)voidResearchStudy.ResearchStudyClassificationComponent. copyValues(ResearchStudy.ResearchStudyClassificationComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type ResearchStudy.ResearchStudyClassificationComponent Modifier and Type Method Description ResearchStudyResearchStudy. setClassification(List<ResearchStudy.ResearchStudyClassificationComponent> theClassification)
-