Uses of Class
com.ibm.fhir.model.resource.Communication
-
Packages that use Communication Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.visitor -
-
Uses of Communication in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Communication Modifier and Type Method Description Communication
Communication.Builder. build()
Build theCommunication
Methods in com.ibm.fhir.model.resource with parameters of type Communication Modifier and Type Method Description protected Communication.Builder
Communication.Builder. from(Communication communication)
-
Uses of Communication in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Communication Modifier and Type Method Description boolean
DefaultVisitor. visit(String elementName, int elementIndex, Communication communication)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(String elementName, int elementIndex, Communication communication)
-