Uses of Class
org.hl7.fhir.dstu3.model.ExpansionProfile.DesignationExcludeComponent
-
Packages that use ExpansionProfile.DesignationExcludeComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ExpansionProfile.DesignationExcludeComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ExpansionProfile.DesignationExcludeComponent Modifier and Type Method Description protected ExpansionProfile.DesignationExcludeComponentJsonParser. parseExpansionProfileDesignationExcludeComponent(com.google.gson.JsonObject json, ExpansionProfile owner)protected ExpansionProfile.DesignationExcludeComponentXmlParser. parseExpansionProfileDesignationExcludeComponent(org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile owner) -
Uses of ExpansionProfile.DesignationExcludeComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as ExpansionProfile.DesignationExcludeComponent Modifier and Type Field Description protected ExpansionProfile.DesignationExcludeComponentExpansionProfile.ExpansionProfileDesignationComponent. excludeDesignations to be excluded.Methods in org.hl7.fhir.dstu3.model that return ExpansionProfile.DesignationExcludeComponent Modifier and Type Method Description ExpansionProfile.DesignationExcludeComponentExpansionProfile.DesignationExcludeComponent. addDesignation(ExpansionProfile.DesignationExcludeDesignationComponent t)ExpansionProfile.DesignationExcludeComponentExpansionProfile.DesignationExcludeComponent. copy()ExpansionProfile.DesignationExcludeComponentExpansionProfile.ExpansionProfileDesignationComponent. getExclude()ExpansionProfile.DesignationExcludeComponentExpansionProfile.DesignationExcludeComponent. setDesignation(List<ExpansionProfile.DesignationExcludeDesignationComponent> theDesignation)Methods in org.hl7.fhir.dstu3.model with parameters of type ExpansionProfile.DesignationExcludeComponent Modifier and Type Method Description ExpansionProfile.ExpansionProfileDesignationComponentExpansionProfile.ExpansionProfileDesignationComponent. setExclude(ExpansionProfile.DesignationExcludeComponent value)
-