Uses of Class
org.linuxforhealth.fhir.model.resource.CommunicationRequest
-
Packages that use CommunicationRequest Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of CommunicationRequest in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return CommunicationRequest Modifier and Type Method Description CommunicationRequest
CommunicationRequest.Builder. build()
Build theCommunicationRequest
Methods in org.linuxforhealth.fhir.model.resource with parameters of type CommunicationRequest Modifier and Type Method Description protected CommunicationRequest.Builder
CommunicationRequest.Builder. from(CommunicationRequest communicationRequest)
protected void
CommunicationRequest.Builder. validate(CommunicationRequest communicationRequest)
-
Uses of CommunicationRequest in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type CommunicationRequest Modifier and Type Method Description boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, CommunicationRequest communicationRequest)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, CommunicationRequest communicationRequest)
-