Uses of Class
org.hl7.fhir.r5.model.ResearchStudy.ResearchStudyLabelComponent
-
Uses of ResearchStudy.ResearchStudyLabelComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseResearchStudyLabelComponent
(com.google.gson.JsonObject json) XmlParser.parseResearchStudyLabelComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier and TypeFieldDescriptionprotected List
<ResearchStudy.ResearchStudyLabelComponent> ResearchStudy.label
Additional names for the study.Modifier and TypeMethodDescriptionResearchStudy.addLabel()
ResearchStudy.ResearchStudyLabelComponent.copy()
ResearchStudy.getLabelFirstRep()
ResearchStudy.ResearchStudyLabelComponent.setType
(CodeableConcept value) ResearchStudy.ResearchStudyLabelComponent.setValueElement
(StringType value) Modifier and TypeMethodDescriptionResearchStudy.addLabel
(ResearchStudy.ResearchStudyLabelComponent t) void
ResearchStudy.ResearchStudyLabelComponent.copyValues
(ResearchStudy.ResearchStudyLabelComponent dst) Modifier and TypeMethodDescriptionResearchStudy.setLabel
(List<ResearchStudy.ResearchStudyLabelComponent> theLabel)