Uses of Class
org.hl7.fhir.r5.model.ResearchStudy
Packages that use ResearchStudy
-
Uses of ResearchStudy in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ResearchStudyModifier and TypeMethodDescriptionprotected ResearchStudyJsonParser.parseResearchStudy(com.google.gson.JsonObject json)protected ResearchStudyXmlParser.parseResearchStudy(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type ResearchStudyModifier and TypeMethodDescriptionprotected voidJsonParser.composeResearchStudy(String name, ResearchStudy element)protected voidRdfParser.composeResearchStudy(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ResearchStudy element, int index)protected voidXmlParser.composeResearchStudy(String name, ResearchStudy element)protected voidXmlParser.composeResearchStudyElements(ResearchStudy element)protected voidJsonParser.composeResearchStudyProperties(ResearchStudy element)protected booleanXmlParser.parseResearchStudyContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy res)protected voidJsonParser.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.addCategory(CodeableConcept t)ResearchStudy.addClassification(ResearchStudy.ResearchStudyClassificationComponent t)ResearchStudy.addComparisonGroup(ResearchStudy.ResearchStudyComparisonGroupComponent t)ResearchStudy.addCondition(CodeableConcept t)ResearchStudy.addContact(ContactDetail t)ResearchStudy.addCurrentState(CodeableConcept t)ResearchStudy.addFocus(ResearchStudy.ResearchStudyFocusComponent t)ResearchStudy.addIdentifier(Identifier t)ResearchStudy.addKeyword(CodeableConcept t)ResearchStudy.addLabel(ResearchStudy.ResearchStudyLabelComponent t)ResearchStudy.addLocation(CodeableConcept t)ResearchStudy.addNote(Annotation t)ResearchStudy.addObjective(ResearchStudy.ResearchStudyObjectiveComponent t)ResearchStudy.addOutcomeMeasure(ResearchStudy.ResearchStudyOutcomeMeasureComponent t)ResearchStudy.addProtocol(Reference t)ResearchStudy.addRelatedArtifact(RelatedArtifact t)ResearchStudy.addStatusDate(ResearchStudy.ResearchStudyStatusDateComponent t)ResearchStudy.addWebLocation(ResearchStudy.ResearchStudyWebLocationComponent t)ResearchStudy.copy()ResearchStudy.setAssociatedParty(List<ResearchStudy.ResearchStudyAssociatedPartyComponent> theAssociatedParty)ResearchStudy.setCategory(List<CodeableConcept> theCategory)ResearchStudy.setClassification(List<ResearchStudy.ResearchStudyClassificationComponent> theClassification)ResearchStudy.setComparisonGroup(List<ResearchStudy.ResearchStudyComparisonGroupComponent> theComparisonGroup)ResearchStudy.setCondition(List<CodeableConcept> theCondition)ResearchStudy.setContact(List<ContactDetail> theContact)ResearchStudy.setCurrentState(List<CodeableConcept> theCurrentState)ResearchStudy.setDateElement(DateTimeType value)ResearchStudy.setDescription(String value)ResearchStudy.setDescriptionElement(MarkdownType value)ResearchStudy.setDescriptionSummary(String value)ResearchStudy.setDescriptionSummaryElement(MarkdownType value)ResearchStudy.setFocus(List<ResearchStudy.ResearchStudyFocusComponent> theFocus)ResearchStudy.setIdentifier(List<Identifier> theIdentifier)ResearchStudy.setKeyword(List<CodeableConcept> theKeyword)ResearchStudy.setLabel(List<ResearchStudy.ResearchStudyLabelComponent> theLabel)ResearchStudy.setLocation(List<CodeableConcept> theLocation)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.setPrincipalInvestigator(Reference value)ResearchStudy.setProtocol(List<Reference> theProtocol)ResearchStudy.setRecruitment(ResearchStudy.ResearchStudyRecruitmentComponent value)ResearchStudy.setRelatedArtifact(List<RelatedArtifact> theRelatedArtifact)ResearchStudy.setSponsor(Reference value)ResearchStudy.setStatus(Enumerations.PublicationStatus value)ResearchStudy.setStatusDate(List<ResearchStudy.ResearchStudyStatusDateComponent> theStatusDate)ResearchStudy.setStatusElement(Enumeration<Enumerations.PublicationStatus> value)ResearchStudy.setTitleElement(StringType value)ResearchStudy.setUrlElement(UriType value)ResearchStudy.setVersion(String value)ResearchStudy.setVersionElement(StringType value)ResearchStudy.setWebLocation(List<ResearchStudy.ResearchStudyWebLocationComponent> theWebLocation)ResearchStudy.setWhyStopped(CodeableConcept value)protected ResearchStudyResearchStudy.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type ResearchStudy