Uses of Class
org.hl7.fhir.r5.model.PlanDefinition
Packages that use PlanDefinition
-
Uses of PlanDefinition in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return PlanDefinitionModifier and TypeMethodDescriptionprotected PlanDefinitionJsonParser.parsePlanDefinition(com.google.gson.JsonObject json)protected PlanDefinitionXmlParser.parsePlanDefinition(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type PlanDefinitionModifier and TypeMethodDescriptionprotected voidJsonParser.composePlanDefinition(String name, PlanDefinition element)protected voidRdfParser.composePlanDefinition(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, PlanDefinition element, int index)protected voidXmlParser.composePlanDefinition(String name, PlanDefinition element)protected voidXmlParser.composePlanDefinitionElements(PlanDefinition element)protected voidJsonParser.composePlanDefinitionProperties(PlanDefinition element)protected booleanXmlParser.parsePlanDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition res)protected voidJsonParser.parsePlanDefinitionProperties(com.google.gson.JsonObject json, PlanDefinition res) -
Uses of PlanDefinition in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return PlanDefinitionModifier and TypeMethodDescriptionPlanDefinition.addAction(PlanDefinition.PlanDefinitionActionComponent t)PlanDefinition.addActor(PlanDefinition.PlanDefinitionActorComponent t)PlanDefinition.addAuthor(ContactDetail t)PlanDefinition.addContact(ContactDetail t)PlanDefinition.addEditor(ContactDetail t)PlanDefinition.addEndorser(ContactDetail t)PlanDefinition.addGoal(PlanDefinition.PlanDefinitionGoalComponent t)PlanDefinition.addIdentifier(Identifier t)PlanDefinition.addJurisdiction(CodeableConcept t)PlanDefinition.addLibrary(String value)PlanDefinition.addRelatedArtifact(RelatedArtifact t)PlanDefinition.addReviewer(ContactDetail t)PlanDefinition.addTopic(CodeableConcept t)PlanDefinition.addUseContext(UsageContext t)PlanDefinition.copy()PlanDefinition.setAction(List<PlanDefinition.PlanDefinitionActionComponent> theAction)PlanDefinition.setActor(List<PlanDefinition.PlanDefinitionActorComponent> theActor)PlanDefinition.setApprovalDate(Date value)PlanDefinition.setApprovalDateElement(DateType value)PlanDefinition.setAuthor(List<ContactDetail> theAuthor)PlanDefinition.setContact(List<ContactDetail> theContact)PlanDefinition.setCopyright(String value)PlanDefinition.setCopyrightElement(MarkdownType value)PlanDefinition.setDateElement(DateTimeType value)PlanDefinition.setDescription(String value)PlanDefinition.setDescriptionElement(MarkdownType value)PlanDefinition.setEditor(List<ContactDetail> theEditor)PlanDefinition.setEffectivePeriod(Period value)PlanDefinition.setEndorser(List<ContactDetail> theEndorser)PlanDefinition.setExperimental(boolean value)PlanDefinition.setExperimentalElement(BooleanType value)PlanDefinition.setGoal(List<PlanDefinition.PlanDefinitionGoalComponent> theGoal)PlanDefinition.setIdentifier(List<Identifier> theIdentifier)PlanDefinition.setJurisdiction(List<CodeableConcept> theJurisdiction)PlanDefinition.setLastReviewDate(Date value)PlanDefinition.setLastReviewDateElement(DateType value)PlanDefinition.setLibrary(List<CanonicalType> theLibrary)PlanDefinition.setNameElement(StringType value)PlanDefinition.setPublisher(String value)PlanDefinition.setPublisherElement(StringType value)PlanDefinition.setPurpose(String value)PlanDefinition.setPurposeElement(MarkdownType value)PlanDefinition.setRelatedArtifact(List<RelatedArtifact> theRelatedArtifact)PlanDefinition.setReviewer(List<ContactDetail> theReviewer)PlanDefinition.setStatus(Enumerations.PublicationStatus value)PlanDefinition.setStatusElement(Enumeration<Enumerations.PublicationStatus> value)PlanDefinition.setSubject(DataType value)PlanDefinition.setSubtitle(String value)PlanDefinition.setSubtitleElement(StringType value)PlanDefinition.setTitleElement(StringType value)PlanDefinition.setTopic(List<CodeableConcept> theTopic)PlanDefinition.setType(CodeableConcept value)PlanDefinition.setUrlElement(UriType value)PlanDefinition.setUsageElement(StringType value)PlanDefinition.setUseContext(List<UsageContext> theUseContext)PlanDefinition.setVersion(String value)PlanDefinition.setVersionElement(StringType value)protected PlanDefinitionPlanDefinition.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type PlanDefinition