Uses of Class
org.hl7.fhir.dstu3.model.RelatedArtifact
-
Packages that use RelatedArtifact Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of RelatedArtifact in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return RelatedArtifact Modifier and Type Method Description protected 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 RelatedArtifact Modifier and Type Method Description protected voidJsonParser. composeRelatedArtifact(String name, RelatedArtifact element)protected voidRdfParser. composeRelatedArtifact(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 RelatedArtifact Modifier and Type Field Description protected 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 types with arguments of type RelatedArtifact Modifier and Type Method Description List<RelatedArtifact>PlanDefinition.PlanDefinitionActionComponent. getDocumentation()List<RelatedArtifact>PlanDefinition.PlanDefinitionGoalComponent. getDocumentation()List<RelatedArtifact>RequestGroup.RequestGroupActionComponent. getDocumentation()List<RelatedArtifact>ActivityDefinition. getRelatedArtifact()List<RelatedArtifact>Library. getRelatedArtifact()List<RelatedArtifact>Measure. getRelatedArtifact()List<RelatedArtifact>PlanDefinition. getRelatedArtifact()List<RelatedArtifact>ResearchStudy. getRelatedArtifact()List<RelatedArtifact>ServiceDefinition. getRelatedArtifact()Methods in org.hl7.fhir.dstu3.model with parameters of type RelatedArtifact Modifier and Type Method Description PlanDefinition.PlanDefinitionActionComponentPlanDefinition.PlanDefinitionActionComponent. addDocumentation(RelatedArtifact t)PlanDefinition.PlanDefinitionGoalComponentPlanDefinition.PlanDefinitionGoalComponent. addDocumentation(RelatedArtifact t)RequestGroup.RequestGroupActionComponentRequestGroup.RequestGroupActionComponent. addDocumentation(RelatedArtifact t)ActivityDefinitionActivityDefinition. addRelatedArtifact(RelatedArtifact t)LibraryLibrary. addRelatedArtifact(RelatedArtifact t)MeasureMeasure. addRelatedArtifact(RelatedArtifact t)PlanDefinitionPlanDefinition. addRelatedArtifact(RelatedArtifact t)ResearchStudyResearchStudy. addRelatedArtifact(RelatedArtifact t)ServiceDefinitionServiceDefinition. addRelatedArtifact(RelatedArtifact t)
-