Uses of Class
org.hl7.fhir.r4.model.PlanDefinition
-
Uses of PlanDefinition in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected PlanDefinition
JsonParser.parsePlanDefinition
(com.google.gson.JsonObject json) protected PlanDefinition
XmlParser.parsePlanDefinition
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composePlanDefinition
(String name, PlanDefinition element) protected void
RdfParser.composePlanDefinition
(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.composePlanDefinitionInner
(PlanDefinition element) protected boolean
XmlParser.parsePlanDefinitionContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition res) JsonParser.parsePlanDefinitionPlanDefinitionActionComponent
(com.google.gson.JsonObject json, PlanDefinition owner) XmlParser.parsePlanDefinitionPlanDefinitionActionComponent
(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) protected boolean
XmlParser.parsePlanDefinitionPlanDefinitionActionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner, PlanDefinition.PlanDefinitionActionComponent res) protected void
JsonParser.parsePlanDefinitionPlanDefinitionActionComponentProperties
(com.google.gson.JsonObject json, PlanDefinition owner, PlanDefinition.PlanDefinitionActionComponent res) JsonParser.parsePlanDefinitionPlanDefinitionActionConditionComponent
(com.google.gson.JsonObject json, PlanDefinition owner) XmlParser.parsePlanDefinitionPlanDefinitionActionConditionComponent
(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) protected boolean
XmlParser.parsePlanDefinitionPlanDefinitionActionConditionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner, PlanDefinition.PlanDefinitionActionConditionComponent res) protected void
JsonParser.parsePlanDefinitionPlanDefinitionActionConditionComponentProperties
(com.google.gson.JsonObject json, PlanDefinition owner, PlanDefinition.PlanDefinitionActionConditionComponent res) JsonParser.parsePlanDefinitionPlanDefinitionActionDynamicValueComponent
(com.google.gson.JsonObject json, PlanDefinition owner) XmlParser.parsePlanDefinitionPlanDefinitionActionDynamicValueComponent
(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) protected boolean
XmlParser.parsePlanDefinitionPlanDefinitionActionDynamicValueComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner, PlanDefinition.PlanDefinitionActionDynamicValueComponent res) protected void
JsonParser.parsePlanDefinitionPlanDefinitionActionDynamicValueComponentProperties
(com.google.gson.JsonObject json, PlanDefinition owner, PlanDefinition.PlanDefinitionActionDynamicValueComponent res) JsonParser.parsePlanDefinitionPlanDefinitionActionParticipantComponent
(com.google.gson.JsonObject json, PlanDefinition owner) XmlParser.parsePlanDefinitionPlanDefinitionActionParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) protected boolean
XmlParser.parsePlanDefinitionPlanDefinitionActionParticipantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner, PlanDefinition.PlanDefinitionActionParticipantComponent res) protected void
JsonParser.parsePlanDefinitionPlanDefinitionActionParticipantComponentProperties
(com.google.gson.JsonObject json, PlanDefinition owner, PlanDefinition.PlanDefinitionActionParticipantComponent res) JsonParser.parsePlanDefinitionPlanDefinitionActionRelatedActionComponent
(com.google.gson.JsonObject json, PlanDefinition owner) XmlParser.parsePlanDefinitionPlanDefinitionActionRelatedActionComponent
(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) protected boolean
XmlParser.parsePlanDefinitionPlanDefinitionActionRelatedActionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner, PlanDefinition.PlanDefinitionActionRelatedActionComponent res) protected void
JsonParser.parsePlanDefinitionPlanDefinitionActionRelatedActionComponentProperties
(com.google.gson.JsonObject json, PlanDefinition owner, PlanDefinition.PlanDefinitionActionRelatedActionComponent res) JsonParser.parsePlanDefinitionPlanDefinitionGoalComponent
(com.google.gson.JsonObject json, PlanDefinition owner) XmlParser.parsePlanDefinitionPlanDefinitionGoalComponent
(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) protected boolean
XmlParser.parsePlanDefinitionPlanDefinitionGoalComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner, PlanDefinition.PlanDefinitionGoalComponent res) protected void
JsonParser.parsePlanDefinitionPlanDefinitionGoalComponentProperties
(com.google.gson.JsonObject json, PlanDefinition owner, PlanDefinition.PlanDefinitionGoalComponent res) JsonParser.parsePlanDefinitionPlanDefinitionGoalTargetComponent
(com.google.gson.JsonObject json, PlanDefinition owner) XmlParser.parsePlanDefinitionPlanDefinitionGoalTargetComponent
(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) protected boolean
XmlParser.parsePlanDefinitionPlanDefinitionGoalTargetComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner, PlanDefinition.PlanDefinitionGoalTargetComponent res) protected void
JsonParser.parsePlanDefinitionPlanDefinitionGoalTargetComponentProperties
(com.google.gson.JsonObject json, PlanDefinition owner, PlanDefinition.PlanDefinitionGoalTargetComponent res) protected void
JsonParser.parsePlanDefinitionProperties
(com.google.gson.JsonObject json, PlanDefinition res) -
Uses of PlanDefinition in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<PlanDefinition> ResearchStudy.protocolTarget
The actual objects that are the target of the reference (The set of steps expected to be performed as part of the execution of the study.)Modifier and TypeMethodDescriptionPlanDefinition.addAction
(PlanDefinition.PlanDefinitionActionComponent 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) ResearchStudy.addProtocolTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadPlanDefinition.addRelatedArtifact
(RelatedArtifact t) PlanDefinition.addReviewer
(ContactDetail t) PlanDefinition.addTopic
(CodeableConcept t) PlanDefinition.addUseContext
(UsageContext t) PlanDefinition.copy()
PlanDefinition.setAction
(List<PlanDefinition.PlanDefinitionActionComponent> theAction) 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
(Type 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 PlanDefinition
PlanDefinition.typedCopy()
Modifier and TypeMethodDescriptionResearchStudy.getProtocolTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead