Uses of Class
org.hl7.fhir.r5.model.ResearchStudy.ResearchStudyStatusDateComponent
-
Packages that use ResearchStudy.ResearchStudyStatusDateComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ResearchStudy.ResearchStudyStatusDateComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ResearchStudy.ResearchStudyStatusDateComponent Modifier and Type Method Description protected ResearchStudy.ResearchStudyStatusDateComponentJsonParser. parseResearchStudyStatusDateComponent(com.google.gson.JsonObject json)protected ResearchStudy.ResearchStudyStatusDateComponentXmlParser. parseResearchStudyStatusDateComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ResearchStudy.ResearchStudyStatusDateComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ResearchStudy.ResearchStudyStatusDateComponent Modifier and Type Field Description protected List<ResearchStudy.ResearchStudyStatusDateComponent>ResearchStudy. statusDateStatus of study with time for that status.Methods in org.hl7.fhir.r5.model that return ResearchStudy.ResearchStudyStatusDateComponent Modifier and Type Method Description ResearchStudy.ResearchStudyStatusDateComponentResearchStudy. addStatusDate()ResearchStudy.ResearchStudyStatusDateComponentResearchStudy.ResearchStudyStatusDateComponent. copy()ResearchStudy.ResearchStudyStatusDateComponentResearchStudy. getStatusDateFirstRep()ResearchStudy.ResearchStudyStatusDateComponentResearchStudy.ResearchStudyStatusDateComponent. setActivity(CodeableConcept value)ResearchStudy.ResearchStudyStatusDateComponentResearchStudy.ResearchStudyStatusDateComponent. setActual(boolean value)ResearchStudy.ResearchStudyStatusDateComponentResearchStudy.ResearchStudyStatusDateComponent. setActualElement(BooleanType value)ResearchStudy.ResearchStudyStatusDateComponentResearchStudy.ResearchStudyStatusDateComponent. setPeriod(Period value)Methods in org.hl7.fhir.r5.model that return types with arguments of type ResearchStudy.ResearchStudyStatusDateComponent Modifier and Type Method Description List<ResearchStudy.ResearchStudyStatusDateComponent>ResearchStudy. getStatusDate()Methods in org.hl7.fhir.r5.model with parameters of type ResearchStudy.ResearchStudyStatusDateComponent Modifier and Type Method Description ResearchStudyResearchStudy. addStatusDate(ResearchStudy.ResearchStudyStatusDateComponent t)voidResearchStudy.ResearchStudyStatusDateComponent. copyValues(ResearchStudy.ResearchStudyStatusDateComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type ResearchStudy.ResearchStudyStatusDateComponent Modifier and Type Method Description ResearchStudyResearchStudy. setStatusDate(List<ResearchStudy.ResearchStudyStatusDateComponent> theStatusDate)
-