Uses of Class
org.hl7.fhir.r4.model.ResearchStudy
-
Uses of ResearchStudy in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected ResearchStudy
JsonParser.parseResearchStudy
(com.google.gson.JsonObject json) protected ResearchStudy
XmlParser.parseResearchStudy
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeResearchStudy
(String name, ResearchStudy element) protected void
RdfParser.composeResearchStudy
(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.composeResearchStudyInner
(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) protected ResearchStudy.ResearchStudyArmComponent
JsonParser.parseResearchStudyResearchStudyArmComponent
(com.google.gson.JsonObject json, ResearchStudy owner) protected ResearchStudy.ResearchStudyArmComponent
XmlParser.parseResearchStudyResearchStudyArmComponent
(org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner) protected boolean
XmlParser.parseResearchStudyResearchStudyArmComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner, ResearchStudy.ResearchStudyArmComponent res) protected void
JsonParser.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 boolean
XmlParser.parseResearchStudyResearchStudyObjectiveComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner, ResearchStudy.ResearchStudyObjectiveComponent res) protected void
JsonParser.parseResearchStudyResearchStudyObjectiveComponentProperties
(com.google.gson.JsonObject json, ResearchStudy owner, ResearchStudy.ResearchStudyObjectiveComponent res) -
Uses of ResearchStudy in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected ResearchStudy
ResearchSubject.studyTarget
The actual object that is the target of the reference (Reference to the study the subject is participating in.)Modifier and TypeFieldDescriptionprotected List
<ResearchStudy> MedicinalProduct.clinicalTrialTarget
The actual objects that are the target of the reference (Clinical trials or studies that this product is involved in.)protected List
<ResearchStudy> ResearchStudy.partOfTarget
The 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.studyTarget
The actual objects that are the target of the reference (AdverseEvent.study.)Modifier and TypeMethodDescriptionResearchStudy.addArm
(ResearchStudy.ResearchStudyArmComponent t) ResearchStudy.addCategory
(CodeableConcept t) MedicinalProduct.addClinicalTrialTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadResearchStudy.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.addPartOfTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadResearchStudy.addProtocol
(Reference t) ResearchStudy.addRelatedArtifact
(RelatedArtifact t) AdverseEvent.addStudyTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadResearchStudy.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 ResearchStudy
ResearchStudy.typedCopy()
Modifier and TypeMethodDescriptionMedicinalProduct.getClinicalTrialTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadResearchStudy.getPartOfTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadAdverseEvent.getStudyTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadModifier and TypeMethodDescriptionvoid
ResearchStudy.copyValues
(ResearchStudy dst) ResearchSubject.setStudyTarget
(ResearchStudy value)