Uses of Class
com.ibm.fhir.model.resource.CodeSystem
-
Packages that use CodeSystem Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.visitor -
-
Uses of CodeSystem in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return CodeSystem Modifier and Type Method Description CodeSystemCodeSystem.Builder. build()Build theCodeSystemMethods in com.ibm.fhir.model.resource with parameters of type CodeSystem Modifier and Type Method Description protected CodeSystem.BuilderCodeSystem.Builder. from(CodeSystem codeSystem) -
Uses of CodeSystem in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type CodeSystem Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, CodeSystem codeSystem)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(String elementName, int elementIndex, CodeSystem codeSystem)
-