Uses of Class
com.ibm.fhir.model.resource.EnrollmentRequest
-
Packages that use EnrollmentRequest Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.visitor -
-
Uses of EnrollmentRequest in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return EnrollmentRequest Modifier and Type Method Description EnrollmentRequestEnrollmentRequest.Builder. build()Build theEnrollmentRequestMethods in com.ibm.fhir.model.resource with parameters of type EnrollmentRequest Modifier and Type Method Description protected EnrollmentRequest.BuilderEnrollmentRequest.Builder. from(EnrollmentRequest enrollmentRequest)protected voidEnrollmentRequest.Builder. validate(EnrollmentRequest enrollmentRequest) -
Uses of EnrollmentRequest in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type EnrollmentRequest Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, EnrollmentRequest enrollmentRequest)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(String elementName, int elementIndex, EnrollmentRequest enrollmentRequest)
-