
Uses of Class
org.hl7.fhir.dstu3.model.RelatedArtifact
Packages that use RelatedArtifact
-
Uses of RelatedArtifact in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return RelatedArtifactModifier and TypeMethodDescriptionprotected RelatedArtifactJsonParser.parseRelatedArtifact(com.google.gson.JsonObject json) protected RelatedArtifactXmlParser.parseRelatedArtifact(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type RelatedArtifactModifier and TypeMethodDescriptionprotected voidJsonParser.composeRelatedArtifact(String name, RelatedArtifact element) protected voidRdfParser.composeRelatedArtifact(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RelatedArtifact element, int index) protected voidXmlParser.composeRelatedArtifact(String name, RelatedArtifact element) protected voidXmlParser.composeRelatedArtifactElements(RelatedArtifact element) protected voidJsonParser.composeRelatedArtifactInner(RelatedArtifact element) protected booleanXmlParser.parseRelatedArtifactContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RelatedArtifact res) protected voidJsonParser.parseRelatedArtifactProperties(com.google.gson.JsonObject json, RelatedArtifact res) -
Uses of RelatedArtifact in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type RelatedArtifactModifier and TypeFieldDescriptionprotected List<RelatedArtifact> PlanDefinition.PlanDefinitionActionComponent.documentationDidactic or other informational resources associated with the action that can be provided to the CDS recipient.protected List<RelatedArtifact> PlanDefinition.PlanDefinitionGoalComponent.documentationDidactic or other informational resources associated with the goal that provide further supporting information about the goal.protected List<RelatedArtifact> RequestGroup.RequestGroupActionComponent.documentationDidactic or other informational resources associated with the action that can be provided to the CDS recipient.protected List<RelatedArtifact> ActivityDefinition.relatedArtifactRelated artifacts such as additional documentation, justification, or bibliographic references.protected List<RelatedArtifact> Library.relatedArtifactRelated artifacts such as additional documentation, justification, or bibliographic references.protected List<RelatedArtifact> Measure.relatedArtifactRelated artifacts such as additional documentation, justification, or bibliographic references.protected List<RelatedArtifact> PlanDefinition.relatedArtifactRelated artifacts such as additional documentation, justification, or bibliographic references.protected List<RelatedArtifact> ResearchStudy.relatedArtifactCitations, references and other related documents.protected List<RelatedArtifact> ServiceDefinition.relatedArtifactRelated resources such as additional documentation, justification, or bibliographic references.Methods in org.hl7.fhir.dstu3.model that return RelatedArtifactModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.addDocumentation()PlanDefinition.PlanDefinitionGoalComponent.addDocumentation()RequestGroup.RequestGroupActionComponent.addDocumentation()ActivityDefinition.addRelatedArtifact()Library.addRelatedArtifact()Measure.addRelatedArtifact()PlanDefinition.addRelatedArtifact()ResearchStudy.addRelatedArtifact()ServiceDefinition.addRelatedArtifact()Base.castToRelatedArtifact(Base b) RelatedArtifact.copy()PlanDefinition.PlanDefinitionActionComponent.getDocumentationFirstRep()PlanDefinition.PlanDefinitionGoalComponent.getDocumentationFirstRep()RequestGroup.RequestGroupActionComponent.getDocumentationFirstRep()ActivityDefinition.getRelatedArtifactFirstRep()Library.getRelatedArtifactFirstRep()Measure.getRelatedArtifactFirstRep()PlanDefinition.getRelatedArtifactFirstRep()ResearchStudy.getRelatedArtifactFirstRep()ServiceDefinition.getRelatedArtifactFirstRep()RelatedArtifact.setCitation(String value) RelatedArtifact.setCitationElement(StringType value) RelatedArtifact.setDisplay(String value) RelatedArtifact.setDisplayElement(StringType value) RelatedArtifact.setDocument(Attachment value) RelatedArtifact.setResource(Reference value) RelatedArtifact.setResourceTarget(Resource value) RelatedArtifact.setType(RelatedArtifact.RelatedArtifactType value) RelatedArtifact.setTypeElement(Enumeration<RelatedArtifact.RelatedArtifactType> value) RelatedArtifact.setUrlElement(UriType value) protected RelatedArtifactRelatedArtifact.typedCopy()Methods in org.hl7.fhir.dstu3.model that return types with arguments of type RelatedArtifactModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.getDocumentation()PlanDefinition.PlanDefinitionGoalComponent.getDocumentation()RequestGroup.RequestGroupActionComponent.getDocumentation()ActivityDefinition.getRelatedArtifact()Library.getRelatedArtifact()Measure.getRelatedArtifact()PlanDefinition.getRelatedArtifact()ResearchStudy.getRelatedArtifact()ServiceDefinition.getRelatedArtifact()Methods in org.hl7.fhir.dstu3.model with parameters of type RelatedArtifactModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.addDocumentation(RelatedArtifact t) PlanDefinition.PlanDefinitionGoalComponent.addDocumentation(RelatedArtifact t) RequestGroup.RequestGroupActionComponent.addDocumentation(RelatedArtifact t) ActivityDefinition.addRelatedArtifact(RelatedArtifact t) Library.addRelatedArtifact(RelatedArtifact t) Measure.addRelatedArtifact(RelatedArtifact t) PlanDefinition.addRelatedArtifact(RelatedArtifact t) ResearchStudy.addRelatedArtifact(RelatedArtifact t) ServiceDefinition.addRelatedArtifact(RelatedArtifact t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type RelatedArtifactModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setDocumentation(List<RelatedArtifact> theDocumentation) PlanDefinition.PlanDefinitionGoalComponent.setDocumentation(List<RelatedArtifact> theDocumentation) RequestGroup.RequestGroupActionComponent.setDocumentation(List<RelatedArtifact> theDocumentation) ActivityDefinition.setRelatedArtifact(List<RelatedArtifact> theRelatedArtifact) Library.setRelatedArtifact(List<RelatedArtifact> theRelatedArtifact) Measure.setRelatedArtifact(List<RelatedArtifact> theRelatedArtifact) PlanDefinition.setRelatedArtifact(List<RelatedArtifact> theRelatedArtifact) ResearchStudy.setRelatedArtifact(List<RelatedArtifact> theRelatedArtifact) ServiceDefinition.setRelatedArtifact(List<RelatedArtifact> theRelatedArtifact)