
Uses of Class
org.hl7.fhir.r5.model.ResearchStudy.ResearchStudyProgressStatusComponent
Packages that use ResearchStudy.ResearchStudyProgressStatusComponent
-
Uses of ResearchStudy.ResearchStudyProgressStatusComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ResearchStudy.ResearchStudyProgressStatusComponentModifier and TypeMethodDescriptionJsonParser.parseResearchStudyProgressStatusComponent
(com.google.gson.JsonObject json) XmlParser.parseResearchStudyProgressStatusComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ResearchStudy.ResearchStudyProgressStatusComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeResearchStudyProgressStatusComponent
(String name, ResearchStudy.ResearchStudyProgressStatusComponent element) protected void
RdfParser.composeResearchStudyProgressStatusComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ResearchStudy.ResearchStudyProgressStatusComponent element, int index) protected void
XmlParser.composeResearchStudyProgressStatusComponent
(String name, ResearchStudy.ResearchStudyProgressStatusComponent element) protected void
XmlParser.composeResearchStudyProgressStatusComponentElements
(ResearchStudy.ResearchStudyProgressStatusComponent element) protected void
JsonParser.composeResearchStudyProgressStatusComponentProperties
(ResearchStudy.ResearchStudyProgressStatusComponent element) protected boolean
XmlParser.parseResearchStudyProgressStatusComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy.ResearchStudyProgressStatusComponent res) protected void
JsonParser.parseResearchStudyProgressStatusComponentProperties
(com.google.gson.JsonObject json, ResearchStudy.ResearchStudyProgressStatusComponent res) -
Uses of ResearchStudy.ResearchStudyProgressStatusComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ResearchStudy.ResearchStudyProgressStatusComponentModifier and TypeFieldDescriptionResearchStudy.progressStatus
Status of study with time for that status.Methods in org.hl7.fhir.r5.model that return ResearchStudy.ResearchStudyProgressStatusComponentModifier and TypeMethodDescriptionResearchStudy.addProgressStatus()
ResearchStudy.ResearchStudyProgressStatusComponent.copy()
ResearchStudy.getProgressStatusFirstRep()
ResearchStudy.ResearchStudyProgressStatusComponent.setActual
(boolean value) ResearchStudy.ResearchStudyProgressStatusComponent.setActualElement
(BooleanType value) ResearchStudy.ResearchStudyProgressStatusComponent.setState
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ResearchStudy.ResearchStudyProgressStatusComponentMethods in org.hl7.fhir.r5.model with parameters of type ResearchStudy.ResearchStudyProgressStatusComponentModifier and TypeMethodDescriptionResearchStudy.addProgressStatus
(ResearchStudy.ResearchStudyProgressStatusComponent t) void
ResearchStudy.ResearchStudyProgressStatusComponent.copyValues
(ResearchStudy.ResearchStudyProgressStatusComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ResearchStudy.ResearchStudyProgressStatusComponentModifier and TypeMethodDescriptionResearchStudy.setProgressStatus
(List<ResearchStudy.ResearchStudyProgressStatusComponent> theProgressStatus)