
Uses of Class
org.hl7.fhir.r5.model.ResearchStudy.ResearchStudyLabelComponent
Packages that use ResearchStudy.ResearchStudyLabelComponent
-
Uses of ResearchStudy.ResearchStudyLabelComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ResearchStudy.ResearchStudyLabelComponentModifier and TypeMethodDescriptionJsonParser.parseResearchStudyLabelComponent
(com.google.gson.JsonObject json) XmlParser.parseResearchStudyLabelComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ResearchStudy.ResearchStudyLabelComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeResearchStudyLabelComponent
(String name, ResearchStudy.ResearchStudyLabelComponent element) protected void
RdfParser.composeResearchStudyLabelComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ResearchStudy.ResearchStudyLabelComponent element, int index) protected void
XmlParser.composeResearchStudyLabelComponent
(String name, ResearchStudy.ResearchStudyLabelComponent element) protected void
XmlParser.composeResearchStudyLabelComponentElements
(ResearchStudy.ResearchStudyLabelComponent element) protected void
JsonParser.composeResearchStudyLabelComponentProperties
(ResearchStudy.ResearchStudyLabelComponent element) protected boolean
XmlParser.parseResearchStudyLabelComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy.ResearchStudyLabelComponent res) protected void
JsonParser.parseResearchStudyLabelComponentProperties
(com.google.gson.JsonObject json, ResearchStudy.ResearchStudyLabelComponent res) -
Uses of ResearchStudy.ResearchStudyLabelComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ResearchStudy.ResearchStudyLabelComponentModifier and TypeFieldDescriptionprotected List
<ResearchStudy.ResearchStudyLabelComponent> ResearchStudy.label
Additional names for the study.Methods in org.hl7.fhir.r5.model that return ResearchStudy.ResearchStudyLabelComponentModifier and TypeMethodDescriptionResearchStudy.addLabel()
ResearchStudy.ResearchStudyLabelComponent.copy()
ResearchStudy.getLabelFirstRep()
ResearchStudy.ResearchStudyLabelComponent.setType
(CodeableConcept value) ResearchStudy.ResearchStudyLabelComponent.setValueElement
(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ResearchStudy.ResearchStudyLabelComponentMethods in org.hl7.fhir.r5.model with parameters of type ResearchStudy.ResearchStudyLabelComponentModifier and TypeMethodDescriptionResearchStudy.addLabel
(ResearchStudy.ResearchStudyLabelComponent t) void
ResearchStudy.ResearchStudyLabelComponent.copyValues
(ResearchStudy.ResearchStudyLabelComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ResearchStudy.ResearchStudyLabelComponentModifier and TypeMethodDescriptionResearchStudy.setLabel
(List<ResearchStudy.ResearchStudyLabelComponent> theLabel)