Uses of Class
org.hl7.fhir.dstu2016may.model.ExpansionProfile.CodeSystemIncludeCodeSystemComponent
-
Packages that use ExpansionProfile.CodeSystemIncludeCodeSystemComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of ExpansionProfile.CodeSystemIncludeCodeSystemComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return ExpansionProfile.CodeSystemIncludeCodeSystemComponent Modifier and Type Method Description protected ExpansionProfile.CodeSystemIncludeCodeSystemComponentJsonParser. parseExpansionProfileCodeSystemIncludeCodeSystemComponent(com.google.gson.JsonObject json, ExpansionProfile owner)protected ExpansionProfile.CodeSystemIncludeCodeSystemComponentXmlParser. parseExpansionProfileCodeSystemIncludeCodeSystemComponent(org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type ExpansionProfile.CodeSystemIncludeCodeSystemComponent Modifier and Type Method Description protected voidJsonParser. composeExpansionProfileCodeSystemIncludeCodeSystemComponent(String name, ExpansionProfile.CodeSystemIncludeCodeSystemComponent element)protected voidRdfParser. composeExpansionProfileCodeSystemIncludeCodeSystemComponent(RdfGenerator.Complex parent, String parentType, String name, ExpansionProfile.CodeSystemIncludeCodeSystemComponent element, int index)protected voidXmlParser. composeExpansionProfileCodeSystemIncludeCodeSystemComponent(String name, ExpansionProfile.CodeSystemIncludeCodeSystemComponent element)protected voidJsonParser. composeExpansionProfileCodeSystemIncludeCodeSystemComponentInner(ExpansionProfile.CodeSystemIncludeCodeSystemComponent element) -
Uses of ExpansionProfile.CodeSystemIncludeCodeSystemComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type ExpansionProfile.CodeSystemIncludeCodeSystemComponent Modifier and Type Field Description protected List<ExpansionProfile.CodeSystemIncludeCodeSystemComponent>ExpansionProfile.CodeSystemIncludeComponent. codeSystemA data group for each code system to be included.Methods in org.hl7.fhir.dstu2016may.model that return ExpansionProfile.CodeSystemIncludeCodeSystemComponent Modifier and Type Method Description ExpansionProfile.CodeSystemIncludeCodeSystemComponentExpansionProfile.CodeSystemIncludeComponent. addCodeSystem()ExpansionProfile.CodeSystemIncludeCodeSystemComponentExpansionProfile.CodeSystemIncludeCodeSystemComponent. copy()ExpansionProfile.CodeSystemIncludeCodeSystemComponentExpansionProfile.CodeSystemIncludeCodeSystemComponent. setSystem(String value)ExpansionProfile.CodeSystemIncludeCodeSystemComponentExpansionProfile.CodeSystemIncludeCodeSystemComponent. setSystemElement(UriType value)ExpansionProfile.CodeSystemIncludeCodeSystemComponentExpansionProfile.CodeSystemIncludeCodeSystemComponent. setVersion(String value)ExpansionProfile.CodeSystemIncludeCodeSystemComponentExpansionProfile.CodeSystemIncludeCodeSystemComponent. setVersionElement(StringType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type ExpansionProfile.CodeSystemIncludeCodeSystemComponent Modifier and Type Method Description List<ExpansionProfile.CodeSystemIncludeCodeSystemComponent>ExpansionProfile.CodeSystemIncludeComponent. getCodeSystem()Methods in org.hl7.fhir.dstu2016may.model with parameters of type ExpansionProfile.CodeSystemIncludeCodeSystemComponent Modifier and Type Method Description ExpansionProfile.CodeSystemIncludeComponentExpansionProfile.CodeSystemIncludeComponent. addCodeSystem(ExpansionProfile.CodeSystemIncludeCodeSystemComponent t)
-