Uses of Class
org.hl7.fhir.dstu3.model.ExpansionProfile.ExpansionProfileExcludedSystemComponent
-
Packages that use ExpansionProfile.ExpansionProfileExcludedSystemComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ExpansionProfile.ExpansionProfileExcludedSystemComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ExpansionProfile.ExpansionProfileExcludedSystemComponent Modifier and Type Method Description protected ExpansionProfile.ExpansionProfileExcludedSystemComponentJsonParser. parseExpansionProfileExpansionProfileExcludedSystemComponent(com.google.gson.JsonObject json, ExpansionProfile owner)protected ExpansionProfile.ExpansionProfileExcludedSystemComponentXmlParser. parseExpansionProfileExpansionProfileExcludedSystemComponent(org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile owner) -
Uses of ExpansionProfile.ExpansionProfileExcludedSystemComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as ExpansionProfile.ExpansionProfileExcludedSystemComponent Modifier and Type Field Description protected ExpansionProfile.ExpansionProfileExcludedSystemComponentExpansionProfile. excludedSystemCode system, or a particular version of a code system to be excluded from value set expansions.Methods in org.hl7.fhir.dstu3.model that return ExpansionProfile.ExpansionProfileExcludedSystemComponent Modifier and Type Method Description ExpansionProfile.ExpansionProfileExcludedSystemComponentExpansionProfile.ExpansionProfileExcludedSystemComponent. copy()ExpansionProfile.ExpansionProfileExcludedSystemComponentExpansionProfile. getExcludedSystem()ExpansionProfile.ExpansionProfileExcludedSystemComponentExpansionProfile.ExpansionProfileExcludedSystemComponent. setSystem(String value)ExpansionProfile.ExpansionProfileExcludedSystemComponentExpansionProfile.ExpansionProfileExcludedSystemComponent. setSystemElement(UriType value)ExpansionProfile.ExpansionProfileExcludedSystemComponentExpansionProfile.ExpansionProfileExcludedSystemComponent. setVersion(String value)ExpansionProfile.ExpansionProfileExcludedSystemComponentExpansionProfile.ExpansionProfileExcludedSystemComponent. setVersionElement(StringType value)Methods in org.hl7.fhir.dstu3.model with parameters of type ExpansionProfile.ExpansionProfileExcludedSystemComponent Modifier and Type Method Description ExpansionProfileExpansionProfile. setExcludedSystem(ExpansionProfile.ExpansionProfileExcludedSystemComponent value)
-