Uses of Class
org.hl7.fhir.r5.model.ResearchStudy.ResearchStudyLabelComponent
-
Packages that use ResearchStudy.ResearchStudyLabelComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ResearchStudy.ResearchStudyLabelComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ResearchStudy.ResearchStudyLabelComponent Modifier and Type Method Description protected ResearchStudy.ResearchStudyLabelComponentJsonParser. parseResearchStudyLabelComponent(com.google.gson.JsonObject json)protected ResearchStudy.ResearchStudyLabelComponentXmlParser. parseResearchStudyLabelComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ResearchStudy.ResearchStudyLabelComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ResearchStudy.ResearchStudyLabelComponent Modifier and Type Field Description protected List<ResearchStudy.ResearchStudyLabelComponent>ResearchStudy. labelAdditional names for the study.Methods in org.hl7.fhir.r5.model that return ResearchStudy.ResearchStudyLabelComponent Modifier and Type Method Description ResearchStudy.ResearchStudyLabelComponentResearchStudy. addLabel()ResearchStudy.ResearchStudyLabelComponentResearchStudy.ResearchStudyLabelComponent. copy()ResearchStudy.ResearchStudyLabelComponentResearchStudy. getLabelFirstRep()ResearchStudy.ResearchStudyLabelComponentResearchStudy.ResearchStudyLabelComponent. setType(CodeableConcept value)ResearchStudy.ResearchStudyLabelComponentResearchStudy.ResearchStudyLabelComponent. setValue(String value)ResearchStudy.ResearchStudyLabelComponentResearchStudy.ResearchStudyLabelComponent. setValueElement(StringType value)Methods in org.hl7.fhir.r5.model that return types with arguments of type ResearchStudy.ResearchStudyLabelComponent Modifier and Type Method Description List<ResearchStudy.ResearchStudyLabelComponent>ResearchStudy. getLabel()Methods in org.hl7.fhir.r5.model with parameters of type ResearchStudy.ResearchStudyLabelComponent Modifier and Type Method Description ResearchStudyResearchStudy. addLabel(ResearchStudy.ResearchStudyLabelComponent t)voidResearchStudy.ResearchStudyLabelComponent. copyValues(ResearchStudy.ResearchStudyLabelComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type ResearchStudy.ResearchStudyLabelComponent Modifier and Type Method Description ResearchStudyResearchStudy. setLabel(List<ResearchStudy.ResearchStudyLabelComponent> theLabel)
-