
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 PlanDefinition
JsonParser.parsePlanDefinition
(com.google.gson.JsonObject json) protected PlanDefinition
XmlParser.parsePlanDefinition
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type PlanDefinitionModifier and TypeMethodDescriptionprotected void
JsonParser.composePlanDefinition
(String name, PlanDefinition element) protected void
RdfParser.composePlanDefinition
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, PlanDefinition element, int index) protected void
XmlParser.composePlanDefinition
(String name, PlanDefinition element) protected void
XmlParser.composePlanDefinitionElements
(PlanDefinition element) protected void
JsonParser.composePlanDefinitionProperties
(PlanDefinition element) protected boolean
XmlParser.parsePlanDefinitionContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition res) protected void
JsonParser.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.setAsNeeded
(DataType value) PlanDefinition.setAuthor
(List<ContactDetail> theAuthor) PlanDefinition.setContact
(List<ContactDetail> theContact) PlanDefinition.setCopyright
(String value) PlanDefinition.setCopyrightElement
(MarkdownType value) PlanDefinition.setCopyrightLabel
(String value) PlanDefinition.setCopyrightLabelElement
(StringType 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
(MarkdownType value) PlanDefinition.setUseContext
(List<UsageContext> theUseContext) PlanDefinition.setVersion
(String value) PlanDefinition.setVersionAlgorithm
(DataType value) PlanDefinition.setVersionElement
(StringType value) protected PlanDefinition
PlanDefinition.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type PlanDefinition