
Uses of Class
org.hl7.fhir.r4.model.ResearchElementDefinition
Packages that use ResearchElementDefinition
-
Uses of ResearchElementDefinition in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ResearchElementDefinitionModifier and TypeMethodDescriptionprotected ResearchElementDefinitionJsonParser.parseResearchElementDefinition(com.google.gson.JsonObject json) protected ResearchElementDefinitionXmlParser.parseResearchElementDefinition(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type ResearchElementDefinitionModifier and TypeMethodDescriptionprotected voidJsonParser.composeResearchElementDefinition(String name, ResearchElementDefinition element) protected voidRdfParser.composeResearchElementDefinition(Turtle.Complex parent, String parentType, String name, ResearchElementDefinition element, int index) protected voidXmlParser.composeResearchElementDefinition(String name, ResearchElementDefinition element) protected voidXmlParser.composeResearchElementDefinitionElements(ResearchElementDefinition element) protected voidJsonParser.composeResearchElementDefinitionInner(ResearchElementDefinition element) protected booleanXmlParser.parseResearchElementDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchElementDefinition res) protected voidJsonParser.parseResearchElementDefinitionProperties(com.google.gson.JsonObject json, ResearchElementDefinition res) JsonParser.parseResearchElementDefinitionResearchElementDefinitionCharacteristicComponent(com.google.gson.JsonObject json, ResearchElementDefinition owner) XmlParser.parseResearchElementDefinitionResearchElementDefinitionCharacteristicComponent(org.xmlpull.v1.XmlPullParser xpp, ResearchElementDefinition owner) protected booleanXmlParser.parseResearchElementDefinitionResearchElementDefinitionCharacteristicComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchElementDefinition owner, ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent res) protected voidJsonParser.parseResearchElementDefinitionResearchElementDefinitionCharacteristicComponentProperties(com.google.gson.JsonObject json, ResearchElementDefinition owner, ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent res) -
Uses of ResearchElementDefinition in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as ResearchElementDefinitionModifier and TypeFieldDescriptionprotected ResearchElementDefinitionResearchDefinition.exposureAlternativeTargetThe actual object that is the target of the reference (A reference to a ResearchElementDefinition resource that defines the exposureAlternative for the research.)protected ResearchElementDefinitionResearchDefinition.exposureTargetThe actual object that is the target of the reference (A reference to a ResearchElementDefinition resource that defines the exposure for the research.)protected ResearchElementDefinitionResearchDefinition.outcomeTargetThe actual object that is the target of the reference (A reference to a ResearchElementDefinition resomece that defines the outcome for the research.)protected ResearchElementDefinitionResearchDefinition.populationTargetThe actual object that is the target of the reference (A reference to a ResearchElementDefinition resource that defines the population for the research.)Methods in org.hl7.fhir.r4.model that return ResearchElementDefinitionModifier and TypeMethodDescriptionResearchElementDefinition.addAuthor(ContactDetail t) ResearchElementDefinition.addCharacteristic(ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent t) ResearchElementDefinition.addComment(String value) ResearchElementDefinition.addContact(ContactDetail t) ResearchElementDefinition.addEditor(ContactDetail t) ResearchElementDefinition.addEndorser(ContactDetail t) ResearchElementDefinition.addIdentifier(Identifier t) ResearchElementDefinition.addJurisdiction(CodeableConcept t) ResearchElementDefinition.addLibrary(String value) ResearchElementDefinition.addRelatedArtifact(RelatedArtifact t) ResearchElementDefinition.addReviewer(ContactDetail t) ResearchElementDefinition.addTopic(CodeableConcept t) ResearchElementDefinition.addUseContext(UsageContext t) ResearchElementDefinition.copy()ResearchDefinition.getExposureAlternativeTarget()ResearchDefinition.getExposureTarget()ResearchDefinition.getOutcomeTarget()ResearchDefinition.getPopulationTarget()ResearchElementDefinition.setApprovalDate(Date value) ResearchElementDefinition.setApprovalDateElement(DateType value) ResearchElementDefinition.setAuthor(List<ContactDetail> theAuthor) ResearchElementDefinition.setCharacteristic(List<ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent> theCharacteristic) ResearchElementDefinition.setComment(List<StringType> theComment) ResearchElementDefinition.setContact(List<ContactDetail> theContact) ResearchElementDefinition.setCopyright(String value) ResearchElementDefinition.setCopyrightElement(MarkdownType value) ResearchElementDefinition.setDateElement(DateTimeType value) ResearchElementDefinition.setDescription(String value) ResearchElementDefinition.setDescriptionElement(MarkdownType value) ResearchElementDefinition.setEditor(List<ContactDetail> theEditor) ResearchElementDefinition.setEffectivePeriod(Period value) ResearchElementDefinition.setEndorser(List<ContactDetail> theEndorser) ResearchElementDefinition.setExperimental(boolean value) ResearchElementDefinition.setExperimentalElement(BooleanType value) ResearchElementDefinition.setIdentifier(List<Identifier> theIdentifier) ResearchElementDefinition.setJurisdiction(List<CodeableConcept> theJurisdiction) ResearchElementDefinition.setLastReviewDate(Date value) ResearchElementDefinition.setLastReviewDateElement(DateType value) ResearchElementDefinition.setLibrary(List<CanonicalType> theLibrary) ResearchElementDefinition.setNameElement(StringType value) ResearchElementDefinition.setPublisher(String value) ResearchElementDefinition.setPublisherElement(StringType value) ResearchElementDefinition.setPurpose(String value) ResearchElementDefinition.setPurposeElement(MarkdownType value) ResearchElementDefinition.setRelatedArtifact(List<RelatedArtifact> theRelatedArtifact) ResearchElementDefinition.setReviewer(List<ContactDetail> theReviewer) ResearchElementDefinition.setShortTitle(String value) ResearchElementDefinition.setShortTitleElement(StringType value) ResearchElementDefinition.setStatus(Enumerations.PublicationStatus value) ResearchElementDefinition.setStatusElement(Enumeration<Enumerations.PublicationStatus> value) ResearchElementDefinition.setSubject(Type value) ResearchElementDefinition.setSubtitle(String value) ResearchElementDefinition.setSubtitleElement(StringType value) ResearchElementDefinition.setTitleElement(StringType value) ResearchElementDefinition.setTopic(List<CodeableConcept> theTopic) ResearchElementDefinition.setType(ResearchElementDefinition.ResearchElementType value) ResearchElementDefinition.setTypeElement(Enumeration<ResearchElementDefinition.ResearchElementType> value) ResearchElementDefinition.setUrlElement(UriType value) ResearchElementDefinition.setUsageElement(StringType value) ResearchElementDefinition.setUseContext(List<UsageContext> theUseContext) ResearchElementDefinition.setVariableType(ResearchElementDefinition.VariableType value) ResearchElementDefinition.setVariableTypeElement(Enumeration<ResearchElementDefinition.VariableType> value) ResearchElementDefinition.setVersion(String value) ResearchElementDefinition.setVersionElement(StringType value) protected ResearchElementDefinitionResearchElementDefinition.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type ResearchElementDefinitionModifier and TypeMethodDescriptionvoidResearchElementDefinition.copyValues(ResearchElementDefinition dst) ResearchDefinition.setExposureAlternativeTarget(ResearchElementDefinition value) ResearchDefinition.setExposureTarget(ResearchElementDefinition value) ResearchDefinition.setOutcomeTarget(ResearchElementDefinition value) ResearchDefinition.setPopulationTarget(ResearchElementDefinition value)