Uses of Class
org.hl7.fhir.r5.model.ResearchStudy.ResearchStudyClassificationComponent
Packages that use ResearchStudy.ResearchStudyClassificationComponent
-
Uses of ResearchStudy.ResearchStudyClassificationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ResearchStudy.ResearchStudyClassificationComponentModifier and TypeMethodDescriptionJsonParser.parseResearchStudyClassificationComponent(com.google.gson.JsonObject json) XmlParser.parseResearchStudyClassificationComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ResearchStudy.ResearchStudyClassificationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeResearchStudyClassificationComponent(String name, ResearchStudy.ResearchStudyClassificationComponent element) protected voidRdfParser.composeResearchStudyClassificationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ResearchStudy.ResearchStudyClassificationComponent element, int index) protected voidXmlParser.composeResearchStudyClassificationComponent(String name, ResearchStudy.ResearchStudyClassificationComponent element) protected voidXmlParser.composeResearchStudyClassificationComponentElements(ResearchStudy.ResearchStudyClassificationComponent element) protected voidJsonParser.composeResearchStudyClassificationComponentProperties(ResearchStudy.ResearchStudyClassificationComponent element) protected booleanXmlParser.parseResearchStudyClassificationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy.ResearchStudyClassificationComponent res) protected voidJsonParser.parseResearchStudyClassificationComponentProperties(com.google.gson.JsonObject json, ResearchStudy.ResearchStudyClassificationComponent res) -
Uses of ResearchStudy.ResearchStudyClassificationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ResearchStudy.ResearchStudyClassificationComponentMethods in org.hl7.fhir.r5.model that return ResearchStudy.ResearchStudyClassificationComponentModifier and TypeMethodDescriptionResearchStudy.addClassification()ResearchStudy.ResearchStudyClassificationComponent.addClassifier(CodeableConcept t) ResearchStudy.ResearchStudyClassificationComponent.copy()ResearchStudy.getClassificationFirstRep()ResearchStudy.ResearchStudyClassificationComponent.setClassifier(List<CodeableConcept> theClassifier) ResearchStudy.ResearchStudyClassificationComponent.setType(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ResearchStudy.ResearchStudyClassificationComponentMethods in org.hl7.fhir.r5.model with parameters of type ResearchStudy.ResearchStudyClassificationComponentModifier and TypeMethodDescriptionResearchStudy.addClassification(ResearchStudy.ResearchStudyClassificationComponent t) voidResearchStudy.ResearchStudyClassificationComponent.copyValues(ResearchStudy.ResearchStudyClassificationComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ResearchStudy.ResearchStudyClassificationComponentModifier and TypeMethodDescriptionResearchStudy.setClassification(List<ResearchStudy.ResearchStudyClassificationComponent> theClassification)