
Uses of Class
org.hl7.fhir.r5.model.ResearchStudy
Packages that use ResearchStudy
-
Uses of ResearchStudy in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return ResearchStudyModifier and TypeMethodDescriptionstatic ResearchStudy
Extensions.addRSStudyRegistration
(ResearchStudy context, DataType value) Methods in org.hl7.fhir.r5.extensions with parameters of type ResearchStudyModifier and TypeMethodDescriptionstatic ResearchStudy
Extensions.addRSStudyRegistration
(ResearchStudy context, DataType value) Extensions.getRSStudyRegistrationList
(ResearchStudy context) -
Uses of ResearchStudy in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ResearchStudyModifier and TypeMethodDescriptionprotected ResearchStudy
JsonParser.parseResearchStudy
(com.google.gson.JsonObject json) protected ResearchStudy
XmlParser.parseResearchStudy
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ResearchStudyModifier and TypeMethodDescriptionprotected void
JsonParser.composeResearchStudy
(String name, ResearchStudy element) protected void
RdfParser.composeResearchStudy
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ResearchStudy element, int index) protected void
XmlParser.composeResearchStudy
(String name, ResearchStudy element) protected void
XmlParser.composeResearchStudyElements
(ResearchStudy element) protected void
JsonParser.composeResearchStudyProperties
(ResearchStudy element) protected boolean
XmlParser.parseResearchStudyContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy res) protected void
JsonParser.parseResearchStudyProperties
(com.google.gson.JsonObject json, ResearchStudy res) -
Uses of ResearchStudy in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return ResearchStudyModifier and TypeMethodDescriptionResearchStudy.addAssociatedParty
(ResearchStudy.ResearchStudyAssociatedPartyComponent t) ResearchStudy.addClassifier
(CodeableConcept t) ResearchStudy.addComparisonGroup
(ResearchStudy.ResearchStudyComparisonGroupComponent t) ResearchStudy.addCondition
(CodeableConcept t) ResearchStudy.addFocus
(CodeableReference t) ResearchStudy.addIdentifier
(Identifier t) ResearchStudy.addKeyword
(CodeableConcept t) ResearchStudy.addLabel
(ResearchStudy.ResearchStudyLabelComponent t) ResearchStudy.addNote
(Annotation t) ResearchStudy.addObjective
(ResearchStudy.ResearchStudyObjectiveComponent t) ResearchStudy.addOutcomeMeasure
(ResearchStudy.ResearchStudyOutcomeMeasureComponent t) ResearchStudy.addProgressStatus
(ResearchStudy.ResearchStudyProgressStatusComponent t) ResearchStudy.addProtocol
(Reference t) ResearchStudy.addRegion
(CodeableConcept t) ResearchStudy.addRelatedArtifact
(RelatedArtifact t) ResearchStudy.addStudyDesign
(CodeableConcept t) ResearchStudy.copy()
ResearchStudy.setAssociatedParty
(List<ResearchStudy.ResearchStudyAssociatedPartyComponent> theAssociatedParty) ResearchStudy.setClassifier
(List<CodeableConcept> theClassifier) ResearchStudy.setComparisonGroup
(List<ResearchStudy.ResearchStudyComparisonGroupComponent> theComparisonGroup) ResearchStudy.setCondition
(List<CodeableConcept> theCondition) ResearchStudy.setDateElement
(DateTimeType value) ResearchStudy.setDescription
(String value) ResearchStudy.setDescriptionElement
(MarkdownType value) ResearchStudy.setDescriptionSummary
(String value) ResearchStudy.setDescriptionSummaryElement
(MarkdownType value) ResearchStudy.setFocus
(List<CodeableReference> theFocus) ResearchStudy.setIdentifier
(List<Identifier> theIdentifier) ResearchStudy.setKeyword
(List<CodeableConcept> theKeyword) ResearchStudy.setLabel
(List<ResearchStudy.ResearchStudyLabelComponent> theLabel) ResearchStudy.setNameElement
(StringType value) ResearchStudy.setNote
(List<Annotation> theNote) ResearchStudy.setObjective
(List<ResearchStudy.ResearchStudyObjectiveComponent> theObjective) ResearchStudy.setOutcomeMeasure
(List<ResearchStudy.ResearchStudyOutcomeMeasureComponent> theOutcomeMeasure) ResearchStudy.setPhase
(CodeableConcept value) ResearchStudy.setPrimaryPurposeType
(CodeableConcept value) ResearchStudy.setProgressStatus
(List<ResearchStudy.ResearchStudyProgressStatusComponent> theProgressStatus) ResearchStudy.setProtocol
(List<Reference> theProtocol) ResearchStudy.setRecruitment
(ResearchStudy.ResearchStudyRecruitmentComponent value) ResearchStudy.setRegion
(List<CodeableConcept> theRegion) ResearchStudy.setRelatedArtifact
(List<RelatedArtifact> theRelatedArtifact) ResearchStudy.setStatus
(Enumerations.PublicationStatus value) ResearchStudy.setStatusElement
(Enumeration<Enumerations.PublicationStatus> value) ResearchStudy.setStudyDesign
(List<CodeableConcept> theStudyDesign) ResearchStudy.setTitleElement
(StringType value) ResearchStudy.setUrlElement
(UriType value) ResearchStudy.setVersion
(String value) ResearchStudy.setVersionElement
(StringType value) ResearchStudy.setWhyStopped
(CodeableConcept value) protected ResearchStudy
ResearchStudy.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type ResearchStudy