
Uses of Class
org.hl7.fhir.r4.model.ResearchStudy
Packages that use ResearchStudy
-
Uses of ResearchStudy in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type ResearchStudyModifier and TypeMethodDescriptionprotected voidJsonParser.composeResearchStudy(String name, ResearchStudy element) protected voidRdfParser.composeResearchStudy(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.composeResearchStudyInner(ResearchStudy element) protected booleanXmlParser.parseResearchStudyContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy res) protected voidJsonParser.parseResearchStudyProperties(com.google.gson.JsonObject json, ResearchStudy res) protected ResearchStudy.ResearchStudyArmComponentJsonParser.parseResearchStudyResearchStudyArmComponent(com.google.gson.JsonObject json, ResearchStudy owner) protected ResearchStudy.ResearchStudyArmComponentXmlParser.parseResearchStudyResearchStudyArmComponent(org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner) protected booleanXmlParser.parseResearchStudyResearchStudyArmComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner, ResearchStudy.ResearchStudyArmComponent res) protected voidJsonParser.parseResearchStudyResearchStudyArmComponentProperties(com.google.gson.JsonObject json, ResearchStudy owner, ResearchStudy.ResearchStudyArmComponent res) JsonParser.parseResearchStudyResearchStudyObjectiveComponent(com.google.gson.JsonObject json, ResearchStudy owner) XmlParser.parseResearchStudyResearchStudyObjectiveComponent(org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner) protected booleanXmlParser.parseResearchStudyResearchStudyObjectiveComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner, ResearchStudy.ResearchStudyObjectiveComponent res) protected voidJsonParser.parseResearchStudyResearchStudyObjectiveComponentProperties(com.google.gson.JsonObject json, ResearchStudy owner, ResearchStudy.ResearchStudyObjectiveComponent res) -
Uses of ResearchStudy in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as ResearchStudyModifier and TypeFieldDescriptionprotected ResearchStudyResearchSubject.studyTargetThe actual object that is the target of the reference (Reference to the study the subject is participating in.)Fields in org.hl7.fhir.r4.model with type parameters of type ResearchStudyModifier and TypeFieldDescriptionprotected List<ResearchStudy> MedicinalProduct.clinicalTrialTargetThe actual objects that are the target of the reference (Clinical trials or studies that this product is involved in.)protected List<ResearchStudy> ResearchStudy.partOfTargetThe actual objects that are the target of the reference (A larger research study of which this particular study is a component or step.)protected List<ResearchStudy> AdverseEvent.studyTargetThe actual objects that are the target of the reference (AdverseEvent.study.)Methods in org.hl7.fhir.r4.model that return ResearchStudyModifier and TypeMethodDescriptionResearchStudy.addArm(ResearchStudy.ResearchStudyArmComponent t) ResearchStudy.addCategory(CodeableConcept t) ResearchStudy.addCondition(CodeableConcept t) ResearchStudy.addContact(ContactDetail t) ResearchStudy.addEnrollment(Reference t) ResearchStudy.addFocus(CodeableConcept t) ResearchStudy.addIdentifier(Identifier t) ResearchStudy.addKeyword(CodeableConcept t) ResearchStudy.addLocation(CodeableConcept t) ResearchStudy.addNote(Annotation t) ResearchStudy.addObjective(ResearchStudy.ResearchStudyObjectiveComponent t) ResearchStudy.addProtocol(Reference t) ResearchStudy.addRelatedArtifact(RelatedArtifact t) ResearchStudy.copy()ResearchSubject.getStudyTarget()ResearchStudy.setArm(List<ResearchStudy.ResearchStudyArmComponent> theArm) ResearchStudy.setCategory(List<CodeableConcept> theCategory) ResearchStudy.setCondition(List<CodeableConcept> theCondition) ResearchStudy.setContact(List<ContactDetail> theContact) ResearchStudy.setDescription(String value) ResearchStudy.setDescriptionElement(MarkdownType value) ResearchStudy.setEnrollment(List<Reference> theEnrollment) ResearchStudy.setFocus(List<CodeableConcept> theFocus) ResearchStudy.setIdentifier(List<Identifier> theIdentifier) ResearchStudy.setKeyword(List<CodeableConcept> theKeyword) ResearchStudy.setLocation(List<CodeableConcept> theLocation) ResearchStudy.setNote(List<Annotation> theNote) ResearchStudy.setObjective(List<ResearchStudy.ResearchStudyObjectiveComponent> theObjective) ResearchStudy.setPhase(CodeableConcept value) ResearchStudy.setPrimaryPurposeType(CodeableConcept value) ResearchStudy.setPrincipalInvestigator(Reference value) ResearchStudy.setPrincipalInvestigatorTarget(Resource value) ResearchStudy.setProtocol(List<Reference> theProtocol) ResearchStudy.setReasonStopped(CodeableConcept value) ResearchStudy.setRelatedArtifact(List<RelatedArtifact> theRelatedArtifact) ResearchStudy.setSponsor(Reference value) ResearchStudy.setSponsorTarget(Organization value) ResearchStudy.setStatus(ResearchStudy.ResearchStudyStatus value) ResearchStudy.setStatusElement(Enumeration<ResearchStudy.ResearchStudyStatus> value) ResearchStudy.setTitleElement(StringType value) protected ResearchStudyResearchStudy.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type ResearchStudyModifier and TypeMethodDescriptionvoidResearchStudy.copyValues(ResearchStudy dst) ResearchSubject.setStudyTarget(ResearchStudy value)