Uses of Class
org.hl7.fhir.r4.model.StructureDefinition.StructureDefinitionContextComponent
-
Packages that use StructureDefinition.StructureDefinitionContextComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of StructureDefinition.StructureDefinitionContextComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return StructureDefinition.StructureDefinitionContextComponent Modifier and Type Method Description protected StructureDefinition.StructureDefinitionContextComponentJsonParser. parseStructureDefinitionStructureDefinitionContextComponent(com.google.gson.JsonObject json, StructureDefinition owner)protected StructureDefinition.StructureDefinitionContextComponentXmlParser. parseStructureDefinitionStructureDefinitionContextComponent(org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner) -
Uses of StructureDefinition.StructureDefinitionContextComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type StructureDefinition.StructureDefinitionContextComponent Modifier and Type Field Description protected List<StructureDefinition.StructureDefinitionContextComponent>StructureDefinition. contextIdentifies the types of resource or data type elements to which the extension can be applied.Methods in org.hl7.fhir.r4.model that return types with arguments of type StructureDefinition.StructureDefinitionContextComponent Modifier and Type Method Description List<StructureDefinition.StructureDefinitionContextComponent>StructureDefinition. getContext()Methods in org.hl7.fhir.r4.model with parameters of type StructureDefinition.StructureDefinitionContextComponent Modifier and Type Method Description StructureDefinitionStructureDefinition. addContext(StructureDefinition.StructureDefinitionContextComponent t)voidStructureDefinition.StructureDefinitionContextComponent. copyValues(StructureDefinition.StructureDefinitionContextComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type StructureDefinition.StructureDefinitionContextComponent Modifier and Type Method Description StructureDefinitionStructureDefinition. setContext(List<StructureDefinition.StructureDefinitionContextComponent> theContext)
-