
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 voidJsonParser.composeResearchStudyProgressStatusComponent(String name, ResearchStudy.ResearchStudyProgressStatusComponent element) protected voidRdfParser.composeResearchStudyProgressStatusComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ResearchStudy.ResearchStudyProgressStatusComponent element, int index) protected voidXmlParser.composeResearchStudyProgressStatusComponent(String name, ResearchStudy.ResearchStudyProgressStatusComponent element) protected voidXmlParser.composeResearchStudyProgressStatusComponentElements(ResearchStudy.ResearchStudyProgressStatusComponent element) protected voidJsonParser.composeResearchStudyProgressStatusComponentProperties(ResearchStudy.ResearchStudyProgressStatusComponent element) protected booleanXmlParser.parseResearchStudyProgressStatusComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy.ResearchStudyProgressStatusComponent res) protected voidJsonParser.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.progressStatusStatus 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) voidResearchStudy.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)