Uses of Class
org.hl7.fhir.dstu3.model.ExpansionProfile.DesignationIncludeComponent
-
Packages that use ExpansionProfile.DesignationIncludeComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ExpansionProfile.DesignationIncludeComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ExpansionProfile.DesignationIncludeComponent Modifier and Type Method Description protected ExpansionProfile.DesignationIncludeComponentJsonParser. parseExpansionProfileDesignationIncludeComponent(com.google.gson.JsonObject json, ExpansionProfile owner)protected ExpansionProfile.DesignationIncludeComponentXmlParser. parseExpansionProfileDesignationIncludeComponent(org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile owner) -
Uses of ExpansionProfile.DesignationIncludeComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as ExpansionProfile.DesignationIncludeComponent Modifier and Type Field Description protected ExpansionProfile.DesignationIncludeComponentExpansionProfile.ExpansionProfileDesignationComponent. includeDesignations to be included.Methods in org.hl7.fhir.dstu3.model that return ExpansionProfile.DesignationIncludeComponent Modifier and Type Method Description ExpansionProfile.DesignationIncludeComponentExpansionProfile.DesignationIncludeComponent. addDesignation(ExpansionProfile.DesignationIncludeDesignationComponent t)ExpansionProfile.DesignationIncludeComponentExpansionProfile.DesignationIncludeComponent. copy()ExpansionProfile.DesignationIncludeComponentExpansionProfile.ExpansionProfileDesignationComponent. getInclude()ExpansionProfile.DesignationIncludeComponentExpansionProfile.DesignationIncludeComponent. setDesignation(List<ExpansionProfile.DesignationIncludeDesignationComponent> theDesignation)Methods in org.hl7.fhir.dstu3.model with parameters of type ExpansionProfile.DesignationIncludeComponent Modifier and Type Method Description ExpansionProfile.ExpansionProfileDesignationComponentExpansionProfile.ExpansionProfileDesignationComponent. setInclude(ExpansionProfile.DesignationIncludeComponent value)
-