
Uses of Class
org.hl7.fhir.r4.model.ResearchDefinition
Packages that use ResearchDefinition
-
Uses of ResearchDefinition in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ResearchDefinitionModifier and TypeMethodDescriptionprotected ResearchDefinitionJsonParser.parseResearchDefinition(com.google.gson.JsonObject json) protected ResearchDefinitionXmlParser.parseResearchDefinition(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type ResearchDefinitionModifier and TypeMethodDescriptionprotected voidJsonParser.composeResearchDefinition(String name, ResearchDefinition element) protected voidRdfParser.composeResearchDefinition(Turtle.Complex parent, String parentType, String name, ResearchDefinition element, int index) protected voidXmlParser.composeResearchDefinition(String name, ResearchDefinition element) protected voidXmlParser.composeResearchDefinitionElements(ResearchDefinition element) protected voidJsonParser.composeResearchDefinitionInner(ResearchDefinition element) protected booleanXmlParser.parseResearchDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchDefinition res) protected voidJsonParser.parseResearchDefinitionProperties(com.google.gson.JsonObject json, ResearchDefinition res) -
Uses of ResearchDefinition in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return ResearchDefinitionModifier and TypeMethodDescriptionResearchDefinition.addAuthor(ContactDetail t) ResearchDefinition.addComment(String value) ResearchDefinition.addContact(ContactDetail t) ResearchDefinition.addEditor(ContactDetail t) ResearchDefinition.addEndorser(ContactDetail t) ResearchDefinition.addIdentifier(Identifier t) ResearchDefinition.addJurisdiction(CodeableConcept t) ResearchDefinition.addLibrary(String value) ResearchDefinition.addRelatedArtifact(RelatedArtifact t) ResearchDefinition.addReviewer(ContactDetail t) ResearchDefinition.addTopic(CodeableConcept t) ResearchDefinition.addUseContext(UsageContext t) ResearchDefinition.copy()ResearchDefinition.setApprovalDate(Date value) ResearchDefinition.setApprovalDateElement(DateType value) ResearchDefinition.setAuthor(List<ContactDetail> theAuthor) ResearchDefinition.setComment(List<StringType> theComment) ResearchDefinition.setContact(List<ContactDetail> theContact) ResearchDefinition.setCopyright(String value) ResearchDefinition.setCopyrightElement(MarkdownType value) ResearchDefinition.setDateElement(DateTimeType value) ResearchDefinition.setDescription(String value) ResearchDefinition.setDescriptionElement(MarkdownType value) ResearchDefinition.setEditor(List<ContactDetail> theEditor) ResearchDefinition.setEffectivePeriod(Period value) ResearchDefinition.setEndorser(List<ContactDetail> theEndorser) ResearchDefinition.setExperimental(boolean value) ResearchDefinition.setExperimentalElement(BooleanType value) ResearchDefinition.setExposure(Reference value) ResearchDefinition.setExposureAlternative(Reference value) ResearchDefinition.setExposureAlternativeTarget(ResearchElementDefinition value) ResearchDefinition.setExposureTarget(ResearchElementDefinition value) ResearchDefinition.setIdentifier(List<Identifier> theIdentifier) ResearchDefinition.setJurisdiction(List<CodeableConcept> theJurisdiction) ResearchDefinition.setLastReviewDate(Date value) ResearchDefinition.setLastReviewDateElement(DateType value) ResearchDefinition.setLibrary(List<CanonicalType> theLibrary) ResearchDefinition.setNameElement(StringType value) ResearchDefinition.setOutcome(Reference value) ResearchDefinition.setOutcomeTarget(ResearchElementDefinition value) ResearchDefinition.setPopulation(Reference value) ResearchDefinition.setPopulationTarget(ResearchElementDefinition value) ResearchDefinition.setPublisher(String value) ResearchDefinition.setPublisherElement(StringType value) ResearchDefinition.setPurpose(String value) ResearchDefinition.setPurposeElement(MarkdownType value) ResearchDefinition.setRelatedArtifact(List<RelatedArtifact> theRelatedArtifact) ResearchDefinition.setReviewer(List<ContactDetail> theReviewer) ResearchDefinition.setShortTitle(String value) ResearchDefinition.setShortTitleElement(StringType value) ResearchDefinition.setStatus(Enumerations.PublicationStatus value) ResearchDefinition.setStatusElement(Enumeration<Enumerations.PublicationStatus> value) ResearchDefinition.setSubject(Type value) ResearchDefinition.setSubtitle(String value) ResearchDefinition.setSubtitleElement(StringType value) ResearchDefinition.setTitleElement(StringType value) ResearchDefinition.setTopic(List<CodeableConcept> theTopic) ResearchDefinition.setUrlElement(UriType value) ResearchDefinition.setUsageElement(StringType value) ResearchDefinition.setUseContext(List<UsageContext> theUseContext) ResearchDefinition.setVersion(String value) ResearchDefinition.setVersionElement(StringType value) protected ResearchDefinitionResearchDefinition.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type ResearchDefinition